robobario commented on code in PR #24892:
URL: https://github.com/apache/flink/pull/24892#discussion_r1628538012
##########
flink-end-to-end-tests/test-scripts/common_s3_operations.sh:
##########
@@ -150,7 +150,7 @@ function s3_get_number_of_lines_by_prefix() {
# find all files that have the given prefix
parts=$(aws_cli s3api list-objects --bucket "$IT_CASE_S3_BUCKET" --prefix
"$1" |
- docker run -i --rm stedolan/jq -r '[.Contents[].Key] | join(" ")')
+ docker run -i --rm ghcr.io/jqlang/jq -r '[.Contents[].Key] | join(" ")')
Review Comment:
Would it be worth adding in the version tag instead of using latest?
Thinking about test reproducibility.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]