opentelemetry-collector icon indicating copy to clipboard operation
opentelemetry-collector copied to clipboard

v0.116.0 docker image fails to start

Open nicklipple opened this issue 1 year ago • 3 comments

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

nicklipple avatar Dec 17 '24 18:12 nicklipple

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

NikaNats avatar Dec 17 '24 18:12 NikaNats

I am getting exec /otelcol: no such file or directory

phillijw avatar Dec 17 '24 19:12 phillijw

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

marcalff avatar Dec 17 '24 20:12 marcalff

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

alsi-lawr avatar Dec 18 '24 11:12 alsi-lawr