ribbybibby / ssl_exporter

Exports Prometheus metrics for TLS certificates
Apache License 2.0
520 stars 97 forks source link

Rewritten Dockerfile into a better image #7

Closed ricardbejarano closed 5 years ago

ricardbejarano commented 5 years ago

I've rewritten the exporter's Dockerfile into a better image:

/
├── etc/
│   ├── group
│   ├── passwd
│   └── ssl/
│       └── certs/
│           └── ca-certificates.crt
└── ssl_exporter
ricardbejarano commented 5 years ago

I could host the image in the Docker Hub for anyone to test before merging, if need be. I've tested it locally and it works as expected.

ribbybibby commented 5 years ago

Looks good to me @ricardbejarano. Thanks for the contribution!