2020-05-13 00:45:46 UTC
85.7 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
TINI_VERSIONv0.19.0
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION5.0.0
[#000] sha256:524b0c1e57f8ee5fee01a1decba2f301c324a6513ca3551021264e3aa7341ebc - 84.44% (72.4 MB)
[#001] sha256:d15e0322969c8641f966173fa84110a30c72517203128d3c14b2c4fe1c5b4f2a - 7.16% (6.14 MB)
[#002] sha256:5a0b187c7b4cf83f1e6b56105f458469e5676e2d8244b97299df1958d1accda5 - 8.39% (7.19 MB)
[#003] sha256:f8dedd329060447390f0fd984d65a4571ffb970543aafb70121e8b8ae66486ee - 0.0% (2.04 KB)
/bin/sh -c #(nop) ADD file:38e2d2a1a0cd8694bd5086f257fdf7504f0c2481bf4f746c9bd1c8d9f3f6430d in /
2020-05-05 21:20:06 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0 org.label-schema.name=CentOS Base Image org.label-schema.vendor=CentOS org.label-schema.license=GPLv2 org.label-schema.build-date=20200504 org.opencontainers.image.title=CentOS Base Image org.opencontainers.image.vendor=CentOS org.opencontainers.image.licenses=GPL-2.0-only org.opencontainers.image.created=2020-05-04 00:00:00+01:00
2020-05-05 21:20:07 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-05-13 00:39:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Zabbix agent org.opencontainers.image.authors=Alexey Pustovalov <alexey.pustovalov@zabbix.com> org.opencontainers.image.vendor=Zabbix LLC org.opencontainers.image.url=https://zabbix.com/ org.opencontainers.image.description=Zabbix agent is deployed on a monitoring target to actively monitor local resources and applications org.opencontainers.image.licenses=GPL v2.0
2020-05-13 00:39:40 UTC/bin/sh -c #(nop) STOPSIGNAL SIGTERM
2020-05-13 00:39:40 UTC/bin/sh -c #(nop) ENV TINI_VERSION=v0.19.0
2020-05-13 00:40:06 UTC/bin/sh -c set -eux && groupadd -g 1995 --system zabbix && adduser -r --shell /sbin/nologin -g zabbix -G root -d /var/lib/zabbix/ -u 1997 zabbix && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/zabbix_agentd.d && mkdir -p /var/lib/zabbix && mkdir -p /var/lib/zabbix/enc && mkdir -p /var/lib/zabbix/modules && yum --quiet makecache && yum -y install --setopt=tsflags=nodocs libldap libcurl openssl-libs && curl -L https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini -o /sbin/tini && curl -L https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini.asc -o /tini.asc && gpg --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 595E85A6B1B4779EA4DAAEC70B588DFF0527A9B7 && gpg --batch --verify /tini.asc /sbin/tini && rm -rf /root/.gnupg && chmod +x /sbin/tini && yum -y clean all && rm -rf /var/cache/yum /var/lib/yum/yumdb/* /usr/lib/udev/hwdb.d/* && rm -rf /etc/udev/hwdb.bin /root/.pki
2020-05-13 00:40:07 UTC/bin/sh -c #(nop) ARG MAJOR_VERSION=5.0
2020-05-13 00:40:08 UTC/bin/sh -c #(nop) ARG ZBX_VERSION=5.0.0
2020-05-13 00:40:08 UTC/bin/sh -c #(nop) ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2020-05-13 00:40:09 UTC/bin/sh -c #(nop) ENV TERM=xterm ZBX_VERSION=5.0.0 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2020-05-13 00:40:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://www.zabbix.com/documentation/5.0/manual/installation/containers org.opencontainers.image.version=5.0.0 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git
2020-05-13 00:45:44 UTC|1 MAJOR_VERSION=5.0 /bin/sh -c set -eux && yum --quiet makecache && yum -y install --setopt=tsflags=nodocs autoconf automake libcurl-devel make openssl-devel openldap-devel git gcc && cd /tmp/ && git clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && cd /tmp/zabbix-${ZBX_VERSION} && zabbix_revision=`git rev-parse --short HEAD` && sed -i "s/{ZABBIX_REVISION}/$zabbix_revision/g" include/version.h && ./bootstrap.sh && export CFLAGS="-fPIC -pie -Wl,-z,relro -Wl,-z,now" && ./configure --datadir=/usr/lib --libdir=/usr/lib/zabbix --prefix=/usr --sysconfdir=/etc/zabbix --prefix=/usr --enable-agent --with-libcurl --with-ldap --with-openssl --enable-ipv6 --silent && make -j"$(nproc)" -s && cp /tmp/zabbix-${ZBX_VERSION}/src/zabbix_agent/zabbix_agentd /usr/sbin/zabbix_agentd && cp /tmp/zabbix-${ZBX_VERSION}/src/zabbix_get/zabbix_get /usr/bin/zabbix_get && cp /tmp/zabbix-${ZBX_VERSION}/src/zabbix_sender/zabbix_sender /usr/bin/zabbix_sender && cp /tmp/zabbix-${ZBX_VERSION}/conf/zabbix_agentd.conf /etc/zabbix/zabbix_agentd.conf && cd /tmp/ && rm -rf /tmp/zabbix-${ZBX_VERSION}/ && yum -y history undo `yum -q history | sed -n 3p |column -t | cut -d' ' -f1` && yum -y clean all && chown --quiet -R zabbix:root /etc/zabbix/ /var/lib/zabbix/ && chgrp -R 0 /etc/zabbix/ /var/lib/zabbix/ && chmod -R g=u /etc/zabbix/ /var/lib/zabbix/ && rm -rf /var/cache/yum /var/lib/yum/yumdb/* /usr/lib/udev/hwdb.d/* && rm -rf /etc/udev/hwdb.bin /root/.pki
2020-05-13 00:45:44 UTC/bin/sh -c #(nop) EXPOSE 10050/TCP
2020-05-13 00:45:44 UTC/bin/sh -c #(nop) WORKDIR /var/lib/zabbix
2020-05-13 00:45:45 UTC/bin/sh -c #(nop) VOLUME [/etc/zabbix/zabbix_agentd.d /var/lib/zabbix/enc /var/lib/zabbix/modules]
2020-05-13 00:45:45 UTC/bin/sh -c #(nop) COPY file:1304d5877f191bb3df1b3634352554bf9a247caf39d20d256ccb16045f710f41 in /usr/bin/
2020-05-13 00:45:45 UTC/bin/sh -c #(nop) ENTRYPOINT ["/sbin/tini" "--" "/usr/bin/docker-entrypoint.sh"]
2020-05-13 00:45:46 UTC/bin/sh -c #(nop) USER 1997
2020-05-13 00:45:46 UTC/bin/sh -c #(nop) CMD ["/usr/sbin/zabbix_agentd" "--foreground" "-c" "/etc/zabbix/zabbix_agentd.conf"]
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.