prima-tracing 0.1.1

Prima.it opentelemetry standard library
Documentation
1
2
3
4
5
6
7
8
9
FROM public.ecr.aws/prima/rust:1.56.0-1

# Serve per avere l'owner dei file scritti dal container uguale all'utente Linux sull'host
USER app

WORKDIR /code

ENTRYPOINT ["/bin/bash"]