-
Notifications
You must be signed in to change notification settings - Fork 18
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
Updates Docker pull URLs #1276
Updates Docker pull URLs #1276
Conversation
✅ Deploy Preview for pomerium-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
content/docs/deploy/core.mdx
Outdated
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.
Should this still mention Docker Hub on line 85?
@@ -4,7 +4,7 @@ networks: | |||
main: {} | |||
services: | |||
pomerium: | |||
image: pomerium/pomerium:v0.21.1 | |||
image: cr.pomerium.com/pomerium/pomerium:v0.21.1 |
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.
I noticed you updated a v0.23.0
tag to latest
above. Should we do the same here, or is there some reason this needs to use an older version?
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.
The guide was written to be compatible with v0.21, which requires a service-level network attribute in the Docker Compose file. We had to update the v0.21 Quickstart to do this as well. We haven't updated this guide in some time, so I thought it best to keep the current Pomerium version.
updates Docker pull URLs
Updates Docker pull URLs (#1276) updates Docker pull URLs Co-authored-by: zachary painter <[email protected]>
This PR updates all instances of the Docker pull URL in our docs. I may have missed a few, so I'd appreciate a quick review from the team.
I backported to v0.25, but we could also backport to previous versions. Thoughts or opinions here?
resolves https://github.com/pomerium/internal/issues/1741