-
Notifications
You must be signed in to change notification settings - Fork 403
Commit
fix the upgrade scripts
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM golang:1.12-alpine | ||
FROM golang:1.13-alpine | ||
|
||
ARG DAPPER_HOST_ARCH | ||
ENV ARCH $DAPPER_HOST_ARCH | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,17 @@ | ||
ARG REPO | ||
ARG TAG | ||
FROM ${REPO}/k3os-rootfs:${TAG} as rootfs | ||
RUN echo | ||
|
||
ARG REPO | ||
ARG TAG | ||
FROM ${REPO}/k3os-progs:${TAG} as progs | ||
RUN echo | ||
|
||
ARG REPO | ||
ARG TAG | ||
FROM ${REPO}/k3os-base:${TAG} | ||
|
||
ARG REPO | ||
ARG TAG | ||
COPY --from=rootfs /output/rootfs.squashfs /usr/src/ | ||
COPY --from=rootfs /output/rootfs.squashfs /usr/src/ | ||
COPY install.sh /output/k3os-install.sh | ||
COPY --from=progs /output/k3os /output/k3os | ||
RUN echo -n "_sqmagic_" >> /output/k3os && \ | ||
cat /usr/src/rootfs.squashfs >> /output/k3os | ||
RUN echo -n "_sqmagic_" >> /output/k3os | ||
RUN cat /usr/src/rootfs.squashfs >> /output/k3os |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../.. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.