-
Notifications
You must be signed in to change notification settings - Fork 198
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
Add rpm-ostree rebase registry:quay.io/coreos/fedora-coreos:stable
#2909
Comments
For symmetry, we should probably also add something like |
(Eh, on second thought no need to block on #2743 - all we should do short term is emit warnings, and it won't be too hard to extend things later) |
One thing we need to debate and decide on is whether we can actually use Luckily, Now, in skopeo current releases the main spelling of In the short term, we could just require Alternatively...we could hack things and require |
My impression is that Edit: ok, just found out that skopeo doesn't actually even support
In my opinion, I also feel like inventing a new thing would make it a bit more confusing. For now I've made it a requirement to have a |
I think the downside is it's a prefix specific to us, and not something understood by As a counter though, I suspect very few users in practice actually use skopeo, everyone uses |
I see. The code currently looks like it was set up for taking in a "refspec type", but then I realized that it is the way it is because of In addition to not being able to take advantage of the omitted-tag-meaning- |
I think a natural next step after this would be supporting |
Yep!
I think let's only support container image digests to start. Anything else would be too hard to justify as it'd require us inventing some new out of band metadata. |
I like the idea of matching skopeo, though to make it really explicit and avoid confusing errors, maybe we can just add a switch, e.g. |
This is a key part of coreos/fedora-coreos-tracker#812
Basically:
Implementing this will follow in the path of the removed
rojig://
code - we need to serialize this to the origin, plumb it through into status, etc. Call out to the same code behindrpm-ostree ex-container info
to determine whether a new container image is available, etc.The text was updated successfully, but these errors were encountered: