fix: Ensure only traces are sent via OTEL for now

This commit is contained in:
Stefan Reimer 2024-04-15 14:51:31 +00:00
parent 4161f32529
commit dbdc24fe53

View File

@ -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"]