forked from sonatype/docker-nexus3
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from sonatype/main
[pull] main from sonatype:main
- Loading branch information
Showing
8 changed files
with
32 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,8 +21,8 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal | |
LABEL name="Nexus Repository Manager" \ | ||
maintainer="Sonatype <[email protected]>" \ | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,8 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal | |
LABEL name="Nexus Repository Manager" \ | ||
maintainer="Sonatype <[email protected]>" \ | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,8 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal | |
LABEL name="Nexus Repository Manager" \ | ||
maintainer="Sonatype <[email protected]>" \ | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,8 @@ FROM centos:centos7 | |
LABEL name="Nexus Repository Manager" \ | ||
maintainer="Sonatype <[email protected]>" \ | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,8 @@ FROM registry.access.redhat.com/rhel7/rhel | |
LABEL name="Nexus Repository Manager" \ | ||
maintainer="Sonatype <[email protected]>" \ | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,8 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal | |
LABEL name="Nexus Repository Manager" \ | ||
vendor=Sonatype \ | ||
maintainer="Sonatype <[email protected]>" \ | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,8 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal | |
LABEL name="Nexus Repository Manager" \ | ||
vendor=Sonatype \ | ||
maintainer="Sonatype <[email protected]>" \ | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,8 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal | |
LABEL name="Nexus Repository Manager" \ | ||
vendor=Sonatype \ | ||
maintainer="Sonatype <[email protected]>" \ | ||
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 | ||
|