From cd1dac2a82dc48a6b95372c7389072170a3b4244 Mon Sep 17 00:00:00 2001 From: Sonatype Date: Tue, 4 Jun 2024 16:14:38 +0000 Subject: [PATCH 1/3] Update Repository Manager to 3.69.0-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 b2d9fc59..bcfc115d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,8 +21,8 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal LABEL name="Nexus Repository Manager" \ maintainer="Sonatype " \ vendor=Sonatype \ - version="3.68.1-02" \ - release="3.68.1" \ + version="3.69.0-02" \ + release="3.69.0" \ url="https://sonatype.com" \ summary="The Nexus Repository Manager server \ with universal support for popular component formats." \ @@ -40,10 +40,10 @@ LABEL name="Nexus Repository Manager" \ io.openshift.expose-services="8081:8081" \ io.openshift.tags="Sonatype,Nexus,Repository Manager" -ARG NEXUS_VERSION=3.68.1-02 +ARG NEXUS_VERSION=3.69.0-02 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=b713c786fd5ff6fe5c62ce3ace4ea4918b5178b1004971a210df6c38fcac84a0 +ARG NEXUS_DOWNLOAD_SHA256_HASH=4161a1bb43d92ad8ca6185fa0da2c0f02dfd62280c5b6e4ac4419df4aecaf55f # configure nexus runtime ENV SONATYPE_DIR=/opt/sonatype diff --git a/Dockerfile.rh.centos b/Dockerfile.rh.centos index 062cf3d9..8f53bde9 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.68.1-02" \ - release="3.68.1" \ + version="3.69.0-02" \ + release="3.69.0" \ 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.1-02 +ARG NEXUS_VERSION=3.69.0-02 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=b713c786fd5ff6fe5c62ce3ace4ea4918b5178b1004971a210df6c38fcac84a0 +ARG NEXUS_DOWNLOAD_SHA256_HASH=4161a1bb43d92ad8ca6185fa0da2c0f02dfd62280c5b6e4ac4419df4aecaf55f # configure nexus runtime ENV SONATYPE_DIR=/opt/sonatype diff --git a/Dockerfile.rh.el b/Dockerfile.rh.el index baeebf33..a4474069 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.68.1-02" \ - release="3.68.1" \ + version="3.69.0-02" \ + release="3.69.0" \ 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.1-02 +ARG NEXUS_VERSION=3.69.0-02 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=b713c786fd5ff6fe5c62ce3ace4ea4918b5178b1004971a210df6c38fcac84a0 +ARG NEXUS_DOWNLOAD_SHA256_HASH=4161a1bb43d92ad8ca6185fa0da2c0f02dfd62280c5b6e4ac4419df4aecaf55f # configure nexus runtime ENV SONATYPE_DIR=/opt/sonatype diff --git a/Dockerfile.rh.ubi b/Dockerfile.rh.ubi index d6419f7e..0d47af8c 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.68.1-02" \ - release="3.68.1" \ + version="3.69.0-02" \ + release="3.69.0" \ 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.1-02 +ARG NEXUS_VERSION=3.69.0-02 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=b713c786fd5ff6fe5c62ce3ace4ea4918b5178b1004971a210df6c38fcac84a0 +ARG NEXUS_DOWNLOAD_SHA256_HASH=4161a1bb43d92ad8ca6185fa0da2c0f02dfd62280c5b6e4ac4419df4aecaf55f # configure nexus runtime ENV SONATYPE_DIR=/opt/sonatype From d7639f949671581ea064ea195c23b7846638c54c Mon Sep 17 00:00:00 2001 From: Sonatype Date: Tue, 4 Jun 2024 16:32:32 +0000 Subject: [PATCH 2/3] Update Repository Manager to 3.69.0-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 c536ef64..83928881 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.1-02" \ - release="3.68.1" \ + version="3.69.0-02" \ + release="3.69.0" \ 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.1-02 +ARG NEXUS_VERSION=3.69.0-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=6a04eb770e0c4415d3033de757b07ddfdfd15beadbf839d4b33438246e4325a7 +ARG NEXUS_DOWNLOAD_SHA256_HASH=4a22cd3f2a2bd3fef46e2f13b57abfcca9e6244c36cee8c2aac226a333524c07 # configure nexus runtime ENV SONATYPE_DIR=/opt/sonatype diff --git a/Dockerfile.rh.ubi.java11 b/Dockerfile.rh.ubi.java11 index 7e7baac7..b3b42a41 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.1-02" \ - release="3.68.1" \ + version="3.69.0-02" \ + release="3.69.0" \ 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.1-02 +ARG NEXUS_VERSION=3.69.0-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=6a04eb770e0c4415d3033de757b07ddfdfd15beadbf839d4b33438246e4325a7 +ARG NEXUS_DOWNLOAD_SHA256_HASH=4a22cd3f2a2bd3fef46e2f13b57abfcca9e6244c36cee8c2aac226a333524c07 # configure nexus runtime ENV SONATYPE_DIR=/opt/sonatype From 52e4dac41b053eaedfb9127c3889d74db786fe93 Mon Sep 17 00:00:00 2001 From: Sonatype Date: Tue, 4 Jun 2024 16:47:56 +0000 Subject: [PATCH 3/3] Update Repository Manager to 3.69.0-02. --- Dockerfile.java17 | 8 ++++---- Dockerfile.rh.ubi.java17 | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Dockerfile.java17 b/Dockerfile.java17 index 91e15a74..06db4927 100644 --- a/Dockerfile.java17 +++ b/Dockerfile.java17 @@ -17,8 +17,8 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal LABEL name="Nexus Repository Manager" \ maintainer="Sonatype " \ vendor=Sonatype \ - version="3.67.1-01" \ - release="3.67.1" \ + version="3.69.0-02" \ + release="3.69.0" \ 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.1-01 +ARG NEXUS_VERSION=3.69.0-02 ARG JAVA_VERSION=java17 ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-${JAVA_VERSION}-unix.tar.gz -ARG NEXUS_DOWNLOAD_SHA256_HASH=c152a3082a71ab2ed9b370df6d41c757178ec024db31b81b79806cb2ac6a7a6d +ARG NEXUS_DOWNLOAD_SHA256_HASH=59ed008f74dea1a7f1a36dd896ea552c1d35ff537ec8e5669addd87776ecc7e2 # configure nexus runtime ENV SONATYPE_DIR=/opt/sonatype diff --git a/Dockerfile.rh.ubi.java17 b/Dockerfile.rh.ubi.java17 index 13e3eff1..ef7b92bb 100644 --- a/Dockerfile.rh.ubi.java17 +++ b/Dockerfile.rh.ubi.java17 @@ -17,8 +17,8 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal LABEL name="Nexus Repository Manager" \ vendor=Sonatype \ maintainer="Sonatype " \ - version="3.67.1-01" \ - release="3.67.1" \ + version="3.69.0-02" \ + release="3.69.0" \ 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.1-01 +ARG NEXUS_VERSION=3.69.0-02 ARG JAVA_VERSION=java17 ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-${JAVA_VERSION}-unix.tar.gz -ARG NEXUS_DOWNLOAD_SHA256_HASH=c152a3082a71ab2ed9b370df6d41c757178ec024db31b81b79806cb2ac6a7a6d +ARG NEXUS_DOWNLOAD_SHA256_HASH=59ed008f74dea1a7f1a36dd896ea552c1d35ff537ec8e5669addd87776ecc7e2 # configure nexus runtime ENV SONATYPE_DIR=/opt/sonatype