-
Bug
-
Resolution: Done
-
Minor
-
4.14
-
Low
-
No
-
False
-
Description of problem:
Dockerfile.fast relies on picking up the `bin` directory built in the host for inclusion in the HyperShift Operator image for development. Containerfile.operator, for RHTAP, relies on .dockerignore to prevent a `/bin` to be present in the podman build context that has permissions that the user `default` (used by the golang build container) can't write to.
Version-Release number of selected component (if applicable):
How reproducible:
100%
Steps to Reproduce:
1.make docker-build-fast
Actual results:
COPY bin/* /usr/bin/ fails due to bin not being included in the podman build context
Expected results:
The container builds successfully
Additional info: