Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Joost van der Griendt committed Feb 27, 2018
1 parent 6b286ab commit bb87c1f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM sonarqube:6.7.1

ENV PLUGINS_DIRECTORY=/opt/sonarqube/extensions/plugins/
MAINTAINER Joost van der Griendt <joostvdg@gmail.com>
LABEL authors="Joost van der Griendt <joostvdg@gmail.com>"
LABEL description="Docker container for SonarQube For Docker Swarm"
LABEL version="6.7.1-1"

RUN wget -nc -P $PLUGINS_DIRECTORY https://github.com/uartois/sonar-golang/releases/download/v1.2.11-rc13/sonar-golang-plugin-1.2.11-rc13.jar
RUN wget -nc -P $PLUGINS_DIRECTORY https://github.com/vaulttec/sonar-auth-oidc/releases/download/v1.0.3/sonar-auth-oidc-plugin-1.0.3.jar
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# drove-sonarqube
SonarQube for Flusso Drove
# Dove SonarQube

SonarQube for Flusso Drove.

[![GitHub release](https://img.shields.io/github/release/FlussoBV/drove-sonarqube.svg)]()
[![license](https://img.shields.io/github/license/FlussoBV/drove-sonarqube.svg)]()
[![Docker Pulls](https://img.shields.io/docker/pulls/flusso/drove-sonarqube.svg)]()

0 comments on commit bb87c1f

Please sign in to comment.