From 9656ce225243c5650037ae108bd0a499cff64b45 Mon Sep 17 00:00:00 2001 From: Sonatype Date: Thu, 16 May 2024 13:41:52 +0000 Subject: [PATCH] Update Repository Manager to 3.68.1-02. --- Dockerfile.java11 | 8 ++++---- Dockerfile.rh.ubi.java11 | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Dockerfile.java11 b/Dockerfile.java11 index 8a965af8..c536ef64 100644 --- a/Dockerfile.java11 +++ b/Dockerfile.java11 @@ -17,8 +17,8 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal LABEL name="Nexus Repository Manager" \ maintainer="Sonatype " \ vendor=Sonatype \ - version="3.68.0-04" \ - release="3.68.0" \ + version="3.68.1-02" \ + release="3.68.1" \ url="https://sonatype.com" \ summary="The Nexus Repository Manager server \ with universal support for popular component formats." \ @@ -36,10 +36,10 @@ LABEL name="Nexus Repository Manager" \ io.openshift.expose-services="8081:8081" \ io.openshift.tags="Sonatype,Nexus,Repository Manager" -ARG NEXUS_VERSION=3.68.0-04 +ARG NEXUS_VERSION=3.68.1-02 ARG JAVA_VERSION=java11 ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-${JAVA_VERSION}-unix.tar.gz -ARG NEXUS_DOWNLOAD_SHA256_HASH=aa03f3c5511579f42b6bdacdfe9f1e1634aea41ff31a9a8a02cc47ab53cc8739 +ARG NEXUS_DOWNLOAD_SHA256_HASH=6a04eb770e0c4415d3033de757b07ddfdfd15beadbf839d4b33438246e4325a7 # configure nexus runtime ENV SONATYPE_DIR=/opt/sonatype diff --git a/Dockerfile.rh.ubi.java11 b/Dockerfile.rh.ubi.java11 index 99675b4c..7e7baac7 100644 --- a/Dockerfile.rh.ubi.java11 +++ b/Dockerfile.rh.ubi.java11 @@ -17,8 +17,8 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal LABEL name="Nexus Repository Manager" \ vendor=Sonatype \ maintainer="Sonatype " \ - version="3.68.0-04" \ - release="3.68.0" \ + version="3.68.1-02" \ + release="3.68.1" \ url="https://sonatype.com" \ summary="The Nexus Repository Manager server \ with universal support for popular component formats." \ @@ -36,10 +36,10 @@ LABEL name="Nexus Repository Manager" \ io.openshift.expose-services="8081:8081" \ io.openshift.tags="Sonatype,Nexus,Repository Manager" -ARG NEXUS_VERSION=3.68.0-04 +ARG NEXUS_VERSION=3.68.1-02 ARG JAVA_VERSION=java11 ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-${JAVA_VERSION}-unix.tar.gz -ARG NEXUS_DOWNLOAD_SHA256_HASH=aa03f3c5511579f42b6bdacdfe9f1e1634aea41ff31a9a8a02cc47ab53cc8739 +ARG NEXUS_DOWNLOAD_SHA256_HASH=6a04eb770e0c4415d3033de757b07ddfdfd15beadbf839d4b33438246e4325a7 # configure nexus runtime ENV SONATYPE_DIR=/opt/sonatype