mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
pkg/init-lcow: Update opengcs
This has a number of fixes/improvements - console resize - better error handling (pass stacktrace/errors back to docker - fix for container images which have a resolve.conf file Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
95cc1a4c46
commit
46d1e568cc
@ -9,7 +9,7 @@ RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache
|
||||
|
||||
FROM linuxkit/alpine:87a0cd10449d72f374f950004467737dbf440630 AS build
|
||||
ENV OPENGCS_REPO=https://github.com/Microsoft/opengcs
|
||||
ENV OPENGCS_COMMIT=285d650c8f3aa754af537871cddc273b6c5c6d58
|
||||
ENV OPENGCS_COMMIT=874b6714c9d15f9f346f7f6c080069b399285f06
|
||||
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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user