Skip to content

Commit

Permalink
Update testing Docker images
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 591266238
Change-Id: I72cc77ec1d9c18a380bb61b9993ae3f233d490ca
  • Loading branch information
morambro authored and copybara-github committed Dec 15, 2023
1 parent 9c96c79 commit d1cafdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kokoro/testutils/java_test_container_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ _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="78760bd248a1045096e91cac1841e677dc1ba5b0881090d1fe29df62e4c3f83b"
readonly TINK_JAVA_BASE_IMAGE_HASH="f3f47a8c8f3567d6d56d8ffd2889856a885ffd6d8a80bee1e69c9745803d4601"
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"
readonly TINK_JAVA_GCLOUD_IMAGE_HASH="1905add78813e8321297356204d710fe8337f7a32db2d9681d0192da9dd9bbcc"
readonly TINK_JAVA_GCLOUD_IMAGE_HASH="cbad1e8f7fa2204897cfcd467b13075c72d4e1ae0f3990692ddda10125e2a287"
readonly TINK_JAVA_GCLOUD_IMAGE="$(_image_prefix)/${TINK_JAVA_GCLOUD_IMAGE_NAME}@sha256:${TINK_JAVA_GCLOUD_IMAGE_HASH}"

unset -f _image_prefix

0 comments on commit d1cafdd

Please sign in to comment.