From 92ca7bce298ce4db91467406c25c9a756096497c Mon Sep 17 00:00:00 2001 From: Sonatype Date: Tue, 5 Nov 2024 07:48:39 +0000 Subject: [PATCH 1/3] Update Repository Manager to 3.74.0-05. --- Dockerfile.alpine.java17 | 8 ++++---- Dockerfile.java17 | 8 ++++---- Dockerfile.rh.ubi.java17 | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Dockerfile.alpine.java17 b/Dockerfile.alpine.java17 index 251f284..4e8dae9 100644 --- a/Dockerfile.alpine.java17 +++ b/Dockerfile.alpine.java17 @@ -17,8 +17,8 @@ FROM alpine LABEL name="Nexus Repository Manager" \ maintainer="Sonatype " \ vendor=Sonatype \ - version="3.73.0-12" \ - release="3.73.0" \ + version="3.74.0-05" \ + release="3.74.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.73.0-12 +ARG NEXUS_VERSION=3.74.0-05 ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-unix.tar.gz -ARG NEXUS_DOWNLOAD_SHA256_HASH=36230d287c08c27215e27d8658d1ebcd827780e7725f65223a5c06cb71b1b05f +ARG NEXUS_DOWNLOAD_SHA256_HASH=ef855f29c2d2c4a2359559f2ab12937caee89ef93ba13f69c84be3e5f6067928 # configure nexus runtime ENV SONATYPE_DIR=/opt/sonatype diff --git a/Dockerfile.java17 b/Dockerfile.java17 index c7b8560..15d6e99 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.73.0-12" \ - release="3.73.0" \ + version="3.74.0-05" \ + release="3.74.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.73.0-12 +ARG NEXUS_VERSION=3.74.0-05 ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-unix.tar.gz -ARG NEXUS_DOWNLOAD_SHA256_HASH=36230d287c08c27215e27d8658d1ebcd827780e7725f65223a5c06cb71b1b05f +ARG NEXUS_DOWNLOAD_SHA256_HASH=ef855f29c2d2c4a2359559f2ab12937caee89ef93ba13f69c84be3e5f6067928 # configure nexus runtime ENV SONATYPE_DIR=/opt/sonatype diff --git a/Dockerfile.rh.ubi.java17 b/Dockerfile.rh.ubi.java17 index ff9cb33..1780631 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.73.0-12" \ - release="3.73.0" \ + version="3.74.0-05" \ + release="3.74.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.73.0-12 +ARG NEXUS_VERSION=3.74.0-05 ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-unix.tar.gz -ARG NEXUS_DOWNLOAD_SHA256_HASH=36230d287c08c27215e27d8658d1ebcd827780e7725f65223a5c06cb71b1b05f +ARG NEXUS_DOWNLOAD_SHA256_HASH=ef855f29c2d2c4a2359559f2ab12937caee89ef93ba13f69c84be3e5f6067928 # configure nexus runtime ENV SONATYPE_DIR=/opt/sonatype From 7def8ff86b6c7f242edd050d49b9dabd6c65f3ff Mon Sep 17 00:00:00 2001 From: markdodgson Date: Tue, 5 Nov 2024 09:23:38 +0000 Subject: [PATCH 2/3] update to 1.10.0 --- Jenkinsfile.rh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.rh b/Jenkinsfile.rh index edd5340..065d639 100644 --- a/Jenkinsfile.rh +++ b/Jenkinsfile.rh @@ -19,7 +19,7 @@ node('ubuntu-zion') { sh 'docker system prune -a -f' sh ''' wget -q -O preflight \ - https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.10.0/preflight-linux-amd64 + https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.10.1/preflight-linux-amd64 chmod 755 preflight ''' } From 026c06cc9763dc73f4d81a5ba91f1b56707cb066 Mon Sep 17 00:00:00 2001 From: markdodgson Date: Tue, 5 Nov 2024 09:26:51 +0000 Subject: [PATCH 3/3] 1.10.2 --- Jenkinsfile.rh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.rh b/Jenkinsfile.rh index 065d639..a065370 100644 --- a/Jenkinsfile.rh +++ b/Jenkinsfile.rh @@ -19,7 +19,7 @@ node('ubuntu-zion') { sh 'docker system prune -a -f' sh ''' wget -q -O preflight \ - https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.10.1/preflight-linux-amd64 + https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.10.2/preflight-linux-amd64 chmod 755 preflight ''' }