Skip to content

Commit

Permalink
Using latest base images
Browse files Browse the repository at this point in the history
  • Loading branch information
bfren committed Oct 23, 2024
1 parent 6667aa4 commit ab676a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ 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.12 https://github.com/bfren/docker-alpine-s6.git && \
apk add git && git clone --branch v5.4.13 https://github.com/bfren/docker-alpine-s6.git && \
mv docker-alpine-s6/overlay /


#======================================================================================================================
# STAGE 2: create final image
#======================================================================================================================

FROM ghcr.io/bfren/debian:bullseye-3.3.2
FROM ghcr.io/bfren/debian:bullseye-3.3.3
COPY --from=s6 /s6 /s6
COPY --from=alpine /overlay /

Expand Down
4 changes: 2 additions & 2 deletions 12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ 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.12 https://github.com/bfren/docker-alpine-s6.git && \
apk add git && git clone --branch v5.4.13 https://github.com/bfren/docker-alpine-s6.git && \
mv docker-alpine-s6/overlay /


#======================================================================================================================
# STAGE 2: create final image
#======================================================================================================================

FROM ghcr.io/bfren/debian:bookworm-3.3.2
FROM ghcr.io/bfren/debian:bookworm-3.3.3
COPY --from=s6 /s6 /s6
COPY --from=alpine /overlay /

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

docker pull bfren/alpine

BASE_VERSION="3.3.2"
ALPINE_BRANCH="v5.4.12"
BASE_VERSION="3.3.3"
ALPINE_BRANCH="v5.4.13"
S6_VERSION="3.2.0.2"

DEBIAN_VERSIONS="11 12"
Expand Down

0 comments on commit ab676a2

Please sign in to comment.