You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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
The text was updated successfully, but these errors were encountered: