Added Democratic CSI and the Docker Registry
All checks were successful
git.cronocide.net/container-copy/pipeline/head This commit looks good

This commit is contained in:
Daniel Dayley 2023-12-04 16:36:46 -07:00
parent c2932c1adb
commit 49ad9061a7
Signed by: Cronocide
GPG Key ID: 2CB7D4B8DEB3198E
2 changed files with 5 additions and 1 deletions

View File

@ -9,4 +9,6 @@ Current containers cloned by the script:
busybox:latest
nginx:latest
postgres:15
democratic-csi:latest
docker.io/registry:latest
```

View File

@ -138,7 +138,9 @@ LATEST_TAG="${IMAGE_NAME}:latest"
REPOS_TO_COPY=("busybox:latest git.cronocide.net/cronocide/busybox:latest" \
"nginx:latest git.cronocide.net/cronocide/nginx:latest" \
"postgres:15 git.cronocide.net/cronocide/postgres:15")
"postgres:15 git.cronocide.net/cronocide/postgres:15" \
"democraticcsi/democratic-csi:latest git.cronocide.net/cronocide/democratic-csi:latest" \
"docker.io/registry:latest git.cronocide.net/cronocide/registry:latest")
# Run specified build task
"$ACTION"