-
Notifications
You must be signed in to change notification settings - Fork 65.7k
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
Hello, related to the Working with the container registry article
Suppose you open a docker image not linked to an repository. GitHub provides instructions on linking the two:
To locally connect your container image to a repository, you must add this line to your Dockerfile:
LABEL org.opencontainers.image.source https://github.com/OWNER/REPO
Should the key be separated from the value with an equals sign? ie LABEL org.opencontainers.image.source=https://github.com/OWNER/REPO
Thank you and sorry if this is not the right place to lodge these issues. I searched elsewhere.
What part(s) of the article would you like to see updated?
Not directly related but is viewable on the page when you look at a package.
It might also be helpful to note that labels can be added in the command line with the --label argument.
Additional information
