mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
commit
bbf8741002
@ -3,7 +3,7 @@ kernel:
|
||||
cmdline: "console=ttyS0"
|
||||
tar: none
|
||||
init:
|
||||
- linuxkit/init-lcow:5ee2626d038fef97c6b52f1ea7f436cc3da125b8
|
||||
- linuxkit/init-lcow:5506c381816e067c3c8978948352b3bf2025e909
|
||||
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
||||
trust:
|
||||
org:
|
||||
|
@ -9,7 +9,7 @@ RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache
|
||||
|
||||
FROM linuxkit/alpine:87a0cd10449d72f374f950004467737dbf440630 AS build
|
||||
ENV OPENGCS_REPO=https://github.com/Microsoft/opengcs
|
||||
ENV OPENGCS_COMMIT=285d650c8f3aa754af537871cddc273b6c5c6d58
|
||||
ENV OPENGCS_COMMIT=874b6714c9d15f9f346f7f6c080069b399285f06
|
||||
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