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 on Docker Pull #266

Closed
shuntera opened this issue Apr 28, 2023 · 2 comments
Closed

Error on Docker Pull #266

shuntera opened this issue Apr 28, 2023 · 2 comments

Comments

@shuntera
Copy link

When I attempt the command 'docker pull significantgravitas/auto-gpt' I get the following error:

Using default tag: latest
Error response from daemon: manifest for significantgravitas/auto-gpt:latest not found: manifest unknown: manifest unknown

@shuntera
Copy link
Author

shuntera commented Apr 28, 2023

OK, seems to be because there is no :latest tag on the image, you have to specify the 0.2.2 tag (only one there right now). Would recommend applying the latest tag to that image.

And you need to add that tag in the docker-compose.yml file as follows:

image: significantgravitas/auto-gpt:0.2.2

If the 'latest' tag does get applied then :0.2.2 can be removed from docker-compose and the 'latest' tag will be implied, or you can add :latest to be specific

@thaJeztah
Copy link
Member

Yes, if there's no :latest tag for the image, then it's needed to specify a tag to use.

Note that that image is maintained by a personal account (so it's not an official image, but "someone" created that image); so always be careful if you trust that image. You could try to find contact information for that user and ask them to consider adding a :latest tag; https://hub.docker.com/r/significantgravitas/auto-gpt

I'll close this ticket because this is not a bug, but feel free to continue the conversation.

@thaJeztah thaJeztah closed this as not planned Won't fix, can't repro, duplicate, stale Apr 28, 2023
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