mirror of
https://github.com/N0rthernL1ghts/s6-rootfs.git
synced 2024-11-23 13:03:29 +01:00
Bump Alpine version to 3.19 (Only used during build stages)
This commit is contained in:
parent
f973d27a3b
commit
86f6ba7859
|
@ -11,7 +11,7 @@ ADD "${S6_OVERLAY_RELEASE}/v${S6_OVERLAY_VERSION}/s6-overlay-noarch${S6_OVERLAY_
|
||||||
|
|
||||||
|
|
||||||
# Second stage - Download s6-overlay platform-dependent binaries and unpack
|
# Second stage - Download s6-overlay platform-dependent binaries and unpack
|
||||||
FROM --platform=${TARGETPLATFORM} alpine:3.18.0 AS downloader-s6-bin
|
FROM --platform=${TARGETPLATFORM} alpine:3.19 AS downloader-s6-bin
|
||||||
ARG TARGETPLATFORM
|
ARG TARGETPLATFORM
|
||||||
ARG S6_OVERLAY_VERSION
|
ARG S6_OVERLAY_VERSION
|
||||||
ARG S6_OVERLAY_RELEASE
|
ARG S6_OVERLAY_RELEASE
|
||||||
|
@ -26,7 +26,7 @@ RUN set -eux \
|
||||||
|
|
||||||
|
|
||||||
# Third stage - Download s6-overlay platform-dependent hashes
|
# Third stage - Download s6-overlay platform-dependent hashes
|
||||||
FROM --platform=${TARGETPLATFORM} alpine:3.18.0 AS downloader-s6-sha256-sums
|
FROM --platform=${TARGETPLATFORM} alpine:3.19 AS downloader-s6-sha256-sums
|
||||||
ARG TARGETPLATFORM
|
ARG TARGETPLATFORM
|
||||||
ARG S6_OVERLAY_VERSION
|
ARG S6_OVERLAY_VERSION
|
||||||
ARG S6_OVERLAY_RELEASE
|
ARG S6_OVERLAY_RELEASE
|
||||||
|
@ -46,7 +46,7 @@ RUN set -eux \
|
||||||
|
|
||||||
|
|
||||||
# Fourth stage - Build rootfs from s6 parts
|
# Fourth stage - Build rootfs from s6 parts
|
||||||
FROM alpine:3.18.0 AS rootfs-builder
|
FROM alpine:3.19 AS rootfs-builder
|
||||||
|
|
||||||
COPY --from=downloader-s6-sha256-sums ["/SHA256SUMS", "/"]
|
COPY --from=downloader-s6-sha256-sums ["/SHA256SUMS", "/"]
|
||||||
COPY --from=downloader-s6-base ["/s6overlay-base.tar.xz", "/s6overlay-base.tar.xz"]
|
COPY --from=downloader-s6-base ["/s6overlay-base.tar.xz", "/s6overlay-base.tar.xz"]
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# First stage - Download s6-overlay and unpack it
|
# First stage - Download s6-overlay and unpack it
|
||||||
FROM --platform=${TARGETPLATFORM} alpine:3.18 AS downloader
|
FROM --platform=${TARGETPLATFORM} alpine:3.19 AS downloader
|
||||||
|
|
||||||
ARG TARGETPLATFORM
|
ARG TARGETPLATFORM
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user