Added Democratic CSI and the Docker Registry
All checks were successful
git.cronocide.net/container-copy/pipeline/head This commit looks good
All checks were successful
git.cronocide.net/container-copy/pipeline/head This commit looks good
This commit is contained in:
parent
c2932c1adb
commit
49ad9061a7
@ -9,4 +9,6 @@ Current containers cloned by the script:
|
||||
busybox:latest
|
||||
nginx:latest
|
||||
postgres:15
|
||||
democratic-csi:latest
|
||||
docker.io/registry:latest
|
||||
```
|
||||
|
4
build.sh
4
build.sh
@ -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"
|
||||
|
Reference in New Issue
Block a user