Closed smithclay closed 8 months ago
I was just thinking about this the other day. My thought was to add instructions for using volumes to get the system SSL certs into the container, but I suppose making things easy on users is best done by including the cert package. Will do in the next release.
PR'ed #295 please review if you have a moment. I'll cut a release soon so you can simplify your workflow.
I guess I didn't fully release 0.4.2. 0.4.3 is out and includes these changes. Thanks for the issue!
Hello, the docker image published to
ghcr.io/equinix-labs/otel-cli:latest
is very helpful in running otel-cli in containerized/k8s environments. However, it has issues sending data to any TLS endpoints as certificates are not included the image. All TLS requests fail with the following:Would it be possible to update the
Dockerfile
to use a base image with certificates installed?Example of running the image in k8s where certificates are needed:
Currently have a fork of the image being built here: https://github.com/lightstep/otel-cli-with-certs