Kitematic: (HTTP code 404) unexpected - {"message":"manifest for hyperledger/fabric-couchdb:latest not found"}

Created on 29 Jun 2017  路  4Comments  路  Source: docker/kitematic

Expected behavior

Docker image should be downloaded

Actual behavior

Giving error (HTTP code 404) unexpected - {"message":"manifest for hyperledger/fabric-couchdb:latest not found"}

Information about the Issue

Steps to reproduce the behavior

  1. ...
  2. ...

Most helpful comment

Thanks! it is working now.. Thanks a lot..

All 4 comments

What does your Dockerfile look like? This repository (hyperledger/fabric-couchdb) does not have a latest tag. To pull this image, you must reference one of the tags for the Docker hub. https://hub.docker.com/r/hyperledger/fabric-couchdb/tags/

If the image you're creating a container from doesn't have a :latest tag (which is the default), you need to manually select the tag to use from the UI;

Click the three "dots" to open the details pane for the image

screen shot 2017-07-02 at 17 59 56

Click on the "selected tag"

screen shot 2017-07-02 at 18 00 07

Select the image tag you want to use:

screen shot 2017-07-02 at 18 00 28

Click the close button ("X"):

screen shot 2017-07-02 at 18 00 43

Then click "create" to create a container using the image (and tag) you selected

screen shot 2017-07-02 at 18 04 10

  1. Go to https://hub.docker.com/r/hyperledger/fabric-couchdb/tags/
  2. Observe no latest tags were created for that image
  3. Select a different tag in Kitematic (if one exists)
  4. 馃帀 enjoy container running.

Ideally you open an issue with the repo owner to let them know how frustrating it is that they don't have a latest image tagged

Thanks! it is working now.. Thanks a lot..

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Ashish0410verma picture Ashish0410verma  路  3Comments

geoffroy-noel-ddh picture geoffroy-noel-ddh  路  3Comments

albfan picture albfan  路  3Comments

STaRDoGG picture STaRDoGG  路  3Comments

EugeneKrapivin picture EugeneKrapivin  路  4Comments