-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7303 from ywk253100/240110_pin
Pin the version of Golang and base image
- Loading branch information
Showing
8 changed files
with
11 additions
and
11 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
# limitations under the License. | ||
|
||
# Velero binary build section | ||
FROM --platform=$BUILDPLATFORM golang:1.21-bookworm as velero-builder | ||
FROM --platform=$BUILDPLATFORM golang:1.21.6-bookworm as velero-builder | ||
|
||
ARG GOPROXY | ||
ARG BIN | ||
|
@@ -47,7 +47,7 @@ RUN mkdir -p /output/usr/bin && \ | |
go clean -modcache -cache | ||
|
||
# Restic binary build section | ||
FROM --platform=$BUILDPLATFORM golang:1.21-bookworm as restic-builder | ||
FROM --platform=$BUILDPLATFORM golang:1.21.6-bookworm as restic-builder | ||
|
||
ARG BIN | ||
ARG TARGETOS | ||
|
@@ -70,7 +70,7 @@ RUN mkdir -p /output/usr/bin && \ | |
go clean -modcache -cache | ||
|
||
# Velero image packing section | ||
FROM paketobuildpacks/run-jammy-tiny:latest | ||
FROM paketobuildpacks/run-jammy-tiny:0.2.19 | ||
|
||
LABEL maintainer="Xun Jiang <[email protected]>" | ||
|
||
|
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