Containers mirror from Docker Hub.
Go to file
Stanislav Nikitin f91dd727d9
continuous-integration/drone/push Build is passing Details
Update versions of images.
2023-08-15 20:05:58 +05:00
images Update versions of images. 2023-08-15 20:05:58 +05:00
.drone.yml Force push for images and proper interruption when pulling images fail. 2023-01-01 22:27:47 +05:00
.gitlab-ci.yml Fix docker image. 2021-09-27 19:21:18 +05:00
README.md Make linters happy. 2022-06-28 20:16:10 +05:00
mirror.sh Do not whine about complete failure when it is not. 2023-01-01 22:54:07 +05:00

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.