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 response from daemon: manifest unknown #1583

Open
signorrayan opened this issue Dec 4, 2024 · 3 comments
Open

Error response from daemon: manifest unknown #1583

signorrayan opened this issue Dec 4, 2024 · 3 comments

Comments

@signorrayan
Copy link

I am trying to create containers and am following the instruction at https://github.com/internetstandards/Internet.nl/blob/main/documentation/Docker-deployment-batch.md
but by using the following command, I am getting the error docker: Error response from daemon: manifest unknown.

docker run -ti --rm --pull=always \
  --volume /var/run/docker.sock:/var/run/docker.sock \
  --volume $HOME/.docker:/root/.docker \
  --volume /opt/Internet.nl:/opt/Internet.nl \
  --network none \
  --env DOCKER_REGISTRY=ghcr.io/internetstandards \
  ghcr.io/internetstandards/util:latest \
  /deploy.sh

The information at #1547, and the fix at #1557 didn't help.

@signorrayan
Copy link
Author

Ok, maybe the issue is related to the tag, I referred to https://github.com/internetstandards/Internet.nl/pkgs/container/util
and used the ghcr.io/internetstandards/util:1.9.0.dev186-g6cd8ed3-stub-resolver, and it works good.

@mxsasha
Copy link
Collaborator

mxsasha commented Dec 4, 2024

Yes, I think that deploy command only works for main, not for the latest (1.8) release. I recommend you use the main tag for now - PRs may be in a broken state. And particularly that stub resolver PR build is... in flux.

@signorrayan
Copy link
Author

Thank you. So maybe the Documentation could contains the :main tag instead of :latest

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

No branches or pull requests

2 participants