mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-05-01 12:55:46 +00:00
Merge pull request #6934 from ywk253100/231010_image
[cherry-pick]Replace the base image with paketobuildpacks image
This commit is contained in:
@@ -70,7 +70,7 @@ RUN mkdir -p /output/usr/bin && \
|
||||
go clean -modcache -cache
|
||||
|
||||
# Velero image packing section
|
||||
FROM gcr.io/distroless/base-nossl-debian11@sha256:f10e1fbf558c630a4b74a987e6c754d45bf59f9ddcefce090f6b111925996767
|
||||
FROM paketobuildpacks/run-jammy-tiny:0.2.5
|
||||
|
||||
LABEL maintainer="Xun Jiang <jxun@vmware.com>"
|
||||
|
||||
@@ -78,5 +78,5 @@ COPY --from=velero-builder /output /
|
||||
|
||||
COPY --from=restic-builder /output /
|
||||
|
||||
USER nonroot:nonroot
|
||||
USER cnb:cnb
|
||||
|
||||
|
||||
1
changelogs/unreleased/6934-ywk253100
Normal file
1
changelogs/unreleased/6934-ywk253100
Normal file
@@ -0,0 +1 @@
|
||||
Replace the base image with paketobuildpacks image
|
||||
@@ -89,7 +89,7 @@ else
|
||||
fi
|
||||
|
||||
if [[ -z "$BUILDX_PLATFORMS" ]]; then
|
||||
BUILDX_PLATFORMS="linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le"
|
||||
BUILDX_PLATFORMS="linux/amd64,linux/arm64"
|
||||
fi
|
||||
|
||||
# Debugging info
|
||||
|
||||
Reference in New Issue
Block a user