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 4c868166cfc09016a72d9d629a207cbbd1be00dc
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri Jan 30 11:21:09 2026 +0100

    HDDS-14526. Upgrade Rocky Linux to 9.7 (#55)
    
    (cherry picked from commit 4cf2ac2b4f86efeed2fefcdf4ea3aecd9c206ff5)
---
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 1c6ad1b..902f7cb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -32,7 +32,7 @@ RUN set -eux ; \
         exit 1 ; \
     fi
 
-FROM rockylinux:9.3
+FROM rockylinux/rockylinux:9
 RUN set -eux ; \
     dnf install -y \
       bzip2 \
@@ -55,7 +55,7 @@ RUN set -eux ; \
       zlib \
     && dnf clean all \
     && ln -sf /usr/bin/python3 /usr/bin/python
-RUN sudo python3 -m pip install --upgrade pip
+RUN python3 -m pip install --upgrade pip
 
 COPY --from=go /go/bin/csc /usr/bin/csc
 


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

Reply via email to