mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 18:11:35 +00:00
Merge pull request #2336 from rn/gcs-up
LCOW: Update GCS to the latest version
This commit is contained in:
commit
e21b2a99ca
@ -3,7 +3,7 @@ kernel:
|
|||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
tar: none
|
tar: none
|
||||||
init:
|
init:
|
||||||
- linuxkit/init-lcow:123025d29d28cc6f956e70fefa7ed89274112f14
|
- linuxkit/init-lcow:439515abb07a6c91ff4e1accf9b1f705d192d881
|
||||||
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
||||||
trust:
|
trust:
|
||||||
org:
|
org:
|
||||||
|
@ -9,7 +9,7 @@ RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache
|
|||||||
|
|
||||||
FROM linuxkit/alpine:77c8dfc5860012c869a19d7a2c68e701469692c8 AS build
|
FROM linuxkit/alpine:77c8dfc5860012c869a19d7a2c68e701469692c8 AS build
|
||||||
ENV OPENGCS_REPO=https://github.com/Microsoft/opengcs
|
ENV OPENGCS_REPO=https://github.com/Microsoft/opengcs
|
||||||
ENV OPENGCS_COMMIT=c89eef1339d9bea5106c865f5830798bfa7ad5c0
|
ENV OPENGCS_COMMIT=e248b10d8dae94ffaa59fae15245b4e7b6c56fbb
|
||||||
RUN apk add --no-cache build-base curl git go musl-dev
|
RUN apk add --no-cache build-base curl git go musl-dev
|
||||||
ENV GOPATH=/go PATH=$PATH:/go/bin
|
ENV GOPATH=/go PATH=$PATH:/go/bin
|
||||||
RUN git clone $OPENGCS_REPO /go/src/github.com/Microsoft/opengcs && \
|
RUN git clone $OPENGCS_REPO /go/src/github.com/Microsoft/opengcs && \
|
||||||
|
Loading…
Reference in New Issue
Block a user