From f25841fe59783d2a5440404a3c74931881280c7d Mon Sep 17 00:00:00 2001 From: mezned Date: Sun, 10 Nov 2024 10:45:16 +0100 Subject: [PATCH] update --- promtail/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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