diff --git a/Dockerfile b/Dockerfile index 4aa16c5c65b271a05f376ebde4157efbb8b2aa96..9652986982d5dfc6f4cad3e5c0257f3d6e816e8a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,11 +2,11 @@ ARG BASE_REGISTRY=registry1.dsop.io ARG BASE_IMAGE=ironbank/redhat/openjdk/openjdk11 ARG BASE_TAG=1.11 -FROM sonarqube:8.6-developer AS build +FROM sonarqube:8.7-developer AS build FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} -ARG SONARQUBE_VERSION="8.6-developer" +ARG SONARQUBE_VERSION="8.7-developer" ENV SONAR_VERSION="${SONARQUBE_VERSION}" \ SONARQUBE_HOME="/opt/sonarqube" \ SQ_DATA_DIR="/opt/sonarqube/data" \ diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index dae5cd289f9a0dff754839101f2e337b83af935e..72d79c81991806bb2bef13e37b64ab34f5e13097 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "sonarsource/sonarqube/sonarqube8-developer" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "8.6-developer" +- "8.7-developer" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://docs.sonarqube.org/latest/" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "SonarSource SA" - org.opencontainers.image.version: "8.6-developer" + org.opencontainers.image.version: "8.7-developer" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "cicd,devops,sast,review" ## This value can be "opensource" or "commercial" @@ -37,8 +37,8 @@ labels: # List of resources to make available to the offline build context resources: -- url: "docker://docker.io/library/sonarqube@sha256:bfab5aa58e11cd2c383c24b4bf14b8c4b560cff44e9ce809b23af20503fbc660" - tag: "sonarqube:8.6-developer" +- url: "docker://docker.io/library/sonarqube@sha256:4f3b1e7dd31f8802c1888b1f287e26822c0ca40b0f1a3e4384ea857f3af15ab3" + tag: "sonarqube:8.7-developer" # List of project maintainers maintainers: