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

pulling linux image result in errors saying platform and architecture is not supported #30

Open
larsf opened this issue Jan 10, 2025 · 1 comment

Comments

@larsf
Copy link

larsf commented Jan 10, 2025

Tried to do:
podman pull --os=linux --log-level=debug ghcr.io/sytone/obsidian-remote:latest
That resulted in

DEBU[0011] Error pulling candidate ghcr.io/sytone/obsidian-remote:latest: writing blob: adding layer with blob "sha256:268d4a45dad9e29a9d9654537926c61d6899c647802401f7692ab62c3be49320"/""/"sha256:8e9a2311e357c65ef0012ff9cf2c9f739c9b62e479b9ea5741e9445361f80bb0": ApplyLayer stdout: stderr: platform and architecture is not supported exit status 1 Error: writing blob: adding layer with blob "sha256:268d4a45dad9e29a9d9654537926c61d6899c647802401f7692ab62c3be49320"/""/"sha256:8e9a2311e357c65ef0012ff9cf2c9f739c9b62e479b9ea5741e9445361f80bb0": ApplyLayer stdout: stderr: platform and architecture is not supported exit status 1 DEBU[0011] Shutting down engines INFO[0011] Received shutdown.Stop(), terminating!

Also tried by adding '--arch=amd64' option to make sure I got an image for the correct architecture. Same error.

However pulling a vanilla centos or ubuntu image worked just fine:

podman pull --os=linux --arch=amd64 quay.io/centos/centos:stream9

Any idea what that might be about - no errors in /var/log/messages

@dfr
Copy link

dfr commented Jan 10, 2025

I believe this may be due to the images containing xattrs. If so, it should be fixed in future releases (containers/storage#2177). If this is a blocking problem for you, we can try to back-port the fix into the FreeBSD port.

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