"potentially insufficient UIDs or GIDs available in user namespace" が表示され、Podman でコンテナーイメージをプルできない
Issue
- ルートレスユーザーとして
podman pull <IMAGE>:<IMAGETAG>を実行しても、特定のコンテナーイメージをプルできません。 -
特定のコンテナーイメージをプルした後、以下のエラーが表示されます。
Error: writing blob: adding layer with blob "sha256:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx": processing tar file(potentially insufficient UIDs or GIDs available in user namespace (requested <UID>:<GID> for /<PATH> ): Check /etc/subuid and /etc/subgid if configured locally and run podman-system-migrate: lchown /<PATH>: invalid argument): exit status 1 -
podman imagesがそのようなイメージはダウンロードされていないと報告するため、その後イメージはローカルに保存されません。[myuser@my-rhel ~] $ podman images [myuser@my-rhel ~] $
Environment
- Red Hat Enterprise Linux (RHEL)
- 7
- 8
- 9
- ルートレス podman
- この問題は、特定のコンテナーイメージでは発生する可能性がありますが、他のコンテナーイメージでは発生しない場合もあります。
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.