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 e59510d Update OTP default versions in dockerfiles
e59510d is described below
commit e59510d7bd02f2192c55db0d03849f184d7820f2
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Sat Mar 8 19:10:19 2025 -0500
Update OTP default versions in dockerfiles
The updated value images are already built since this version was
passed in as an env var but let's update the defaults as well before
we forget.
---
README.md | 2 +-
dockerfiles/almalinux-8 | 2 +-
dockerfiles/almalinux-9 | 2 +-
dockerfiles/debian-bookworm | 2 +-
dockerfiles/debian-bullseye | 2 +-
dockerfiles/ubuntu-focal | 2 +-
dockerfiles/ubuntu-jammy | 2 +-
dockerfiles/ubuntu-noble | 2 +-
pull-all-couchdbdev-docker | 12 ++++++------
9 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/README.md b/README.md
index 1dcac9b..b42a1c2 100644
--- a/README.md
+++ b/README.md
@@ -186,7 +186,7 @@ After building the image as above:
docker run -it couchdbdev/<tag>
```
-where `<tag>` is of the format `<distro>-<version>-<type>`, such as
`debian-bookworm-erlang-25.3.2.15`.
+where `<tag>` is of the format `<distro>-<version>-<type>`, such as
`debian-bookworm-erlang-25.3.2.18`.
## Running the CouchDB build in a published container
diff --git a/dockerfiles/almalinux-8 b/dockerfiles/almalinux-8
index 247f82c..abc4e82 100644
--- a/dockerfiles/almalinux-8
+++ b/dockerfiles/almalinux-8
@@ -31,7 +31,7 @@ ARG js=js
# Choose whether to install Erlang, default yes
ARG erlang=erlang
# Select version of Node, Erlang and Elixir to install
-ARG erlangversion=25.3.2.15
+ARG erlangversion=25.3.2.18
ARG elixirversion=v1.17.3
ARG nodeversion=20
diff --git a/dockerfiles/almalinux-9 b/dockerfiles/almalinux-9
index b9b307f..17352c7 100644
--- a/dockerfiles/almalinux-9
+++ b/dockerfiles/almalinux-9
@@ -31,7 +31,7 @@ ARG js=js
# Choose whether to install Erlang, default yes
ARG erlang=erlang
# Select version of Node, Erlang and Elixir to install
-ARG erlangversion=25.3.2.15
+ARG erlangversion=25.3.2.18
ARG elixirversion=v1.17.3
ARG nodeversion=20
diff --git a/dockerfiles/debian-bookworm b/dockerfiles/debian-bookworm
index d126a9d..3750492 100644
--- a/dockerfiles/debian-bookworm
+++ b/dockerfiles/debian-bookworm
@@ -36,7 +36,7 @@ ARG js=js
# Choose whether to install Erlang, default yes
ARG erlang=erlang
# Select version of Node, Erlang and Elixir
-ARG erlangversion=25.3.2.15
+ARG erlangversion=25.3.2.18
ARG elixirversion=v1.17.3
ARG nodeversion=20
diff --git a/dockerfiles/debian-bullseye b/dockerfiles/debian-bullseye
index 2a88596..df291d1 100644
--- a/dockerfiles/debian-bullseye
+++ b/dockerfiles/debian-bullseye
@@ -36,7 +36,7 @@ ARG js=js
# Choose whether to install Erlang, default yes
ARG erlang=erlang
# Select version of Node, Erlang and Elixir
-ARG erlangversion=25.3.2.15
+ARG erlangversion=25.3.2.18
ARG elixirversion=v1.17.3
ARG nodeversion=20
diff --git a/dockerfiles/ubuntu-focal b/dockerfiles/ubuntu-focal
index 4f7e059..805d015 100644
--- a/dockerfiles/ubuntu-focal
+++ b/dockerfiles/ubuntu-focal
@@ -34,7 +34,7 @@ ARG js=js
# Choose whether to install Erlang, default yes
ARG erlang=erlang
# Select version of Node, Erlang and Elixir to install
-ARG erlangversion=25.3.2.15
+ARG erlangversion=25.3.2.18
ARG elixirversion=v1.17.3
ARG nodeversion=20
diff --git a/dockerfiles/ubuntu-jammy b/dockerfiles/ubuntu-jammy
index 5305416..73e5251 100644
--- a/dockerfiles/ubuntu-jammy
+++ b/dockerfiles/ubuntu-jammy
@@ -34,7 +34,7 @@ ARG js=js
# Choose whether to install Erlang, default yes
ARG erlang=erlang
# Select version of Node, Erlang and Elixir to install
-ARG erlangversion=25.3.2.15
+ARG erlangversion=25.3.2.18
ARG elixirversion=v1.17.3
ARG nodeversion=20
diff --git a/dockerfiles/ubuntu-noble b/dockerfiles/ubuntu-noble
index b6a2514..273092b 100644
--- a/dockerfiles/ubuntu-noble
+++ b/dockerfiles/ubuntu-noble
@@ -34,7 +34,7 @@ ARG js=js
# Choose whether to install Erlang, default yes
ARG erlang=erlang
# Select version of Node, Erlang and Elixir to install
-ARG erlangversion=25.3.2.15
+ARG erlangversion=25.3.2.18
ARG elixirversion=v1.17.3
ARG nodeversion=20
diff --git a/pull-all-couchdbdev-docker b/pull-all-couchdbdev-docker
index c17f3e9..58c6f99 100644
--- a/pull-all-couchdbdev-docker
+++ b/pull-all-couchdbdev-docker
@@ -4,14 +4,14 @@ 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-25.3.2.15
+couchdbci-debian:bookworm-erlang-25.3.2.18
couchdbci-debian:bookworm-erlang-26.2.5.4
couchdbci-debian:bookworm-erlang:27.1.1
-couchdbci-centos:9-erlang-25.3.2.15
-couchdbci-centos:8-erlang-25.3.2.15
-couchdbci-ubuntu:noble-erlang-25.3.2.15
-couchdbci-ubuntu:jammy-erlang-25.3.2.15
-couchdbci-ubuntu:focal-erlang-25.3.2.15
+couchdbci-centos:9-erlang-25.3.2.18
+couchdbci-centos:8-erlang-25.3.2.18
+couchdbci-ubuntu:noble-erlang-25.3.2.18
+couchdbci-ubuntu:jammy-erlang-25.3.2.18
+couchdbci-ubuntu:focal-erlang-25.3.2.18
)
for image in ${KEEP_IMAGES[*]}