-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from flownative/feature/promtail-3
Promtail 3 and custom labels
- Loading branch information
Showing
5 changed files
with
74 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
FROM grafana/promtail:2.6.1 as promtail | ||
FROM europe-docker.pkg.dev/flownative/docker/base:buster | ||
MAINTAINER Robert Lemke <[email protected]> | ||
FROM grafana/promtail:3.2.0 AS promtail | ||
FROM europe-docker.pkg.dev/flownative/docker/base:bookworm | ||
LABEL org.opencontainers.image.authors="Robert Lemke <[email protected]>" | ||
|
||
# ----------------------------------------------------------------------------- | ||
# Promtail | ||
# Latest versions: https://github.com/grafana/loki/releases / https://hub.docker.com/r/grafana/promtail/tags | ||
|
||
ENV PROMTAIL_VERSION=2.6.1 | ||
ENV PROMTAIL_VERSION=3.2.0 | ||
|
||
ENV FLOWNATIVE_LIB_PATH=/opt/flownative/lib \ | ||
PROMTAIL_BASE_PATH=/opt/flownative/promtail \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters