Merge pull request #9797 from blackpiglet/jxun/main/update_base_image
Some checks failed
Run the E2E test on kind / get-go-version (push) Failing after 1m0s
Run the E2E test on kind / build (push) Has been skipped
Run the E2E test on kind / setup-test-matrix (push) Successful in 3s
Run the E2E test on kind / run-e2e-test (push) Has been skipped
Main CI / get-go-version (push) Successful in 15s
Main CI / Build (push) Failing after 37s
Close stale issues and PRs / stale (push) Successful in 11s
Trivy Nightly Scan / Trivy nightly scan (velero, main) (push) Failing after 1m57s
Trivy Nightly Scan / Trivy nightly scan (velero-plugin-for-aws, main) (push) Failing after 1m13s
Trivy Nightly Scan / Trivy nightly scan (velero-plugin-for-gcp, main) (push) Failing after 1m21s
Trivy Nightly Scan / Trivy nightly scan (velero-plugin-for-microsoft-azure, main) (push) Failing after 1m20s

Update the Linux's base image from Ubuntu jammy to noble.
This commit is contained in:
Xun Jiang/Bruce Jiang
2026-05-19 11:44:30 +08:00
committed by GitHub

View File

@@ -49,9 +49,9 @@ RUN mkdir -p /output/usr/bin && \
go clean -modcache -cache
# Velero image packing section
FROM paketobuildpacks/run-jammy-tiny:latest
FROM paketobuildpacks/ubuntu-noble-run-tiny:latest
LABEL maintainer="Xun Jiang <jxun@vmware.com>"
LABEL maintainer="Xun Jiang <xun.jiang@broadcom.com>"
COPY --from=velero-builder /output /