2018-08-27 18:55:31 UTC
131 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZBX_DB_TYPEmysql
ZBX_OPT_TYPEnginx
ZBX_SOURCESsvn://svn.zabbix.com/tags/3.0.21/
ZBX_TYPEfrontend
ZBX_VERSION3.0.21
[#000] sha256:256b176beaff7815db2a93ee2071621ae88f451bb1e198ca73010ed5bba79b65 - 54.42% (71.2 MB)
[#001] sha256:953b7d37d736a8a6a207427ff4c540a082c1305c68d81390c8731dad307ccb00 - 4.6% (6.02 MB)
[#002] sha256:14de3eaa9546d000712547de0942794337bda9060c099c30c7c161d45606671f - 40.97% (53.6 MB)
[#003] sha256:a5da34931307b860fb931bb4a06f617723d338662762eb9b7866a4814157363d - 0.0% (990 Bytes)
[#004] sha256:47a21949c894685bf03e6e97124dab9badab72b2f90ee25289af628ee9839416 - 0.0% (956 Bytes)
[#005] sha256:0fb7cc87756e3e29d6afc10d5895d1aa39fd46d2bed12b1eb611d3e58fac7410 - 0.0% (1.26 KB)
[#006] sha256:86c1443acd4a8f63297c0179b63940d89cdc92c98781bd577915638023ac126a - 0.0% (452 Bytes)
[#007] sha256:7439fe308f48941e0f65b9a90fdf0efd900deedf2f0b2539aee1903041fffa05 - 0.0% (797 Bytes)
[#008] sha256:ed13bdbfdaed54303a269744eea69ce81850addb4c35e8b188366e6967367e03 - 0.01% (7.16 KB)
[#009] sha256:4a72f00335760934b8dfbd80bda7489848e341f2bbe6af06af5ac730401a705d - 0.0% (312 Bytes)
[#010] sha256:c340ce9e94fe75273220654f17640a3ee851edefa370144c3250fa6c430cb831 - 0.01% (8.24 KB)
/bin/sh -c #(nop) ADD file:6340c690b08865d7eb84a36050a0ab0e8effc2b010a4ccb20b810153a97a9228 in /
2018-08-06 19:21:47 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=20180804
2018-08-06 19:21:48 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2018-08-27 18:53:02 UTC/bin/sh -c #(nop) LABEL maintainer=Alexey Pustovalov <[email protected]>
2018-08-27 18:53:02 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2018-08-27 18:53:03 UTC/bin/sh -c #(nop) ARG VCS_REF
2018-08-27 18:53:03 UTC/bin/sh -c #(nop) ARG YUM_FLAGS_COMMON=-y
2018-08-27 18:53:03 UTC/bin/sh -c #(nop) ARG YUM_FLAGS_PERSISTENT=-y
2018-08-27 18:53:04 UTC/bin/sh -c #(nop) ARG MAJOR_VERSION=3.0
2018-08-27 18:53:04 UTC/bin/sh -c #(nop) ARG ZBX_VERSION=3.0.21
2018-08-27 18:53:04 UTC/bin/sh -c #(nop) ARG ZBX_SOURCES=svn://svn.zabbix.com/tags/3.0.21/
2018-08-27 18:53:05 UTC/bin/sh -c #(nop) ENV TERM=xterm ZBX_VERSION=3.0.21 ZBX_SOURCES=svn://svn.zabbix.com/tags/3.0.21/ ZBX_TYPE=frontend ZBX_DB_TYPE=mysql ZBX_OPT_TYPE=nginx
2018-08-27 18:53:05 UTC/bin/sh -c #(nop) LABEL org.label-schema.name=zabbix-web-nginx-mysql-centos org.label-schema.vendor=Zabbix LLC org.label-schema.url=https://zabbix.com/ org.label-schema.description=Zabbix web-interface based on Nginx web server with MySQL database support org.label-schema.vcs-ref= org.label-schema.build-date= org.label-schema.schema-version=1.0 org.label-schema.license=GPL v2.0 org.label-schema.usage=https://www.zabbix.com/documentation/3.0/manual/installation/containers org.label-schema.version=3.0.21 org.label-schema.vcs-url=svn://svn.zabbix.com/tags/3.0.21/ org.label-schema.docker.cmd=docker run --name zabbix-web-nginx-mysql --link mysql-server:mysql --link zabbix-server:zabbix-server -p 80:80 -d zabbix-web-nginx-mysql:centos-3.0.21
2018-08-27 18:53:06 UTC/bin/sh -c #(nop) STOPSIGNAL SIGTERM
2018-08-27 18:53:12 UTC/bin/sh -c #(nop) COPY dir:b8c21313c0296dfd882b66c2a59d93b879d14cb382a596fdda4b9ee5272c7e48 in /usr/share/zabbix/
2018-08-27 18:55:29 UTC|3 MAJOR_VERSION=3.0 YUM_FLAGS_COMMON=-y YUM_FLAGS_PERSISTENT=-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/web && chown --quiet -R zabbix:root /etc/zabbix && yum ${YUM_FLAGS_COMMON} makecache && yum ${YUM_FLAGS_PERSISTENT} install epel-release && yum ${YUM_FLAGS_PERSISTENT} install dejavu-sans-fonts curl mariadb nginx php-bcmath php-fpm php-gd php-ldap php-mbstring php-mysql php-xml supervisor && ln -s /usr/share/fonts/dejavu/DejaVuSans.ttf /usr/share/zabbix/fonts/graphfont.ttf && rm -f /etc/php-fpm.d/www.conf && mkdir -p /var/lib/php/ && chown --quiet -R nginx:nginx /var/lib/php/ && yum ${YUM_FLAGS_PERSISTENT} clean all && rm -rf /var/cache/yum/
2018-08-27 18:55:29 UTC/bin/sh -c #(nop) EXPOSE 443/TCP 80/TCP
2018-08-27 18:55:29 UTC/bin/sh -c #(nop) WORKDIR /usr/share/zabbix
2018-08-27 18:55:29 UTC/bin/sh -c #(nop) VOLUME [/etc/ssl/nginx]
2018-08-27 18:55:30 UTC/bin/sh -c #(nop) COPY dir:a0a1fabe2827cc31129e30eefb7ad1f8fb6f8bd721d22a46fcb5654efb108f84 in /etc/supervisor/
2018-08-27 18:55:30 UTC/bin/sh -c #(nop) COPY file:c1a0283ef14ff6de2a60a99f0d2b989827524f99d3aab3b85fdaa9be7e5de603 in /etc/zabbix/
2018-08-27 18:55:30 UTC/bin/sh -c #(nop) COPY file:c76e29099131915ad2f224645b6004f917a9d1bb52c7aa5f11892fe3981975e3 in /etc/zabbix/
2018-08-27 18:55:30 UTC/bin/sh -c #(nop) COPY file:2faf2d97d3e8c637166c41ea1e48674dd7dc194ece446f0414937dd114940105 in /etc/zabbix/web/
2018-08-27 18:55:30 UTC/bin/sh -c #(nop) COPY file:db886323859e325144aaea2e458acae64ea9b6bfde527a3ec384db0476298aa4 in /etc/nginx/
2018-08-27 18:55:31 UTC/bin/sh -c #(nop) COPY file:2c5613ec9216298d63a9f4a355be6c963859d4f3f1f73441926917e78e11140d in /etc/php-fpm.conf
2018-08-27 18:55:31 UTC/bin/sh -c #(nop) COPY file:5e45740933fedd62f534b33949cc42996bb793336018be10c162b063fe3adeb4 in /etc/php.d/99-zabbix.ini
2018-08-27 18:55:31 UTC/bin/sh -c #(nop) COPY file:393d1a862b5da131ddc680e031affee40e934728e3b45d0c9c50752f0e309275 in /usr/bin/
2018-08-27 18:55:31 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.