UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 94972be2 authored by sean.melissari's avatar sean.melissari
Browse files

bump sonarqube version

parent 675fc52e
No related branches found
No related tags found
2 merge requests!10Development,!1bump sonarqube version
ARG BASE_REGISTRY=registry.access.redhat.com
ARG BASE_IMAGE=ubi8
ARG BASE_TAG=8.1
ARG BASE_TAG=8.2
FROM sonarqube:8.2-enterprise AS build
FROM sonarqube:8.3-enterprise AS build
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
ARG SONARQUBE_VERSION=8.2.0.32929
ARG SONARQUBE_VERSION=8.3.0.34182
ENV SONAR_VERSION="${SONARQUBE_VERSION}" \
SONARQUBE_HOME="/opt/sonarqube" \
SQ_DATA_DIR="/opt/sonarqube/data" \
......@@ -19,6 +19,7 @@ ENV SONAR_VERSION="${SONARQUBE_VERSION}" \
RUN set -ex \
&& groupadd -r -g 1000 sonarqube \
&& useradd -r -u 1000 -g sonarqube sonarqube \
&& dnf update -y \
&& dnf install -y java-11-openjdk-headless fontconfig freetype \
&& dnf clean all \
&& rm -rf /var/cache/dnf \
......
@Library('DCCSCR@master') _
dccscrPipeline(version: "8.2-enterprise")
dccscrPipeline(version: "8.3-enterprise")
---
resources:
- url: docker://docker.io/library/sonarqube@sha256:be21cc02604f5047f226421f6e0815b3687ed85ae0430073d50c7d1dd3592f05
tag: sonarqube:8.2-enterprise
- url: docker://docker.io/library/sonarqube@sha256:8cf73f23323e6e5e3c9f724b9bc770e77a042c1c3d1333782d7446134ac9726e
tag: sonarqube:8.3-enterprise
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment