Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #14 from sonatype/main
Browse files Browse the repository at this point in the history
[pull] main from sonatype:main
  • Loading branch information
madpah authored Jun 4, 2024
2 parents 7b36b46 + 429b88b commit fc53f19
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/ubi-minimal:9.3

# Build parameters
ARG IQ_SERVER_VERSION=1.176.0-01
ARG IQ_SERVER_SHA256=a1a8ff1672e3cfd6a9110eca58c5c3ab511e5b25022d4df1686d776fa6d78d8a
ARG IQ_SERVER_VERSION=1.177.0-01
ARG IQ_SERVER_SHA256=f2ca1f66f2d5e1be3d8a84d9891ddab6207f5e9926e2fe482b91ac7c219f8540
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 <[email protected]>" \
vendor=Sonatype \
version="${IQ_SERVER_VERSION}" \
release="1.176.0" \
release="1.177.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/ubi-minimal:9.3

# Build parameters
ARG IQ_SERVER_VERSION=1.176.0-01
ARG IQ_SERVER_SHA256=a1a8ff1672e3cfd6a9110eca58c5c3ab511e5b25022d4df1686d776fa6d78d8a
ARG IQ_SERVER_VERSION=1.177.0-01
ARG IQ_SERVER_SHA256=f2ca1f66f2d5e1be3d8a84d9891ddab6207f5e9926e2fe482b91ac7c219f8540
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 <[email protected]>" \
vendor=Sonatype \
version="${IQ_SERVER_VERSION}" \
release="1.176.0" \
release="1.177.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 fc53f19

Please sign in to comment.