-
Notifications
You must be signed in to change notification settings - Fork 39
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
Switch GCR -> Artifact-Registry #231
Conversation
/test pull-extension-networking-cilium-e2e-kind |
3 similar comments
/test pull-extension-networking-cilium-e2e-kind |
/test pull-extension-networking-cilium-e2e-kind |
/test pull-extension-networking-cilium-e2e-kind |
@@ -18,8 +19,9 @@ gardener-extension-networking-cilium: | |||
publish: | |||
dockerimages: | |||
gardener-extension-networking-cilium: | |||
registry: 'gcr-readwrite' |
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.
Is the registry field now obsolete?
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.
@DockToFuture : in a way, yes. we calculate the appropriate credentials based on metadata we keep together w/ the credentials. it is of course still supported to explicitly overwrite the automatic credentials-selection. however, I think it is better to not do so and thus not hard-code cfg names in our pipeline-definitions
Makefile
Outdated
@@ -15,7 +15,7 @@ | |||
EXTENSION_PREFIX := gardener-extension | |||
NAME := networking-cilium | |||
ADMISSION_NAME := admission-cilium | |||
REGISTRY := eu.gcr.io/gardener-project/gardener | |||
REGISTRY := europe-docker.pkg.dev/gardener-project/releases |
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 be the public path I guess.
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.
changed it
GCR has been deprecated [0] in favour of Artifact-Registry. Thus, change push-targets for OCI-Images: - europe-docker.pkg.dev/gardener-project/snapshots for snapshots - europe-docker.pkg.dev/gardener-project/releases for releases To allow users for smooth transitioning, keep also publishing to GCR. [0] https://cloud.google.com/artifact-registry/docs/transition/transition-from-gcr
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.
Thanks for the changes.
/lgtm
GCR has been deprecated [0] in favour of Artifact-Registry.
Thus, change push-targets for OCI-Images:
To allow users for smooth transitioning, keep also publishing to GCR.
[0]
https://cloud.google.com/artifact-registry/docs/transition/transition-from-gcr
Release note: