vrann opened a new issue #5120:
URL: https://github.com/apache/openwhisk/issues/5120


   <!--
   We use the issue tracker for bugs and feature requests. For general 
questions and discussion please use http://slack.openwhisk.org/ or 
https://openwhisk.apache.org/contact.html instead.
   
   Do NOT share passwords, credentials or other confidential information.
   
   Before creating a new issue, please check if there is one already open that
   fits the defect you are reporting.
   If you open an issue and realize later it is a duplicate of a pre-existing
   open issue, please close yours and add a comment to the other.
   
   Issues can be created for either defects or enhancement requests. If you are 
a committer than please add the labels "bug" or "feature". If you are not a 
committer please make clear in the comments which one it is, so that committers 
can add these labels later.
   
   If you are reporting a defect, please edit the issue description to include 
the
   information shown below.
   
   If you are reporting an enhancement request, please include information on 
what you are trying to achieve and why that enhancement would help you.
   
   For more information about reporting issues, see
   
https://github.com/apache/openwhisk/blob/master/CONTRIBUTING.md#raising-issues
   
   Use the commands below to provide key information from your environment:
   You do not have to include this information if this is a feature request.
   -->
   
   ## Environment details:
   
   * Travis
   
   ## Steps to reproduce the issue:
   
   1.   Create PR with no code change (i.e. documentation update) and wait for 
tests to get executed  
   
   
   ## Provide the expected results and outputs:
   Unit tests passed successfully 
   
   ## Provide the actual results and outputs:
   
   Unit Tests are failing with the following issue
   
   ```
   org.testcontainers.containers.ContainerFetchException: Can't get Docker 
image: 
RemoteDockerImage(imageName=docker.elastic.co/elasticsearch/elasticsearch:6.7.2)
   Caused by:
   com.github.dockerjava.api.exception.NotFoundException: {"message":"No such 
image: alpine:3.5"}
   ```
   
   Here is an example of the failing job: 
https://travis-ci.com/github/apache/openwhisk/jobs/500605165
   
   ## Additional information you deem important:
   * contacted Travis support team and here is what they responded:
   "It appears that the error Is because of a testcontainers bug. Is by any 
chance your library or code dependent on that? This issue was addressed in 
testcontainer since the release of version 1.15.0"
   


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


Reply via email to