Skip to content

Commit

Permalink
Merge pull request #17 from sonatype/main
Browse files Browse the repository at this point in the history
[pull] main from sonatype:main
  • Loading branch information
madpah authored Sep 4, 2024
2 parents e7da062 + f8484be commit f17321a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
FROM registry.access.redhat.com/ubi9/openjdk-17:1.20-2

# Build parameters
ARG IQ_SERVER_VERSION=1.181.0-01
ARG IQ_SERVER_SHA256=902a1b2db1de297c514147f3f4bc7270de7297bd0f7e60b87138675dea3a7c20
ARG IQ_SERVER_VERSION=1.182.0-01
ARG IQ_SERVER_SHA256=9bb277a2185a499c6dabc0cc74862f65de7aa6cb858f9a632e3c4a0877e95152
ARG TEMP="/tmp/work"
ARG IQ_HOME="/opt/sonatype/nexus-iq-server"
ARG SONATYPE_WORK="/sonatype-work"
Expand All @@ -33,7 +33,7 @@ LABEL name="Nexus IQ Server image" \
maintainer="Sonatype <support@sonatype.com>" \
vendor=Sonatype \
version="${IQ_SERVER_VERSION}" \
release="1.181.0" \
release="1.182.0" \
url="https://www.sonatype.com" \
summary="The Nexus IQ Server" \
description="Nexus IQ Server is a policy engine powered by precise intelligence on open source components. \
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile.slim
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
FROM registry.access.redhat.com/ubi9/openjdk-17:1.20-2

# Build parameters
ARG IQ_SERVER_VERSION=1.181.0-01
ARG IQ_SERVER_SHA256=902a1b2db1de297c514147f3f4bc7270de7297bd0f7e60b87138675dea3a7c20
ARG IQ_SERVER_VERSION=1.182.0-01
ARG IQ_SERVER_SHA256=9bb277a2185a499c6dabc0cc74862f65de7aa6cb858f9a632e3c4a0877e95152
ARG TEMP="/tmp/work"
ARG IQ_HOME="/opt/sonatype/nexus-iq-server"
ARG SONATYPE_WORK="/sonatype-work"
Expand All @@ -31,7 +31,7 @@ LABEL name="Nexus IQ Server image" \
maintainer="Sonatype <support@sonatype.com>" \
vendor=Sonatype \
version="${IQ_SERVER_VERSION}" \
release="1.181.0" \
release="1.182.0" \
url="https://www.sonatype.com" \
summary="The Nexus IQ Server" \
description="Nexus IQ Server is a policy engine powered by precise intelligence on open source components. \
Expand Down

0 comments on commit f17321a

Please sign in to comment.