This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch latest
in repository https://gitbox.apache.org/repos/asf/ozone-docker.git


The following commit(s) were added to refs/heads/latest by this push:
     new 38b0dbf  HDDS-11329. Update Ozone images to Rocky Linux-based runner 
(#29)
38b0dbf is described below

commit 38b0dbf16cfc1fa61ba71b85a8b95e76ae7367a3
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Thu Oct 3 20:33:56 2024 +0200

    HDDS-11329. Update Ozone images to Rocky Linux-based runner (#29)
---
 Dockerfile | 2 +-
 build.sh   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index bd4c04a..6db1690 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-FROM apache/ozone-runner:20230615-1
+FROM apache/ozone-runner:20240729-jdk17-1
 ARG OZONE_URL=https://dlcdn.apache.org/ozone/1.4.0/ozone-1.4.0.tar.gz
 WORKDIR /opt
 RUN sudo rm -rf /opt/hadoop && curl -LSs -o ozone.tar.gz $OZONE_URL && tar zxf 
ozone.tar.gz && rm ozone.tar.gz && mv ozone* hadoop
diff --git a/build.sh b/build.sh
index 456f405..6586cb2 100755
--- a/build.sh
+++ b/build.sh
@@ -21,7 +21,7 @@ set -eu
 mkdir -p build
 
 ozone_version=1.4.0
-rat_version=0.16
+rat_version=0.16.1
 
 if [ ! -d "$DIR/build/apache-rat-${rat_version}" ]; then
   if type wget 2> /dev/null; then


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

Reply via email to