Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Commit

Permalink
Update init package to lates alpine base (based on alpine 3.9)
Browse files Browse the repository at this point in the history
Signed-off-by: Rolf Neugebauer <[email protected]>
  • Loading branch information
rn committed Apr 17, 2019
1 parent d5dfdbc commit 44fee27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/init-lcow/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS mirror
FROM linuxkit/alpine:86cd4f51b49fb9a078b50201d892a3c7973d48ec AS mirror
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
RUN apk add --no-cache --initdb -p /out \
alpine-baselayout \
Expand All @@ -7,7 +7,7 @@ RUN apk add --no-cache --initdb -p /out \
musl
RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache

FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS build
FROM linuxkit/alpine:86cd4f51b49fb9a078b50201d892a3c7973d48ec AS build
ENV OPENGCS_REPO=https://github.com/Microsoft/opengcs
ENV OPENGCS_COMMIT=92ea373dcfec072a7e9a6153bbeb2405eee9792a
RUN apk add --no-cache build-base curl git go linux-headers musl-dev
Expand Down

0 comments on commit 44fee27

Please sign in to comment.