Created
June 20, 2021 16:46
-
-
Save steinarb/e2f4be17084cd622606547575f30df15 to your computer and use it in GitHub Desktop.
Dockerfile for sonar-collector built on top of karaf 4.3.0 official image
This file contains hidden or 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.0 | |
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