This is an automated email from the ASF dual-hosted git repository. adoroszlai pushed a commit to branch jdk11 in repository https://gitbox.apache.org/repos/asf/ozone-docker-runner.git
commit 27e5b19b8a1672f294ed531f27ed6846e8138135 Author: Roland Elek <[email protected]> AuthorDate: Thu Mar 20 06:36:28 2025 +0100 HDDS-12499. Install specific version of awscli and boto3 (#45) (cherry picked from commit c484c7030fc3fdbff2c364f653016298afa32568) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5e41ef0..538461d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -74,7 +74,7 @@ RUN set -eux ; \ #For executing inline smoketest RUN set -eux ; \ - pip3 install awscli robotframework==6.1.1 boto3 ; \ + pip3 install awscli==1.38.15 robotframework==6.1.1 boto3==1.37.15 ; \ rm -r ~/.cache/pip #dumb init for proper init handling --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
