-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add clarifications for docker registry #534
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🍰
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whups, i take that 🍰 back... missing a hyphen in the upstream registry
url.
pages/k8s/docker-registry.md
Outdated
registry will be checked first for any image requests, so it can be used | ||
in addition to public registries. For more details of the mechanics of | ||
the Docker Registry, see the | ||
[upstream documentation at https://docs.docker.com/registry][upstream registry]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[upstream documentation at https://docs.docker.com/registry][upstream registry]. | |
[upstream documentation at https://docs.docker.com/registry][upstream-registry]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do'h. the tests should have caught that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, unless you don't trust me, it is okay to point out things which need to be changed and approve it
@kwmonroe I'll leave you to imagine your own passive-aggressive comment here while I merge this, following your verbal approval and acknowledgement that it is great |
Fixes #533