Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OTP 25.3.2.13, OTP 26.2.5.2, and OTP 27.0.1 + Alpine 3.20 #44

Merged
merged 5 commits into from
Sep 18, 2024
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
3 changes: 3 additions & 0 deletions .github/workflows/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ jobs:
# building Erlang/OTP 25.0 for arm64 on QEMU user emulation is broken,
# see https://erlangforums.com/t/otp-25-0-rc3-release-candidate-3-is-released/1317/24
# platforms: linux/amd64,linux/arm64
extra-args: |
--security-opt seccomp=unconfined
oci: true
containerfiles: |
./Containerfile
-
Expand Down
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN set -xe \
quilt \
&& export ERL_TOP="/usr/src/otp_src_${OTP_VERSION%%@*}" \
&& mkdir -vp $ERL_TOP \
&& tar -xzf otp-src.tar.gz -C $ERL_TOP --strip-components=1 --no-same-owner \
&& tar -xzf otp-src.tar.gz -C $ERL_TOP --strip-components=1 --no-same-owner --no-same-permissions \
&& rm otp-src.tar.gz \
&& ( cd $ERL_TOP \
&& if [ -f /patches/$OTP_VERSION/series ]; then QUILT_PATCHES=/patches/$OTP_VERSION quilt push -a ; fi \
Expand All @@ -67,7 +67,7 @@ RUN set -xe \
&& curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" \
&& echo "${REBAR3_DOWNLOAD_SHA256} rebar3-src.tar.gz" | sha256sum -c - \
&& mkdir -p /usr/src/rebar3-src \
&& tar -xzf rebar3-src.tar.gz -C /usr/src/rebar3-src --strip-components=1 --no-same-owner \
&& tar -xzf rebar3-src.tar.gz -C /usr/src/rebar3-src --strip-components=1 --no-same-owner --no-same-permissions \
&& rm rebar3-src.tar.gz \
&& cd /usr/src/rebar3-src \
&& HOME=$PWD ./bootstrap \
Expand Down
28 changes: 17 additions & 11 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,26 @@
"25.3": {
"alpine": "3.17",
"rebar3": "3.20",
"version": "25.3.2.12",
"download_sha256": "fd690c843100c3268ac7d8ada02af8310e8520bf32581eb72f28c26ae61b46ad"
"version": "25.3.2.13",
"download_sha256": "00c2619648e05a25b39035ea51b65fc79c998e55f178cccc6c1b920f3f10dfba"
},
"26.2": {
"alpine": "3.19",
"rebar3": "3.22.1",
"version": "26.2.5",
"download_sha256": "de155c4ad9baab2b9e6c96dbd03bf955575a04dd6feee9c08758beb28484c9f6"
"version": "26.2.5.3",
"download_sha256": "c2707ce08e91235145cdfc487352f05570a2a0bddf1c478154549eb9e68805b0"
},
"27.0": {
"alpine": "3.19",
"rebar3": "3.23.0",
"version": "27.0",
"download_sha256": "56412677466b756740fb2dbf4a8019e7c7cc38f01bd30c4cac5210214cafeef6"
"alpine": "3.20",
"rebar3": "3.24.0",
"version": "27.0.1",
"download_sha256": "26d894e2f0dda9d13560af08ea589afc01569df6b5486e565beb5accb99c9cf4"
},
"27.1": {
"alpine": "3.20",
"rebar3": "3.24.0",
"version": "27.1",
"download_sha256": "5e65d421c6afcac05c6ef38ee49d6f87e74227f282a639d32e890f6b6c456ec0"
}
},
"rebar3": {
Expand All @@ -34,9 +40,9 @@
"version": "3.22.1",
"download_sha256": "2855b5784300865d2e43cb7a135cb2bba144cf15214c619065b918afc8cc6eb9"
},
"3.23.0": {
"version": "3.23.0",
"download_sha256": "00646b692762ffd340560e8f16486dbda840e1546749ee5a7f58feeb77e7b516"
"3.24.0": {
"version": "3.24.0",
"download_sha256": "391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c"
}
}
}