Skip to content

Commit

Permalink
HDDS-11639. Upgrade ozone-runner to Rocky Linux 9.3 (apache#31)
Browse files Browse the repository at this point in the history
(cherry picked from commit 814a4b3)
  • Loading branch information
adoroszlai committed Nov 4, 2024
1 parent 1656c00 commit 9fa66cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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
Expand Down

0 comments on commit 9fa66cc

Please sign in to comment.