Daniel Dayley
5868c928f9
All checks were successful
git.cronocide.net/container-copy/pipeline/head This commit looks good
18 lines
755 B
Markdown
18 lines
755 B
Markdown
# copy-containers
|
|
|
|
![Last Run](https://jenkins.cronocide.net/buildStatus/icon?job=git.cronocide.net%2Fcontainer-copy%2Fmaster&subject=Last%20Run&status=${startTime})
|
|
|
|
This script is a Jenkins job to copy down containers from the Docker Container Registry and publish them to my private registry.
|
|
This is for images that do not need to be always up to date (like nginx or busybox) and are pulled significantly from the cluster.
|
|
Hosting these images locally prevents scenarios where I hit the [docker pull API limit](https://www.docker.com/increase-rate-limits/) when restarting the whole cluster.
|
|
Current containers cloned by the script:
|
|
|
|
```
|
|
busybox:latest
|
|
nginx:latest
|
|
postgres:15
|
|
democratic-csi:latest
|
|
python:3.12-bullseye
|
|
docker.io/registry:latest
|
|
```
|