Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from sonatype:main #10

Merged
merged 3 commits into from
Jan 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal
LABEL name="Nexus Repository Manager" \
maintainer="Sonatype <[email protected]>" \
vendor=Sonatype \
version="3.64.0-03" \
version="3.64.0-04" \
release="3.64.0" \
url="https://sonatype.com" \
summary="The Nexus Repository Manager server \
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.64.0-03
ARG NEXUS_VERSION=3.64.0-04
ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-unix.tar.gz
ARG NEXUS_DOWNLOAD_SHA256_HASH=63fe4ca500ee6dfd8ea65734d37bca1220660cf25d559781d67f1e29df5d1145
ARG NEXUS_DOWNLOAD_SHA256_HASH=fddbc1237fb7247b02bc4fa46a0066421ff8f160955e2e899d71e56cdcee4bde

# configure nexus runtime
ENV SONATYPE_DIR=/opt/sonatype
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile.rh.centos
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM centos:centos7
LABEL name="Nexus Repository Manager" \
maintainer="Sonatype <[email protected]>" \
vendor=Sonatype \
version="3.64.0-03" \
version="3.64.0-04" \
release="3.64.0" \
url="https://sonatype.com" \
summary="The Nexus Repository Manager server \
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.64.0-03
ARG NEXUS_VERSION=3.64.0-04
ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-unix.tar.gz
ARG NEXUS_DOWNLOAD_SHA256_HASH=63fe4ca500ee6dfd8ea65734d37bca1220660cf25d559781d67f1e29df5d1145
ARG NEXUS_DOWNLOAD_SHA256_HASH=fddbc1237fb7247b02bc4fa46a0066421ff8f160955e2e899d71e56cdcee4bde

# configure nexus runtime
ENV SONATYPE_DIR=/opt/sonatype
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile.rh.el
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM registry.access.redhat.com/rhel7/rhel
LABEL name="Nexus Repository Manager" \
maintainer="Sonatype <[email protected]>" \
vendor=Sonatype \
version="3.64.0-03" \
version="3.64.0-04" \
release="3.64.0" \
url="https://sonatype.com" \
summary="The Nexus Repository Manager server \
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.64.0-03
ARG NEXUS_VERSION=3.64.0-04
ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-unix.tar.gz
ARG NEXUS_DOWNLOAD_SHA256_HASH=63fe4ca500ee6dfd8ea65734d37bca1220660cf25d559781d67f1e29df5d1145
ARG NEXUS_DOWNLOAD_SHA256_HASH=fddbc1237fb7247b02bc4fa46a0066421ff8f160955e2e899d71e56cdcee4bde

# configure nexus runtime
ENV SONATYPE_DIR=/opt/sonatype
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile.rh.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal
LABEL name="Nexus Repository Manager" \
vendor=Sonatype \
maintainer="Sonatype <[email protected]>" \
version="3.64.0-03" \
version="3.64.0-04" \
release="3.64.0" \
url="https://sonatype.com" \
summary="The Nexus Repository Manager server \
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.64.0-03
ARG NEXUS_VERSION=3.64.0-04
ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-unix.tar.gz
ARG NEXUS_DOWNLOAD_SHA256_HASH=63fe4ca500ee6dfd8ea65734d37bca1220660cf25d559781d67f1e29df5d1145
ARG NEXUS_DOWNLOAD_SHA256_HASH=fddbc1237fb7247b02bc4fa46a0066421ff8f160955e2e899d71e56cdcee4bde

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