adds maintainer
This commit is contained in:
parent
998b1d0293
commit
80d76cdf55
@ -27,6 +27,11 @@ pipeline {
|
||||
writeFile(file: workspace + "/test-chamber-13.lan.root.crt", text: functions.getLocalRootCA())
|
||||
dockerFile = """FROM ${repository}/dockerhub/sonarsource/sonar-scanner-cli:latest
|
||||
|
||||
LABEL org.opencontainers.image.authors="The_Spider <spider@smoothnet.org>"
|
||||
LABEL org.opencontainers.image.title="sonar-scanner-cli"
|
||||
LABEL org.opencontainers.image.description="Docker container for sonarqube scanning"
|
||||
LABEL org.opencontainers.image.base.name="docker.io/sonarsource/sonar-scanner-cli:latest"
|
||||
|
||||
USER root
|
||||
|
||||
COPY test-chamber-13.lan.root.crt /usr/local/share/ca-certificates/test-chamber-13.lan.root.crt
|
||||
|
Reference in New Issue
Block a user