Skip to content

Commit

Permalink
Update Repository Manager to 3.54.1-01.
Browse files Browse the repository at this point in the history
  • Loading branch information
sonatype-ci committed May 18, 2023
1 parent d5c2315 commit 18d7806
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal
LABEL name="Nexus Repository Manager" \
maintainer="Sonatype <support@sonatype.com>" \
vendor=Sonatype \
version="3.54.0-01" \
release="3.54.0" \
version="3.54.1-01" \
release="3.54.1" \
url="https://sonatype.com" \
summary="The Nexus Repository Manager server \
with universal support for popular component formats." \
Expand All @@ -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.54.0-01
ARG NEXUS_VERSION=3.54.1-01
ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-unix.tar.gz
ARG NEXUS_DOWNLOAD_SHA256_HASH=2ace2797beb5597ea0baccc3f0b8cb14a6b9f0ba63779d34b8b889a8cea658fa
ARG NEXUS_DOWNLOAD_SHA256_HASH=7bd5343b43f87d9da9bd7f20921b2fd1aeaed28ca91770d08ca1ac58f87808ca

# configure nexus runtime
ENV SONATYPE_DIR=/opt/sonatype
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile.rh.centos
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ FROM centos:centos7
LABEL name="Nexus Repository Manager" \
maintainer="Sonatype <support@sonatype.com>" \
vendor=Sonatype \
version="3.54.0-01" \
release="3.54.0" \
version="3.54.1-01" \
release="3.54.1" \
url="https://sonatype.com" \
summary="The Nexus Repository Manager server \
with universal support for popular component formats." \
Expand All @@ -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.54.0-01
ARG NEXUS_VERSION=3.54.1-01
ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-unix.tar.gz
ARG NEXUS_DOWNLOAD_SHA256_HASH=2ace2797beb5597ea0baccc3f0b8cb14a6b9f0ba63779d34b8b889a8cea658fa
ARG NEXUS_DOWNLOAD_SHA256_HASH=7bd5343b43f87d9da9bd7f20921b2fd1aeaed28ca91770d08ca1ac58f87808ca

# configure nexus runtime
ENV SONATYPE_DIR=/opt/sonatype
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile.rh.el
Original file line number Diff line number Diff line change
Expand Up @@ -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.54.0-01" \
release="3.54.0" \
version="3.54.1-01" \
release="3.54.1" \
url="https://sonatype.com" \
summary="The Nexus Repository Manager server \
with universal support for popular component formats." \
Expand All @@ -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.54.0-01
ARG NEXUS_VERSION=3.54.1-01
ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-unix.tar.gz
ARG NEXUS_DOWNLOAD_SHA256_HASH=2ace2797beb5597ea0baccc3f0b8cb14a6b9f0ba63779d34b8b889a8cea658fa
ARG NEXUS_DOWNLOAD_SHA256_HASH=7bd5343b43f87d9da9bd7f20921b2fd1aeaed28ca91770d08ca1ac58f87808ca

# configure nexus runtime
ENV SONATYPE_DIR=/opt/sonatype
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile.rh.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal
LABEL name="Nexus Repository Manager" \
vendor=Sonatype \
maintainer="Sonatype <support@sonatype.com>" \
version="3.54.0-01" \
release="3.54.0" \
version="3.54.1-01" \
release="3.54.1" \
url="https://sonatype.com" \
summary="The Nexus Repository Manager server \
with universal support for popular component formats." \
Expand All @@ -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.54.0-01
ARG NEXUS_VERSION=3.54.1-01
ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-unix.tar.gz
ARG NEXUS_DOWNLOAD_SHA256_HASH=2ace2797beb5597ea0baccc3f0b8cb14a6b9f0ba63779d34b8b889a8cea658fa
ARG NEXUS_DOWNLOAD_SHA256_HASH=7bd5343b43f87d9da9bd7f20921b2fd1aeaed28ca91770d08ca1ac58f87808ca

# configure nexus runtime
ENV SONATYPE_DIR=/opt/sonatype
Expand Down

0 comments on commit 18d7806

Please sign in to comment.