This is an automated email from the ASF dual-hosted git repository.
vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-ci.git
The following commit(s) were added to refs/heads/main by this push:
new e810711 Update pull-all script with the latest Erlangs
e810711 is described below
commit e8107118de99d8cd26f9db50c44731fa8632c2b0
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Mon Nov 10 12:31:24 2025 -0500
Update pull-all script with the latest Erlangs
The images are already upload this just makes sure we cache them on the
worker
nodes to optimize job starts and reduce the chance of getting throttled by
dockerhub.
---
pull-all-couchdbdev-docker | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/pull-all-couchdbdev-docker b/pull-all-couchdbdev-docker
index a1b3194..f399c2d 100644
--- a/pull-all-couchdbdev-docker
+++ b/pull-all-couchdbdev-docker
@@ -4,16 +4,16 @@ DOCKER_ORG="apache"
# These are the images that are currently being used, so don't `docker rmi`
them on cleanup.
KEEP_IMAGES=(
-couchdbci-debian:bookworm-erlang:28.0.4
-couchdbci-debian:bookworm-erlang:27.3.4.3
-couchdbci-debian:bookworm-erlang-26.2.5.15
-couchdbci-debian:bookworm-erlang-26.2.5.15
-couchdbci-debian:bullseye-erlang:26.2.5.15
-couchdbci-debian:trixie-erlang:26.2.5.15
-couchdbci-ubuntu:noble-erlang-26.2.5.15
-couchdbci-ubuntu:jammy-erlang-26.2.5.15
-couchdbci-centos:9-erlang-26.2.5.15
-couchdbci-centos:8-erlang-26.2.5.15
+couchdbci-debian:bookworm-erlang:28.1.1
+couchdbci-debian:bookworm-erlang:27.3.4.5
+couchdbci-debian:bookworm-erlang-26.2.5.16
+couchdbci-debian:bookworm-erlang-26.2.5.16
+couchdbci-debian:bullseye-erlang:26.2.5.16
+couchdbci-debian:trixie-erlang:26.2.5.16
+couchdbci-ubuntu:noble-erlang-26.2.5.16
+couchdbci-ubuntu:jammy-erlang-26.2.5.16
+couchdbci-centos:9-erlang-26.2.5.16
+couchdbci-centos:8-erlang-26.2.5.16
)
for image in ${KEEP_IMAGES[*]}