Description of problem: operations like "oc cp" requires tar binary to be present in the image. ubi8/ubi8-minimal image doesn't have tar and hence cp operations fail. Hence, requesting to remove tar dependency for "oc cp" operation Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. run an image based on ubi8/ubi-minimal 2. try to use `oc cp` to copy a file from that container Actual results: - Fails because it requires tar binary be present in the container Expected results: - copy file from container Additional info: an RFE was already raised to include tar in ubi8-minimal image but was rejected as minimal images are meant to be as small as possible