Compare commits

...

10 Commits

Author SHA1 Message Date
Sonatype 98155bb4a1 Update Repository Manager to 3.35.0-02. 2021-10-12 12:29:00 +00:00
Sonatype 9aee590470 Update Repository Manager to 3.34.1-01. 2021-09-22 18:08:27 +00:00
Sonatype 831dd53ffd Update Repository Manager to 3.34.0-01. 2021-08-31 16:22:30 +00:00
Sonatype 17f90824aa Update Repository Manager to 3.33.1-01. 2021-08-17 16:07:43 +00:00
John M Flinchbaugh 28735645d2 disable red hat trigger until the script is corrected (#131) 2021-08-06 13:47:24 -04:00
Sonatype fe705c790a Update Repository Manager to 3.33.0-01. 2021-08-04 15:50:51 +00:00
Sonatype 53a7c27b2a Update Repository Manager to 3.32.0-03. 2021-07-08 16:12:20 +00:00
Damian Bradicich d161f2ecab NEXUS-27617: Using new chef recipe that doesn't include java management (#129) 2021-06-28 17:17:01 -04:00
Sonatype 9667680421 Update Repository Manager to 3.31.1-01. 2021-06-23 08:35:40 +00:00
Sonatype 8092a53b72 Update Repository Manager to 3.31.0-01. 2021-06-17 00:15:00 +00:00
5 changed files with 25 additions and 18 deletions
+11 -6
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.30.1-01" \
release="3.30.1" \
version="3.35.0-02" \
release="3.35.0" \
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.30.1-01
ARG NEXUS_VERSION=3.35.0-02
ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-unix.tar.gz
ARG NEXUS_DOWNLOAD_SHA256_HASH=527c5ba75ffeb4400d553cb1e9885ae3c914ff2642724c8752f75bdf79cfe411
ARG NEXUS_DOWNLOAD_SHA256_HASH=a158c3661e290bd4eec781ff9c9b4359f8542b2ce34ef57cc4a6a8c5b8b76656
# configure nexus runtime
ENV SONATYPE_DIR=/opt/sonatype
@@ -46,9 +46,9 @@ ENV NEXUS_HOME=${SONATYPE_DIR}/nexus \
NEXUS_DATA=/nexus-data \
NEXUS_CONTEXT='' \
SONATYPE_WORK=${SONATYPE_DIR}/sonatype-work \
DOCKER_TYPE='rh-docker'
DOCKER_TYPE='3x-docker'
ARG NEXUS_REPOSITORY_MANAGER_COOKBOOK_VERSION="release-0.5.20190212-155606.d1afdfe"
ARG NEXUS_REPOSITORY_MANAGER_COOKBOOK_VERSION="release-0.5.20210628-162332.70a6cb6"
ARG NEXUS_REPOSITORY_MANAGER_COOKBOOK_URL="https://github.com/sonatype/chef-nexus-repository-manager/releases/download/${NEXUS_REPOSITORY_MANAGER_COOKBOOK_VERSION}/chef-nexus-repository-manager.tar.gz"
ADD solo.json.erb /var/chef/solo.json.erb
@@ -67,6 +67,11 @@ RUN yum install -y --disableplugin=subscription-manager hostname procps \
&& rm -rf /var/cache/yum \
&& rm -rf /var/chef \
&& yum clean all
# download and install openjdk 8
RUN curl -O https://vault.centos.org/8.3.2011/AppStream/x86_64/os/Packages/java-1.8.0-openjdk-headless-1.8.0.282.b08-2.el8_3.x86_64.rpm \
&& yum localinstall -y --disableplugin=subscription-manager java-1.8.0-openjdk-headless-1.8.0.282.b08-2.el8_3.x86_64.rpm \
&& rm -rf java-1.8.0-openjdk-headless-1.8.0.282.b08-2.el8_3.x86_64.rpm
VOLUME ${NEXUS_DATA}
+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.30.1-01" \
release="3.30.1" \
version="3.35.0-02" \
release="3.35.0" \
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.30.1-01
ARG NEXUS_VERSION=3.35.0-02
ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-unix.tar.gz
ARG NEXUS_DOWNLOAD_SHA256_HASH=527c5ba75ffeb4400d553cb1e9885ae3c914ff2642724c8752f75bdf79cfe411
ARG NEXUS_DOWNLOAD_SHA256_HASH=a158c3661e290bd4eec781ff9c9b4359f8542b2ce34ef57cc4a6a8c5b8b76656
# 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.30.1-01" \
release="3.30.1" \
version="3.35.0-02" \
release="3.35.0" \
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.30.1-01
ARG NEXUS_VERSION=3.35.0-02
ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-unix.tar.gz
ARG NEXUS_DOWNLOAD_SHA256_HASH=527c5ba75ffeb4400d553cb1e9885ae3c914ff2642724c8752f75bdf79cfe411
ARG NEXUS_DOWNLOAD_SHA256_HASH=a158c3661e290bd4eec781ff9c9b4359f8542b2ce34ef57cc4a6a8c5b8b76656
# 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.30.1-01" \
release="3.30.1" \
version="3.35.0-02" \
release="3.35.0" \
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.30.1-01
ARG NEXUS_VERSION=3.35.0-02
ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-unix.tar.gz
ARG NEXUS_DOWNLOAD_SHA256_HASH=527c5ba75ffeb4400d553cb1e9885ae3c914ff2642724c8752f75bdf79cfe411
ARG NEXUS_DOWNLOAD_SHA256_HASH=a158c3661e290bd4eec781ff9c9b4359f8542b2ce34ef57cc4a6a8c5b8b76656
# configure nexus runtime
ENV SONATYPE_DIR=/opt/sonatype
Vendored
+2
View File
@@ -175,6 +175,7 @@ node('ubuntu-zion') {
OsTools.runSafe(this, "git tag -d ${version}")
}
}
/*
if ((! params.skip_red_hat_build) && (branch == 'master' || params.force_red_hat_build)) {
stage('Trigger Red Hat Certified Image Build') {
withCredentials([
@@ -185,6 +186,7 @@ node('ubuntu-zion') {
}
}
}
*/
} finally {
OsTools.runSafe(this, "docker logout")
OsTools.runSafe(this, "docker system prune -a -f")