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

Commit

Permalink
Update OpenGCS to latest
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 44fee27 commit 2c21b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/init-lcow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache

FROM linuxkit/alpine:86cd4f51b49fb9a078b50201d892a3c7973d48ec AS build
ENV OPENGCS_REPO=https://github.com/Microsoft/opengcs
ENV OPENGCS_COMMIT=92ea373dcfec072a7e9a6153bbeb2405eee9792a
ENV OPENGCS_COMMIT=fefd0ad73f6bfa33b8cce597be303e134fddc408
RUN apk add --no-cache build-base curl git go linux-headers musl-dev
ENV GOPATH=/go PATH=$PATH:/go/bin
RUN git clone $OPENGCS_REPO /go/src/github.com/Microsoft/opengcs && \
Expand Down

0 comments on commit 2c21b6f

Please sign in to comment.