diff --git a/promtail/Dockerfile b/promtail/Dockerfile index 2bb300f..52f2f56 100644 --- a/promtail/Dockerfile +++ b/promtail/Dockerfile @@ -7,6 +7,9 @@ FROM ${BUILD_FROM} ARG YQ_VERSION=4.44.3 ARG BUILD_ARCH + +COPY rootfs / + # Add yq and tzdata (required for the timestamp stage) RUN set -eux; \ apk update; \ @@ -39,7 +42,6 @@ RUN case "${BUILD_ARCH}" in \ COPY --from=grafana/promtail:latest /usr/bin/promtail /usr/bin/promtail RUN promtail --version -COPY rootfs / WORKDIR /data/promtail # Build arguments