diff --git a/README.md b/README.md index 3a677ef..d5093a0 100644 --- a/README.md +++ b/README.md @@ -12,5 +12,6 @@ busybox:latest nginx:latest postgres:15 democratic-csi:latest +python:3.12-bullseye docker.io/registry:latest ``` diff --git a/build.sh b/build.sh index f527759..b1ae7c8 100755 --- a/build.sh +++ b/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