Skip to content

Commit

Permalink
SonarQube 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed May 2, 2016
1 parent 370771b commit 445337a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 5.4-alpine/Dockerfile → 5.5-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM java:8-alpine

MAINTAINER David Gageot <david.gageot@sonarsource.com>

ENV SONAR_VERSION=5.4 \
ENV SONAR_VERSION=5.5 \
SONARQUBE_HOME=/opt/sonarqube \
# Database configuration
# Defaults to using H2
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion 5.4/Dockerfile → 5.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM java:openjdk-8u45-jdk

MAINTAINER David Gageot <david.gageot@sonarsource.com>

ENV SONAR_VERSION=5.4 \
ENV SONAR_VERSION=5.5 \
SONARQUBE_HOME=/opt/sonarqube \
# Database configuration
# Defaults to using H2
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -euo pipefail

docker build -t sonarsource/sonar-4.5.7 4.5.7
docker build -t sonarsource/sonar-5.4 5.4
docker build -t sonarsource/sonar-5.5 5.5

docker build -t sonarsource/sonar-4.5.7-alpine 4.5.7-alpine
docker build -t sonarsource/sonar-5.4-alpine 5.4-alpine
docker build -t sonarsource/sonar-5.5-alpine 5.5-alpine

0 comments on commit 445337a

Please sign in to comment.