mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 01:59:07 +00:00
tools: Switch the Alpine base image to Alpine 3.6
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
a1d96f23a9
commit
977a2eb0ff
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:edge AS mirror
|
FROM alpine:3.6 AS mirror
|
||||||
|
|
||||||
# update base image
|
# update base image
|
||||||
RUN apk update && apk upgrade -a
|
RUN apk update && apk upgrade -a
|
||||||
@ -33,7 +33,7 @@ RUN go get -u github.com/golang/lint/golint
|
|||||||
RUN go get -u github.com/gordonklaus/ineffassign
|
RUN go get -u github.com/gordonklaus/ineffassign
|
||||||
RUN go get -u github.com/LK4D4/vndr
|
RUN go get -u github.com/LK4D4/vndr
|
||||||
|
|
||||||
FROM alpine:edge
|
FROM alpine:3.6
|
||||||
|
|
||||||
COPY --from=mirror /etc/apk/repositories /etc/apk/repositories
|
COPY --from=mirror /etc/apk/repositories /etc/apk/repositories
|
||||||
COPY --from=mirror /etc/apk/keys /etc/apk/keys/
|
COPY --from=mirror /etc/apk/keys /etc/apk/keys/
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
ORG?=linuxkit
|
ORG?=linuxkit
|
||||||
IMAGE=alpine
|
IMAGE=alpine
|
||||||
BASE=alpine:edge
|
BASE=alpine:3.6
|
||||||
|
|
||||||
default: push
|
default: push
|
||||||
|
|
||||||
|
@ -108,7 +108,7 @@ libseccomp-dev-2.3.2-r0
|
|||||||
libsmartcols-2.28.2-r2
|
libsmartcols-2.28.2-r2
|
||||||
libssh2-1.8.0-r1
|
libssh2-1.8.0-r1
|
||||||
libstdc++-6.3.0-r4
|
libstdc++-6.3.0-r4
|
||||||
libtasn1-4.10-r0
|
libtasn1-4.10-r1
|
||||||
libtirpc-1.0.1-r1
|
libtirpc-1.0.1-r1
|
||||||
libunistring-0.9.7-r0
|
libunistring-0.9.7-r0
|
||||||
libusb-1.0.21-r0
|
libusb-1.0.21-r0
|
||||||
|
Loading…
Reference in New Issue
Block a user