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/19 12:28:59 UTC

[GitHub] [incubator-openwhisk] sven-lange-last commented on issue #4562: Unable to pull docker image

sven-lange-last commented on issue #4562: Unable to pull docker image
URL: https://github.com/apache/incubator-openwhisk/issues/4562#issuecomment-513210519
 
 
   You didn't specify a lot of information in this issue. I guess you pulled `openwhisk/controller` successfully in the past which resolves to `openwhisk/controller:latest`.
   
   We recently changed `latest` to `nightly` because of Apache requirements. Unfortunately, `nightly` does not have the `docker pull` convenience - `openwhisk/controller` will never expand to `openwhisk/controller:latest`.
   
   You will have to pull `openwhisk/controller:nightly` explicitly.
   
   In the long term, Docker convenience images for the latest OpenWhisk release may be tagged `latest`.
   
   Also look here: https://hub.docker.com/r/openwhisk/controller/tags

----------------------------------------------------------------
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