From 0f52e992996256d346b59e9fa3a25f4794896857 Mon Sep 17 00:00:00 2001 From: Sonatype Date: Mon, 17 Jul 2023 13:59:11 +0000 Subject: [PATCH] Update Repository Manager to 3.58.0-01. --- Dockerfile | 8 ++++---- Dockerfile.rh.centos | 8 ++++---- Dockerfile.rh.el | 8 ++++---- Dockerfile.rh.ubi | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1070db6c..6c035d67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,8 +17,8 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal LABEL name="Nexus Repository Manager" \ maintainer="Sonatype " \ vendor=Sonatype \ - version="3.57.0-01" \ - release="3.57.0" \ + version="3.58.0-01" \ + release="3.58.0" \ url="https://sonatype.com" \ summary="The Nexus Repository Manager server \ with universal support for popular component formats." \ @@ -36,9 +36,9 @@ LABEL name="Nexus Repository Manager" \ io.openshift.expose-services="8081:8081" \ io.openshift.tags="Sonatype,Nexus,Repository Manager" -ARG NEXUS_VERSION=3.57.0-01 +ARG NEXUS_VERSION=3.58.0-01 ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-unix.tar.gz -ARG NEXUS_DOWNLOAD_SHA256_HASH=d0f29f314399b0143c101ebaffb349596c087e96516b8f321ab045e37caf844d +ARG NEXUS_DOWNLOAD_SHA256_HASH=859b0ce4d492e07b0f3c2188340862fc19311f0c9dc9280b751c3c6025d0af62 # configure nexus runtime ENV SONATYPE_DIR=/opt/sonatype diff --git a/Dockerfile.rh.centos b/Dockerfile.rh.centos index d6e6cf48..0fc83563 100644 --- a/Dockerfile.rh.centos +++ b/Dockerfile.rh.centos @@ -17,8 +17,8 @@ FROM centos:centos7 LABEL name="Nexus Repository Manager" \ maintainer="Sonatype " \ vendor=Sonatype \ - version="3.57.0-01" \ - release="3.57.0" \ + version="3.58.0-01" \ + release="3.58.0" \ url="https://sonatype.com" \ summary="The Nexus Repository Manager server \ with universal support for popular component formats." \ @@ -36,9 +36,9 @@ LABEL name="Nexus Repository Manager" \ io.openshift.expose-services="8081:8081" \ io.openshift.tags="Sonatype,Nexus,Repository Manager" -ARG NEXUS_VERSION=3.57.0-01 +ARG NEXUS_VERSION=3.58.0-01 ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-unix.tar.gz -ARG NEXUS_DOWNLOAD_SHA256_HASH=d0f29f314399b0143c101ebaffb349596c087e96516b8f321ab045e37caf844d +ARG NEXUS_DOWNLOAD_SHA256_HASH=859b0ce4d492e07b0f3c2188340862fc19311f0c9dc9280b751c3c6025d0af62 # configure nexus runtime ENV SONATYPE_DIR=/opt/sonatype diff --git a/Dockerfile.rh.el b/Dockerfile.rh.el index 5d641000..69211dab 100644 --- a/Dockerfile.rh.el +++ b/Dockerfile.rh.el @@ -17,8 +17,8 @@ FROM registry.access.redhat.com/rhel7/rhel LABEL name="Nexus Repository Manager" \ maintainer="Sonatype " \ vendor=Sonatype \ - version="3.57.0-01" \ - release="3.57.0" \ + version="3.58.0-01" \ + release="3.58.0" \ url="https://sonatype.com" \ summary="The Nexus Repository Manager server \ with universal support for popular component formats." \ @@ -36,9 +36,9 @@ LABEL name="Nexus Repository Manager" \ io.openshift.expose-services="8081:8081" \ io.openshift.tags="Sonatype,Nexus,Repository Manager" -ARG NEXUS_VERSION=3.57.0-01 +ARG NEXUS_VERSION=3.58.0-01 ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-unix.tar.gz -ARG NEXUS_DOWNLOAD_SHA256_HASH=d0f29f314399b0143c101ebaffb349596c087e96516b8f321ab045e37caf844d +ARG NEXUS_DOWNLOAD_SHA256_HASH=859b0ce4d492e07b0f3c2188340862fc19311f0c9dc9280b751c3c6025d0af62 # configure nexus runtime ENV SONATYPE_DIR=/opt/sonatype diff --git a/Dockerfile.rh.ubi b/Dockerfile.rh.ubi index 8dc76dd8..fb65f4fa 100644 --- a/Dockerfile.rh.ubi +++ b/Dockerfile.rh.ubi @@ -17,8 +17,8 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal LABEL name="Nexus Repository Manager" \ vendor=Sonatype \ maintainer="Sonatype " \ - version="3.57.0-01" \ - release="3.57.0" \ + version="3.58.0-01" \ + release="3.58.0" \ url="https://sonatype.com" \ summary="The Nexus Repository Manager server \ with universal support for popular component formats." \ @@ -36,9 +36,9 @@ LABEL name="Nexus Repository Manager" \ io.openshift.expose-services="8081:8081" \ io.openshift.tags="Sonatype,Nexus,Repository Manager" -ARG NEXUS_VERSION=3.57.0-01 +ARG NEXUS_VERSION=3.58.0-01 ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-unix.tar.gz -ARG NEXUS_DOWNLOAD_SHA256_HASH=d0f29f314399b0143c101ebaffb349596c087e96516b8f321ab045e37caf844d +ARG NEXUS_DOWNLOAD_SHA256_HASH=859b0ce4d492e07b0f3c2188340862fc19311f0c9dc9280b751c3c6025d0af62 # configure nexus runtime ENV SONATYPE_DIR=/opt/sonatype