diff --git a/Dockerfile b/Dockerfile index 00d9bafd9dcb5b1b39fa9ba925c08c22a6a189cb..9f695ae6ba595d2d49f21127d7eb7e9a52975a97 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.108.0-02 +ARG IQ_SERVER_VERSION=1.109.0-01 #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 9495a7e755507a2a7ad6cf42d3830e8a9e8e7872..cf3b218c4cbc5a2b51f403798ccc5d8bb67c5765 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.108.0-02" +- "1.109.0-01" - "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.108.0-02-bundle.tar.gz" + org.opencontainers.image.url: "download.sonatype.com/clm/server/nexus-iq-server-1.109.0-01-bundle.tar.gz" org.opencontainers.image.vendor: "Sonatype" - org.opencontainers.image.version: "1.108.0-02" + org.opencontainers.image.version: "1.109.0-01" 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.108.0-02-bundle.tar.gz + url: https://download.sonatype.com/clm/server/nexus-iq-server-1.109.0-01-bundle.tar.gz validation: type: sha256 - value: 89c1c3416d6927f9181c9102b82b246cc3a5efaff36fdd8dfc7ed5c215d069a1 + value: 6a7e1dc7454c3d6f7071c49bef59f93259f9a8a048cc0e98b989df61b9ed2eb2 # 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 7832055c7671db5b1af8d0d2d778e5afa5339b13..8206c5de9feabdb97b938a4d73c9317b1f661119 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.108.0-02.jar server /etc/nexus-iq-server/config.yml +exec /usr/bin/java ${JAVA_OPTS} -jar /opt/sonatype/nexus-iq-server/nexus-iq-server-1.109.0-01.jar server /etc/nexus-iq-server/config.yml