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/04 09:37:42 UTC

[GitHub] [incubator-openwhisk] jthomas opened a new issue #4539: Travis errors due to missing `controller:latest` image.

jthomas opened a new issue #4539: Travis errors due to missing `controller:latest` image.
URL: https://github.com/apache/incubator-openwhisk/issues/4539
 
 
   I'm seeing failures in Travis this morning for Apache OpenWhisk repos due to the `controller:latest` image being referenced. I'm guessing this is due to the move to use `nightly` in accordance with ASF guidelines.
   
   https://travis-ci.org/apache/incubator-openwhisk-client-js/builds/554135693
   https://travis-ci.org/apache/incubator-openwhisk-cli/builds/554119370
   
   ```
   fatal: [controller0]: FAILED! => {"changed": false, "msg": "Error pulling image openwhisk/controller:latest - 404 Client Error: Not Found (\"manifest for openwhisk/controller:latest not found\")"}
   ```
   
   This comes from the following task: 
   https://github.com/apache/incubator-openwhisk/blob/ef8b06f499764d38b29c1a8095fba09836d666a1/ansible/roles/controller/tasks/deploy.yml#L312-L331
   
   The `docker.image.tag` uses `latest` I guess? Should that config value be changed to `nightly`? 

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