File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 88 BUILD_ROOT=/go/dnspyre
99 ARG BUILD_BIN=${BUILD_ROOT}/dnspyre
1010
11+ # :: FOREIGN IMAGES
12+ FROM 11notes/distroless AS distroless
1113
1214# ╔═════════════════════════════════════════════════════╗
1315# ║ BUILD ║
1416# ╚═════════════════════════════════════════════════════╝
15- # :: CMD-SOCKET
17+ # :: DNSPYRE
1618 FROM 11notes/go:1.24 AS build
1719 ARG APP_VERSION \
1820 BUILD_SRC \
3133# ╔═════════════════════════════════════════════════════╗
3234# ║ IMAGE ║
3335# ╚═════════════════════════════════════════════════════╝
34- # :: HEADER
36+ # :: HEADER
3537 FROM scratch
3638
3739 # :: default arguments
5456 APP_ROOT=${APP_ROOT}
5557
5658 # :: multi-stage
59+ COPY --from=distroless / /
5760 COPY --from=build ${APP_ROOT}/ /
5861
5962# :: EXECUTE
You can’t perform that action at this time.
0 commit comments