Skip to content

Commit

Permalink
Merge pull request #13 from sonatype/main
Browse files Browse the repository at this point in the history
[pull] main from sonatype:main
  • Loading branch information
madpah authored May 15, 2024
2 parents 7300c9c + 7ed80ca commit 7b36b46
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
#

# hadolint ignore=DL3026
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3

# Build parameters
ARG IQ_SERVER_VERSION=1.175.0-01
ARG IQ_SERVER_SHA256=d183583bbb985e038ed88bc0f8e473b6a083e48590432aade95a47e0419e4f04
ARG IQ_SERVER_VERSION=1.176.0-01
ARG IQ_SERVER_SHA256=a1a8ff1672e3cfd6a9110eca58c5c3ab511e5b25022d4df1686d776fa6d78d8a
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.175.0" \
release="1.176.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
2 changes: 1 addition & 1 deletion Dockerfile.rh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# hadolint ignore=DL3026
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3

# Build parameters
ARG IQ_SERVER_VERSION=1.165.0-01
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile.slim
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
# limitations under the License.

# hadolint ignore=DL3026
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3

# Build parameters
ARG IQ_SERVER_VERSION=1.175.0-01
ARG IQ_SERVER_SHA256=d183583bbb985e038ed88bc0f8e473b6a083e48590432aade95a47e0419e4f04
ARG IQ_SERVER_VERSION=1.176.0-01
ARG IQ_SERVER_SHA256=a1a8ff1672e3cfd6a9110eca58c5c3ab511e5b25022d4df1686d776fa6d78d8a
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.175.0" \
release="1.176.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
2 changes: 1 addition & 1 deletion Jenkinsfile.rh.release
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ node('ubuntu-zion') {
sh 'docker system prune -a -f'
sh '''
wget -q -O preflight \
https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.4.1/preflight-linux-amd64
https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.9.2/preflight-linux-amd64
chmod 755 preflight
'''
}
Expand Down

0 comments on commit 7b36b46

Please sign in to comment.