mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-05 17:02:00 +00:00
pkgs: Update packages to the latest linuxkit/alpine
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:6584375f70524a4684f10e7155d91380420f5392 as build
|
||||
FROM linuxkit/alpine:29e84088fdd519268b05c622e4437d205acb6323 as build
|
||||
|
||||
RUN apk add --no-cache bash go git musl-dev linux-headers make patch
|
||||
# Hack to work around an issue with go on arm64 requiring gcc
|
||||
@@ -21,7 +21,7 @@ RUN mkdir -p /go/src/${GITBASE} \
|
||||
&& mv cadvisor /usr/bin/
|
||||
|
||||
|
||||
FROM linuxkit/alpine:6584375f70524a4684f10e7155d91380420f5392 AS mirror
|
||||
FROM linuxkit/alpine:29e84088fdd519268b05c622e4437d205acb6323 AS mirror
|
||||
|
||||
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
|
||||
RUN apk add --no-cache --initdb -p /out \
|
||||
|
Reference in New Issue
Block a user