JSON blob 5a2c7fe424271c897a2fec8c2626ab18e6a87e37b1c9429c832ddba65d050f68

{
  "architecture": "amd64",
  "author": "The Prometheus Authors <prometheus-developers@googlegroups.com>",
  "config": {
    "User": "nobody",
    "ExposedPorts": {
      "9090/tcp": {}
    },
    "Env": [
      "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
    ],
    "Entrypoint": [
      "/bin/prometheus"
    ],
    "Cmd": [
      "--config.file=/etc/prometheus/prometheus.yml",
      "--storage.tsdb.path=/prometheus"
    ],
    "Volumes": {
      "/prometheus": {}
    },
    "WorkingDir": "/prometheus",
    "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"
    },
    "ArgsEscaped": true
  },
  "created": "2026-02-25T21:55:14.337039714Z",
  "history": [
    {
      "created": "2024-09-26T21:31:42Z",
      "created_by": "BusyBox 1.37.0 (uclibc), Buildroot 2025.11.1, Debian 13"
    },
    {
      "created": "2026-02-15T10:55:14.737845371Z",
      "created_by": "MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>",
      "comment": "buildkit.dockerfile.v0",
      "empty_layer": true
    },
    {
      "created": "2026-02-15T10:55:14.737845371Z",
      "created_by": "COPY /rootfs / # buildkit",
      "comment": "buildkit.dockerfile.v0"
    },
    {
      "created": "2026-02-25T21:55:13.716403016Z",
      "created_by": "LABEL maintainer=The Prometheus Authors <prometheus-developers@googlegroups.com>",
      "comment": "buildkit.dockerfile.v0",
      "empty_layer": true
    },
    {
      "created": "2026-02-25T21:55:13.716403016Z",
      "created_by": "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",
      "comment": "buildkit.dockerfile.v0",
      "empty_layer": true
    },
    {
      "created": "2026-02-25T21:55:13.716403016Z",
      "created_by": "ARG ARCH=amd64",
      "comment": "buildkit.dockerfile.v0",
      "empty_layer": true
    },
    {
      "created": "2026-02-25T21:55:13.716403016Z",
      "created_by": "ARG OS=linux",
      "comment": "buildkit.dockerfile.v0",
      "empty_layer": true
    },
    {
      "created": "2026-02-25T21:55:13.716403016Z",
      "created_by": "COPY .build/linux-amd64/prometheus /bin/prometheus # buildkit",
      "comment": "buildkit.dockerfile.v0"
    },
    {
      "created": "2026-02-25T21:55:14.169087842Z",
      "created_by": "COPY .build/linux-amd64/promtool /bin/promtool # buildkit",
      "comment": "buildkit.dockerfile.v0"
    },
    {
      "created": "2026-02-25T21:55:14.176864551Z",
      "created_by": "COPY documentation/examples/prometheus.yml /etc/prometheus/prometheus.yml # buildkit",
      "comment": "buildkit.dockerfile.v0"
    },
    {
      "created": "2026-02-25T21:55:14.183535888Z",
      "created_by": "COPY LICENSE /LICENSE # buildkit",
      "comment": "buildkit.dockerfile.v0"
    },
    {
      "created": "2026-02-25T21:55:14.189900158Z",
      "created_by": "COPY NOTICE /NOTICE # buildkit",
      "comment": "buildkit.dockerfile.v0"
    },
    {
      "created": "2026-02-25T21:55:14.19676642Z",
      "created_by": "COPY npm_licenses.tar.bz2 /npm_licenses.tar.bz2 # buildkit",
      "comment": "buildkit.dockerfile.v0"
    },
    {
      "created": "2026-02-25T21:55:14.203188051Z",
      "created_by": "WORKDIR /prometheus",
      "comment": "buildkit.dockerfile.v0"
    },
    {
      "created": "2026-02-25T21:55:14.337039714Z",
      "created_by": "RUN |2 ARCH=amd64 OS=linux /bin/sh -c chown -R nobody:nobody /etc/prometheus /prometheus && chmod g+w /prometheus # buildkit",
      "comment": "buildkit.dockerfile.v0"
    },
    {
      "created": "2026-02-25T21:55:14.337039714Z",
      "created_by": "USER nobody",
      "comment": "buildkit.dockerfile.v0",
      "empty_layer": true
    },
    {
      "created": "2026-02-25T21:55:14.337039714Z",
      "created_by": "EXPOSE map[9090/tcp:{}]",
      "comment": "buildkit.dockerfile.v0",
      "empty_layer": true
    },
    {
      "created": "2026-02-25T21:55:14.337039714Z",
      "created_by": "VOLUME [/prometheus]",
      "comment": "buildkit.dockerfile.v0",
      "empty_layer": true
    },
    {
      "created": "2026-02-25T21:55:14.337039714Z",
      "created_by": "ENTRYPOINT [\"/bin/prometheus\"]",
      "comment": "buildkit.dockerfile.v0",
      "empty_layer": true
    },
    {
      "created": "2026-02-25T21:55:14.337039714Z",
      "created_by": "CMD [\"--config.file=/etc/prometheus/prometheus.yml\" \"--storage.tsdb.path=/prometheus\"]",
      "comment": "buildkit.dockerfile.v0",
      "empty_layer": true
    }
  ],
  "os": "linux",
  "rootfs": {
    "type": "layers",
    "diff_ids": [
      "sha256:7d436b52d5ac38ad1c8c1c7960698ef879ff33c367fdae099f3f97cdf63b2fc5",
      "sha256:6ca845c78f6c4ef9998bdff6ed9bc79e740492177650e471890b3e51a26e2315",
      "sha256:0d06305f69aeba8897db7315d291550d1311876f6b365ce3334892e2dd781e23",
      "sha256:2e0bb5ed7d31ad06bf1f333328ed3243321758c23298d78413681bc52e509a91",
      "sha256:0f2c4bb7c730cd16cdac66e21d5789608877e517aa86d3fadbcdfacddb2af3e1",
      "sha256:1a30198aed2b0b64f0980fb4ada87f30ce3052b9e7457b547d94c64bda2cd804",
      "sha256:868a5246c76b43801f5deb89f925d7d47b768c8035ee3c6663eee505f32d477e",
      "sha256:1a742b7204bbd00a6bcfabb10083b943c2ff242e8a7b2c05f08cddfb356aac91",
      "sha256:a2a0f710d7e4351d430c45713e0fea26e7834424b50f8c663d9f0d299c76d31f",
      "sha256:aba012de671a321a5edbe8af7ae970e104e6d193d1aa957dc8d8fbc047afc0c6"
    ]
  }
}

Images, referring to this json: