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 2022/05/04 04:45:17 UTC

[couchdb-ci] 01/04: Update kerl erlangs to latest OTP versions

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

vatamane pushed a commit to branch update-ci-images-rocky-8-and-latest-otp-versions
in repository https://gitbox.apache.org/repos/asf/couchdb-ci.git

commit 81072f78147cbb0a53950fe1486999e6fafd0dde
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Wed May 4 00:32:31 2022 -0400

    Update kerl erlangs to latest OTP versions
    
    Don't think these actually used and we should remove them eventually. But for
    now let's keep them in sync with latest erlang tagged images.
---
 dockerfiles/debian-bullseye            | 2 +-
 dockerfiles/debian-buster              | 2 +-
 dockerfiles/{centos-8 => rockylinux-8} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dockerfiles/debian-bullseye b/dockerfiles/debian-bullseye
index 0a79050..878d2c1 100644
--- a/dockerfiles/debian-bullseye
+++ b/dockerfiles/debian-bullseye
@@ -27,7 +27,7 @@ ARG js=js
 ARG erlang=erlang
 # Select version of Node, Erlang and Elixir
 ARG erlangversion=20.3.8.26-1
-ARG kerlversions=20.3.8.26,21.3.8.24,22.3.4.24,23.3.4.10,24.2
+ARG kerlversions=20.3.8.26,21.3.8.24,22.3.4.26,23.3.4.14,24.3.4
 ARG elixirversion=v1.9.4
 ARG nodeversion=14
 
diff --git a/dockerfiles/debian-buster b/dockerfiles/debian-buster
index 8bf78eb..61778f6 100644
--- a/dockerfiles/debian-buster
+++ b/dockerfiles/debian-buster
@@ -27,7 +27,7 @@ ARG js=js
 ARG erlang=erlang
 # Select version of Node, Erlang and Elixir
 ARG erlangversion=20.3.8.26-1
-ARG kerlversions=20.3.8.26,21.3.8.22,22.3.4.17,23.3.1
+ARG kerlversions=20.3.8.26,21.3.8.24,22.3.4.26,23.3.4.14,24.3.4
 ARG elixirversion=v1.9.4
 ARG nodeversion=14
 
diff --git a/dockerfiles/centos-8 b/dockerfiles/rockylinux-8
similarity index 100%
rename from dockerfiles/centos-8
rename to dockerfiles/rockylinux-8