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 f1de45e Update Erlang 24,25,26
f1de45e is described below
commit f1de45edf5d9d5a4dd0065db9bdc2bc5d95abd1d
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Wed May 8 00:54:44 2024 -0400
Update Erlang 24,25,26
24.3.4.17
25.3.2.12
26.2.5
---
README.md | 4 ++--
bin/install-dependencies.sh | 2 +-
dockerfiles/almalinux-8 | 2 +-
dockerfiles/almalinux-9 | 2 +-
dockerfiles/centos-7 | 2 +-
dockerfiles/debian-bookworm | 2 +-
dockerfiles/debian-bullseye | 2 +-
dockerfiles/debian-buster | 2 +-
dockerfiles/ubuntu-bionic | 2 +-
dockerfiles/ubuntu-focal | 2 +-
dockerfiles/ubuntu-jammy | 2 +-
pull-all-couchdbdev-docker | 20 ++++++++++----------
12 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/README.md b/README.md
index 895f156..addf396 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ On the other hand, some OSes won't run older Erlangs because
of library changes,
Just specify on the command line any of the `ERLANGVERSION`, `NODEVERSION`, or
`ELIXIRVERSION` environment variables:
```
-NODEVERSION=18 ELIXIRVERSION=v1.15.7 ERLANGVERSION=24.3.4.7 ./build.sh
platform debian-bullseye
+NODEVERSION=18 ELIXIRVERSION=v1.15.7 ERLANGVERSION=24.3.4.17 ./build.sh
platform debian-bullseye
```
## Building images for other architectures
@@ -136,7 +136,7 @@ After building the image as above:
docker run -it couchdbdev/<tag>
```
-where `<tag>` is of the format `<distro>-<version>-<type>`, such as
`debian-bullseye-erlang-23.3.4.15`.
+where `<tag>` is of the format `<distro>-<version>-<type>`, such as
`debian-bullseye-erlang-23.3.4.17`.
## Running the CouchDB build in a published container
diff --git a/bin/install-dependencies.sh b/bin/install-dependencies.sh
index 9eb11af..c21545f 100755
--- a/bin/install-dependencies.sh
+++ b/bin/install-dependencies.sh
@@ -30,7 +30,7 @@ set -e
# Defaults updated 2023-03-20
NODEVERSION=${NODEVERSION:-14}
-ERLANGVERSION=${ERLANGVERSION:-24.3.4.15}
+ERLANGVERSION=${ERLANGVERSION:-24.3.4.17}
ELIXIRVERSION=${ELIXIRVERSION:-v1.15.7}
diff --git a/dockerfiles/almalinux-8 b/dockerfiles/almalinux-8
index be2acc2..3ea66cf 100644
--- a/dockerfiles/almalinux-8
+++ b/dockerfiles/almalinux-8
@@ -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=24.3.4.15
+ARG erlangversion=24.3.4.17
ARG elixirversion=v1.15.7
ARG nodeversion=18
diff --git a/dockerfiles/almalinux-9 b/dockerfiles/almalinux-9
index cc749e1..036bb34 100644
--- a/dockerfiles/almalinux-9
+++ b/dockerfiles/almalinux-9
@@ -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=24.3.4.15
+ARG erlangversion=24.3.4.17
ARG elixirversion=v1.15.7
ARG nodeversion=18
diff --git a/dockerfiles/centos-7 b/dockerfiles/centos-7
index 6af206a..8067632 100644
--- a/dockerfiles/centos-7
+++ b/dockerfiles/centos-7
@@ -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=24.3.4.15
+ARG erlangversion=24.3.4.17
ARG elixirversion=v1.15.7
ARG nodeversion=14
diff --git a/dockerfiles/debian-bookworm b/dockerfiles/debian-bookworm
index 69cb0e0..d5a24b3 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=24.3.4.15
+ARG erlangversion=24.3.4.17
ARG elixirversion=v1.15.7
ARG nodeversion=18
diff --git a/dockerfiles/debian-bullseye b/dockerfiles/debian-bullseye
index ff8c884..35063cf 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=24.3.4.15
+ARG erlangversion=24.3.4.17
ARG elixirversion=v1.15.7
ARG nodeversion=18
diff --git a/dockerfiles/debian-buster b/dockerfiles/debian-buster
index 21e99da..6204597 100644
--- a/dockerfiles/debian-buster
+++ b/dockerfiles/debian-buster
@@ -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=24.3.4.15
+ARG erlangversion=24.3.4.17
ARG elixirversion=v1.15.7
ARG nodeversion=18
diff --git a/dockerfiles/ubuntu-bionic b/dockerfiles/ubuntu-bionic
index 827e853..8366e1a 100644
--- a/dockerfiles/ubuntu-bionic
+++ b/dockerfiles/ubuntu-bionic
@@ -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=24.3.4.15
+ARG erlangversion=24.3.4.17
ARG elixirversion=v1.15.7
ARG nodeversion=16
diff --git a/dockerfiles/ubuntu-focal b/dockerfiles/ubuntu-focal
index 8f2930c..57edeab 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=24.3.4.15
+ARG erlangversion=24.3.4.17
ARG elixirversion=v1.15.7
ARG nodeversion=18
diff --git a/dockerfiles/ubuntu-jammy b/dockerfiles/ubuntu-jammy
index 57b7522..e5c5e77 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=24.3.4.15
+ARG erlangversion=24.3.4.17
ARG elixirversion=v1.15.7
ARG nodeversion=18
diff --git a/pull-all-couchdbdev-docker b/pull-all-couchdbdev-docker
index 4e472c9..c8a0723 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:bullseye-erlang-25.3.2.8
-couchdbci-debian:bullseye-erlang-26.2.1
-couchdbci-debian:buster-erlang-24.3.4.15
-couchdbci-debian:bullseye-erlang-24.3.4.15
-couchdbci-centos:9-erlang-24.3.4.15
-couchdbci-centos:8-erlang-24.3.4.15
-couchdbci-centos:7-erlang-24.3.4.15
-couchdbci-ubuntu:bionic-erlang-24.3.4.15
-couchdbci-ubuntu:jammy-erlang-24.3.4.15
-couchdbci-ubuntu:focal-erlang-24.3.4.15
+couchdbci-debian:bullseye-erlang-25.3.2.12
+couchdbci-debian:bullseye-erlang-26.2.5
+couchdbci-debian:buster-erlang-24.3.4.17
+couchdbci-debian:bullseye-erlang-24.3.4.17
+couchdbci-centos:9-erlang-24.3.4.17
+couchdbci-centos:8-erlang-24.3.4.17
+couchdbci-centos:7-erlang-24.3.4.17
+couchdbci-ubuntu:bionic-erlang-24.3.4.17
+couchdbci-ubuntu:jammy-erlang-24.3.4.17
+couchdbci-ubuntu:focal-erlang-24.3.4.17
)
for image in ${KEEP_IMAGES[*]}