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

Doesn't work with Podman? #12

Open
mgzenitech opened this issue May 5, 2023 · 1 comment
Open

Doesn't work with Podman? #12

mgzenitech opened this issue May 5, 2023 · 1 comment

Comments

@mgzenitech
Copy link

[marius@fedora Projects]$ podman pull alpine:latest
Resolved "alpine" as an alias (/etc/containers/registries.conf.d/000-shortnames.conf)
Trying to pull docker.io/library/alpine:latest...
Getting image source signatures
Copying blob f56be85fc22e skipped: already exists  
Copying config 9ed4aefc74 done  
Writing manifest to image destination
Storing signatures
9ed4aefc74f6792b5a804d1d146fe4b4a2299147b0f50eaf2b08435d7b38c27e
[marius@fedora Projects]$ podman save alpine:latest | dlayer

====================================================================================================
   0  B 	 $ #(nop) ADD file:9a4f77dfaba7fd2aa78186e4ef0e7486ad55101cefc1fabbc1b385601bb38920 in /
====================================================================================================

@orisano
Copy link
Owner

orisano commented May 5, 2023

podman save format isn't compatible docker save format.
dlayer depends docker save format, so doesn't work correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants