Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Commit

Permalink
adds ca-certs to chartsvc image to support MongoDB SSL backends (#565)
Browse files Browse the repository at this point in the history
Signed-off-by: Adnan Abdulhussein <[email protected]>
  • Loading branch information
prydonius authored Nov 17, 2018
1 parent 20fed33 commit ac7fd7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/chartsvc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ WORKDIR /go/src/github.com/helm/monocular
RUN CGO_ENABLED=0 go build -a -installsuffix cgo ./cmd/chartsvc

FROM scratch
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=builder /go/src/github.com/helm/monocular/chartsvc /chartsvc
EXPOSE 8080
CMD ["/chartsvc"]

0 comments on commit ac7fd7e

Please sign in to comment.