fix: Ensure only traces are sent via OTEL for now
This commit is contained in:
parent
4161f32529
commit
dbdc24fe53
@ -45,6 +45,10 @@ ENV BUILDAH_ISOLATION=chroot
|
||||
ENV _CONTAINERS_USERNS_CONFIGURED=""
|
||||
ENV HOME=/home/$BUILDUSER
|
||||
|
||||
# Until we setup the logging and metrics pipelines in OTEL
|
||||
ENV OTEL_LOGS_EXPORTER=none
|
||||
ENV OTEL_METRICS_EXPORTER=none
|
||||
|
||||
USER $BUILDUSER
|
||||
|
||||
ENTRYPOINT ["/sbin/tini", "--", "/usr/local/bin/entrypoint.sh"]
|
||||
|
Loading…
Reference in New Issue
Block a user