Compare commits

..

3 Commits

Author SHA1 Message Date
Sonatype e41ef52287 Update Repository Manager to 3.37.1-01. 2021-12-17 20:10:37 +00:00
Michael Martz 9fc554cd10 Re-add Temp hack to release NXRM v3.37.0
This reverts commit 5c0fe9be34.
2021-12-17 14:08:36 -06:00
Michael Kearns 5c0fe9be34 Revert "Temp hack to release NXRM v3.37.0"
Ticket to look at more complete fix raised as NEXUS-29761
2021-11-24 15:02:59 +00:00
4 changed files with 16 additions and 16 deletions
+4 -4
View File
@@ -17,8 +17,8 @@ FROM registry.access.redhat.com/ubi8/ubi
LABEL name="Nexus Repository Manager" \
maintainer="Sonatype <support@sonatype.com>" \
vendor=Sonatype \
version="3.37.0-01" \
release="3.37.0" \
version="3.37.1-01" \
release="3.37.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.37.0-01
ARG NEXUS_VERSION=3.37.1-01
ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-unix.tar.gz
ARG NEXUS_DOWNLOAD_SHA256_HASH=3a928576502b53cd77eaa4f41564eb848d13707c106d45540116fc54dcee519b
ARG NEXUS_DOWNLOAD_SHA256_HASH=dc11b952435c8ede07ade2f47e2ff2c713d5eaf3d9fe68c224ca8ff479fd456d
# configure nexus runtime
ENV SONATYPE_DIR=/opt/sonatype
+4 -4
View File
@@ -17,8 +17,8 @@ FROM centos:centos7
LABEL name="Nexus Repository Manager" \
maintainer="Sonatype <support@sonatype.com>" \
vendor=Sonatype \
version="3.37.0-01" \
release="3.37.0" \
version="3.37.1-01" \
release="3.37.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.37.0-01
ARG NEXUS_VERSION=3.37.1-01
ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-unix.tar.gz
ARG NEXUS_DOWNLOAD_SHA256_HASH=3a928576502b53cd77eaa4f41564eb848d13707c106d45540116fc54dcee519b
ARG NEXUS_DOWNLOAD_SHA256_HASH=dc11b952435c8ede07ade2f47e2ff2c713d5eaf3d9fe68c224ca8ff479fd456d
# configure nexus runtime
ENV SONATYPE_DIR=/opt/sonatype
+4 -4
View File
@@ -17,8 +17,8 @@ FROM registry.access.redhat.com/rhel7/rhel
LABEL name="Nexus Repository Manager" \
maintainer="Sonatype <support@sonatype.com>" \
vendor=Sonatype \
version="3.37.0-01" \
release="3.37.0" \
version="3.37.1-01" \
release="3.37.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.37.0-01
ARG NEXUS_VERSION=3.37.1-01
ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-unix.tar.gz
ARG NEXUS_DOWNLOAD_SHA256_HASH=3a928576502b53cd77eaa4f41564eb848d13707c106d45540116fc54dcee519b
ARG NEXUS_DOWNLOAD_SHA256_HASH=dc11b952435c8ede07ade2f47e2ff2c713d5eaf3d9fe68c224ca8ff479fd456d
# configure nexus runtime
ENV SONATYPE_DIR=/opt/sonatype
+4 -4
View File
@@ -17,8 +17,8 @@ FROM registry.access.redhat.com/ubi8/ubi
LABEL name="Nexus Repository Manager" \
vendor=Sonatype \
maintainer="Sonatype <support@sonatype.com>" \
version="3.37.0-01" \
release="3.37.0" \
version="3.37.1-01" \
release="3.37.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.37.0-01
ARG NEXUS_VERSION=3.37.1-01
ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-unix.tar.gz
ARG NEXUS_DOWNLOAD_SHA256_HASH=3a928576502b53cd77eaa4f41564eb848d13707c106d45540116fc54dcee519b
ARG NEXUS_DOWNLOAD_SHA256_HASH=dc11b952435c8ede07ade2f47e2ff2c713d5eaf3d9fe68c224ca8ff479fd456d
# configure nexus runtime
ENV SONATYPE_DIR=/opt/sonatype