-
Notifications
You must be signed in to change notification settings - Fork 106
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
Stop advertising staging images, use registry.k8s.io or similar #113
Comments
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/lifecycle frozen |
cc @petr-muller @krzyzacy @upodroid Staging registries are not intended for public consumption. |
do we need to do anything to publish images to registry.k8s.io or this is mostly doc updates + move the starter config? |
We need to start releasing prow like we release all other Kubernetes projects. We then promote those images to registry.k8s.io |
cc @AishSundar @chemikadze this will be a good starter task if you want to start ramping up somebody ^^ |
Until kubernetes-sigs/prow#113 or somethign similar is resolved we are in a weird state. For now just manually update things...
I would suggest starting to tag actual versions, but just the date sha is technically enough. Note that published tags are immutable and you can't yank the published date-sha, which will appear to have really high version numbers versus if you started publishing semver tags. Otherwise:
|
Until kubernetes-sigs/prow#113 or somethign similar is resolved we are in a weird state. For now just manually update things...
As discussed previously in kubernetes/test-infra#31728 (comment)
Prow at minimum will have to go through kubernetes/k8s.io#1343 but will be special because other affected projects (at least as far as we know) serve users through registry.k8s.io already so the migration is less pressing ...
Really, we should be promoting images, along with tagging releases, now that we have a repo dedicated to prow.
/kind bug
/priority important-soon
The text was updated successfully, but these errors were encountered: