Skip to content

Commit

Permalink
Update Docker image for Tinkey
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 676856299
Change-Id: I38bd7438c97cc9969d5c58c9be9d9bbc1c48805e
  • Loading branch information
morambro authored and copybara-github committed Sep 20, 2024
1 parent c5fb65d commit 97dda27
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 @@ -27,7 +27,7 @@ readonly TINK_JAVA_BASE_IMAGE_HASH="8c7e62f2244930bc2c22a5a20d6d8c4df39abff94af0
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="cbad1e8f7fa2204897cfcd467b13075c72d4e1ae0f3990692ddda10125e2a287"
readonly TINK_JAVA_GCLOUD_IMAGE_HASH="c8d60059837693aa17e8cada4fea00da69563a1006375c42a7d0e0511fb1fd82"
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 97dda27

Please sign in to comment.