Skip to content
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

gcr.io/google_containers is the same as gcr.io/google-containers #103

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

BenTheElder
Copy link
Member

I don't have a quick way to produce a new version of the image, so I'm just removing it for now, because showing ✅ gcr.io/google_containers is sending the wrong message. This endpoint will likely quit working in march/april 2025 (https://cloud.google.com/artifact-registry/docs/transition/prepare-gcr-shutdown)

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jul 11, 2024
@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jul 11, 2024
@BenTheElder
Copy link
Member Author

You can confirm by visiting both:
https://gcr.io/google_containers
https://gcr.io/google-containers

@@ -143,7 +143,7 @@ func runPrettyCommand(v *viper.Viper) error {

config, _ := KubernetesConfigFlags.ToRESTConfig()
log.Header(headerLine(config.Host))
re := regexp.MustCompile(`^k8s\.gcr\.io/|^gcr\.io/google-containers`)
re := regexp.MustCompile(`^k8s\.gcr\.io/|^gcr\.io/google[-_]containers`)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let me add a test case for this

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah ... we don't have any for this code?

.. in that case, maybe later, this is a quick fix in aside to other work ...

@dims
Copy link
Member

dims commented Jul 11, 2024

/approve
/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 11, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: BenTheElder, dims

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 11, 2024
@k8s-ci-robot k8s-ci-robot merged commit 35ce7f4 into kubernetes-sigs:main Jul 11, 2024
4 checks passed
@BenTheElder BenTheElder deleted the no-google-containers branch July 11, 2024 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants