From 10453de14b662ab5f7dab98417b991ee58b2a0cb Mon Sep 17 00:00:00 2001 From: Sonatype Date: Wed, 10 Apr 2024 19:58:47 +0000 Subject: [PATCH] Update Repository Manager to 3.67.1-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 ea946c37..a612da0f 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.67.0-03" \ - release="3.67.0" \ + version="3.67.1-01" \ + release="3.67.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.67.0-03 +ARG NEXUS_VERSION=3.67.1-01 ARG JAVA_VERSION=java8 ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-${JAVA_VERSION}-unix.tar.gz -ARG NEXUS_DOWNLOAD_SHA256_HASH=09aa3a47220a77a829f42bac1f0e570f10bc67d76f4e5d2b0d99e261fe560513 +ARG NEXUS_DOWNLOAD_SHA256_HASH=c1530ec125cb5078a6e16c5fcd52b6a830e7495566027aeb3fbe3ca1406c6273 # configure nexus runtime ENV SONATYPE_DIR=/opt/sonatype diff --git a/Dockerfile.rh.centos b/Dockerfile.rh.centos index 41f661af..ebe392f8 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.67.0-03" \ - release="3.67.0" \ + version="3.67.1-01" \ + release="3.67.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.67.0-03 +ARG NEXUS_VERSION=3.67.1-01 ARG JAVA_VERSION=java8 ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-${JAVA_VERSION}-unix.tar.gz -ARG NEXUS_DOWNLOAD_SHA256_HASH=09aa3a47220a77a829f42bac1f0e570f10bc67d76f4e5d2b0d99e261fe560513 +ARG NEXUS_DOWNLOAD_SHA256_HASH=c1530ec125cb5078a6e16c5fcd52b6a830e7495566027aeb3fbe3ca1406c6273 # configure nexus runtime ENV SONATYPE_DIR=/opt/sonatype diff --git a/Dockerfile.rh.el b/Dockerfile.rh.el index cfb64a26..b1bbd8ee 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.67.0-03" \ - release="3.67.0" \ + version="3.67.1-01" \ + release="3.67.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.67.0-03 +ARG NEXUS_VERSION=3.67.1-01 ARG JAVA_VERSION=java8 ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-${JAVA_VERSION}-unix.tar.gz -ARG NEXUS_DOWNLOAD_SHA256_HASH=09aa3a47220a77a829f42bac1f0e570f10bc67d76f4e5d2b0d99e261fe560513 +ARG NEXUS_DOWNLOAD_SHA256_HASH=c1530ec125cb5078a6e16c5fcd52b6a830e7495566027aeb3fbe3ca1406c6273 # configure nexus runtime ENV SONATYPE_DIR=/opt/sonatype diff --git a/Dockerfile.rh.ubi b/Dockerfile.rh.ubi index 04f697ee..6f575ae3 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.67.0-03" \ - release="3.67.0" \ + version="3.67.1-01" \ + release="3.67.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.67.0-03 +ARG NEXUS_VERSION=3.67.1-01 ARG JAVA_VERSION=java8 ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-${JAVA_VERSION}-unix.tar.gz -ARG NEXUS_DOWNLOAD_SHA256_HASH=09aa3a47220a77a829f42bac1f0e570f10bc67d76f4e5d2b0d99e261fe560513 +ARG NEXUS_DOWNLOAD_SHA256_HASH=c1530ec125cb5078a6e16c5fcd52b6a830e7495566027aeb3fbe3ca1406c6273 # configure nexus runtime ENV SONATYPE_DIR=/opt/sonatype