From 7eb81ba38cf088bc9ef769b63dda9dbf92c7b4d3 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Wed, 19 Jul 2017 12:20:52 +0100 Subject: [PATCH] pkg/init-lcow: Include fix for rootfs permissions Update the git commit to point at a branch with the joint networking and rootfs permission fixes at: https://github.com/rn/opengcs/tree/net+rootfs This is includes the patches from PRs: https://github.com/Microsoft/opengcs/pull/63 https://github.com/Microsoft/opengcs/pull/70 Signed-off-by: Rolf Neugebauer --- pkg/init-lcow/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/init-lcow/Dockerfile b/pkg/init-lcow/Dockerfile index 2f96bc0b3..4b413c604 100644 --- a/pkg/init-lcow/Dockerfile +++ b/pkg/init-lcow/Dockerfile @@ -9,7 +9,7 @@ RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache FROM linuxkit/alpine:3744607156e6b67e3e7d083b15be9e7722215e73 AS build ENV OPENGCS_REPO=https://github.com/rn/opengcs -ENV OPENGCS_COMMIT=d3ba8e211c0df4b0ee663bcfc00b4c2d88abcb9c +ENV OPENGCS_COMMIT=3a4ca49c445caaf4c6d4f0c1e613bae0c7455fb6 RUN apk add --no-cache build-base curl git go musl-dev ENV GOPATH=/go PATH=$PATH:/go/bin RUN git clone $OPENGCS_REPO /go/src/github.com/Microsoft/opengcs && \