I had to migrate all container images stored in one Gitlab registry () to another ().
Here is the script. How to use it:
- Login to the registries ahead of time in bash, e.g.
docker login gcr.hrz.tu-chemnitz.de
# also create a read-token for the source repo and export in your current shell
export SOURCE_TOKEN=...