This folder contains the Dockerfile for the OCI registry server. It is based off of the reference implementation from Docker, but using a UBI-8 base image rather than Alpine.
To build the image, run build.sh
.
To deploy this image as part of a Devfile registry:
- Build and push this image to an image registry.
- Install the Devfile Registry Operator on a Kubernetes cluster.
- Create a
DevfileRegistry
yaml file and setspec.ociRegistryImage
to the name of your pushed image from the previous step. - Run
kubectl apply -f <devfile-registry yaml>