while podman pull, got lsetxattr /bin: operation not supported #24357
PrincePranav235
started this conversation in
General
Replies: 2 comments
-
why the above operation not supported issue is there, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Please provide podman info. Is your homedir on an NFS or network storage? If yes then this is likely not going to work, since the remote storage server will not allow users to create UIDs other then the primary UID. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
while pulling an image using i got this error , someone help me with this.
podman pull ghcr.io/aquasecurity/trivy:latest WARN[0000] Network file system detected as backing store. Enforcing overlay option
force_mask="700". Add it to storage.conf to silence this warning Trying to pull ghcr.io/aquasecurity/trivy:latest... Getting image source signatures Copying blob 4ff82ebd20fe done | Copying blob 43c4264eed91 done | Copying blob 2fb915365b73 done | Copying blob 55dd28896ea8 done | Error: copying system image from manifest list: writing blob: adding layer with blob "sha256:43c4264eed91be63b206e17d93e75256a6097070ce643c5e8f0379998b44f170": processing tar file(lsetxattr /bin: operation not supported): exit status 1
Beta Was this translation helpful? Give feedback.
All reactions