clean installation of fedora silverblue 39 running a simple container gives me issues.
Steps to reproduce the issue
Steps to reproduce the issue
run podman run -p 8080:8080 ghcr.io/hectorm/demergi:latest
see error
Describe the results you received
Trying to pull ghcr.io/hectorm/demergi:latest...
Getting image source signatures
Copying blob 4f4fb700ef54 done |
Copying blob 55c239a204a0 done |
Copying blob c620c8f0423e done |
Copying blob fae5d68ce94f skipped: already exists
Error: copying system image from manifest list: writing blob: adding layer with blob "sha256:55c239a204a015f673c4ded573a854b404bc9f90c021aec4b8d321aaea3e151f": processing tar file(potentially insufficient UIDs or GIDs available in user namespace (requested 172761424:0 for /opt/app): Check /etc/subuid and /etc/subgid if configured locally and run "podman system migrate": lchown /opt/app: invalid argument): exit status 1
Describe the results you expected
just runs the container fine
podman info output
Client: Podman Engine
Version: 4.9.3
API Version: 4.9.3
Go Version: go1.21.7
Built: Mon Feb 19 18:41:34 2024
OS/Arch: linux/amd64
it is an issue with the image, it is using a very big UID number for a file (requested 172761424:0 for /opt/app) and you don't have that many IDs allocated to your unprivileged user through /etc/subuid
Issue Description
clean installation of fedora silverblue 39 running a simple container gives me issues.
Steps to reproduce the issue
Steps to reproduce the issue
podman run -p 8080:8080 ghcr.io/hectorm/demergi:latest
Describe the results you received
Describe the results you expected
just runs the container fine
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
Fedora Silverblue 39 latest updates are done.
Additional information
No response