Skip to content

Commit

Permalink
Updating to S6 Overlay 3.2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bfren committed Oct 11, 2024
1 parent 044847c commit 724e88e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions 11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN \
*) echo "Unsupported target platform: ${TARGETPLATFORM}." && exit 1 ;; \
esac && \
printf "%s" "${ARCH}" > ARCH && \
URL=https://github.com/just-containers/s6-overlay/releases/download/v3.2.0.0/s6-overlay && \
URL=https://github.com/just-containers/s6-overlay/releases/download/v3.2.0.2/s6-overlay && \
wget ${URL}-${ARCH}.tar.xz && \
wget ${URL}-${ARCH}.tar.xz.sha256 && \
wget ${URL}-noarch.tar.xz && \
Expand All @@ -33,7 +33,7 @@ WORKDIR /tmp
RUN \
# get the overlay from the Alpine S6 base image
echo "Cloning Alpine S6 overlay." && \
apk add git && git clone --branch v5.4.10 https://github.com/bfren/docker-alpine-s6.git && \
apk add git && git clone --branch v5.4.11 https://github.com/bfren/docker-alpine-s6.git && \
mv docker-alpine-s6/overlay /


Expand Down Expand Up @@ -69,7 +69,7 @@ ENV \

RUN \
# add S6 Overlay to the build log
bf-build-add "S6 Overlay" "3.2.0.0" && \
bf-build-add "S6 Overlay" "3.2.0.2" && \
# run standard bf installation executable
bf-install

Expand Down
6 changes: 3 additions & 3 deletions 12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN \
*) echo "Unsupported target platform: ${TARGETPLATFORM}." && exit 1 ;; \
esac && \
printf "%s" "${ARCH}" > ARCH && \
URL=https://github.com/just-containers/s6-overlay/releases/download/v3.2.0.0/s6-overlay && \
URL=https://github.com/just-containers/s6-overlay/releases/download/v3.2.0.2/s6-overlay && \
wget ${URL}-${ARCH}.tar.xz && \
wget ${URL}-${ARCH}.tar.xz.sha256 && \
wget ${URL}-noarch.tar.xz && \
Expand All @@ -33,7 +33,7 @@ WORKDIR /tmp
RUN \
# get the overlay from the Alpine S6 base image
echo "Cloning Alpine S6 overlay." && \
apk add git && git clone --branch v5.4.10 https://github.com/bfren/docker-alpine-s6.git && \
apk add git && git clone --branch v5.4.11 https://github.com/bfren/docker-alpine-s6.git && \
mv docker-alpine-s6/overlay /


Expand Down Expand Up @@ -69,7 +69,7 @@ ENV \

RUN \
# add S6 Overlay to the build log
bf-build-add "S6 Overlay" "3.2.0.0" && \
bf-build-add "S6 Overlay" "3.2.0.2" && \
# run standard bf installation executable
bf-install

Expand Down
4 changes: 2 additions & 2 deletions generate-dockerfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set -euo pipefail
docker pull bfren/alpine

BASE_VERSION="3.3.0"
ALPINE_BRANCH="v5.4.10"
S6_VERSION="3.2.0.0"
ALPINE_BRANCH="v5.4.11"
S6_VERSION="3.2.0.2"

DEBIAN_VERSIONS="11 12"
for V in ${DEBIAN_VERSIONS} ; do
Expand Down

0 comments on commit 724e88e

Please sign in to comment.