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

Error: No such image when pulling template from GitHub Package Registry #292

Open
brpaz opened this issue Oct 12, 2024 · 1 comment
Open

Comments

@brpaz
Copy link

brpaz commented Oct 12, 2024

Hello.

I have created my own devcontainers template repository (https://github.com/brpaz/devcontainer-templates) using the template-starter, but I when I try to use my template as a base image in another project, I got the following error:

[2650 ms] Start: Run: docker pull ghcr.io/brpaz/devcontainer-templates/nix-devenv:latest
latest: Pulling from brpaz/devcontainer-templates/nix-devenv
unsupported media type application/vnd.devcontainers
[3888 ms] []
[3888 ms] Error: No such image: ghcr.io/brpaz/devcontainer-templates/nix-devenv:latest

The image exists in the repository. Probably something very dumb, but I can´t see what I am missing.

Any help is appreciated.

@gvatsal60
Copy link

Hi @brpaz,

I wanted to bring to your attention the following error: Error fetching image details: No manifest found for ghcr.io/brpaz/devcontainer-templates/nix-devenv:latest
It seems that the image hasn't been published correctly. Could you please check this?
I’ll try to look into it if I get some spare time.

Thank you!

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

2 participants