File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- FROM alpine:3 as rootfs-stage
3+ FROM alpine:3 AS rootfs-stage
44
55ARG ARCH_VERSION
66
3434 /root-out
3535
3636# pacstrap stage
37- FROM scratch as pacstrap-stage
37+ FROM scratch AS pacstrap-stage
3838COPY --from=rootfs-stage /root-out/ /
3939
4040RUN \
7272 rm /root-out/var/lib/pacman/sync/*
7373
7474# set version for s6 overlay
75- ARG S6_OVERLAY_VERSION="3.2.0.2 "
75+ ARG S6_OVERLAY_VERSION="3.2.1.0 "
7676ARG S6_OVERLAY_ARCH="x86_64"
7777
7878# add s6 overlay
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- FROM alpine:3 as rootfs-stage
3+ FROM alpine:3 AS rootfs-stage
44
55# install packages
66RUN \
2323 /root-out
2424
2525# pacstrap stage
26- FROM scratch as pacstrap-stage
26+ FROM scratch AS pacstrap-stage
2727COPY --from=rootfs-stage /root-out/ /
2828
2929RUN \
6464 rm /root-out/var/lib/pacman/sync/*
6565
6666# set version for s6 overlay
67- ARG S6_OVERLAY_VERSION="3.2.0.2 "
67+ ARG S6_OVERLAY_VERSION="3.2.1.0 "
6868ARG S6_OVERLAY_ARCH="aarch64"
6969
7070# add s6 overlay
You can’t perform that action at this time.
0 commit comments