Skip to content

The value of the variable ENGINE in the up.sh script is not passed to the docker-build and docker-push targets of the Makefile #2021

@shellclear

Description

@shellclear

Please confirm the following

  • I agree to follow this project's code of conduct.
  • I have checked the current issues for duplicates.
  • I understand that the AWX Operator is open source software provided for free and that I might not receive a timely response.

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions