mirror of
https://github.com/distribution/distribution.git
synced 2025-08-18 23:07:38 +00:00
fix: set OTEL traces to disabled by default (#4671)
This commit is contained in:
commit
c9760ebe95
@ -55,6 +55,7 @@ RUN apk add --no-cache ca-certificates
|
||||
COPY cmd/registry/config-dev.yml /etc/distribution/config.yml
|
||||
COPY --from=binary /registry /bin/registry
|
||||
VOLUME ["/var/lib/registry"]
|
||||
ENV OTEL_TRACES_EXPORTER=none
|
||||
EXPOSE 5000
|
||||
ENTRYPOINT ["registry"]
|
||||
CMD ["serve", "/etc/distribution/config.yml"]
|
||||
|
Loading…
Reference in New Issue
Block a user