v0.116.0 docker image fails to start
Describe the bug The latest release of the docker image does not start
Steps to reproduce run the latest docker image
What did you expect to see? running service
What did you see instead? not running service
What version did you use? v0.116.0
What config did you use?
Environment github action (docker compose)
Additional context The following log line is emitted and the container exits:
exec /otelcol-contrib: no such file or directory
I'm experiencing the same issue. The latest release of the Docker image (v0.116.0) fails to start, and I see the following log line before the container exits:
exec /otelcol-contrib: no such file or directory
I am getting exec /otelcol: no such file or directory
functional tests in opentelemetry-cpp, which pull the latest docker image, started to fail 4 hours ago, at the same time opentelemetry-collector releases 0.116.0
See related:
- https://github.com/open-telemetry/opentelemetry-cpp/pull/3213
From what I can tell, this has been fixed in 0.116.1.
I ran into this issue last night while debugging a separate issue on our test servers.
See https://github.com/open-telemetry/opentelemetry-collector-releases/issues/783 for the resolution