Namespace
bitnami
Image / Tag
prometheus:2.11.1-ol-7-r24
Content Digest
sha256:762fb1b3569d4d083302e2969f6490af4b10317f77af1df97fb4df9f4c3559ab
Details
Created

2019-08-04 02:54:31 UTC

Size

140 MB

Content Digest
Labels
  • maintainer
    Bitnami <containers@bitnami.com>

Environment
BITNAMI_APP_NAME

prometheus

BITNAMI_IMAGE_VERSION

2.11.1-ol-7-r24

GOSU_GPG_KEY

B42F6819007F00F88E364FD4036A9C25BF357DD4

GOSU_VERSION

1.10

GPG_KEY_SERVERS_LIST

ha.pool.sks-keyservers.net hkp://p80.pool.sks-keyservers.net:80 keyserver.ubuntu.com hkp://keyserver.ubuntu.com:80 pgp.mit.edu

IMAGE_OS

ol-7

NAMI_VERSION

1.0.0-1

PATH

/opt/bitnami/prometheus/bin:/opt/bitnami/nami/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TINI_GPG_KEY

595E85A6B1B4779EA4DAAEC70B588DFF0527A9B7

TINI_VERSION

v0.13.2


Layers

[#000] sha256:ad18637d63f5173516a687c5ecae2fe0a624b508d064de19476364a793cb8962 - 29.11% (40.6 MB)

[#001] sha256:69222f7b79fa1b2e50e57f95212a50311ca2482df0636afdec42e9058b5ca7ff - 0.0% (5.42 KB)

[#002] sha256:454e13d85ff5ee854d0119e6827c82dc6c45a0c6188d8fa9b590bd9f45d662fa - 25.3% (35.3 MB)

[#003] sha256:a17b7ae811595b689907201f8a1e999c2c74ef0cbe81c81139ddfb4976a98743 - 0.0% (1.1 KB)

[#004] sha256:4ed268a442f87e35c75e16926cc5e66ce8d07f7b8ba3e22b66c2772025f95b90 - 8.55% (11.9 MB)

[#005] sha256:bcef9f7e42f8c2d2b1f5811b4f914e92add0afb14782c2aa0a03089201a842e2 - 0.01% (17.5 KB)

[#006] sha256:1146e821f0aadf6f57136eb668a594ae61de453cbdcbf3f9f90bbec6c36ac4b2 - 0.45% (640 KB)

[#007] sha256:43bffdef9a508b4ed2b4ec604b5c37aa35111ed14fd7793a9c9c7438cf37a56e - 2.55% (3.56 MB)

[#008] sha256:8c87e43dfdf25534c5aa0b0d9030652e0d525aee516aad2792d9eff8a3001ed0 - 34.03% (47.5 MB)

[#009] sha256:b3672fd16c52fb16ed570182add6ccf0ee571d1e54b73109e406e5845efa28ab - 0.0% (173 Bytes)


History
2018-08-30 21:49:27 UTC

/bin/sh -c #(nop) MAINTAINER Oracle Linux Product Team <ol-ovm-info_ww@oracle.com>

2019-06-24 22:24:02 UTC

/bin/sh -c #(nop) ADD file:4400deba5d19b541270a697d26a15d547c81e3f035f7ec39e9f6918e0150501c in /

2019-06-24 22:24:02 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2019-08-04 02:40:46 UTC

/bin/sh -c #(nop) LABEL maintainer=Bitnami <containers@bitnami.com>

2019-08-04 02:40:46 UTC

/bin/sh -c #(nop) ENV IMAGE_OS=ol-7

2019-08-04 02:40:46 UTC

/bin/sh -c #(nop) COPY dir:d8ee437d120e7a802f90f8746787afc4b2befd0a274625e1f7cf3b896771e4b4 in /

2019-08-04 02:41:13 UTC

/bin/sh -c yum-config-manager --enable ol7_developer_EPEL ol7_optional_latest && yum upgrade -y && install_packages tar gzip curl ca-certificates sudo procps-ng libaio-devel which && useradd -ms /bin/bash bitnami && mkdir -p /opt/bitnami && chown bitnami:bitnami /opt/bitnami && sed -i -e 's/\s*Defaults\s*secure_path\s*=/# Defaults secure_path=/' /etc/sudoers && echo "bitnami ALL=NOPASSWD: ALL" >> /etc/sudoers

2019-08-04 02:41:14 UTC

/bin/sh -c sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && sed -i 's/^PASS_MIN_DAYS.*/PASS_MIN_DAYS 1/' /etc/login.defs

2019-08-04 02:41:14 UTC

/bin/sh -c #(nop) ENV NAMI_VERSION=1.0.0-1

2019-08-04 02:41:17 UTC

/bin/sh -c cd /tmp && curl -sSLO https://nami-prod.s3.amazonaws.com/tools/nami/releases/nami-$NAMI_VERSION-linux-x64.tar.gz && echo "80488279b056d5e9c183fe34097c5f496715ab16a602afcc9f78d59f15139a16 nami-$NAMI_VERSION-linux-x64.tar.gz" | sha256sum -c - && mkdir -p /opt/bitnami/nami && tar xzf nami-$NAMI_VERSION-linux-x64.tar.gz --strip 1 -C /opt/bitnami/nami && rm nami-$NAMI_VERSION-linux-x64.tar.gz

2019-08-04 02:41:17 UTC

/bin/sh -c #(nop) ENV GPG_KEY_SERVERS_LIST=ha.pool.sks-keyservers.net hkp://p80.pool.sks-keyservers.net:80 keyserver.ubuntu.com hkp://keyserver.ubuntu.com:80 pgp.mit.edu

2019-08-04 02:41:17 UTC

/bin/sh -c #(nop) ENV TINI_VERSION=v0.13.2 TINI_GPG_KEY=595E85A6B1B4779EA4DAAEC70B588DFF0527A9B7

2019-08-04 02:41:18 UTC

/bin/sh -c cd /tmp && for server in $(shuf -e $GPG_KEY_SERVERS_LIST) ; do gpg --keyserver "$server" --recv-keys $TINI_GPG_KEY && break || : ; done && gpg --fingerprint $TINY_GPG_KEY | grep -q "Key fingerprint = 6380 DC42 8747 F6C3 93FE ACA5 9A84 159D 7001 A4E5" && curl -sSL https://github.com/krallin/tini/releases/download/$TINI_VERSION/tini.asc -o tini.asc && curl -sSL https://github.com/krallin/tini/releases/download/$TINI_VERSION/tini -o /usr/local/bin/tini && gpg --verify tini.asc /usr/local/bin/tini && chmod +x /usr/local/bin/tini && rm tini.asc

2019-08-04 02:41:19 UTC

/bin/sh -c #(nop) ENV GOSU_VERSION=1.10 GOSU_GPG_KEY=B42F6819007F00F88E364FD4036A9C25BF357DD4

2019-08-04 02:41:21 UTC

/bin/sh -c cd /tmp && for server in $(shuf -e $GPG_KEY_SERVERS_LIST) ; do gpg --keyserver "$server" --recv-keys $GOSU_GPG_KEY && break || : ; done && gpg --fingerprint $GOSU_GPG_KEY | grep -q "Key fingerprint = B42F 6819 007F 00F8 8E36 4FD4 036A 9C25 BF35 7DD4" && curl -sSL https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-amd64.asc -o gosu.asc && curl -sSL https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-amd64 -o /usr/local/bin/gosu && gpg --verify gosu.asc /usr/local/bin/gosu && chmod +x /usr/local/bin/gosu && rm gosu.asc

2019-08-04 02:41:21 UTC

/bin/sh -c #(nop) ENV PATH=/opt/bitnami/nami/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2019-08-04 02:41:21 UTC

/bin/sh -c #(nop) ENV BITNAMI_IMAGE_VERSION=7-r417

2019-08-04 02:41:21 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/entrypoint.sh"]

2019-08-04 02:54:18 UTC

/bin/sh -c #(nop) LABEL maintainer=Bitnami <containers@bitnami.com>

2019-08-04 02:54:27 UTC

/bin/sh -c install_packages ca-certificates wget

2019-08-04 02:54:29 UTC

/bin/sh -c wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/prometheus-2.11.1-0-linux-x86_64-ol-7.tar.gz && echo "619bc21049a61d49c4aba1f8e6a4fbc62aff65b1b1b761cd65753dac6031c7f4 /tmp/bitnami/pkg/cache/prometheus-2.11.1-0-linux-x86_64-ol-7.tar.gz" | sha256sum -c - && tar -zxf /tmp/bitnami/pkg/cache/prometheus-2.11.1-0-linux-x86_64-ol-7.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && rm -rf /tmp/bitnami/pkg/cache/prometheus-2.11.1-0-linux-x86_64-ol-7.tar.gz

2019-08-04 02:54:30 UTC

/bin/sh -c mkdir -p /opt/bitnami/prometheus/data/ && chmod g+rwX /opt/bitnami/prometheus/data/

2019-08-04 02:54:30 UTC

/bin/sh -c #(nop) ENV BITNAMI_APP_NAME=prometheus BITNAMI_IMAGE_VERSION=2.11.1-ol-7-r24 PATH=/opt/bitnami/prometheus/bin:/opt/bitnami/nami/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2019-08-04 02:54:31 UTC

/bin/sh -c #(nop) EXPOSE 9090

2019-08-04 02:54:31 UTC

/bin/sh -c #(nop) WORKDIR /opt/bitnami/prometheus

2019-08-04 02:54:31 UTC

/bin/sh -c #(nop) USER 1001

2019-08-04 02:54:31 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/opt/bitnami/prometheus/bin/prometheus"]

2019-08-04 02:54:31 UTC

/bin/sh -c #(nop) CMD ["--config.file=/opt/bitnami/prometheus/conf/prometheus.yml" "--storage.tsdb.path=/opt/bitnami/prometheus/data" "--web.console.libraries=/opt/bitnami/prometheus/conf/console_libraries" "--web.console.templates=/opt/bitnami/prometheus/conf/consoles"]

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.

Delete