Please confirm the following
Bug Summary
When using Podman as the container engine, the container build process fails with the error:
./up.sh: line 88: docker: command not found.
I added the ENGINE variable as the value of the CONTAINER_CMD variable that is passed to the docker-build and docker-push targets of the Makefile.
AWX Operator version
devel
AWX version
devel
Kubernetes platform
openshift
Kubernetes/Platform version
4.17
Modifications
no
Steps to reproduce
Podman installed and Docker NOT installed, and running the up.sh script.
Expected results
Container image built and pushed.
Actual results
./up.sh: line 88: docker: command not found
Additional information
No response
Operator Logs
No response