-
Notifications
You must be signed in to change notification settings - Fork 74
Update Docker registry to new default #413
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ kind: ImageConfig | |
| metadata: | ||
| name: image-config | ||
| images: | ||
| system-logger: "k8ssandra/system-logger:latest" | ||
| system-logger: "artifacts.k8ssandra.io/k8ssandra/images/system-logger:latest" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same here, won't work in local builds correctly.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also, if you wonder why to my previous question - the repository is different here than anything I would build. In the previous Makefile we build: us-docker.pkg.dev/k8ssandra/images/system-logger:latest (which itself is problematic, but see another comment), but here we're calling
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. To be clear,
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. But that's not the same string - thus if you push there and load from another, you will not load from say local cache (like kind). |
||
| config-builder: "datastax/cass-config-builder:1.0.4-ubi7" | ||
| # cassandra: | ||
| # "4.0.0": "k8ssandra/cassandra-ubi:latest" | ||
|
|
@@ -16,7 +16,7 @@ images: | |
| defaults: | ||
| # Note, postfix is ignored if repository is not set | ||
| cassandra: | ||
| repository: "k8ssandra/cass-management-api" | ||
| repository: "artifacts.k8ssandra.io/k8ssandra/images/cass-management-api" | ||
| dse: | ||
| repository: "datastax/dse-server" | ||
| suffix: "-ubi7" | ||
Uh oh!
There was an error while loading. Please reload this page.