Merge pull request #9546 from Lyndon-Li/release-1.18
Run the E2E test on kind / get-go-version (push) Failing after 1h5m30s
Run the E2E test on kind / setup-test-matrix (push) Successful in 4s
Run the E2E test on kind / build (push) Has been skipped
Run the E2E test on kind / run-e2e-test (push) Has been skipped
Main CI / get-go-version (push) Failing after 21s
Main CI / Build (push) Has been skipped

Update base image for 1.18.0
This commit is contained in:
lyndon-li
2026-02-13 17:11:09 +08:00
committed by GitHub
+1 -1
View File
@@ -73,7 +73,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.97
LABEL maintainer="Xun Jiang <jxun@vmware.com>"