Skip to content

Commit

Permalink
dind: disable OTEL_TRACES_EXPORTER for speed improvement (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcb authored May 2, 2024
1 parent 0a891b9 commit 8ad284b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/dind/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ INSTALL:
COMMAND
COPY +install-dind-script/install-dind.sh /tmp/install-dind.sh
RUN /tmp/install-dind.sh
ENV OTEL_TRACES_EXPORTER=none # disabled for speed improvement; see https://github.com/earthly/earthly/issues/4066

install-dind-script:
FROM alpine:3.18.4
Expand Down

0 comments on commit 8ad284b

Please sign in to comment.