File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 uses : ./.github/actions/build-image
2525 with :
2626 name : prometheus
27- version : 3.11.2
27+ version : 3.11.3
2828 description : The Prometheus monitoring system and time series database
2929 license : Apache-2.0
3030 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM docker.io/node:24.15.0 AS build-webui
33
44ARG TARGETOS
55ARG TARGETARCH
6- ARG VERSION="3.10.0 "
6+ ARG VERSION="3.11.3 "
77
88ADD --keep-git-dir \
99 https://github.com/prometheus/prometheus.git#v${VERSION} /build
@@ -13,7 +13,7 @@ WORKDIR /build
1313RUN make assets
1414
1515# --- Build stage ---
16- FROM docker.io/golang:1.26.2 AS build-binary
16+ FROM docker.io/golang:1.26.3 AS build-binary
1717
1818COPY --from=build-webui /build /build
1919COPY plugins.yml /build/plugins.yml
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ You can also bring your own configuration to the container using flags or by mou
2222
2323``` shell
2424# Configuration flags
25- $ docker run [options] ghcr.io/f-bn/prometheus:3.5.0 [flags]
25+ $ docker run [options] ghcr.io/f-bn/prometheus:3.11.3 [flags]
2626
2727# Mounting static configuration
28- $ docker run [options] -v prometheus.yml:/etc/prometheus/prometheus.yml:ro ghcr.io/f-bn/prometheus:3.5.0
28+ $ docker run [options] -v prometheus.yml:/etc/prometheus/prometheus.yml:ro ghcr.io/f-bn/prometheus:3.11.3
2929```
Original file line number Diff line number Diff line change 11go :
2- version : 1.26.2
2+ version : 1.26.3
33repository :
44 path : github.com/prometheus/prometheus
55build :
You can’t perform that action at this time.
0 commit comments