This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch update-pull-all-couchdbdev
in repository https://gitbox.apache.org/repos/asf/couchdb-ci.git

commit a7b9db0fd3d35423b448ca3d05c12be1b8b09f46
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[*]}

Reply via email to