Pass the COMMIT_SHA and BUILD_NUMBER env to the CI container so we can use the build cache for sbom generation.

This commit is contained in:
Marius Gilberg 2025-11-09 12:07:53 +01:00
parent dbd9be25cf
commit e79e376ae5
No known key found for this signature in database

View File

@ -1229,6 +1229,8 @@ pipeline {
-e WEB_PATH=\"${CI_WEBPATH}\" \
-e NODE_NAME=\"${NODE_NAME}\" \
-e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:-${SYFT_IMAGE_TAG}}\" \
-e COMMIT_SHA=\"${COMMIT_SHA}\" \
-e BUILD_NUMBER=\"${BUILD_NUMBER}\" \
-t ghcr.io/linuxserver/ci:${CITEST_IMAGETAG} \
python3 test_build.py'''
}