hyperdx/docker/hostmetrics/Dockerfile
2023-09-12 20:08:05 -07:00

8 lines
336 B
Docker

## base #############################################################################################
FROM otel/opentelemetry-collector-contrib:0.83.0 AS base
## dev #############################################################################################
FROM base as dev
COPY ./config.dev.yaml /etc/otelcol-contrib/config.yaml