-
Notifications
You must be signed in to change notification settings - Fork 848
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
WIP: Move staging repo away from gcr.io #7729
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: xing-yang The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -18,10 +18,10 @@ set -o errexit | |||
set -o nounset | |||
set -o pipefail | |||
|
|||
readonly repo="gcr.io/k8s-staging-sig-storage" | |||
readonly repo="us-central1-docker.pkg.dev/k8s-staging-sig-storage" |
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.
This gives me 404 today (gcloud container images list-tags us-central1-docker.pkg.dev/k8s-staging-sig-storage/csi-attacher
).
How can we confirm it's the right address?
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.
We have not pushed any images to the new staging repo yet, so I think you will get a 404 if you are looking specifically for csi-attacher images.
As stated here https://cloud.google.com/artifact-registry/docs/transition/transition-from-gcr, gcr Container Registry will be shut down after March 18, 2025. We need to move our staging away from gcr.io.
Images on staging repo can be viewed here after we moved over (kubernetes-csi/csi-release-tools#271):
https://console.cloud.google.com/artifacts/docker/k8s-staging-sig-storage