pulp / pulp-openapi-generator

GNU General Public License v2.0
4 stars 24 forks source link

Use oci-env's environment variable to define the default container engine #81

Open jctanner opened 1 year ago

jctanner commented 1 year ago

oci-env sets an COMPOSE_BINARY environment variable for all subprocesses based on the user's config. That will now influnce the build.sh script in this repo to use whatever the user has configured instead of defaulting to podman if found in the path.

jctanner commented 1 year ago

There's a lot of stuff in this ecosystem that isn't obvious to everyone, especially not me ... so I'm defaulting to as much verbosity as I can.