You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
continuous-integration/drone/push Build is passing
Details
|
1 week ago | |
---|---|---|
images | 1 week ago | |
.drone.yml | 3 months ago | |
.gitlab-ci.yml | 2 years ago | |
README.md | 9 months ago | |
mirror.sh | 3 months ago |
README.md
mirror
Docker images mirroring project.
This thing appears after constant inability of Gitlab developers to mitigate Docker Hub ratelimiting shit.
Feel free to use and re-use these images and this mirrorer.
How to use
This script assumes that you are already logged in into Gitlab Registry.
In CI
Ensure to add global before_script
:
before_script:
- apk add bash
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
Adding new image
If you decided to use my mirrors and want to mirror some image - please make an
MR with image name be exactly same as in other files in images
directory.