1 parent 5a2aede commit 0a5579fCopy full SHA for 0a5579f
1 file changed
Dockerfile
@@ -53,7 +53,7 @@ WORKDIR /out
53
ENTRYPOINT ["build-image"]
54
55
# =========================================================
56
-FROM alpine-base AS bootable-alpine-rootfs
+FROM alpine-base AS bootable-alpine
57
SHELL ["/bin/ash", "-euxo", "pipefail", "-c"]
58
59
# install the alpine-base package (for the user space)
@@ -91,9 +91,6 @@ rc_add boot "$BOOT_SERVICES"; \
91
rc_add default "$DEFAULT_SERVICES"; \
92
rc_add shutdown "$SHUTDOWN_SERVICES"
93
94
-# =========================================================
95
-FROM scratch AS bootable-alpine
96
-COPY --from=bootable-alpine-rootfs / /
97
ENTRYPOINT ["/bin/sh"]
98
99
0 commit comments