On 6/8/21 13:49, lejeczek via Podman wrote:
Hi guys.
what is that below
-> $ podman pull ...
...
copying blob caccdbcee96e done
Copying config 482386bf57 done
Writing manifest to image destination
Storing signatures
Error processing tar file(exit status 1): Container ID 1000 cannot
be mapped to a host ID
Error: Error committing the finished image: error adding layer with
blob
"sha256:caccdbcee96ed12576a8ccc6350ba68fc2342695b8747fc8dcb60c0c9434d407":
Error processing tar file(exit status 1): Container ID 1000 cannot be
mapped to a host ID
would anybody know?
many thanks, L.
_______________________________________________
Podman mailing list -- podman(a)lists.podman.io
To unsubscribe send an email to podman-leave(a)lists.podman.io
Looks like UID 1000 is not mapped into the user namespace?
podman unshare cat /proc/self/uid_map
Is your /etc/subuid and /etc/subgid setup correctly?