Skip to content

Commit

Permalink
Update Docker image for Kokoro testing
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 668473830
Change-Id: I08c1ecedcbbefc93438588a978131fa140f11cd8
  • Loading branch information
morambro authored and copybara-github committed Aug 28, 2024
1 parent 2c78cc0 commit 196de16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kokoro/testutils/java_test_container_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ _image_prefix() {

# Linux container images for Tink Java libraries.
readonly TINK_JAVA_BASE_IMAGE_NAME="linux-tink-java-base"
readonly TINK_JAVA_BASE_IMAGE_HASH="f3f47a8c8f3567d6d56d8ffd2889856a885ffd6d8a80bee1e69c9745803d4601"
readonly TINK_JAVA_BASE_IMAGE_HASH="8c7e62f2244930bc2c22a5a20d6d8c4df39abff94af06142cce8137d173fc744"
readonly TINK_JAVA_BASE_IMAGE="$(_image_prefix)/${TINK_JAVA_BASE_IMAGE_NAME}@sha256:${TINK_JAVA_BASE_IMAGE_HASH}"

readonly TINK_JAVA_GCLOUD_IMAGE_NAME="linux-tink-java-gcloud"
Expand Down

0 comments on commit 196de16

Please sign in to comment.