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

Add 2.3.6 #3

Closed
wants to merge 1 commit into from
Closed
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
4 changes: 2 additions & 2 deletions .gitlab-ci.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
rc_changes:
- 2.3.2-rc/**/*
versions:
- "2.3.1"
- "2.3.6"
release_changes:
- 2.3.1/**/*
- 2.3.6/**/*
4 changes: 2 additions & 2 deletions 2.3.1/alpine3.17/Dockerfile → 2.3.6/alpine3.18.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM alpine:3.17
FROM alpine:3.18.2

ENV SBCL_VERSION 2.3.1
ENV SBCL_VERSION 2.3.6
ENV SBCL_SIGNING_KEY D6839CA0A67F74D9DFB70922EBD595A9100D63CD

WORKDIR /usr/local/src/
Expand Down
4 changes: 2 additions & 2 deletions 2.3.1/alpine3.16/Dockerfile → 2.3.6/alpine3.18/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM alpine:3.16
FROM alpine:3.18

ENV SBCL_VERSION 2.3.1
ENV SBCL_VERSION 2.3.6
ENV SBCL_SIGNING_KEY D6839CA0A67F74D9DFB70922EBD595A9100D63CD

WORKDIR /usr/local/src/
Expand Down
2 changes: 1 addition & 1 deletion 2.3.1/bullseye/Dockerfile → 2.3.6/bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
FROM buildpack-deps:bullseye

ENV SBCL_VERSION 2.3.1
ENV SBCL_VERSION 2.3.6
ENV SBCL_SIGNING_KEY D6839CA0A67F74D9DFB70922EBD595A9100D63CD

WORKDIR /usr/local/src/
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
FROM debian:bullseye

ENV SBCL_VERSION 2.3.1
ENV SBCL_VERSION 2.3.6
ENV SBCL_SIGNING_KEY D6839CA0A67F74D9DFB70922EBD595A9100D63CD

WORKDIR /usr/local/src/
Expand Down
2 changes: 1 addition & 1 deletion 2.3.1/buster/Dockerfile → 2.3.6/buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
FROM buildpack-deps:buster

ENV SBCL_VERSION 2.3.1
ENV SBCL_VERSION 2.3.6
ENV SBCL_SIGNING_KEY D6839CA0A67F74D9DFB70922EBD595A9100D63CD

WORKDIR /usr/local/src/
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
FROM debian:buster

ENV SBCL_VERSION 2.3.1
ENV SBCL_VERSION 2.3.6
ENV SBCL_SIGNING_KEY D6839CA0A67F74D9DFB70922EBD595A9100D63CD

WORKDIR /usr/local/src/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl
echo 'Clearing Recycle Bin (see https://github.com/docker/for-win/issues/8910)'; \
If (Test-Path 'C:\$Recycle.Bin') { Remove-Item -Force -Recurse -Path 'C:\$Recycle.Bin'; };

ENV SBCL_VERSION 2.3.1
ENV SBCL_SOURCE_SHA256 0ad5b600ea3389afe361672a54dc0d17dc519166da501b136b3013b237da049d
ENV SBCL_VERSION 2.3.6
ENV SBCL_SOURCE_SHA256 b4414ca4d9a7474e8d884d7d63237e2f29ef459dfd5a848424a9c3fa551d19b9

RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
function msys() { C:\msys64\usr\bin\bash.exe @('-lc') + @Args; } \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl
echo 'Clearing Recycle Bin (see https://github.com/docker/for-win/issues/8910)'; \
If (Test-Path 'C:\$Recycle.Bin') { Remove-Item -Force -Recurse -Path 'C:\$Recycle.Bin'; };

ENV SBCL_VERSION 2.3.1
ENV SBCL_SOURCE_SHA256 0ad5b600ea3389afe361672a54dc0d17dc519166da501b136b3013b237da049d
ENV SBCL_VERSION 2.3.6
ENV SBCL_SOURCE_SHA256 b4414ca4d9a7474e8d884d7d63237e2f29ef459dfd5a848424a9c3fa551d19b9

RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
function msys() { C:\msys64\usr\bin\bash.exe @('-lc') + @Args; } \
Expand Down
6 changes: 3 additions & 3 deletions generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -Eeuo pipefail

declare -A aliases=(
[2.3.1]='latest'
[2.3.6]='latest'
)

defaultDebianSuite='bullseye'
Expand Down Expand Up @@ -64,8 +64,8 @@ getArches() {
# getArches 'sbcl'

declare -g -A parentRepoToArches=(
[alpine:3.14]="amd64 arm32v6 arm32v7 arm64v8 i386 ppc64le s390x"
[alpine:3.15]="amd64 arm32v6 arm32v7 arm64v8 i386 ppc64le s390x"
[alpine:3.18]="amd64 arm32v6 arm32v7 arm64v8 i386 ppc64le s390x"
[alpine:3.18.2]="amd64 arm32v6 arm32v7 arm64v8 i386 ppc64le s390x"
[buildpack-deps:bullseye]="amd64 arm32v6 arm32v7 arm64v8 i386 ppc64le s390x"
[buildpack-deps:buster]="amd64 arm32v6 arm32v7 arm64v8 i386 ppc64le s390x"
[debian:bullseye]="amd64 arm32v6 arm32v7 arm64v8 i386 ppc64le s390x"
Expand Down
6 changes: 3 additions & 3 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -Eeuo pipefail
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"

declare -A refs=(
[2.3.2-rc]='master'
[2.3.7-rc]='master'
)

versions=( "$@" )
Expand Down Expand Up @@ -43,8 +43,8 @@ for version in "${versions[@]}"; do
for v in \
bullseye/{,slim} \
buster/{,slim} \
alpine3.17/ \
alpine3.16/ \
alpine3.18.2/ \
alpine3.18/ \
windowsservercore-{ltsc2019,1809}/ \
; do
os="${v%%/*}"
Expand Down