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

Rename image to registry.k8s.io/kueue/kueue #226

Closed
Tracked by #222
alculquicondor opened this issue Apr 20, 2022 · 3 comments · Fixed by #255
Closed
Tracked by #222

Rename image to registry.k8s.io/kueue/kueue #226

alculquicondor opened this issue Apr 20, 2022 · 3 comments · Fixed by #255
Assignees
Labels
kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt.

Comments

@alculquicondor
Copy link
Contributor

What would you like to be cleaned:

Rename images from k8s.gcr.io/kueue/kueue to registry.k8s.io/kueue/kueue for the next release.

Why is this needed:

https://groups.google.com/a/kubernetes.io/g/dev/c/DYZYNQ_A6_c/m/oD9_Q8Q9AAAJ?utm_medium=email&utm_source=footer

@alculquicondor alculquicondor added the kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. label Apr 20, 2022
@ahg-g
Copy link
Contributor

ahg-g commented May 7, 2022

/assign @ArangoGutierrez

Eduardo, do you want to take this one?

@ArangoGutierrez
Copy link
Contributor

Hey sure, an easy one to return after a long PTO

@ArangoGutierrez
Copy link
Contributor

Step 1, verify:

[eduardo@fedora-workstation k8s.io]$ skopeo list-tags docker://k8s.gcr.io/kueue/kueue
{
    "Repository": "k8s.gcr.io/kueue/kueue",
    "Tags": [
        "sha256-430bb4d26a05e4de56e3e10d8bc5ebb8de28f77d575d99a4cacc8edadcf7567b.sig",
        "v0.1",
        "v0.1.0"
    ]
}
[eduardo@fedora-workstation k8s.io]$ skopeo list-tags docker://registry.k8s.io/kueue/kueue
{
    "Repository": "registry.k8s.io/kueue/kueue",
    "Tags": [
        "sha256-430bb4d26a05e4de56e3e10d8bc5ebb8de28f77d575d99a4cacc8edadcf7567b.sig",
        "v0.1",
        "v0.1.0"
    ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants