-
Notifications
You must be signed in to change notification settings - Fork 48
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 #735
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.
@ccwienk Thanks for the PR. Main question here is whether the older etcdbrctl, etcd-wrapper, and etcd-custom-image images have been copied over from GCR to artifact registry.
@ccwienk please also rebase the PR on latest master. Just a small change in Makefile ( |
I copied currently referenced images as a one-off manual operation |
/retest |
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 - europe-docker.pkg.dev/gardener-project/public for read-access to snapshots + releases [0] https://cloud.google.com/artifact-registry/docs/transition/transition-from-gcr
/retest |
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.
@ccwienk thanks for making the requested changes.
/lgtm
* switch GCR -> Artifact-Registry (#735) * Fix artifact registry issue to push dev images to europe-docker.pkg.dev/gardener-project/snapshots (#745) * Update the etcd-backup-restore images with lastest releases (#752) v0.24.7 -> v0.24.8 v0.27.0 -> v0.28.0 --------- Co-authored-by: Christian Cwienk <christian.cwienk@sap.com> Co-authored-by: Ishan Tyagi <42602577+ishan16696@users.noreply.github.com>
GCR has been deprecated [0] in favour of Artifact-Registry.
Thus, change push-targets for OCI-Images:
[0]
https://cloud.google.com/artifact-registry/docs/transition/transition-from-gcr
Release note: