Skip to content

Commit

Permalink
SonarQube 5.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Feb 18, 2017
1 parent 2cf123a commit 1fd8217
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 5.6.5-alpine/Dockerfile → 5.6.6-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM openjdk:8-alpine

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

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

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

ENV SONAR_VERSION=5.6.5 \
ENV SONAR_VERSION=5.6.6 \
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 @@ -2,7 +2,7 @@

set -euo pipefail

docker build -t sonarsource/sonar-5.6.5 5.6.5
docker build -t sonarsource/sonar-5.6.5-alpine 5.6.5-alpine
docker build -t sonarsource/sonar-5.6.6 5.6.6
docker build -t sonarsource/sonar-5.6.6-alpine 5.6.6-alpine
docker build -t sonarsource/sonar-6.2 6.2
docker build -t sonarsource/sonar-6.2-alpine 6.2-alpine

0 comments on commit 1fd8217

Please sign in to comment.