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 814a4b3  HDDS-11639. Upgrade ozone-runner to Rocky Linux 9.3 (#31)
814a4b3 is described below

commit 814a4b398513fb1305626771b03ce253f8692a5f
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon Nov 4 14:53:12 2024 +0100

    HDDS-11639. Upgrade ozone-runner to Rocky Linux 9.3 (#31)
---
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 5388df6..fbc396a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -32,7 +32,7 @@ RUN set -eux ; \
         exit 1 ; \
     fi
 
-FROM rockylinux:8.9
+FROM rockylinux:9.3
 RUN set -eux ; \
     dnf install -y \
       bzip2 \
@@ -59,7 +59,7 @@ COPY --from=go /go/bin/csc /usr/bin/csc
 
 #For executing inline smoketest
 RUN set -eux ; \
-    pip3 install awscli robotframework boto3 ; \
+    pip3 install awscli robotframework==6.1.1 boto3 ; \
     rm -r ~/.cache/pip
 
 #dumb init for proper init handling


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to