We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect permissions for otelcol in UBI based images, otelcol is not executable:
vagrant@sumologic-otel-collector:/sumologic$ docker run -it public.ecr.aws/sumologic/sumologic-otel-collector:0.96.0-sumo-0-ubi --version docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/otelcol-sumo": permission denied: unknown. ERRO[0000] error waiting for container: context canceled vagrant@sumologic-otel-collector:/sumologic$ docker run -it public.ecr.aws/sumologic/sumologic-otel-collector:0.96.0-sumo-0 --version otelcol-sumo version v0.96.0-sumo-0
vagrant@sumologic-otel-collector:/sumologic$ docker run public.ecr.aws/sumologic/sumologic-otel-collector-dev:latest --version otelcol-sumo version v0.96.0-sumo-0-2-g5c474 vagrant@sumologic-otel-collector:/sumologic$ docker run public.ecr.aws/sumologic/sumologic-otel-collector-dev:latest-ubi --version docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/otelcol-sumo": permission denied: unknown. ERRO[0000] error waiting for container: context canceled
The text was updated successfully, but these errors were encountered:
Fixed by #1517
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Incorrect permissions for otelcol in UBI based images, otelcol is not executable:
The text was updated successfully, but these errors were encountered: