Sign inSign up

mack/promtail

By mack

•Updated over 1 year ago

Image
Monitoring & observability
0

112

mack/promtail repository overview

⁠Overview

This is a copy of grafana/promtail with some CVEs patched.

Versions ${UPSTREAM_PROMTAIL_VERSION}-${THIS_VERSION}, e.g. 3.4.2-0.0.1

Build for amd64 and arm64

docker buildx build --platform linux/amd64,linux/arm64 -t mack/promtail:3.4.2-0.0.1 .

Dockerfile:

FROM grafana/promtail:3.4.2

RUN apt-get update && apt-get install --no-install-recommends -y libc-bin=2.39-0ubuntu8.4 \
  && apt-get clean \
  && rm -rf /var/lib/apt/lists/*

# https://github.com/grafana/loki/blob/main/clients/cmd/promtail/Dockerfile#L20-L21
ENTRYPOINT ["/usr/bin/promtail"]
CMD ["-config.file=/etc/promtail/config.yml"]

Tag summary

Content type

Image

Digest

sha256:7505802e1…

Size

69 MB

Last updated

over 1 year ago

docker pull mack/promtail:3.4.2-0.0.1