Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=20 ELIXIRVERSION=v1.17.3 ERLANGVERSION=25.3.2.18 ./build.sh platform debian-bookworm
NODEVERSION=20 ELIXIRVERSION=v1.17.3 ERLANGVERSION=26.2.5.11 ./build.sh platform debian-bookworm
```

## Building images for other architectures
Expand Down Expand Up @@ -132,7 +132,7 @@ set of target platforms that will be supplied to the buildx builder.
## Update images used for package releases with new Erlang versions

```
ERLANGVERSION=24.3.4.7 ./build.sh buildx-platform-release
ERLANGVERSION=27.3.3./build.sh buildx-platform-release
```

This will build all the Debian and RHEL-clone OS images on x86-64 with that version of Erlang
Expand Down Expand Up @@ -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.18`.
where `<tag>` is of the format `<distro>-<version>-<type>`, such as `debian-bookworm-erlang-26.2.5.11`.

## Running the CouchDB build in a published container

Expand Down
2 changes: 1 addition & 1 deletion bin/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ set -e

# Defaults updated 2023-03-20
NODEVERSION=${NODEVERSION:-20}
ERLANGVERSION=${ERLANGVERSION:-25.3.2.18}
ERLANGVERSION=${ERLANGVERSION:-26.2.5.11}
ELIXIRVERSION=${ELIXIRVERSION:-v1.17.3}


Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/almalinux-8
Original file line number Diff line number Diff line change
Expand Up @@ -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.18
ARG erlangversion=26.2.5.11
ARG elixirversion=v1.17.3
ARG nodeversion=20

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/almalinux-9
Original file line number Diff line number Diff line change
Expand Up @@ -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.18
ARG erlangversion=26.2.5.11
ARG elixirversion=v1.17.3
ARG nodeversion=20

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/debian-bookworm
Original file line number Diff line number Diff line change
Expand Up @@ -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.18
ARG erlangversion=26.2.5.11
ARG elixirversion=v1.17.3
ARG nodeversion=20

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/debian-bullseye
Original file line number Diff line number Diff line change
Expand Up @@ -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.18
ARG erlangversion=26.2.5.11
ARG elixirversion=v1.17.3
ARG nodeversion=20

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/ubuntu-focal
Original file line number Diff line number Diff line change
Expand Up @@ -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.18
ARG erlangversion=26.2.5.11
ARG elixirversion=v1.17.3
ARG nodeversion=20

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/ubuntu-jammy
Original file line number Diff line number Diff line change
Expand Up @@ -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.18
ARG erlangversion=26.2.5.11
ARG elixirversion=v1.17.3
ARG nodeversion=20

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/ubuntu-noble
Original file line number Diff line number Diff line change
Expand Up @@ -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.18
ARG erlangversion=26.2.5.11
ARG elixirversion=v1.17.3
ARG nodeversion=20

Expand Down
22 changes: 14 additions & 8 deletions pull-all-couchdbdev-docker
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,20 @@ 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.18
couchdbci-debian:bookworm-erlang-26.2.5.4
couchdbci-debian:bookworm-erlang:27.1.1
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
couchdbci-debian:bookworm-erlang-25.3.2.20
couchdbci-debian:bookworm-erlang-26.2.5.11
couchdbci-debian:bookworm-erlang:27.3.3
couchdbci-centos:9-erlang-25.3.2.20
couchdbci-centos:8-erlang-25.3.2.20
couchdbci-centos:9-erlang-26.2.5.11
couchdbci-centos:8-erlang-26.2.5.11
couchdbci-ubuntu:noble-erlang-25.3.2.20
couchdbci-ubuntu:jammy-erlang-25.3.2.20
couchdbci-ubuntu:focal-erlang-25.3.2.20
couchdbci-ubuntu:focal-erlang-25.3.2.20
couchdbci-ubuntu:noble-erlang-26.2.5.11
couchdbci-ubuntu:jammy-erlang-26.2.5.11
couchdbci-ubuntu:focal-erlang-26.2.5.11
)

for image in ${KEEP_IMAGES[*]}
Expand Down