Allow to build custom registries using OpenShift Build #18798
Labels
area/devfile-registry
area/plugin-registry
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P2
Has a minor but important impact to the usage or development of the system.
Milestone
Is your enhancement related to a problem? Please describe.
The guide to build custom registries tells to run the script
build.sh
at the root of the registry repository. That script does adocker build
.The problem is that users may not have the privileges to run
docker
in their enterprise network and won't be able to build a custom registry.Describe the solution you'd like
Add an option to use buildah rather than docker.
Describe alternatives you've considered
Add an option to
build.sh
to use OpenShift build rather than Docker. For example usingoc start build
.The text was updated successfully, but these errors were encountered: