Skip to content

Commit

Permalink
Merge branch 'sonatype:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
madpah authored Nov 7, 2024
2 parents 1b5a956 + fa3d86c commit cf75efd
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions Dockerfile.alpine.java17
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ FROM alpine
LABEL name="Nexus Repository Manager" \
maintainer="Sonatype <[email protected]>" \
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." \
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.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
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile.java17
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 <[email protected]>" \
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." \
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.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
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile.rh.ubi.java17
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 <[email protected]>" \
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." \
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.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
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile.rh
Original file line number Diff line number Diff line change
Expand Up @@ -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.2/preflight-linux-amd64
chmod 755 preflight
'''
}
Expand Down

0 comments on commit cf75efd

Please sign in to comment.