Skip to content

Commit 16bbe95

Browse files
committed
release: fix docker image verification with telemetry disabled
This commit fixes the verification of the FIPS docker image when telemetry is disabled. Epic: none Release note: none
1 parent ee0bb8f commit 16bbe95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/teamcity/internal/release/process/build-cockroach-release-per-platform.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@ fi
118118
# Here we verify the FIPS image only. The multi-arch image will be verified in the job it's created.
119119
if [[ $platform == "linux-amd64-fips" ]]; then
120120
tc_start_block "Verify FIPS docker image"
121-
verify_docker_image "$build_docker_tag" "linux/amd64" "$BUILD_VCS_NUMBER" "$version" true false
121+
verify_docker_image "$build_docker_tag" "linux/amd64" "$BUILD_VCS_NUMBER" "$version" true $telemetry_disabled
122122
tc_end_block "Verify FIPS docker image"
123123
fi

0 commit comments

Comments
 (0)