update
This commit is contained in:
parent
08f5edeffe
commit
f25841fe59
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user