mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
pkg/init-lcow: Update opengcs to the latest version
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
4daf008956
commit
767ac54971
@ -9,7 +9,7 @@ RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache
|
|||||||
|
|
||||||
FROM linuxkit/alpine:77c8dfc5860012c869a19d7a2c68e701469692c8 AS build
|
FROM linuxkit/alpine:77c8dfc5860012c869a19d7a2c68e701469692c8 AS build
|
||||||
ENV OPENGCS_REPO=https://github.com/Microsoft/opengcs
|
ENV OPENGCS_REPO=https://github.com/Microsoft/opengcs
|
||||||
ENV OPENGCS_COMMIT=c89eef1339d9bea5106c865f5830798bfa7ad5c0
|
ENV OPENGCS_COMMIT=e248b10d8dae94ffaa59fae15245b4e7b6c56fbb
|
||||||
RUN apk add --no-cache build-base curl git go musl-dev
|
RUN apk add --no-cache build-base curl git go musl-dev
|
||||||
ENV GOPATH=/go PATH=$PATH:/go/bin
|
ENV GOPATH=/go PATH=$PATH:/go/bin
|
||||||
RUN git clone $OPENGCS_REPO /go/src/github.com/Microsoft/opengcs && \
|
RUN git clone $OPENGCS_REPO /go/src/github.com/Microsoft/opengcs && \
|
||||||
|
Loading…
Reference in New Issue
Block a user