mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
Update linuxkit/alpine
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
parent
ed7dacb72b
commit
3d20dfe386
@ -1,4 +1,5 @@
|
|||||||
FROM alpine:3.17 AS mirror
|
ARG ALPINE_VERSION=3.19
|
||||||
|
FROM alpine:${ALPINE_VERSION} AS mirror
|
||||||
|
|
||||||
# update base image
|
# update base image
|
||||||
RUN apk update && apk upgrade -a
|
RUN apk update && apk upgrade -a
|
||||||
@ -55,7 +56,7 @@ RUN set -e && \
|
|||||||
cp iucode_tool /iucode_tool; \
|
cp iucode_tool /iucode_tool; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
FROM alpine:3.17
|
FROM alpine:${ALPINE_VERSION}
|
||||||
|
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
||||||
|
@ -10,6 +10,8 @@ autoconf
|
|||||||
automake
|
automake
|
||||||
bash
|
bash
|
||||||
bc
|
bc
|
||||||
|
bcc
|
||||||
|
bcc-dev
|
||||||
binutils
|
binutils
|
||||||
binutils-dev
|
binutils-dev
|
||||||
bison
|
bison
|
||||||
@ -130,5 +132,6 @@ xorriso
|
|||||||
xz
|
xz
|
||||||
xz-dev
|
xz-dev
|
||||||
zfs
|
zfs
|
||||||
|
zip
|
||||||
zlib-dev
|
zlib-dev
|
||||||
zlib-static
|
zlib-static
|
||||||
|
Loading…
Reference in New Issue
Block a user