Added Python12 Debian
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
0b878e8b8b
commit
5868c928f9
@ -12,5 +12,6 @@ busybox:latest
|
||||
nginx:latest
|
||||
postgres:15
|
||||
democratic-csi:latest
|
||||
python:3.12-bullseye
|
||||
docker.io/registry:latest
|
||||
```
|
||||
|
1
build.sh
1
build.sh
@ -144,6 +144,7 @@ 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" \
|
||||
"democraticcsi/democratic-csi:latest git.cronocide.net/cronocide/democratic-csi:latest" \
|
||||
"python:3.12-bullseye git.cronocide.net/cronocide/python:3.12-bullseye" \
|
||||
"docker.io/registry:latest git.cronocide.net/cronocide/registry:latest")
|
||||
|
||||
# Run specified build task
|
||||
|
Reference in New Issue
Block a user