mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 17:49:10 +00:00
alpine: Bump base to 3.11
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
3716b312f6
commit
2e0e0fb5e7
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.9 AS mirror
|
FROM alpine:3.11 AS mirror
|
||||||
|
|
||||||
# update base image
|
# update base image
|
||||||
RUN apk update && apk upgrade -a
|
RUN apk update && apk upgrade -a
|
||||||
@ -47,7 +47,7 @@ RUN mv /etc/apk/repositories /etc/apk/repositories.upstream && echo "/mirror" >
|
|||||||
COPY go-compile.sh /go/bin/
|
COPY go-compile.sh /go/bin/
|
||||||
RUN apk add --no-cache git go musl-dev
|
RUN apk add --no-cache git go musl-dev
|
||||||
ENV GOPATH=/go PATH=$PATH:/go/bin
|
ENV GOPATH=/go PATH=$PATH:/go/bin
|
||||||
RUN go get -u github.com/golang/lint/golint
|
RUN go get -u golang.org/x/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
|
||||||
|
|
||||||
@ -89,7 +89,7 @@ RUN set -e && \
|
|||||||
cp iucode_tool /iucode_tool; \
|
cp iucode_tool /iucode_tool; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
FROM alpine:3.9
|
FROM alpine:3.11
|
||||||
|
|
||||||
COPY --from=mirror /etc/apk/repositories /etc/apk/repositories
|
COPY --from=mirror /etc/apk/repositories /etc/apk/repositories
|
||||||
COPY --from=mirror /etc/apk/repositories.upstream /etc/apk/repositories.upstream
|
COPY --from=mirror /etc/apk/repositories.upstream /etc/apk/repositories.upstream
|
||||||
|
@ -66,7 +66,6 @@ libc-utils
|
|||||||
libc6-compat
|
libc6-compat
|
||||||
libcap-ng-dev
|
libcap-ng-dev
|
||||||
libedit-dev
|
libedit-dev
|
||||||
libelf-dev
|
|
||||||
libressl-dev
|
libressl-dev
|
||||||
libseccomp-dev
|
libseccomp-dev
|
||||||
libtirpc-dev
|
libtirpc-dev
|
||||||
|
Loading…
Reference in New Issue
Block a user