devcontainers / templates

Repository for Dev Container Templates that are managed by Dev Container spec maintainers. See https://github.com/devcontainers/template-starter to create your own!
https://containers.dev/templates
MIT License
992 stars 257 forks source link

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

Open brpaz opened 3 weeks ago

brpaz commented 3 weeks ago

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 commented 3 days ago

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!