2018-09-20 02:54:57 UTC
89.9 MB
node-exporter
BITNAMI_IMAGE_VERSION0.16.0-ol-7-r72
GOSU_GPG_KEYB42F6819007F00F88E364FD4036A9C25BF357DD4
GOSU_VERSION1.10
GPG_KEY_SERVERS_LISTha.pool.sks-keyservers.net hkp://p80.pool.sks-keyservers.net:80 keyserver.ubuntu.com hkp://keyserver.ubuntu.com:80 pgp.mit.edu
IMAGE_OSol-7
NAMI_VERSION0.0.9-0
PATH/opt/bitnami/node-exporter/bin:/opt/bitnami/nami/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TINI_GPG_KEY595E85A6B1B4779EA4DAAEC70B588DFF0527A9B7
TINI_VERSIONv0.13.2
[#000] sha256:9fd8609e6e4daf68b2302642168780715a1ff9de7fbf41119a2694ac7af6a85b - 44.98% (40.4 MB)
[#001] sha256:a3e45f1f72183ffa5f545f88b278340980100c9dec6057fedca2c7551a338a5e - 0.01% (5.36 KB)
[#002] sha256:289ebcb79f7ddaa7a9d0518cfc6d2c64f8d29fda15384375708638b1288e3591 - 38.12% (34.3 MB)
[#003] sha256:bcadd02f05e2dc1f245fd04ffe1423c93db8baa966734c0e22f4d25110efd7dc - 0.0% (1.1 KB)
[#004] sha256:1188608683716e62a310bcaeb4f95fa9e83b9e39b30936b886914834680768ee - 10.52% (9.46 MB)
[#005] sha256:16f6e9473029a5ce98440ea62a968df17e6cb8264e2debc009a2f48cd5a3c8fd - 0.02% (17.5 KB)
[#006] sha256:20b25c05dbedfb7e435e93cf122796eeeb7008ff0adb344d3f43fd5c89b7c3c7 - 0.69% (632 KB)
[#007] sha256:b07507b9ee2dd8457bf5cca86a4a8e1ce630858797a43247b03e780bb5cb3867 - 5.66% (5.09 MB)
/bin/sh -c #(nop) MAINTAINER Oracle Linux Product Team <ol-ovm-info_ww@oracle.com>
2018-08-30 21:49:44 UTC/bin/sh -c #(nop) ADD file:b14c7e37e21972648808d45e898803710dd89252eba55c9b745d6b67a1dc38e6 in /
2018-08-30 21:49:44 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2018-09-20 02:36:23 UTC/bin/sh -c #(nop) LABEL maintainer=Bitnami <containers@bitnami.com>
2018-09-20 02:36:23 UTC/bin/sh -c #(nop) ENV IMAGE_OS=ol-7
2018-09-20 02:36:23 UTC/bin/sh -c #(nop) COPY dir:5cdd7ce9c150fb47832c5179fd3619de7dddd35417d8b9205dcf67629cfe66c9 in /
2018-09-20 02:36:52 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
2018-09-20 02:36:53 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
2018-09-20 02:36:53 UTC/bin/sh -c #(nop) ENV NAMI_VERSION=0.0.9-0
2018-09-20 02:36:55 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 "46e7c8074ef9f61851160713cadcfbe77d4d6a47d58d2b2248d92348d2411994 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
2018-09-20 02:36:55 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
2018-09-20 02:36:55 UTC/bin/sh -c #(nop) ENV TINI_VERSION=v0.13.2 TINI_GPG_KEY=595E85A6B1B4779EA4DAAEC70B588DFF0527A9B7
2018-09-20 02:36:58 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
2018-09-20 02:36:58 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.10 GOSU_GPG_KEY=B42F6819007F00F88E364FD4036A9C25BF357DD4
2018-09-20 02:37:00 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
2018-09-20 02:37:00 UTC/bin/sh -c #(nop) ENV PATH=/opt/bitnami/nami/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2018-09-20 02:37:00 UTC/bin/sh -c #(nop) ENV BITNAMI_IMAGE_VERSION=7-r111
2018-09-20 02:37:01 UTC/bin/sh -c #(nop) ENTRYPOINT ["/entrypoint.sh"]
2018-09-20 02:54:56 UTC/bin/sh -c #(nop) LABEL maintainer=Bitnami <containers@bitnami.com>
2018-09-20 02:54:56 UTC/bin/sh -c #(nop) COPY dir:c31858fa711ddabbb1cbb32b38ae19301a7d11d8cf46efc0b6b7ee0137145502 in /opt/bitnami/node-exporter
2018-09-20 02:54:56 UTC/bin/sh -c #(nop) ENV BITNAMI_APP_NAME=node-exporter BITNAMI_IMAGE_VERSION=0.16.0-ol-7-r72 PATH=/opt/bitnami/node-exporter/bin:/opt/bitnami/nami/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2018-09-20 02:54:57 UTC/bin/sh -c #(nop) EXPOSE 9100/tcp
2018-09-20 02:54:57 UTC/bin/sh -c #(nop) WORKDIR /opt/bitnami/node-exporter
2018-09-20 02:54:57 UTC/bin/sh -c #(nop) USER [1001]
2018-09-20 02:54:57 UTC/bin/sh -c #(nop) ENTRYPOINT ["/opt/bitnami/node-exporter/bin/node_exporter"]
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.