This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-docker-runner.git
The following commit(s) were added to refs/heads/master by this push:
new c484c70 HDDS-12499. Install specific version of awscli and boto3 (#45)
c484c70 is described below
commit c484c7030fc3fdbff2c364f653016298afa32568
Author: Roland Elek <[email protected]>
AuthorDate: Thu Mar 20 06:36:28 2025 +0100
HDDS-12499. Install specific version of awscli and boto3 (#45)
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index 8028ea1..f8fd0c8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -73,7 +73,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]