Skip to content

Commit 5dc1ab5

Browse files
committed
Update Erlang 25 and bookworm for pull request CI
1 parent fd85b86 commit 5dc1ab5

File tree

10 files changed

+16
-17
lines changed

10 files changed

+16
-17
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ On the other hand, some OSes won't run older Erlangs because of library changes,
4949
Just specify on the command line any of the `ERLANGVERSION`, `NODEVERSION`, or `ELIXIRVERSION` environment variables:
5050

5151
```
52-
NODEVERSION=18 ELIXIRVERSION=v1.15.7 ERLANGVERSION=24.3.4.17 ./build.sh platform debian-bullseye
52+
NODEVERSION=18 ELIXIRVERSION=v1.15.7 ERLANGVERSION=25.3.2.12 ./build.sh platform debian-bullseye
5353
```
5454

5555
## Building images for other architectures

bin/install-dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
set -e
3030

3131
# Defaults updated 2023-03-20
32-
NODEVERSION=${NODEVERSION:-14}
33-
ERLANGVERSION=${ERLANGVERSION:-24.3.4.17}
32+
NODEVERSION=${NODEVERSION:-18}
33+
ERLANGVERSION=${ERLANGVERSION:-25.3.2.12}
3434
ELIXIRVERSION=${ELIXIRVERSION:-v1.15.7}
3535

3636

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ DEBIANS="debian-bullseye debian-bookworm"
5050
UBUNTUS="ubuntu-focal ubuntu-jammy"
5151
CENTOSES="almalinux-8 almalinux-9"
5252

53-
XPLAT_BASE="debian-bullseye"
53+
XPLAT_BASE="debian-bookworm"
5454
XPLAT_ARCHES="arm64v8 ppc64le s390x"
5555
PASSED_BUILDARGS="$buildargs"
5656

dockerfiles/almalinux-8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ARG js=js
3434
# Choose whether to install Erlang, default yes
3535
ARG erlang=erlang
3636
# Select version of Node, Erlang and Elixir to install
37-
ARG erlangversion=24.3.4.17
37+
ARG erlangversion=25.3.2.12
3838
ARG elixirversion=v1.15.7
3939
ARG nodeversion=18
4040

dockerfiles/almalinux-9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ARG js=js
3434
# Choose whether to install Erlang, default yes
3535
ARG erlang=erlang
3636
# Select version of Node, Erlang and Elixir to install
37-
ARG erlangversion=24.3.4.17
37+
ARG erlangversion=25.3.2.12
3838
ARG elixirversion=v1.15.7
3939
ARG nodeversion=18
4040

dockerfiles/debian-bookworm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ARG js=js
3636
# Choose whether to install Erlang, default yes
3737
ARG erlang=erlang
3838
# Select version of Node, Erlang and Elixir
39-
ARG erlangversion=24.3.4.17
39+
ARG erlangversion=25.3.2.12
4040
ARG elixirversion=v1.15.7
4141
ARG nodeversion=18
4242

dockerfiles/debian-bullseye

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ARG js=js
3636
# Choose whether to install Erlang, default yes
3737
ARG erlang=erlang
3838
# Select version of Node, Erlang and Elixir
39-
ARG erlangversion=24.3.4.17
39+
ARG erlangversion=25.3.2.12
4040
ARG elixirversion=v1.15.7
4141
ARG nodeversion=18
4242

dockerfiles/ubuntu-focal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ARG js=js
3434
# Choose whether to install Erlang, default yes
3535
ARG erlang=erlang
3636
# Select version of Node, Erlang and Elixir to install
37-
ARG erlangversion=24.3.4.17
37+
ARG erlangversion=25.3.2.12
3838
ARG elixirversion=v1.15.7
3939
ARG nodeversion=18
4040

dockerfiles/ubuntu-jammy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ARG js=js
3434
# Choose whether to install Erlang, default yes
3535
ARG erlang=erlang
3636
# Select version of Node, Erlang and Elixir to install
37-
ARG erlangversion=24.3.4.17
37+
ARG erlangversion=25.3.2.12
3838
ARG elixirversion=v1.15.7
3939
ARG nodeversion=18
4040

pull-all-couchdbdev-docker

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ DOCKER_ORG="apache"
44

55
# These are the images that are currently being used, so don't `docker rmi` them on cleanup.
66
KEEP_IMAGES=(
7-
couchdbci-debian:bullseye-erlang-25.3.2.12
8-
couchdbci-debian:bullseye-erlang-26.2.5
9-
couchdbci-debian:bullseye-erlang-24.3.4.17
10-
couchdbci-centos:9-erlang-24.3.4.17
11-
couchdbci-centos:8-erlang-24.3.4.17
12-
couchdbci-ubuntu:jammy-erlang-24.3.4.17
13-
couchdbci-ubuntu:focal-erlang-24.3.4.17
7+
couchdbci-debian:bookworm-erlang-25.3.2.12
8+
couchdbci-debian:bookworm-erlang-26.2.5
9+
couchdbci-centos:9-erlang-25.3.2.12
10+
couchdbci-centos:8-erlang-25.3.2.12
11+
couchdbci-ubuntu:jammy-erlang-25.3.2.12
12+
couchdbci-ubuntu:focal-erlang-25.3.2.12
1413
)
1514

1615
for image in ${KEEP_IMAGES[*]}

0 commit comments

Comments
 (0)