We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
devel
openshift
4.17
no
Podman installed and Docker NOT installed, and running the up.sh script.
Container image built and pushed.
./up.sh: line 88: docker: command not found
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: