-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Denied Permission while pulling images #14056
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Comments
openshift-ci
bot
added
kind/bug
Categorizes issue or PR as related to a bug.
kind/feature
Categorizes issue or PR as related to a new feature.
labels
Apr 28, 2022
Any chance you can try with a more recent Podman? 3.0 is very old at this point. |
mheon
removed
the
kind/feature
Categorizes issue or PR as related to a new feature.
label
Apr 28, 2022
I tried this actions/runner-images#4063 (comment) but after all installation, getting the same version for podman i.e., 3.0.1 |
Does it work if you run it as root? |
what is the underlying file system? |
Friendly ping, @dipankar-maitra-arch |
Closing. We can reopen once we know more. |
github-actions
bot
added
the
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
label
Sep 20, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
BUG REPORT
/kind bug
Permission Denial
/kind feature
Image Pull
Description
While using podman command - podman pull alpine, getting the following error
Error processing tar file(exit status 1): open /etc/passwd: permission denied
Error: Error committing the finished image: error adding layer with blob "sha256:df9b9388f04ad6279a7410b85cedfdcb2208c0a003da7ab5613af7
1079148139": Error processing tar file(exit status 1): open /etc/passwd: permission denied
Error is same while trying sudo podman pull alpine
However same works when trying using $sudo docker pull alpine
Steps to reproduce the issue:
Install podman on Ubuntu
podman pull alpine
Describe the results you received:
Resolved "alpine" as an alias (/etc/containers/registries.conf.d/000-shortnames.conf)
Trying to pull docker.io/library/alpine:latest...
Getting image source signatures
Copying blob df9b9388f04a done
Copying config 0ac33e5f5a done
Writing manifest to image destination
Storing signatures
Error processing tar file(exit status 1): open /etc/passwd: permission denied
Error: Error committing the finished image: error adding layer with blob "sha256:df9b9388f04ad6279a7410b85cedfdcb2208c0a003da7ab5613af7
1079148139": Error processing tar file(exit status 1): open /etc/passwd: permission denied
Describe the results you expected:
successful image pull
Additional information you deem important (e.g. issue happens only occasionally):
Ubuntu 18.04 LTS is the OS
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/main/troubleshooting.md)
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: