From 49ad9061a7da2334ff397fa33e0486eda12bdcbe Mon Sep 17 00:00:00 2001 From: Daniel Dayley Date: Mon, 4 Dec 2023 16:36:46 -0700 Subject: [PATCH] Added Democratic CSI and the Docker Registry --- README.md | 2 ++ build.sh | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b45434d..3febe69 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,6 @@ Current containers cloned by the script: busybox:latest nginx:latest postgres:15 +democratic-csi:latest +docker.io/registry:latest ``` diff --git a/build.sh b/build.sh index d937be0..cdfc275 100755 --- a/build.sh +++ b/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"