Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SonarQube 5.6.3 #2220

Merged
merged 1 commit into from
Oct 5, 2016
Merged

SonarQube 5.6.3 #2220

merged 1 commit into from
Oct 5, 2016

Conversation

Godin
Copy link
Contributor

@Godin Godin commented Oct 5, 2016

No description provided.

@yosifkit
Copy link
Member

yosifkit commented Oct 5, 2016

diff --git a/sonarqube_5.6.2-alpine/Dockerfile b/sonarqube_5.6.3-alpine/Dockerfile
similarity index 98%
rename from sonarqube_5.6.2-alpine/Dockerfile
rename to sonarqube_5.6.3-alpine/Dockerfile
index 9f3fa08..2a81314 100644
--- a/sonarqube_5.6.2-alpine/Dockerfile
+++ b/sonarqube_5.6.3-alpine/Dockerfile
@@ -2,7 +2,7 @@ FROM java:8-alpine

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

-ENV SONAR_VERSION=5.6.2 \
+ENV SONAR_VERSION=5.6.3 \
     SONARQUBE_HOME=/opt/sonarqube \
     # Database configuration
     # Defaults to using H2
diff --git a/sonarqube_5.6.2-alpine/run.sh b/sonarqube_5.6.3-alpine/run.sh
similarity index 100%
rename from sonarqube_5.6.2-alpine/run.sh
rename to sonarqube_5.6.3-alpine/run.sh
diff --git a/sonarqube_5.6.2/Dockerfile b/sonarqube_5.6.3/Dockerfile
similarity index 97%
rename from sonarqube_5.6.2/Dockerfile
rename to sonarqube_5.6.3/Dockerfile
index 4b75c7e..9b536aa 100644
--- a/sonarqube_5.6.2/Dockerfile
+++ b/sonarqube_5.6.3/Dockerfile
@@ -2,7 +2,7 @@ FROM java:8

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

-ENV SONAR_VERSION=5.6.2 \
+ENV SONAR_VERSION=5.6.3 \
     SONARQUBE_HOME=/opt/sonarqube \
     # Database configuration
     # Defaults to using H2
diff --git a/sonarqube_5.6.2/run.sh b/sonarqube_5.6.3/run.sh
similarity index 100%
rename from sonarqube_5.6.2/run.sh
rename to sonarqube_5.6.3/run.sh

Copy link
Member

@yosifkit yosifkit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build test of #2220; d1dceb4 (sonarqube):

$ bashbrew build sonarqube:latest
Building bashbrew/cache:427c9abb2a446afd1f2260ada350af5cffe6801789731f776ff769cc97d163e7 (sonarqube:latest)
Tagging sonarqube:latest
Tagging sonarqube:6.0
$ test/run.sh sonarqube:latest
testing sonarqube:latest
        'utc' [1/4]...passed
        'cve-2014--shellshock' [2/4]...passed
        'no-hard-coded-passwords' [3/4]...passed
        'override-cmd' [4/4]...passed
$ bashbrew build sonarqube:lts
Building bashbrew/cache:8292cab07dfd06cccf67561aae620aa7dcd674cf322441c2604b34a0bb4d4994 (sonarqube:lts)
Tagging sonarqube:lts
Tagging sonarqube:5.6.3

$ test/run.sh sonarqube:lts
testing sonarqube:lts
        'utc' [1/4]...passed
        'cve-2014--shellshock' [2/4]...passed
        'no-hard-coded-passwords' [3/4]...passed
        'override-cmd' [4/4]...passed


$ bashbrew build sonarqube:alpine
Building bashbrew/cache:7c92d045939de8db96f270f8edb2c4cfee87fa00921b6d986950694fb2eeb0af (sonarqube:alpine)
Tagging sonarqube:alpine
Tagging sonarqube:6.0-alpine

$ test/run.sh sonarqube:alpine
testing sonarqube:alpine
        'utc' [1/4]...passed
        'cve-2014--shellshock' [2/4]...passed
        'no-hard-coded-passwords' [3/4]...passed
        'override-cmd' [4/4]...passed


$ bashbrew build sonarqube:lts-alpine
Building bashbrew/cache:8c490af8481f1a479c7ed0e0de15a1a0466f3135d0a68e586bb111da070dbf2e (sonarqube:lts-alpine)
^ATagging sonarqube:lts-alpine
Tagging sonarqube:5.6.3-alpine

$ test/run.sh sonarqube:lts-alpine
testing sonarqube:lts-alpine
        'utc' [1/4]...passed
        'cve-2014--shellshock' [2/4]...passed
        'no-hard-coded-passwords' [3/4]...passed
        'override-cmd' [4/4]...passed

@yosifkit yosifkit merged commit ad5fa6f into docker-library:master Oct 5, 2016
@Godin Godin deleted the sonarqube branch October 5, 2016 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants