mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
Merge pull request #2504 from rn/lcow-up
Update OpenGCS and LCOW blueprint
This commit is contained in:
commit
3b097e6056
@ -8,7 +8,7 @@ kernel:
|
||||
cmdline: "console=ttyS0"
|
||||
tar: none
|
||||
init:
|
||||
- linuxkit/init-lcow:d7a18d314cf0e8a436c9d74242ed9878181ad76d
|
||||
- linuxkit/init-lcow:b1f58571eadf48ec46a8265a087f7869a3189b21
|
||||
- linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a
|
||||
trust:
|
||||
org:
|
||||
|
@ -9,7 +9,7 @@ RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache
|
||||
|
||||
FROM linuxkit/alpine:349a817bdd6b293ca623ab97acf5377ccdeac7d2 AS build
|
||||
ENV OPENGCS_REPO=https://github.com/Microsoft/opengcs
|
||||
ENV OPENGCS_COMMIT=ab442e9a042246e5e6c87102ed56faa6d3925458
|
||||
ENV OPENGCS_COMMIT=203a54283e0b0d58c1bc9d8d0f0b4bea8503fe37
|
||||
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