Tag

prom/prometheus:v3.12.0-rc.0
Content Digest: sha256:013173dfdf1f3e83f3c30053132658b0a450523bca692b4d2e8b12164d5c9efe
Manifests
Details
Content Digest

sha256:9c45b88249fcd56a69b02e69fb8a428be8ad0e191331ac468ee964b71128bfde

Created

2026-05-19 10:04:25 UTC

Size

148 MB


Labels
  • io.prometheus.image.variant
    busybox
  • maintainer
    The Prometheus Authors <prometheus-developers@googlegroups.com>
  • org.opencontainers.image.authors
    The Prometheus Authors
  • org.opencontainers.image.description
    The Prometheus monitoring system and time series database
  • org.opencontainers.image.documentation
    https://prometheus.io/docs
  • org.opencontainers.image.licenses
    Apache License 2.0
  • org.opencontainers.image.source
    https://github.com/prometheus/prometheus
  • org.opencontainers.image.title
    Prometheus
  • org.opencontainers.image.url
    https://github.com/prometheus/prometheus
  • org.opencontainers.image.vendor
    Prometheus

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:2acf9a40b14f28b6096477413ec272f1fae2d5df7d963466f0936cc16b08ab7b - 0.5% (765 KB)

[#001] sha256:cbbf09bbeab16101814ac4d76d492fb2f170168b6ce7c84edd0123d729f253e0 - 0.21% (317 KB)

[#002] sha256:eaefbe59b71b9a4cb1fb7f5fdaaa580698a8caea16d749f80d35aef9497d1904 - 52.85% (78.2 MB)

[#003] sha256:3739b21dccad283e8ddbdcf7e33c1a362e1a85ab87c75b11aaf859b18c1f6483 - 46.39% (68.6 MB)

[#004] sha256:4007213da54f64c27bbc93fbb1132da71a21fa8bfdfcd2136988c085a7a233dc - 0.0% (638 Bytes)

[#005] sha256:22c5fc16ae6b563b380566409904926131062cde35655e37ecb71adabc9d2f1b - 0.0% (3.93 KB)

[#006] sha256:8450257f8efc2bbecda7fd4366250e7e4d2d815b0edb0efc431ab89c00c85a1d - 0.0% (1.44 KB)

[#007] sha256:da52086b245e9abc40fd9a8126e995ea7a1c8dcb5d5ee646a94ecf189fa99874 - 0.04% (61.1 KB)

[#008] sha256:371e71b9be1bb2adee6aa78d016d81fc6423f509b88d61855cf635ae5cdd12c9 - 0.0% (100 Bytes)

[#009] sha256:8275d58a94cfde58f3a360112b2c7eb9957c1eb455a65dea9997a2dae4d4eb61 - 0.0% (693 Bytes)


History
2024-09-26 21:31:42 UTC

BusyBox 1.37.0 (uclibc), Buildroot 2025.11.3, Debian 13

2026-05-15 10:54:48 UTC (buildkit.dockerfile.v0)

MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>

2026-05-15 10:54:48 UTC (buildkit.dockerfile.v0)

COPY /rootfs / # buildkit

2026-05-19 10:04:25 UTC (buildkit.dockerfile.v0)

LABEL maintainer=The Prometheus Authors <prometheus-developers@googlegroups.com>

2026-05-19 10:04:25 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=The Prometheus Authors org.opencontainers.image.vendor=Prometheus org.opencontainers.image.title=Prometheus org.opencontainers.image.description=The Prometheus monitoring system and time series database org.opencontainers.image.source=https://github.com/prometheus/prometheus org.opencontainers.image.url=https://github.com/prometheus/prometheus org.opencontainers.image.documentation=https://prometheus.io/docs org.opencontainers.image.licenses=Apache License 2.0 io.prometheus.image.variant=busybox

2026-05-19 10:04:25 UTC (buildkit.dockerfile.v0)

ARG ARCH=amd64

2026-05-19 10:04:25 UTC (buildkit.dockerfile.v0)

ARG OS=linux

2026-05-19 10:04:25 UTC (buildkit.dockerfile.v0)

COPY .build/linux-amd64/prometheus /bin/prometheus # buildkit

2026-05-19 10:04:25 UTC (buildkit.dockerfile.v0)

COPY .build/linux-amd64/promtool /bin/promtool # buildkit

2026-05-19 10:04:25 UTC (buildkit.dockerfile.v0)

COPY documentation/examples/prometheus.yml /etc/prometheus/prometheus.yml # buildkit

2026-05-19 10:04:25 UTC (buildkit.dockerfile.v0)

COPY LICENSE /LICENSE # buildkit

2026-05-19 10:04:25 UTC (buildkit.dockerfile.v0)

COPY NOTICE /NOTICE # buildkit

2026-05-19 10:04:25 UTC (buildkit.dockerfile.v0)

COPY npm_licenses.tar.bz2 /npm_licenses.tar.bz2 # buildkit

2026-05-19 10:04:25 UTC (buildkit.dockerfile.v0)

WORKDIR /prometheus

2026-05-19 10:04:25 UTC (buildkit.dockerfile.v0)

RUN |2 ARCH=amd64 OS=linux /bin/sh -c chown -R nobody:nobody /etc/prometheus /prometheus && chmod g+w /prometheus # buildkit

2026-05-19 10:04:25 UTC (buildkit.dockerfile.v0)

USER nobody

2026-05-19 10:04:25 UTC (buildkit.dockerfile.v0)

EXPOSE map[9090/tcp:{}]

2026-05-19 10:04:25 UTC (buildkit.dockerfile.v0)

VOLUME [/prometheus]

2026-05-19 10:04:25 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/bin/prometheus"]

2026-05-19 10:04:25 UTC (buildkit.dockerfile.v0)

CMD ["--config.file=/etc/prometheus/prometheus.yml" "--storage.tsdb.path=/prometheus"]

Details
Content Digest

sha256:0adee98cf3fb8138ba8bcff850b59f8941bdc3df153564afc0e90ee1a3ba0c32

Created

2026-05-19 10:04:39 UTC

Size

138 MB


Labels
  • io.prometheus.image.variant
    busybox
  • maintainer
    The Prometheus Authors <prometheus-developers@googlegroups.com>
  • org.opencontainers.image.authors
    The Prometheus Authors
  • org.opencontainers.image.description
    The Prometheus monitoring system and time series database
  • org.opencontainers.image.documentation
    https://prometheus.io/docs
  • org.opencontainers.image.licenses
    Apache License 2.0
  • org.opencontainers.image.source
    https://github.com/prometheus/prometheus
  • org.opencontainers.image.title
    Prometheus
  • org.opencontainers.image.url
    https://github.com/prometheus/prometheus
  • org.opencontainers.image.vendor
    Prometheus

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:2e0af645c005676c0feff3f651f6f70ba801ebbb01e0b5a6fad32fbb168265a3 - 0.51% (718 KB)

[#001] sha256:8529b74e7777e72c9743d71e11d5a65437856e25e315e7c5c88183b07bbf5d2f - 0.22% (317 KB)

[#002] sha256:3173b572ccc28089a8a7fc62188e0e914c5ace4bc8caf73c7a467adef45aa943 - 52.89% (73 MB)

[#003] sha256:d3dbdaf2789ba5b4bb2fe2fa1a9dde1f4d4d6756e974ca91bc89ee0886a2f8da - 46.33% (63.9 MB)

[#004] sha256:64ee3e2e141b224335ff3adbc6b1888408545d1de45d4fe8df44eba2cd082d9c - 0.0% (637 Bytes)

[#005] sha256:22c5fc16ae6b563b380566409904926131062cde35655e37ecb71adabc9d2f1b - 0.0% (3.93 KB)

[#006] sha256:8450257f8efc2bbecda7fd4366250e7e4d2d815b0edb0efc431ab89c00c85a1d - 0.0% (1.44 KB)

[#007] sha256:da52086b245e9abc40fd9a8126e995ea7a1c8dcb5d5ee646a94ecf189fa99874 - 0.04% (61.1 KB)

[#008] sha256:661849df9b23c4ddc745924a8095048bb2928c5a1dda5ab0561be139ce784afa - 0.0% (100 Bytes)

[#009] sha256:53e2171fc6a1443e94eb51595c083df4223ef2c059d43cc7f82ea979035f4290 - 0.0% (693 Bytes)


History
2024-09-26 21:31:42 UTC

BusyBox 1.37.0 (uclibc), Buildroot 2025.11.3, Debian 13

2026-05-15 10:56:08 UTC (buildkit.dockerfile.v0)

MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>

2026-05-15 10:56:08 UTC (buildkit.dockerfile.v0)

COPY /rootfs / # buildkit

2026-05-19 10:04:38 UTC (buildkit.dockerfile.v0)

LABEL maintainer=The Prometheus Authors <prometheus-developers@googlegroups.com>

2026-05-19 10:04:38 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=The Prometheus Authors org.opencontainers.image.vendor=Prometheus org.opencontainers.image.title=Prometheus org.opencontainers.image.description=The Prometheus monitoring system and time series database org.opencontainers.image.source=https://github.com/prometheus/prometheus org.opencontainers.image.url=https://github.com/prometheus/prometheus org.opencontainers.image.documentation=https://prometheus.io/docs org.opencontainers.image.licenses=Apache License 2.0 io.prometheus.image.variant=busybox

2026-05-19 10:04:38 UTC (buildkit.dockerfile.v0)

ARG ARCH=armv7

2026-05-19 10:04:38 UTC (buildkit.dockerfile.v0)

ARG OS=linux

2026-05-19 10:04:38 UTC (buildkit.dockerfile.v0)

COPY .build/linux-armv7/prometheus /bin/prometheus # buildkit

2026-05-19 10:04:39 UTC (buildkit.dockerfile.v0)

COPY .build/linux-armv7/promtool /bin/promtool # buildkit

2026-05-19 10:04:39 UTC (buildkit.dockerfile.v0)

COPY documentation/examples/prometheus.yml /etc/prometheus/prometheus.yml # buildkit

2026-05-19 10:04:39 UTC (buildkit.dockerfile.v0)

COPY LICENSE /LICENSE # buildkit

2026-05-19 10:04:39 UTC (buildkit.dockerfile.v0)

COPY NOTICE /NOTICE # buildkit

2026-05-19 10:04:39 UTC (buildkit.dockerfile.v0)

COPY npm_licenses.tar.bz2 /npm_licenses.tar.bz2 # buildkit

2026-05-19 10:04:39 UTC (buildkit.dockerfile.v0)

WORKDIR /prometheus

2026-05-19 10:04:39 UTC (buildkit.dockerfile.v0)

RUN |2 ARCH=armv7 OS=linux /bin/sh -c chown -R nobody:nobody /etc/prometheus /prometheus && chmod g+w /prometheus # buildkit

2026-05-19 10:04:39 UTC (buildkit.dockerfile.v0)

USER nobody

2026-05-19 10:04:39 UTC (buildkit.dockerfile.v0)

EXPOSE map[9090/tcp:{}]

2026-05-19 10:04:39 UTC (buildkit.dockerfile.v0)

VOLUME [/prometheus]

2026-05-19 10:04:39 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/bin/prometheus"]

2026-05-19 10:04:39 UTC (buildkit.dockerfile.v0)

CMD ["--config.file=/etc/prometheus/prometheus.yml" "--storage.tsdb.path=/prometheus"]

Details
Content Digest

sha256:6ecc34db0654a863652cbef2e50fc2939a24a65b88d247755d7a9fc3518c472b

Created

2026-05-19 10:04:32 UTC

Size

137 MB


Labels
  • io.prometheus.image.variant
    busybox
  • maintainer
    The Prometheus Authors <prometheus-developers@googlegroups.com>
  • org.opencontainers.image.authors
    The Prometheus Authors
  • org.opencontainers.image.description
    The Prometheus monitoring system and time series database
  • org.opencontainers.image.documentation
    https://prometheus.io/docs
  • org.opencontainers.image.licenses
    Apache License 2.0
  • org.opencontainers.image.source
    https://github.com/prometheus/prometheus
  • org.opencontainers.image.title
    Prometheus
  • org.opencontainers.image.url
    https://github.com/prometheus/prometheus
  • org.opencontainers.image.vendor
    Prometheus

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:41fa400b738965c563ee5d3658570cd09adb3553d06aeaf697ea9e49ebf57de9 - 0.59% (826 KB)

[#001] sha256:24bb4eb11c012cbb4c71f999d4013cccd8b50068e67fb483037d371bf070c4bb - 0.23% (317 KB)

[#002] sha256:a855fd3fc8905ffdca8a214cf820daab8dbbb1dca3ebe546e84d038f31bf91f2 - 52.89% (72.2 MB)

[#003] sha256:4777f3e76e367f6ec8c09c50f33c6021c41abea884f0515dab52428d5643dc15 - 46.25% (63.2 MB)

[#004] sha256:6487154c889c440ded6aefe8fd110b6ad1a2885565c875b1e99403e6b7375a8d - 0.0% (638 Bytes)

[#005] sha256:22c5fc16ae6b563b380566409904926131062cde35655e37ecb71adabc9d2f1b - 0.0% (3.93 KB)

[#006] sha256:8450257f8efc2bbecda7fd4366250e7e4d2d815b0edb0efc431ab89c00c85a1d - 0.0% (1.44 KB)

[#007] sha256:da52086b245e9abc40fd9a8126e995ea7a1c8dcb5d5ee646a94ecf189fa99874 - 0.04% (61.1 KB)

[#008] sha256:5ed062db3177e58a6cb52ad9d31d8e83235540b53b5ebd4179cae06d0cc9308e - 0.0% (100 Bytes)

[#009] sha256:f1109f64dc9313d4cbcc0299b2849eefc80691da69e3cdaa8dba816bb314d3e0 - 0.0% (691 Bytes)


History
2024-09-26 21:31:42 UTC

BusyBox 1.37.0 (uclibc), Buildroot 2025.11.3, Debian 13

2026-05-15 11:00:14 UTC (buildkit.dockerfile.v0)

MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>

2026-05-15 11:00:14 UTC (buildkit.dockerfile.v0)

COPY /rootfs / # buildkit

2026-05-19 10:04:31 UTC (buildkit.dockerfile.v0)

LABEL maintainer=The Prometheus Authors <prometheus-developers@googlegroups.com>

2026-05-19 10:04:31 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=The Prometheus Authors org.opencontainers.image.vendor=Prometheus org.opencontainers.image.title=Prometheus org.opencontainers.image.description=The Prometheus monitoring system and time series database org.opencontainers.image.source=https://github.com/prometheus/prometheus org.opencontainers.image.url=https://github.com/prometheus/prometheus org.opencontainers.image.documentation=https://prometheus.io/docs org.opencontainers.image.licenses=Apache License 2.0 io.prometheus.image.variant=busybox

2026-05-19 10:04:31 UTC (buildkit.dockerfile.v0)

ARG ARCH=arm64

2026-05-19 10:04:31 UTC (buildkit.dockerfile.v0)

ARG OS=linux

2026-05-19 10:04:31 UTC (buildkit.dockerfile.v0)

COPY .build/linux-arm64/prometheus /bin/prometheus # buildkit

2026-05-19 10:04:32 UTC (buildkit.dockerfile.v0)

COPY .build/linux-arm64/promtool /bin/promtool # buildkit

2026-05-19 10:04:32 UTC (buildkit.dockerfile.v0)

COPY documentation/examples/prometheus.yml /etc/prometheus/prometheus.yml # buildkit

2026-05-19 10:04:32 UTC (buildkit.dockerfile.v0)

COPY LICENSE /LICENSE # buildkit

2026-05-19 10:04:32 UTC (buildkit.dockerfile.v0)

COPY NOTICE /NOTICE # buildkit

2026-05-19 10:04:32 UTC (buildkit.dockerfile.v0)

COPY npm_licenses.tar.bz2 /npm_licenses.tar.bz2 # buildkit

2026-05-19 10:04:32 UTC (buildkit.dockerfile.v0)

WORKDIR /prometheus

2026-05-19 10:04:32 UTC (buildkit.dockerfile.v0)

RUN |2 ARCH=arm64 OS=linux /bin/sh -c chown -R nobody:nobody /etc/prometheus /prometheus && chmod g+w /prometheus # buildkit

2026-05-19 10:04:32 UTC (buildkit.dockerfile.v0)

USER nobody

2026-05-19 10:04:32 UTC (buildkit.dockerfile.v0)

EXPOSE map[9090/tcp:{}]

2026-05-19 10:04:32 UTC (buildkit.dockerfile.v0)

VOLUME [/prometheus]

2026-05-19 10:04:32 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/bin/prometheus"]

2026-05-19 10:04:32 UTC (buildkit.dockerfile.v0)

CMD ["--config.file=/etc/prometheus/prometheus.yml" "--storage.tsdb.path=/prometheus"]

Details
Content Digest

sha256:af154ccbb2d30da58426be96307741bcc4018cb98a55f1de858203a3f5fe9554

Created

2026-05-19 10:04:46 UTC

Size

136 MB


Labels
  • io.prometheus.image.variant
    busybox
  • maintainer
    The Prometheus Authors <prometheus-developers@googlegroups.com>
  • org.opencontainers.image.authors
    The Prometheus Authors
  • org.opencontainers.image.description
    The Prometheus monitoring system and time series database
  • org.opencontainers.image.documentation
    https://prometheus.io/docs
  • org.opencontainers.image.licenses
    Apache License 2.0
  • org.opencontainers.image.source
    https://github.com/prometheus/prometheus
  • org.opencontainers.image.title
    Prometheus
  • org.opencontainers.image.url
    https://github.com/prometheus/prometheus
  • org.opencontainers.image.vendor
    Prometheus

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:1fd3c8a93a0604da117dccd5b21d9c2f707639df2c6df2f72ffea85d9c6c0df1 - 1.82% (2.47 MB)

[#001] sha256:b355b6533f38b2254c1b28b4f6eb76dcdc1c23210d0f36804f6e9e94102d836f - 0.23% (319 KB)

[#002] sha256:e0a63c28aa02d35ad14d364f3cd977dc88d2ce5638155b8bd848a4b2aedd29d9 - 52.32% (71.2 MB)

[#003] sha256:1cdd2b99dbbd2efe1e2e712ff4f08a20a87ba7116c57f63c4f2e91e9672ddfdf - 45.59% (62 MB)

[#004] sha256:e2e1bf649a11b38adbca6a4ae52d45c8c3aa59273c3902583133fa96c7e66a67 - 0.0% (637 Bytes)

[#005] sha256:22c5fc16ae6b563b380566409904926131062cde35655e37ecb71adabc9d2f1b - 0.0% (3.93 KB)

[#006] sha256:8450257f8efc2bbecda7fd4366250e7e4d2d815b0edb0efc431ab89c00c85a1d - 0.0% (1.44 KB)

[#007] sha256:da52086b245e9abc40fd9a8126e995ea7a1c8dcb5d5ee646a94ecf189fa99874 - 0.04% (61.1 KB)

[#008] sha256:3d834dd432019596f4a1a154a6a6a1e83e65564f95e8019d792268ebc3d74f9a - 0.0% (100 Bytes)

[#009] sha256:54f49f0630f84d3c0bf13333062b393a294138087130c0c55d001934a90dfe5b - 0.0% (692 Bytes)


History
2024-09-26 21:31:42 UTC

BusyBox 1.37.0 (glibc), Debian 13

2026-05-15 11:03:24 UTC (buildkit.dockerfile.v0)

MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>

2026-05-15 11:03:24 UTC (buildkit.dockerfile.v0)

COPY /rootfs / # buildkit

2026-05-19 10:04:45 UTC (buildkit.dockerfile.v0)

LABEL maintainer=The Prometheus Authors <prometheus-developers@googlegroups.com>

2026-05-19 10:04:45 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=The Prometheus Authors org.opencontainers.image.vendor=Prometheus org.opencontainers.image.title=Prometheus org.opencontainers.image.description=The Prometheus monitoring system and time series database org.opencontainers.image.source=https://github.com/prometheus/prometheus org.opencontainers.image.url=https://github.com/prometheus/prometheus org.opencontainers.image.documentation=https://prometheus.io/docs org.opencontainers.image.licenses=Apache License 2.0 io.prometheus.image.variant=busybox

2026-05-19 10:04:45 UTC (buildkit.dockerfile.v0)

ARG ARCH=ppc64le

2026-05-19 10:04:45 UTC (buildkit.dockerfile.v0)

ARG OS=linux

2026-05-19 10:04:45 UTC (buildkit.dockerfile.v0)

COPY .build/linux-ppc64le/prometheus /bin/prometheus # buildkit

2026-05-19 10:04:46 UTC (buildkit.dockerfile.v0)

COPY .build/linux-ppc64le/promtool /bin/promtool # buildkit

2026-05-19 10:04:46 UTC (buildkit.dockerfile.v0)

COPY documentation/examples/prometheus.yml /etc/prometheus/prometheus.yml # buildkit

2026-05-19 10:04:46 UTC (buildkit.dockerfile.v0)

COPY LICENSE /LICENSE # buildkit

2026-05-19 10:04:46 UTC (buildkit.dockerfile.v0)

COPY NOTICE /NOTICE # buildkit

2026-05-19 10:04:46 UTC (buildkit.dockerfile.v0)

COPY npm_licenses.tar.bz2 /npm_licenses.tar.bz2 # buildkit

2026-05-19 10:04:46 UTC (buildkit.dockerfile.v0)

WORKDIR /prometheus

2026-05-19 10:04:46 UTC (buildkit.dockerfile.v0)

RUN |2 ARCH=ppc64le OS=linux /bin/sh -c chown -R nobody:nobody /etc/prometheus /prometheus && chmod g+w /prometheus # buildkit

2026-05-19 10:04:46 UTC (buildkit.dockerfile.v0)

USER nobody

2026-05-19 10:04:46 UTC (buildkit.dockerfile.v0)

EXPOSE map[9090/tcp:{}]

2026-05-19 10:04:46 UTC (buildkit.dockerfile.v0)

VOLUME [/prometheus]

2026-05-19 10:04:46 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/bin/prometheus"]

2026-05-19 10:04:46 UTC (buildkit.dockerfile.v0)

CMD ["--config.file=/etc/prometheus/prometheus.yml" "--storage.tsdb.path=/prometheus"]

Details
Content Digest

sha256:f70d11701c5784f93171bf054d6b99f6131a2e816b173eacc386bc21e3bd5468

Created

2026-05-19 10:04:53 UTC

Size

146 MB


Labels
  • io.prometheus.image.variant
    busybox
  • maintainer
    The Prometheus Authors <prometheus-developers@googlegroups.com>
  • org.opencontainers.image.authors
    The Prometheus Authors
  • org.opencontainers.image.description
    The Prometheus monitoring system and time series database
  • org.opencontainers.image.documentation
    https://prometheus.io/docs
  • org.opencontainers.image.licenses
    Apache License 2.0
  • org.opencontainers.image.source
    https://github.com/prometheus/prometheus
  • org.opencontainers.image.title
    Prometheus
  • org.opencontainers.image.url
    https://github.com/prometheus/prometheus
  • org.opencontainers.image.vendor
    Prometheus

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:5df6bc3db2a3f11c555d75f200e329320066026a180c0033a4e3004e4e42d765 - 0.61% (914 KB)

[#001] sha256:11e8a620cd67aa6b64ee6f336be29dd1e659709e6ff54a0b31df1b48b6688c3d - 0.21% (317 KB)

[#002] sha256:81af918f9fc53858bd0d209b192dcb8c5a15c6d285117a337fcc825d9bdc66ff - 52.77% (76.8 MB)

[#003] sha256:2f1582cdd001a6dd3a1081b7f9f50393f367242f3d3fa1711834c9cf104e4881 - 46.36% (67.5 MB)

[#004] sha256:b661e1f1fe59f8ac46281e4b496990c92d9389a7858e586da6727f4b61291c3b - 0.0% (637 Bytes)

[#005] sha256:22c5fc16ae6b563b380566409904926131062cde35655e37ecb71adabc9d2f1b - 0.0% (3.93 KB)

[#006] sha256:8450257f8efc2bbecda7fd4366250e7e4d2d815b0edb0efc431ab89c00c85a1d - 0.0% (1.44 KB)

[#007] sha256:da52086b245e9abc40fd9a8126e995ea7a1c8dcb5d5ee646a94ecf189fa99874 - 0.04% (61.1 KB)

[#008] sha256:d07e41e1059850796f680e295a2995e98417e6f9f459c79d0d6e41a4e22408ca - 0.0% (100 Bytes)

[#009] sha256:36bf6fca5dff43b902d57171a2698b30eda474f14a8846695ca78f3b7a37961c - 0.0% (693 Bytes)


History
2024-09-26 21:31:42 UTC

BusyBox 1.37.0 (uclibc), Buildroot 2025.11.3, Debian 13

2026-05-15 11:01:43 UTC (buildkit.dockerfile.v0)

MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>

2026-05-15 11:01:43 UTC (buildkit.dockerfile.v0)

COPY /rootfs / # buildkit

2026-05-19 10:04:52 UTC (buildkit.dockerfile.v0)

LABEL maintainer=The Prometheus Authors <prometheus-developers@googlegroups.com>

2026-05-19 10:04:52 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=The Prometheus Authors org.opencontainers.image.vendor=Prometheus org.opencontainers.image.title=Prometheus org.opencontainers.image.description=The Prometheus monitoring system and time series database org.opencontainers.image.source=https://github.com/prometheus/prometheus org.opencontainers.image.url=https://github.com/prometheus/prometheus org.opencontainers.image.documentation=https://prometheus.io/docs org.opencontainers.image.licenses=Apache License 2.0 io.prometheus.image.variant=busybox

2026-05-19 10:04:52 UTC (buildkit.dockerfile.v0)

ARG ARCH=riscv64

2026-05-19 10:04:52 UTC (buildkit.dockerfile.v0)

ARG OS=linux

2026-05-19 10:04:52 UTC (buildkit.dockerfile.v0)

COPY .build/linux-riscv64/prometheus /bin/prometheus # buildkit

2026-05-19 10:04:52 UTC (buildkit.dockerfile.v0)

COPY .build/linux-riscv64/promtool /bin/promtool # buildkit

2026-05-19 10:04:52 UTC (buildkit.dockerfile.v0)

COPY documentation/examples/prometheus.yml /etc/prometheus/prometheus.yml # buildkit

2026-05-19 10:04:52 UTC (buildkit.dockerfile.v0)

COPY LICENSE /LICENSE # buildkit

2026-05-19 10:04:52 UTC (buildkit.dockerfile.v0)

COPY NOTICE /NOTICE # buildkit

2026-05-19 10:04:52 UTC (buildkit.dockerfile.v0)

COPY npm_licenses.tar.bz2 /npm_licenses.tar.bz2 # buildkit

2026-05-19 10:04:52 UTC (buildkit.dockerfile.v0)

WORKDIR /prometheus

2026-05-19 10:04:53 UTC (buildkit.dockerfile.v0)

RUN |2 ARCH=riscv64 OS=linux /bin/sh -c chown -R nobody:nobody /etc/prometheus /prometheus && chmod g+w /prometheus # buildkit

2026-05-19 10:04:53 UTC (buildkit.dockerfile.v0)

USER nobody

2026-05-19 10:04:53 UTC (buildkit.dockerfile.v0)

EXPOSE map[9090/tcp:{}]

2026-05-19 10:04:53 UTC (buildkit.dockerfile.v0)

VOLUME [/prometheus]

2026-05-19 10:04:53 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/bin/prometheus"]

2026-05-19 10:04:53 UTC (buildkit.dockerfile.v0)

CMD ["--config.file=/etc/prometheus/prometheus.yml" "--storage.tsdb.path=/prometheus"]

Details
Content Digest

sha256:c16fa97a0892b52ffb484c6f59031ce1e0b0954fbc65c540e990d22e1f24636e

Created

2026-05-19 10:05:00 UTC

Size

147 MB


Labels
  • io.prometheus.image.variant
    busybox
  • maintainer
    The Prometheus Authors <prometheus-developers@googlegroups.com>
  • org.opencontainers.image.authors
    The Prometheus Authors
  • org.opencontainers.image.description
    The Prometheus monitoring system and time series database
  • org.opencontainers.image.documentation
    https://prometheus.io/docs
  • org.opencontainers.image.licenses
    Apache License 2.0
  • org.opencontainers.image.source
    https://github.com/prometheus/prometheus
  • org.opencontainers.image.title
    Prometheus
  • org.opencontainers.image.url
    https://github.com/prometheus/prometheus
  • org.opencontainers.image.vendor
    Prometheus

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:ce9eb912f936892dd8f5317913d3590d088a608177ada677c1ec749578e684a1 - 1.36% (2 MB)

[#001] sha256:49839de86b80716bb77ad65b63128ef163b641aa372ad6641dd069e85997b546 - 0.21% (319 KB)

[#002] sha256:2db7dd7f9853c81c88a8a0f5bf2be96b1f83d01f026e0730ee89fa3f10b2a850 - 52.41% (77.1 MB)

[#003] sha256:610e5d7e9a622e9b52e58ec04b376b6a1542854d7925692e5e2ed4022e3bbcc4 - 45.97% (67.6 MB)

[#004] sha256:34ef95b751894d9ac87e5f419d15f566343d7064fa5104c9be6c257d663de805 - 0.0% (637 Bytes)

[#005] sha256:22c5fc16ae6b563b380566409904926131062cde35655e37ecb71adabc9d2f1b - 0.0% (3.93 KB)

[#006] sha256:8450257f8efc2bbecda7fd4366250e7e4d2d815b0edb0efc431ab89c00c85a1d - 0.0% (1.44 KB)

[#007] sha256:da52086b245e9abc40fd9a8126e995ea7a1c8dcb5d5ee646a94ecf189fa99874 - 0.04% (61.1 KB)

[#008] sha256:c2e51092b48a892c97e7a94e5042744dc9e4f4f2d9eeaa89595559cfd28fa85f - 0.0% (100 Bytes)

[#009] sha256:a2b416d1889ca29b5c428581cdb0ef70ceed825872fc7474256a55bfa5e53898 - 0.0% (693 Bytes)


History
2024-09-26 21:31:42 UTC

BusyBox 1.37.0 (glibc), Debian 13

2026-05-15 11:04:40 UTC (buildkit.dockerfile.v0)

MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>

2026-05-15 11:04:40 UTC (buildkit.dockerfile.v0)

COPY /rootfs / # buildkit

2026-05-19 10:04:59 UTC (buildkit.dockerfile.v0)

LABEL maintainer=The Prometheus Authors <prometheus-developers@googlegroups.com>

2026-05-19 10:04:59 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=The Prometheus Authors org.opencontainers.image.vendor=Prometheus org.opencontainers.image.title=Prometheus org.opencontainers.image.description=The Prometheus monitoring system and time series database org.opencontainers.image.source=https://github.com/prometheus/prometheus org.opencontainers.image.url=https://github.com/prometheus/prometheus org.opencontainers.image.documentation=https://prometheus.io/docs org.opencontainers.image.licenses=Apache License 2.0 io.prometheus.image.variant=busybox

2026-05-19 10:04:59 UTC (buildkit.dockerfile.v0)

ARG ARCH=s390x

2026-05-19 10:04:59 UTC (buildkit.dockerfile.v0)

ARG OS=linux

2026-05-19 10:04:59 UTC (buildkit.dockerfile.v0)

COPY .build/linux-s390x/prometheus /bin/prometheus # buildkit

2026-05-19 10:05:00 UTC (buildkit.dockerfile.v0)

COPY .build/linux-s390x/promtool /bin/promtool # buildkit

2026-05-19 10:05:00 UTC (buildkit.dockerfile.v0)

COPY documentation/examples/prometheus.yml /etc/prometheus/prometheus.yml # buildkit

2026-05-19 10:05:00 UTC (buildkit.dockerfile.v0)

COPY LICENSE /LICENSE # buildkit

2026-05-19 10:05:00 UTC (buildkit.dockerfile.v0)

COPY NOTICE /NOTICE # buildkit

2026-05-19 10:05:00 UTC (buildkit.dockerfile.v0)

COPY npm_licenses.tar.bz2 /npm_licenses.tar.bz2 # buildkit

2026-05-19 10:05:00 UTC (buildkit.dockerfile.v0)

WORKDIR /prometheus

2026-05-19 10:05:00 UTC (buildkit.dockerfile.v0)

RUN |2 ARCH=s390x OS=linux /bin/sh -c chown -R nobody:nobody /etc/prometheus /prometheus && chmod g+w /prometheus # buildkit

2026-05-19 10:05:00 UTC (buildkit.dockerfile.v0)

USER nobody

2026-05-19 10:05:00 UTC (buildkit.dockerfile.v0)

EXPOSE map[9090/tcp:{}]

2026-05-19 10:05:00 UTC (buildkit.dockerfile.v0)

VOLUME [/prometheus]

2026-05-19 10:05:00 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/bin/prometheus"]

2026-05-19 10:05:00 UTC (buildkit.dockerfile.v0)

CMD ["--config.file=/etc/prometheus/prometheus.yml" "--storage.tsdb.path=/prometheus"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.