adds maintainer

This commit is contained in:
Hyatt 2022-04-01 17:21:15 -05:00
parent 998b1d0293
commit 80d76cdf55
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -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