mirror of
https://github.com/N0rthernL1ghts/s6-rootfs.git
synced 2025-12-08 23:22:49 +01:00
Revert busybox rebase. Busybox's wget seems to have a bug
See (Docker): https://github.com/docker-library/busybox/issues/162 See (Upstream): https://bugs.busybox.net/show_bug.cgi?id=15679
This commit is contained in:
@@ -5,7 +5,7 @@ ARG S6_OVERLAY_PAK_EXT=".tar.xz"
|
|||||||
|
|
||||||
|
|
||||||
# Downloader stage: download s6-overlay base, binary, symlinks and checksums
|
# Downloader stage: download s6-overlay base, binary, symlinks and checksums
|
||||||
FROM busybox AS downloader
|
FROM alpine:3.21 AS downloader
|
||||||
ARG TARGETPLATFORM
|
ARG TARGETPLATFORM
|
||||||
ARG S6_OVERLAY_VERSION
|
ARG S6_OVERLAY_VERSION
|
||||||
ARG S6_OVERLAY_RELEASE
|
ARG S6_OVERLAY_RELEASE
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# First stage - Download s6-overlay and unpack it
|
# First stage - Download s6-overlay and unpack it
|
||||||
FROM busybox AS downloader
|
FROM alpine:3.21 AS downloader
|
||||||
|
|
||||||
ARG TARGETPLATFORM
|
ARG TARGETPLATFORM
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user