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
The following commit(s) were added to refs/heads/jdk11 by this push:
new 9fa66cc HDDS-11639. Upgrade ozone-runner to Rocky Linux 9.3 (#31)
9fa66cc is described below
commit 9fa66ccd254a23ad8266f61fea100a07e6f0ac65
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)
(cherry picked from commit 814a4b398513fb1305626771b03ce253f8692a5f)
---
Dockerfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index aa3eb25..c1ef8bc 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]