Podman Support For Registry Support Build Tools #1531
Labels
area/registry
Devfile registry for stacks and infrastructure
lifecycle/stale
Stale items. These items have not been updated for 90 days.
Which area/kind this issue is related to?
/area registry
Issue Description
The scripts contained within the
/build-tools
directory in theregistry-support
repository do not currently supportpodman
aliasing. These scripts are primarily called by CI jobs that can rundocker
, however, there is a chance that a developer may need to interact with these scripts locally, and support forpodman
in that case is required.These scripts will need to be altered to adopt changes similar to these by adopting the
setenv.sh
script located in the root of theregistry-support
repository. Changing the scripts in/build-tools
comes with the added overhead of ensuring that all CI jobs calling these scripts as well as other scripts in other project repositories are able to function the same with the changes.An example of CI jobs calling scripts within
/build-tools
can be found below:This filtered search can also be of assistance: https://github.com/search?q=org%3Adevfile+build-tools&type=code&p=1
Acceptance Criteria
/build-tools
directory supportpodman
aliasing/build-tools
are able to function with the changesThe text was updated successfully, but these errors were encountered: