-
Notifications
You must be signed in to change notification settings - Fork 17
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
Update the registry used for Skopeo CI to 2.8.1 #137
Conversation
36d258b
to
3b7cebd
Compare
@lsm5 do you happen to know what the 404 on https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/testing/xUbuntu_21.10 is about? Perhaps #134 needs to happen first? |
I have re-enabled 21.10 on that repo. We should switch to ubuntu 22.04 soon. @cevich looks like we didn't take this one into account for the switch to 22.04 |
ah, guess the ubuntu repo update will be handled once #134 merges |
@mtrmac the libseccomp.sudo target no longer exists and should be removed as well. I already have a change for that in https://github.com/containers/automation_images/pull/134/files#diff-d75a5ea81fbeeca6f8dc437d1a8dcc6186a4ea8325dd7b1a34fb81c12411adbfL20 |
A part of containers#134 , recommended in containers#137 (comment) . Signed-off-by: Miloslav Trmač <mitr@redhat.com>
okay, @mtrmac those two are merged. You'll want to rebase this on main and run it again. But wait for it to finish (pass or fail) or it will orphan VMs. |
By “it”, do you mean the current test of this PR, or something else? |
Yes, sorry for being vague. It's good to go now. |
... primarily so that it accepts OCI-formatted images. Proof of concept, as well as other updates necessary to work with that registry version, are in containers/image#1574 . See containers/skopeo#1673 for more context. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
f2cbf4d
to
b2af40d
Compare
Changes LGTM. Assuming the build is successful, the github bot will post a comment containing the new Image ID you can stick into skopeo's |
Cirrus CI build successful. Image ID |
@mtrmac feel free to merge this if downstream testing in skopeo is happy now with |
... from containers/automation_images#137 . Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Testing containers/skopeo#1679 (needs to pass) and |
Both passing, merging. @cevich thanks for all the help! |
... from containers/automation_images#137 . This updates the docker/distributino registry to 2.8.1, allowing it to accept OCI images. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
... from containers/automation_images#137 . This updates the docker/distribution registry to 2.8.1, allowing it to accept OCI images. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
... from containers/automation_images#137 . This updates the docker/distribution registry to 2.8.1, allowing it to accept OCI images. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
... from containers/automation_images#137 . This updates the docker/distribution registry to 2.8.1, allowing it to accept OCI images. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
... primarily so that it accepts OCI-formatted images.
Proof of concept, as well as other updates necessary to work with that registry version, are in containers/image#1574 .
See containers/skopeo#1673 for more context.