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

Switch to current OpenGCS head of master #15

Merged
merged 2 commits into from
Mar 2, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lcow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kernel:
cmdline: "console=ttyS0"
tar: none
init:
- linuxkit/init-lcow:228538529637d120ab8a57dca72b240eab1d9720
- linuxkit/init-lcow:2447eabd33af468d881f957014380bbb9914eebe
- linuxkit/runc:7c39a68490a12cde830e1922f171c451fb08e731
files:
- path: etc/linuxkit.yml
Expand Down
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:b1a36f0dd41e60142dd84dab7cd333ce7da1d1f8 AS build
ENV OPENGCS_REPO=https://github.com/Microsoft/opengcs
ENV OPENGCS_COMMIT=v0.3.6
ENV OPENGCS_COMMIT=9d6c97a601d3
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 && \
Expand Down