-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rekres + go-mod-outdated. Signed-off-by: Andrey Smirnov <[email protected]>
- Loading branch information
Showing
5 changed files
with
41 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. | ||
# | ||
# Generated on 2022-10-24T14:11:18Z by kres ef0ba25-dirty. | ||
# Generated on 2022-11-21T11:25:20Z by kres latest. | ||
|
||
ARG TOOLCHAIN | ||
|
||
|
@@ -14,7 +14,7 @@ FROM ghcr.io/siderolabs/ca-certificates:v1.2.0 AS image-ca-certificates | |
FROM ghcr.io/siderolabs/fhs:v1.2.0 AS image-fhs | ||
|
||
# runs markdownlint | ||
FROM docker.io/node:19.0.0-alpine3.16 AS lint-markdown | ||
FROM docker.io/node:19.0.1-alpine3.16 AS lint-markdown | ||
WORKDIR /src | ||
RUN npm i -g [email protected] | ||
RUN npm i [email protected] | ||
|
@@ -159,6 +159,12 @@ COPY --from=unit-tests-run /src/coverage.txt /coverage.txt | |
|
||
FROM bldr-linux-${TARGETARCH} AS bldr | ||
|
||
FROM scratch AS bldr-all | ||
COPY --from=bldr-darwin-amd64 / / | ||
COPY --from=bldr-darwin-arm64 / / | ||
COPY --from=bldr-linux-amd64 / / | ||
COPY --from=bldr-linux-arm64 / / | ||
|
||
FROM scratch AS image-bldr | ||
ARG TARGETARCH | ||
COPY --from=bldr bldr-linux-${TARGETARCH} /bldr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters