From 27e8beae4012eb92d097e84de06f611e704a8a39 Mon Sep 17 00:00:00 2001 From: Maury Cupitt Date: Thu, 1 Apr 2021 11:18:39 -0400 Subject: [PATCH] Updated version: 1.108.0-02 --- Dockerfile | 2 +- hardening_manifest.yaml | 10 +++++----- scripts/start-nexus-iq-server.sh | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 38fb1d5..00d9baf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} # FROM localhost/redhat/openjdk/openjdk8:1.8.0 # Optional parameters. Uncomment to override default: -ARG IQ_SERVER_VERSION=1.107.0-01 +ARG IQ_SERVER_VERSION=1.108.0-02 #ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/clm/server/nexus-iq-server-${IQ_SERVER_VERSION}-bundle.tar.gz # Mandatory parameters. Docker needs to know volume mount point and location of startup script. diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 58dfa62..9495a7e 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -5,7 +5,7 @@ apiVersion: v1 name: "sonatype/nexus-iq-server/nexus-iq-server" tags: -- "1.107.0-01" +- "1.108.0-02" - "latest" args: BASE_IMAGE: "redhat/openjdk/openjdk8" @@ -15,9 +15,9 @@ labels: org.opencontainers.image.title: "nexus-iq-server" org.opencontainers.image.description: "nexus-iq-server" org.opencontainers.image.licenses: "Apache-2.0" - org.opencontainers.image.url: "download.sonatype.com/clm/server/nexus-iq-server-1.107.0-01-bundle.tar.gz" + org.opencontainers.image.url: "download.sonatype.com/clm/server/nexus-iq-server-1.108.0-02-bundle.tar.gz" org.opencontainers.image.vendor: "Sonatype" - org.opencontainers.image.version: "1.107.0-01" + org.opencontainers.image.version: "1.108.0-02" mil.dso.ironbank.image.keywords: "nexus,iq-server,sonatype" mil.dso.ironbank.image.type: "commercial" mil.dso.ironbank.product.name: "Nexus IQ Server" @@ -25,10 +25,10 @@ labels: # List of resources to make available to the offline build context resources: - filename: nexus-iq-server-bundle.tar.gz - url: https://download.sonatype.com/clm/server/nexus-iq-server-1.107.0-01-bundle.tar.gz + url: https://download.sonatype.com/clm/server/nexus-iq-server-1.108.0-02-bundle.tar.gz validation: type: sha256 - value: 6d0f6d140a13a050d315c2c65159bcbfe20f47cb5b8928a7915beec6693a65d1 + value: 89c1c3416d6927f9181c9102b82b246cc3a5efaff36fdd8dfc7ed5c215d069a1 # List of project maintainers # FIXME: Fill in the following details for the current container owner in the whitelist diff --git a/scripts/start-nexus-iq-server.sh b/scripts/start-nexus-iq-server.sh index 771f36e..7832055 100755 --- a/scripts/start-nexus-iq-server.sh +++ b/scripts/start-nexus-iq-server.sh @@ -5,4 +5,4 @@ cd /opt/sonatype/nexus-iq-server/ -exec /usr/bin/java ${JAVA_OPTS} -jar /opt/sonatype/nexus-iq-server/nexus-iq-server-1.107.0-01.jar server /etc/nexus-iq-server/config.yml +exec /usr/bin/java ${JAVA_OPTS} -jar /opt/sonatype/nexus-iq-server/nexus-iq-server-1.108.0-02.jar server /etc/nexus-iq-server/config.yml -- GitLab