-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
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
Add Timezone Info in Docker Image #35901
Comments
Duplicate of open-telemetry/opentelemetry-collector/issues/9991, if you file a PR on opentelemetry-collector-releases modifying this https://github.com/open-telemetry/opentelemetry-collector-releases/blob/main/distributions/otelcol-contrib/Dockerfile and the rest of the Dockerfiles I think we can reopen the discussion |
Thank you!. I have read the issues you mentioned. As these said, tzdata changes frequently, maybe I can solve this problem by specifying in the doris exporter documentation that the host tzdata should be mounted when using docker. |
I am personally not against having a copy on the Docker image and allowing the user to override it in case it is outdated |
I am going to close this as a duplicate of open-telemetry/opentelemetry-collector/issues/9991, let's continue the conversation there! |
Component(s)
exporter/doris
Describe the issue you're reporting
The doris exporter needs timezone info to handle different timezone. But it is not in the current docker image. Can I add this to the dockerfile?
The text was updated successfully, but these errors were encountered: