This repository has been archived by the owner on Dec 16, 2024. It is now read-only.
forked from sonatype/docker-nexus-iq-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from sonatype/main
[pull] main from sonatype:main
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -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. \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -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. \ | ||
|