-
Notifications
You must be signed in to change notification settings - Fork 769
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
Skopeo support for buildah images #389
Comments
It's a known buildah issue. It's being worked in containers/image#305 and associated PRs that are linked to from there. |
In the meantime, and afterward, |
containers/image#305 has been merged. What is the status of this issue? |
I think we have support for this now. Reopen if I am incorrect. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm unsure if this is a separate issue from #363...
skopeo copy
of a buildah image from containers-storage to a private docker registry fails:The "missing" layer skopeo is looking for is visible with
skopeo inspect containers-storage:test:latest
(so that works!):However,
buildah push
allows the image to be pushed to the local Docker storage with the docker-daemon transport, and then Skopeo knows how to deal with the image correctly:This happens regardless of whether the image is "docker formatted" or not during the buildah commit.
Please let me know if this is a buildah issue rather than a skopeo issue, and I'll submit it there.
The text was updated successfully, but these errors were encountered: