From 4446214855753f37b682cf9ea6aaf22040004b9a Mon Sep 17 00:00:00 2001 From: Sonatype Date: Fri, 21 Jul 2023 22:01:26 +0000 Subject: [PATCH] Update Repository Manager to 3.57.1-02. --- 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 6c035d67..8ac80646 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.58.0-01" \ - release="3.58.0" \ + version="3.57.1-02" \ + release="3.57.1" \ 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.58.0-01 +ARG NEXUS_VERSION=3.57.1-02 ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-unix.tar.gz -ARG NEXUS_DOWNLOAD_SHA256_HASH=859b0ce4d492e07b0f3c2188340862fc19311f0c9dc9280b751c3c6025d0af62 +ARG NEXUS_DOWNLOAD_SHA256_HASH=bd74daaf91194fced2bed2dd4b6eb477d2afb235bf23c2a3589db6c46f63551a # configure nexus runtime ENV SONATYPE_DIR=/opt/sonatype diff --git a/Dockerfile.rh.centos b/Dockerfile.rh.centos index 0fc83563..88593357 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.58.0-01" \ - release="3.58.0" \ + version="3.57.1-02" \ + release="3.57.1" \ 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.58.0-01 +ARG NEXUS_VERSION=3.57.1-02 ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-unix.tar.gz -ARG NEXUS_DOWNLOAD_SHA256_HASH=859b0ce4d492e07b0f3c2188340862fc19311f0c9dc9280b751c3c6025d0af62 +ARG NEXUS_DOWNLOAD_SHA256_HASH=bd74daaf91194fced2bed2dd4b6eb477d2afb235bf23c2a3589db6c46f63551a # configure nexus runtime ENV SONATYPE_DIR=/opt/sonatype diff --git a/Dockerfile.rh.el b/Dockerfile.rh.el index 69211dab..a61a6f60 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.58.0-01" \ - release="3.58.0" \ + version="3.57.1-02" \ + release="3.57.1" \ 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.58.0-01 +ARG NEXUS_VERSION=3.57.1-02 ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-unix.tar.gz -ARG NEXUS_DOWNLOAD_SHA256_HASH=859b0ce4d492e07b0f3c2188340862fc19311f0c9dc9280b751c3c6025d0af62 +ARG NEXUS_DOWNLOAD_SHA256_HASH=bd74daaf91194fced2bed2dd4b6eb477d2afb235bf23c2a3589db6c46f63551a # configure nexus runtime ENV SONATYPE_DIR=/opt/sonatype diff --git a/Dockerfile.rh.ubi b/Dockerfile.rh.ubi index fb65f4fa..2e192e5f 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.58.0-01" \ - release="3.58.0" \ + version="3.57.1-02" \ + release="3.57.1" \ 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.58.0-01 +ARG NEXUS_VERSION=3.57.1-02 ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-unix.tar.gz -ARG NEXUS_DOWNLOAD_SHA256_HASH=859b0ce4d492e07b0f3c2188340862fc19311f0c9dc9280b751c3c6025d0af62 +ARG NEXUS_DOWNLOAD_SHA256_HASH=bd74daaf91194fced2bed2dd4b6eb477d2afb235bf23c2a3589db6c46f63551a # configure nexus runtime ENV SONATYPE_DIR=/opt/sonatype