Skip to content
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

Unable to import ubuntu docker image #148

Closed
itzsimpl opened this issue Feb 2, 2023 · 3 comments
Closed

Unable to import ubuntu docker image #148

itzsimpl opened this issue Feb 2, 2023 · 3 comments

Comments

@itzsimpl
Copy link

itzsimpl commented Feb 2, 2023

I am unable to pull ubuntu docker image from docker hub;

$ enroot import docker://ubuntu
[INFO] Querying registry for permission grant
[INFO] Authenticating with user: <anonymous>
[INFO] Authentication succeeded
[INFO] Fetching image manifest list
[INFO] Fetching image manifest
[ERROR] URL https://registry-1.docker.io/v2/library/ubuntu/manifests/latest returned error code: 404 Not Found
$ docker pull ubuntu
Using default tag: latest
latest: Pulling from library/ubuntu
677076032cca: Pull complete 
Digest: sha256:9a0bdde4188b896a372804be2384015e90e3f84906b750c1a53539b585fbbe7f
Status: Downloaded newer image for ubuntu:latest
docker.io/library/ubuntu:latest
@flx42
Copy link
Member

flx42 commented Feb 2, 2023

The Ubuntu images moved to using OCI image manifests instead of Docker image manifests a few days ago, so you now need this commit on the master branch: a7493bf

You can also apply the patch @3XX0 provided in the release notes for 3.4.0: https://github.com/NVIDIA/enroot/releases/tag/v3.4.0
A new release will be done soon.

@itzsimpl
Copy link
Author

itzsimpl commented Feb 2, 2023

That worked, thank you!

@itzsimpl itzsimpl closed this as completed Feb 2, 2023
@krono
Copy link
Contributor

krono commented Feb 6, 2023

Hey, @flx42 or @3XX0 could you maybe sticky this issue until the next release :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants