ITADN

podman pull fails with unsupported v2s2 media type (zstd compression) on Debian

#711Closedmckraemer 创建于 2026-06-01
M
mckraemercommented
When trying to pull the latest Immich image (ghcr.io/imagegenius/immich:latest) using Podman on Debian, the process fails due to an unsupported media type. The image layers appear to be compressed using zstd, which causes an issue with the container runtime environment on this setup. Steps to Reproduce: Run podman pull ghcr.io/imagegenius/immich:latest on Debian. See the error during the image initialization from the registry. Actual Behavior: The terminal outputs the following error: `Error: copying system image from manifest list: initializing image from source docker://ghcr.io/imagegenius/immich:latest: unsupported docker v2s2 media type: "application/vnd.docker.image.rootfs.diff.tar.zstd"` Expected Behavior: The image should be pulled and extracted successfully. Environment: OS: Debian 13 Trixie Container Engine: Podman 5.4.2
关闭于 2026-06-04 0 条评论