-
Notifications
You must be signed in to change notification settings - Fork 179
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 for fermenreq/docker-whale:latest not found #40
Comments
It seems it is taking the default tag.. |
which tag should be used? |
when you search for the image you will find two options
select Tags option and check the latest pushed image tag and use it Ex: docker pull imagename:tagname |
Adding the tagname had no effect. Same error. |
Hi, we have registry 2.6.2. We have the same error but with a fixed tag.
I tried to remove the image directly from the registry:
Then repush it: |
I have to say the error occured after I deleted/garbage collected once the image swarm from my registry. Is there a magical command to repair the registry or do I have to rebuild it? |
I just had to restart the registry and repush the image, and it worked. |
As for me, there are a huge problem with registry, when it ghostly fails and you could only update it, clean up orphaned images or push fresh commit. The last one is stupid one, but it works when previous not. |
Hi all !
I'm trying to download an image that I have in Docker Repository, but I have a response error :
root@fernandotest:/# docker pull fermenreq/docker-whale
Using default tag: latest
Error response from daemon: manifest for fermenreq/docker-whale:latest not found
Im using an Ubuntu 14.04 Image Running on a fiware cloud VM. Requierements docker
I'm working on Windows 7 Enterprise and I connect to VM using cygwin.
Bests regards ! ****
The text was updated successfully, but these errors were encountered: