Stanislav N. aka pztrn db9922eea3
Some checks failed
continuous-integration/drone/push Build is failing
Another try.
2022-06-27 01:55:31 +05:00
2022-06-27 01:36:27 +05:00
2022-06-27 01:55:31 +05:00
2021-09-27 19:21:18 +05:00
2022-06-27 01:36:27 +05:00
2020-12-23 18:39:56 +05:00

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.

If it helps you much - please, donate

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.

Description
Containers mirror from Docker Hub.
Readme 127 KiB
Languages
Shell 100%