-
Notifications
You must be signed in to change notification settings - Fork 231
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
img pull error failed to mount unmount /tmp/containerd-mount... #294
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
FWIW, if I start from |
Update: Can run it in a container from local, but having trouble deploying as a job on K8s. The pod spec has the annotations. I'm running in AWS EKS with Kubernetes v 1.16 Job Pod Spec YAML metadata
chmod fixI have included the
Job commandsThe commands of the job are, essentially:
Failed to mount containerd errorI get "Login succeeded", but more or less the same error message I got earlier with the buster img build. I'm not sure how to go about unmasking procfs, if that would help...
|
Down voting as I doubt this is a bug with |
I got the same issue with local Docker runs. |
Got the same issue in my CI |
The same issue with version v0.5.11 |
I am running this with v0.5.11 and got the same issue on an Ubuntu 20.4 based pod within AKS. I already have the unconfined annotations as above. The only way so far to make this work is to run the pod in privileged mode. |
Installed
img
from source on Debian 10 (golang:1.13.12-buster). Running the container with the--privileged
flag to test.img version
Running
img login
appears to work... at least I get "Login succeeded." Runningimg pull python:slim-buster
(for instance) returns the following error:I'm guessing there's a step I'm missing somewhere, but no idea where. My eventual intent is to deploy as part of a Kubernetes service, but testing from local for now.
Also, kudos for the tool in general (issue notwithstanding). Definitely a needed addition!
The text was updated successfully, but these errors were encountered: