Hi,
The builds made in our project are unable to download the docker images needed to run our tests.
All these builds have the following errors:
docker.errors.ImageNotFound: 404 Client Error: Not Found ("No such image: amazon/dynamodb-local:latest")
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http+docker://localhost/v1.35/containers/create
Here’s a link to one of those builds,
https://travis-ci.org/DataBiosphere/azul/builds/597838513
Thanks in advance.