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

Commit

Permalink
Merge pull request #15 from rn/switch
Browse files Browse the repository at this point in the history
Switch to current OpenGCS head of master
  • Loading branch information
rn authored Mar 2, 2018
2 parents ec4e174 + 7e42d1e commit a4b27f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit a4b27f0

Please sign in to comment.