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
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:-14}
ERLANGVERSION=${ERLANGVERSION:-24.3.4.14}
ERLANGVERSION=${ERLANGVERSION:-24.3.4.15}
ELIXIRVERSION=${ELIXIRVERSION:-v1.15.7}


Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/almalinux-8
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=24.3.4.14
ARG erlangversion=24.3.4.15
ARG elixirversion=v1.15.7
ARG nodeversion=18

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/almalinux-9
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=24.3.4.14
ARG erlangversion=24.3.4.15
ARG elixirversion=v1.15.7
ARG nodeversion=18

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/centos-7
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=24.3.4.14
ARG erlangversion=24.3.4.15
ARG elixirversion=v1.15.7
ARG nodeversion=14

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=24.3.4.14
ARG erlangversion=24.3.4.15
ARG elixirversion=v1.15.7
ARG nodeversion=18

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=24.3.4.14
ARG erlangversion=24.3.4.15
ARG elixirversion=v1.15.7
ARG nodeversion=18

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/debian-buster
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=24.3.4.14
ARG erlangversion=24.3.4.15
ARG elixirversion=v1.15.7
ARG nodeversion=18

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/ubuntu-bionic
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=24.3.4.14
ARG erlangversion=24.3.4.15
ARG elixirversion=v1.15.7
ARG nodeversion=16

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=24.3.4.14
ARG erlangversion=24.3.4.15
ARG elixirversion=v1.15.7
ARG nodeversion=18

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=24.3.4.14
ARG erlangversion=24.3.4.15
ARG elixirversion=v1.15.7
ARG nodeversion=18

Expand Down
20 changes: 10 additions & 10 deletions pull-all-couchdbdev-docker
Original file line number Diff line number Diff line change
Expand Up @@ -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.7
couchdbci-debian:bullseye-erlang-26.1.2
couchdbci-debian:buster-erlang-24.3.4.14
couchdbci-debian:bullseye-erlang-24.3.4.14
couchdbci-centos:9-erlang-24.3.4.14
couchdbci-centos:8-erlang-24.3.4.14
couchdbci-centos:7-erlang-24.3.4.14
couchdbci-ubuntu:bionic-erlang-24.3.4.14
couchdbci-ubuntu:jammy-erlang-24.3.4.14
couchdbci-ubuntu:focal-erlang-24.3.4.14
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
)

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