https://github.com/jonashackt/travis-ci-docker-mirror
Example project showing how to configure a Docker registry mirror for TravisCI
https://github.com/jonashackt/travis-ci-docker-mirror
Last synced: 4 months ago
JSON representation
Example project showing how to configure a Docker registry mirror for TravisCI
- Host: GitHub
- URL: https://github.com/jonashackt/travis-ci-docker-mirror
- Owner: jonashackt
- License: mit
- Created: 2020-12-22T13:03:21.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-22T13:19:25.000Z (over 5 years ago)
- Last Synced: 2025-07-02T23:35:36.651Z (12 months ago)
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# travis-ci-docker-mirror
Example project showing how to configure a Docker registry mirror for TravisCI
[](https://travis-ci.com/jonashackt/travis-ci-docker-mirror)
[](https://github.com/jonashackt/travis-ci-docker-mirror/blob/master/LICENSE)
We want to work around Docker Registry rate-limiting problems [like this](https://travis-ci.org/github/codecentric/spring-boot-admin/builds/751003082):
```shell
Caused by: org.testcontainers.containers.ContainerFetchException: Failed to get Docker client for hazelcast/hazelcast:4.0
Caused by: com.github.dockerjava.api.exception.DockerClientException: Could not pull image: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
```
See also https://travis-ci.community/t/docker-hub-you-have-reached-your-pull-rate-limit/10517, https://github.com/travis-ci/travis-ci/issues/6418