forked from vmware-tanzu/velero
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace the base image with paketobuildpacks image (vmware-tanzu#6883)
Replace the base image with paketobuildpacks image Fixes vmware-tanzu#6851 Signed-off-by: Wenkai Yin(尹文开) <[email protected]> Signed-off-by: Christian Jürges <[email protected]>
- Loading branch information
Showing
3 changed files
with
4 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,13 +70,13 @@ RUN mkdir -p /output/usr/bin && \ | |
go clean -modcache -cache | ||
|
||
# Velero image packing section | ||
FROM gcr.io/distroless/base-nossl-debian11:nonroot | ||
FROM paketobuildpacks/run-jammy-tiny:latest | ||
|
||
LABEL maintainer="Xun Jiang <[email protected]>" | ||
|
||
COPY --from=velero-builder /output / | ||
|
||
COPY --from=restic-builder /output / | ||
|
||
USER nonroot:nonroot | ||
USER cnb:cnb | ||
|
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
Replace the base image with paketobuildpacks image |
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