Dockerfile for creating sonar-collector docker image on top of karaf 4.3.2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM apache/karaf:4.3.2 | |
ENV ORG_APACHE_KARAF_FEATURES_FEATURESREPOSITORIES='${featuresRepositories},mvn:no.priv.bang.sonar.sonar-collector/sonar-collector-webhook/LATEST/xml/features' | |
ENV ORG_APACHE_KARAF_FEATURES_FEATURESBOOT='${featuresBoot},${env:JDBC_DRIVER_FEATURE:-postgresql},sonar-collector-webhook-with-postgresql' | |
COPY org.ops4j.datasource-sonar-collector.cfg /opt/apache-karaf/etc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment