1
0
Fork 0
mirror of https://github.com/kyverno/policy-reporter.git synced 2024-12-15 17:50:58 +00:00

Merge pull request #52 from frezbo/feature/add-ssl-root-ca

feat: add trusted root CA's
This commit is contained in:
Frank Jogeleit 2021-08-06 11:54:33 +02:00 committed by GitHub
commit e5f314d343
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,9 @@ USER 1234
COPY --from=builder /app/LICENSE.md .
COPY --from=builder /app/build/policyreporter /app/policyreporter
# copy the debian's trusted root CA's to the final image
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
EXPOSE 2112
ENTRYPOINT ["/app/policyreporter", "run"]
ENTRYPOINT ["/app/policyreporter", "run"]