style95 commented on issue #4539: Travis errors due to missing `controller:latest` image. URL: https://github.com/apache/incubator-openwhisk/issues/4539#issuecomment-508507387 With #4538, we need to change this to `nightly` as well to make Jenkins build work because it uses a private registry. https://github.com/apache/incubator-openwhisk/blob/f8a1506b2edc5e61476e44b924962a567c283b22/gradle/docker.gradle#L43 But this will change the behavior of local build and deployment via a private registry. I think it is correct to use `latest` if a user uses images built in a local environment with a private registry(deployed via OpenWhisk). And for build jobs such as CLI and client-js, I think it is correct to use `nightly` built official images. Because it just requires them as a dependency and requires a "fresh" version from the master branch. So I am inclined to change CI configuration of CLI and client-js instead replacing `default_image_tag`.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
