mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 17:49:10 +00:00
Merge pull request #2257 from rn/lcow-merge
LCOW: Use master of the main opengcs repo again
This commit is contained in:
commit
ccb03c465b
@ -3,7 +3,7 @@ kernel:
|
||||
cmdline: "console=ttyS0"
|
||||
tar: none
|
||||
init:
|
||||
- linuxkit/init-lcow:5375fa62bada3faec048b22d41033dcf1e9ba727
|
||||
- linuxkit/init-lcow:e846df6e745e0db2e90ec06a1a3509cb9bfd77da
|
||||
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||
trust:
|
||||
org:
|
||||
|
@ -8,8 +8,8 @@ RUN apk add --no-cache --initdb -p /out \
|
||||
RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache
|
||||
|
||||
FROM linuxkit/alpine:3744607156e6b67e3e7d083b15be9e7722215e73 AS build
|
||||
ENV OPENGCS_REPO=https://github.com/rn/opengcs
|
||||
ENV OPENGCS_COMMIT=3a4ca49c445caaf4c6d4f0c1e613bae0c7455fb6
|
||||
ENV OPENGCS_REPO=https://github.com/Microsoft/opengcs
|
||||
ENV OPENGCS_COMMIT=dec72ab7c137eb9aa5b3464a86b063359b8284bd
|
||||
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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user