Merge pull request #2383 from rn/lcow-up

Update LCOW
This commit is contained in:
Riyaz Faizullabhoy 2017-08-08 10:12:36 -07:00 committed by GitHub
commit bbf8741002
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ kernel:
cmdline: "console=ttyS0"
tar: none
init:
- linuxkit/init-lcow:5ee2626d038fef97c6b52f1ea7f436cc3da125b8
- linuxkit/init-lcow:5506c381816e067c3c8978948352b3bf2025e909
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
trust:
org:

View File

@ -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 && \