From 711096a093a224d37da8901d5fdb350adf455daa Mon Sep 17 00:00:00 2001 From: Carmine Vassallo Date: Mon, 3 Apr 2023 10:21:27 +0200 Subject: [PATCH] [NO JIRA] Fix the URL label in dockerfiles --- 10/community/Dockerfile | 2 +- 10/datacenter/app/Dockerfile | 2 +- 10/datacenter/search/Dockerfile | 2 +- 10/developer/Dockerfile | 2 +- 10/enterprise/Dockerfile | 2 +- 9/community/Dockerfile | 2 +- 9/datacenter/app/Dockerfile | 2 +- 9/datacenter/search/Dockerfile | 2 +- 9/developer/Dockerfile | 2 +- 9/enterprise/Dockerfile | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/10/community/Dockerfile b/10/community/Dockerfile index d09351a1..1cebacd2 100644 --- a/10/community/Dockerfile +++ b/10/community/Dockerfile @@ -1,6 +1,6 @@ FROM eclipse-temurin:17-jre -LABEL org.opencontainers.image.url=https://github.com/SonarSource/sonar-scanner-cli-docker +LABEL org.opencontainers.image.url=https://github.com/SonarSource/docker-sonarqube ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US:en' \ diff --git a/10/datacenter/app/Dockerfile b/10/datacenter/app/Dockerfile index e7d50223..cd1f8cd0 100644 --- a/10/datacenter/app/Dockerfile +++ b/10/datacenter/app/Dockerfile @@ -1,6 +1,6 @@ FROM eclipse-temurin:17-jre -LABEL org.opencontainers.image.url=https://github.com/SonarSource/sonar-scanner-cli-docker +LABEL org.opencontainers.image.url=https://github.com/SonarSource/docker-sonarqube ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US:en' \ diff --git a/10/datacenter/search/Dockerfile b/10/datacenter/search/Dockerfile index 437ef7bd..27aac03c 100644 --- a/10/datacenter/search/Dockerfile +++ b/10/datacenter/search/Dockerfile @@ -1,6 +1,6 @@ FROM eclipse-temurin:17-jre -LABEL org.opencontainers.image.url=https://github.com/SonarSource/sonar-scanner-cli-docker +LABEL org.opencontainers.image.url=https://github.com/SonarSource/docker-sonarqube ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US:en' \ diff --git a/10/developer/Dockerfile b/10/developer/Dockerfile index 7c7072de..3d7747f5 100644 --- a/10/developer/Dockerfile +++ b/10/developer/Dockerfile @@ -1,6 +1,6 @@ FROM eclipse-temurin:17-jre -LABEL org.opencontainers.image.url=https://github.com/SonarSource/sonar-scanner-cli-docker +LABEL org.opencontainers.image.url=https://github.com/SonarSource/docker-sonarqube ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US:en' \ diff --git a/10/enterprise/Dockerfile b/10/enterprise/Dockerfile index a8d105d1..a04a0d62 100644 --- a/10/enterprise/Dockerfile +++ b/10/enterprise/Dockerfile @@ -1,6 +1,6 @@ FROM eclipse-temurin:17-jre -LABEL org.opencontainers.image.url=https://github.com/SonarSource/sonar-scanner-cli-docker +LABEL org.opencontainers.image.url=https://github.com/SonarSource/docker-sonarqube ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US:en' \ diff --git a/9/community/Dockerfile b/9/community/Dockerfile index 754a63e3..7a3dab16 100644 --- a/9/community/Dockerfile +++ b/9/community/Dockerfile @@ -1,6 +1,6 @@ FROM eclipse-temurin:17-jre -LABEL org.opencontainers.image.url=https://github.com/SonarSource/sonar-scanner-cli-docker +LABEL org.opencontainers.image.url=https://github.com/SonarSource/docker-sonarqube ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US:en' \ diff --git a/9/datacenter/app/Dockerfile b/9/datacenter/app/Dockerfile index aa3b0994..4c52bf1d 100644 --- a/9/datacenter/app/Dockerfile +++ b/9/datacenter/app/Dockerfile @@ -1,6 +1,6 @@ FROM eclipse-temurin:17-jre -LABEL org.opencontainers.image.url=https://github.com/SonarSource/sonar-scanner-cli-docker +LABEL org.opencontainers.image.url=https://github.com/SonarSource/docker-sonarqube ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US:en' \ diff --git a/9/datacenter/search/Dockerfile b/9/datacenter/search/Dockerfile index 3714a417..6f9f354a 100644 --- a/9/datacenter/search/Dockerfile +++ b/9/datacenter/search/Dockerfile @@ -1,6 +1,6 @@ FROM eclipse-temurin:17-jre -LABEL org.opencontainers.image.url=https://github.com/SonarSource/sonar-scanner-cli-docker +LABEL org.opencontainers.image.url=https://github.com/SonarSource/docker-sonarqube ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US:en' \ diff --git a/9/developer/Dockerfile b/9/developer/Dockerfile index a7bfa549..6f5b49ab 100644 --- a/9/developer/Dockerfile +++ b/9/developer/Dockerfile @@ -1,6 +1,6 @@ FROM eclipse-temurin:17-jre -LABEL org.opencontainers.image.url=https://github.com/SonarSource/sonar-scanner-cli-docker +LABEL org.opencontainers.image.url=https://github.com/SonarSource/docker-sonarqube ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US:en' \ diff --git a/9/enterprise/Dockerfile b/9/enterprise/Dockerfile index 1387e63f..884c2439 100644 --- a/9/enterprise/Dockerfile +++ b/9/enterprise/Dockerfile @@ -1,6 +1,6 @@ FROM eclipse-temurin:17-jre -LABEL org.opencontainers.image.url=https://github.com/SonarSource/sonar-scanner-cli-docker +LABEL org.opencontainers.image.url=https://github.com/SonarSource/docker-sonarqube ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US:en' \