You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2023/03/22 04:07:25 UTC

[couchdb-ci] branch main updated: Update Erlang to latest patch versions

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 8b9d771  Update Erlang to latest patch versions
8b9d771 is described below

commit 8b9d771f0cebd044c303c731772424ed49ae3fc7
Author: Ronny Berndt <ro...@apache.org>
AuthorDate: Mon Mar 20 17:23:26 2023 +0100

    Update Erlang to latest patch versions
---
 bin/install-dependencies.sh |  4 ++--
 dockerfiles/centos-7        |  2 +-
 dockerfiles/debian-bullseye |  2 +-
 dockerfiles/debian-buster   |  2 +-
 dockerfiles/rockylinux-8    |  2 +-
 dockerfiles/ubuntu-bionic   |  2 +-
 dockerfiles/ubuntu-focal    |  2 +-
 dockerfiles/ubuntu-jammy    |  2 +-
 pull-all-couchdbdev-docker  | 23 +++++++++++------------
 9 files changed, 20 insertions(+), 21 deletions(-)

diff --git a/bin/install-dependencies.sh b/bin/install-dependencies.sh
index 133e4c4..9627f80 100755
--- a/bin/install-dependencies.sh
+++ b/bin/install-dependencies.sh
@@ -28,9 +28,9 @@
 # stop on error
 set -e
 
-# Defaults updated 2019-10-14
+# Defaults updated 2023-03-20
 NODEVERSION=${NODEVERSION:-14}
-ERLANGVERSION=${ERLANGVERSION:-24.3.4.9}
+ERLANGVERSION=${ERLANGVERSION:-24.3.4.10}
 ELIXIRVERSION=${ELIXIRVERSION:-v1.13.4}
 
 
diff --git a/dockerfiles/centos-7 b/dockerfiles/centos-7
index d028682..8b8b196 100644
--- a/dockerfiles/centos-7
+++ b/dockerfiles/centos-7
@@ -24,7 +24,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=23.3.4.15
+ARG erlangversion=24.3.4.10
 ARG elixirversion=v1.13.4
 ARG nodeversion=14
 
diff --git a/dockerfiles/debian-bullseye b/dockerfiles/debian-bullseye
index b159fff..eb5fa2b 100644
--- a/dockerfiles/debian-bullseye
+++ b/dockerfiles/debian-bullseye
@@ -26,7 +26,7 @@ ARG js=js
 # Choose whether to install Erlang, default yes
 ARG erlang=erlang
 # Select version of Node, Erlang and Elixir
-ARG erlangversion=23.3.4.15
+ARG erlangversion=24.3.4.10
 ARG elixirversion=v1.13.4
 ARG nodeversion=14
 
diff --git a/dockerfiles/debian-buster b/dockerfiles/debian-buster
index d928213..8aca975 100644
--- a/dockerfiles/debian-buster
+++ b/dockerfiles/debian-buster
@@ -26,7 +26,7 @@ ARG js=js
 # Choose whether to install Erlang, default yes
 ARG erlang=erlang
 # Select version of Node, Erlang and Elixir
-ARG erlangversion=23.3.4.15
+ARG erlangversion=24.3.4.10
 ARG elixirversion=v1.13.4
 ARG nodeversion=14
 
diff --git a/dockerfiles/rockylinux-8 b/dockerfiles/rockylinux-8
index 7efb3f8..8bdd5cd 100644
--- a/dockerfiles/rockylinux-8
+++ b/dockerfiles/rockylinux-8
@@ -24,7 +24,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=23.3.4.15
+ARG erlangversion=24.3.4.10
 ARG elixirversion=v1.13.4
 ARG nodeversion=14
 
diff --git a/dockerfiles/ubuntu-bionic b/dockerfiles/ubuntu-bionic
index 03a75b6..7268ff9 100644
--- a/dockerfiles/ubuntu-bionic
+++ b/dockerfiles/ubuntu-bionic
@@ -24,7 +24,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=23.3.4.15
+ARG erlangversion=24.3.4.10
 ARG elixirversion=v1.13.4
 ARG nodeversion=14
 
diff --git a/dockerfiles/ubuntu-focal b/dockerfiles/ubuntu-focal
index e136395..249c4b4 100644
--- a/dockerfiles/ubuntu-focal
+++ b/dockerfiles/ubuntu-focal
@@ -24,7 +24,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=23.3.4.15
+ARG erlangversion=24.3.4.10
 ARG elixirversion=v1.13.4
 ARG nodeversion=14
 
diff --git a/dockerfiles/ubuntu-jammy b/dockerfiles/ubuntu-jammy
index 98d90a2..8336e70 100644
--- a/dockerfiles/ubuntu-jammy
+++ b/dockerfiles/ubuntu-jammy
@@ -24,7 +24,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=23.3.4.15
+ARG erlangversion=24.3.4.10
 ARG elixirversion=v1.13.4
 ARG nodeversion=14
 
diff --git a/pull-all-couchdbdev-docker b/pull-all-couchdbdev-docker
index de06244..ae8ff4d 100644
--- a/pull-all-couchdbdev-docker
+++ b/pull-all-couchdbdev-docker
@@ -4,19 +4,18 @@ 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-23.3.4.17
-couchdbci-debian:buster-erlang-23.3.4.17
-couchdbci-debian:bullseye-erlang-25.2
+couchdbci-debian:bullseye-erlang-25.3
+couchdbci-debian:bullseye-erlang-24.3.4.10
 couchdbci-debian:bullseye-erlang-23.3.4.18
-couchdbci-debian:buster-erlang-24.3.4.9
-couchdbci-debian:bullseye-erlang-24.3.4.9
-couchdbci-centos:8-erlang-24.3.4.9
-couchdbci-centos:7-erlang-24.3.4.9
-couchdbci-ubuntu:bionic-erlang-23.3.4.17
-couchdbci-ubuntu:focal-erlang-23.3.4.17
-couchdbci-ubuntu:bionic-erlang-24.3.4.9
-couchdbci-ubuntu:jammy-erlang-24.3.4.9
-couchdbci-ubuntu:focal-erlang-24.3.4.9
+couchdbci-debian:buster-erlang-24.3.4.10
+couchdbci-debian:buster-erlang-23.3.4.18
+couchdbci-centos:8-erlang-24.3.4.10
+couchdbci-centos:7-erlang-24.3.4.10
+couchdbci-ubuntu:jammy-erlang-24.3.4.10
+couchdbci-ubuntu:focal-erlang-24.3.4.10
+couchdbci-ubuntu:focal-erlang-23.3.4.18
+couchdbci-ubuntu:bionic-erlang-24.3.4.10
+couchdbci-ubuntu:bionic-erlang-23.3.4.18
 )
 
 for image in ${KEEP_IMAGES[*]}