You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/07/12 15:11:14 UTC

[GitHub] [incubator-openwhisk-devtools] c5haw opened a new issue #273: Minio image tag not found in docker-compose.yaml

c5haw opened a new issue #273: Minio image tag not found in docker-compose.yaml
URL: https://github.com/apache/incubator-openwhisk-devtools/issues/273
 
 
   https://github.com/apache/incubator-openwhisk-devtools/blob/c3ce36d2086d06427e73df35a9370c55269c2ded/docker-compose/docker-compose.yml#L134
   
   I am trying to run your `make start-docker-compose` script which executes docker-compose up on `docker-compose.yaml`. I am getting the following error:
   
   ```
   .Pulling minio (minio/minio:RELEASE.2018-07-13T00-09-07Z)...
   ..ERROR: Get https://registry-1.docker.io/v2/minio/minio/manifests/RELEASE.2018-07-13T00-09-07Z: Get https://auth.docker.io/token?scope=repository%3Aminio%2Fminio%3Apull&service=registry.docker.io: EOF
   ```
   
   I have looked on the builds for minio on Docker Hub and I can see that the tag referenced does not exist:
   [Minio tags](https://hub.docker.com/r/minio/minio/builds?page=10)
   
   This is one of a number of issues that seem to have cropped up, that I am finding, since a recent update to the repository, such as having changed how you tag your images, which has broken older versions of the docker-compose process using the `Makefile`.
   
   On a separate note, will these builds eventually be versioned or will they continue to be tagged in a backwards incompatible way? I am trying to create a build process that is deterministic and currently I am unable to achieve this.
   
   Thanks!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services