GitHub Container Registry
Storing container images in GitHub.
Last updated
Was this helpful?
Storing container images in GitHub.
Last updated
Was this helpful?
The GitHub container registry is a flavor that comes built-in with ZenML and uses the to store container images.
You should use the GitHub container registry if:
one or more components of your stack need to pull or push container images.
you're using GitHub for your projects. If you're not using GitHub, take a look at the other .
The GitHub container registry is enabled by default when you create a GitHub account.
The GitHub container registry URI should have the following format:
To figure our the URI for your registry:
Use the GitHub user or organization name to fill the template ghcr.io/<USER_OR_ORGANIZATION_NAME>
and get your URI.
To use the GitHub container registry, we need:
We can then register the container registry and use it in our active stack:
installed and running.
The registry URI. Check out the on the URI format and how to get the URI for your registry.
Our Docker client configured, so it can pull and push images. Follow to create a personal access token and login to the container registry.
For more information and a full list of configurable attributes of the GitHub container registry, check out the .