Skip to content

Commit

Permalink
SonarQube 6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Aug 5, 2017
1 parent c0cae34 commit c6aa0bb
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 6.4-alpine/Dockerfile → 6.5-alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM openjdk:8-alpine

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

ENV SONAR_VERSION=6.4 \
ENV SONAR_VERSION=6.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 @@ -4,5 +4,5 @@ set -euo pipefail

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.4 6.4
docker build -t sonarsource/sonar-6.4-alpine 6.4-alpine
docker build -t sonarsource/sonar-6.5 6.5
docker build -t sonarsource/sonar-6.5-alpine 6.5-alpine

0 comments on commit c6aa0bb

Please sign in to comment.