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 #33 from rn/up
Browse files Browse the repository at this point in the history
Update to OpenGCS v0.3.9 (and other minor update)
  • Loading branch information
justincormack authored Nov 15, 2018
2 parents b82073b + ec8b420 commit 37595ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lcow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ kernel:
cmdline: "console=ttyS0"
tar: none
init:
- linuxkit/init-lcow:0b6d22dcead2548c4ba8761f0fccb728553ebd06
- linuxkit/runc:v0.5
- linuxkit/init-lcow:504ccea8efafa6a6b2a9867c3847c2a493066bfa
- linuxkit/runc:v0.6
files:
- path: etc/linuxkit.yml
metadata: yaml
Expand Down
6 changes: 3 additions & 3 deletions pkg/init-lcow/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM linuxkit/alpine:8a89682421abf0d886d777235a05f4a04a736df2 AS mirror
FROM linuxkit/alpine:ace75d0ec6978762d445083d6c8c6336bdb658ed AS mirror
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
RUN apk add --no-cache --initdb -p /out \
alpine-baselayout \
Expand All @@ -7,9 +7,9 @@ RUN apk add --no-cache --initdb -p /out \
musl
RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache

FROM linuxkit/alpine:8a89682421abf0d886d777235a05f4a04a736df2 AS build
FROM linuxkit/alpine:ace75d0ec6978762d445083d6c8c6336bdb658ed AS build
ENV OPENGCS_REPO=https://github.com/Microsoft/opengcs
ENV OPENGCS_COMMIT=2398de591e9c577c112c6eeb7dd7659ecc77a46e
ENV OPENGCS_COMMIT=v0.3.9
RUN apk add --no-cache build-base curl git go linux-headers 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 37595ab

Please sign in to comment.