2018-04-06 23:14:15 UTC
76.3 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZBX_DB_TYPEnone
ZBX_OPT_TYPEnone
ZBX_SOURCESsvn://svn.zabbix.com/tags/3.0.16/
ZBX_TYPEagent
ZBX_VERSION3.0.16
[#000] sha256:469cfcc7a4b3947a4fa549c68cf4f8570be53779725f0c19f3d33d1520b08db0 - 91.46% (69.8 MB)
[#001] sha256:0e208333b588b7fa64eddd811e9ac9cd51926acc4ee75ac8b2a80bf4b67ad0e9 - 0.61% (476 KB)
[#002] sha256:25be6fa6588f0cd9a1f97f0c5078440c7479aac97f935f183c1e7936a6a6b1ae - 7.92% (6.05 MB)
[#003] sha256:e9952c8f006b4f3d5a4142d9718d39609c43aad31741285ec4b2336caa83f392 - 0.01% (8.11 KB)
/bin/sh -c #(nop) ADD file:f755805244a649eccae3a3e63be291048deeb23e1c5a500d2f92b4eedc452322 in /
2018-04-06 21:01:50 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=20180402
2018-04-06 21:01:51 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2018-04-06 23:05:08 UTC/bin/sh -c #(nop) LABEL maintainer=Alexey Pustovalov <alexey.pustovalov@zabbix.com>
2018-04-06 23:05:09 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2018-04-06 23:05:09 UTC/bin/sh -c #(nop) ARG VCS_REF
2018-04-06 23:05:10 UTC/bin/sh -c #(nop) ARG YUM_FLAGS_COMMON=--quiet -y
2018-04-06 23:05:10 UTC/bin/sh -c #(nop) ARG YUM_FLAGS_PERSISTANT=--quiet -y
2018-04-06 23:05:10 UTC/bin/sh -c #(nop) ARG YUM_FLAGS_DEV=--quiet -y
2018-04-06 23:05:11 UTC/bin/sh -c #(nop) ENV TERM=xterm ZBX_TYPE=agent ZBX_DB_TYPE=none ZBX_OPT_TYPE=none
2018-04-06 23:05:11 UTC/bin/sh -c #(nop) LABEL org.label-schema.name=zabbix-agent-centos org.label-schema.vendor=Zabbix LLC org.label-schema.url=https://zabbix.com/ org.label-schema.description=Zabbix agent is deployed on a monitoring target to actively monitor local resources and applications org.label-schema.vcs-ref=3.0.16 org.label-schema.build-date=2018-04-06T23:04:33Z org.label-schema.schema-version=1.0 org.label-schema.license=GPL 2.0
2018-04-06 23:05:11 UTC/bin/sh -c #(nop) STOPSIGNAL [SIGTERM]
2018-04-06 23:06:41 UTC|5 BUILD_DATE=2018-04-06T23:04:33Z VCS_REF=3.0.16 YUM_FLAGS_COMMON=--quiet -y YUM_FLAGS_DEV=--quiet -y YUM_FLAGS_PERSISTANT=--quiet -y /bin/sh -c groupadd --system zabbix && adduser -r --shell /sbin/nologin -g zabbix -d /var/lib/zabbix/ 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 && chown --quiet -R zabbix:root /var/lib/zabbix && yum ${YUM_FLAGS_COMMON} makecache && yum ${YUM_FLAGS_PERSISTANT} install libldap openssl-libs && yum ${YUM_FLAGS_PERSISTANT} clean all && rm -rf /var/cache/yum/
2018-04-06 23:06:42 UTC/bin/sh -c #(nop) ARG MAJOR_VERSION=3.0
2018-04-06 23:06:42 UTC/bin/sh -c #(nop) ARG ZBX_VERSION=3.0.16
2018-04-06 23:06:42 UTC/bin/sh -c #(nop) ARG ZBX_SOURCES=svn://svn.zabbix.com/tags/3.0.16/
2018-04-06 23:06:43 UTC/bin/sh -c #(nop) ENV ZBX_VERSION=3.0.16 ZBX_SOURCES=svn://svn.zabbix.com/tags/3.0.16/
2018-04-06 23:06:43 UTC/bin/sh -c #(nop) LABEL org.label-schema.usage=https://www.zabbix.com/documentation/3.0/manual/installation/containers org.label-schema.version=3.0.16 org.label-schema.vcs-url=svn://svn.zabbix.com/tags/3.0.16/ org.label-schema.docker.cmd=docker run --name zabbix-agent --link zabbix-server:zabbix-server -p 10050:10050 -d zabbix-agent:centos-3.0.16
2018-04-06 23:14:14 UTC|6 BUILD_DATE=2018-04-06T23:04:33Z MAJOR_VERSION=3.0 VCS_REF=3.0.16 YUM_FLAGS_COMMON=--quiet -y YUM_FLAGS_DEV=--quiet -y YUM_FLAGS_PERSISTANT=--quiet -y /bin/sh -c yum --quiet makecache && yum ${YUM_FLAGS_DEV} install autoconf automake make openssl-devel openldap-devel subversion gcc && cd /tmp/ && svn --quiet export ${ZBX_SOURCES} zabbix-${ZBX_VERSION} 1>/dev/null && cd /tmp/zabbix-${ZBX_VERSION} && zabbix_revision=`set -o pipefail && svn info ${ZBX_SOURCES} |grep "Last Changed Rev"|awk '{print $4;}'` && sed -i "s/{ZABBIX_REVISION}/$zabbix_revision/g" include/version.h && ./bootstrap.sh 1>/dev/null && 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-ldap --with-openssl --enable-ipv6 --silent && make -j"$(nproc)" -s 1>/dev/null && cp src/zabbix_agent/zabbix_agentd /usr/sbin/zabbix_agentd && cp src/zabbix_get/zabbix_get /usr/bin/zabbix_get && cp src/zabbix_sender/zabbix_sender /usr/bin/zabbix_sender && cp conf/zabbix_agentd.conf /etc/zabbix/zabbix_agentd.conf && chown --quiet -R zabbix:root /etc/zabbix && cd /tmp/ && rm -rf /tmp/zabbix-${ZBX_VERSION}/ && yum ${YUM_FLAGS_COMMON} history undo `yum history | sed -n 4p |column -t | cut -d' ' -f1` 1>/dev/null && yum ${YUM_FLAGS_COMMON} clean all && rm -rf /etc/udev/hwdb.bin && rm -rf /var/cache/yum && rm -rf /var/lib/yum/yumdb/* && rm -rf /usr/lib/udev/hwdb.d/* && rm -rf /root/.pki && rm -rf /root/.subversion
2018-04-06 23:14:15 UTC/bin/sh -c #(nop) EXPOSE 10050/tcp
2018-04-06 23:14:15 UTC/bin/sh -c #(nop) WORKDIR /var/lib/zabbix
2018-04-06 23:14:15 UTC/bin/sh -c #(nop) VOLUME [/etc/zabbix/zabbix_agentd.d /var/lib/zabbix/enc /var/lib/zabbix/modules]
2018-04-06 23:14:15 UTC/bin/sh -c #(nop) COPY file:532790bc3f68622911441346fd93ea6b11c1a57478c47c34ddda3112a29ee4b0 in /usr/bin/
2018-04-06 23:14:15 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
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.