Copy containers to my git registry
This repository has been archived on 2024-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2023-12-06 13:25:15 -07:00
build.sh Authenticate to Github 2023-12-04 16:56:42 -07:00
Jenkinsfile basic stuff. still need to log into the repo. 2023-10-12 23:49:42 -06:00
README.md Updated Jenkins build badge 2023-12-06 13:25:15 -07:00

copy-containers

Last Run

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 when restarting the whole cluster. Current containers cloned by the script:

busybox:latest
nginx:latest
postgres:15
democratic-csi:latest
docker.io/registry:latest