2020-05-28 17:16:17 UTC
45.9 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION5.0.1
[#000] sha256:cbdbe7a5bc2a134ca8ec91be58565ec07d037386d1f1d8385412d224deafca08 - 5.84% (2.68 MB)
[#001] sha256:363404f09c7e31de4b0d503e987832630429e98c0076fffec6f8f10e63ea3a79 - 76.1% (34.9 MB)
[#002] sha256:b4036a3ab750f94b0b0e5bd70d221d26a49a9175dacb7245ccde3674fe9be30f - 0.01% (3.72 KB)
[#003] sha256:144806739d540a9540a39097c0b28d9d32ab12b016ad57d3049f385467a29807 - 18.04% (8.28 MB)
[#004] sha256:556ce8145bdfa034654c2a52149a8cf2306ce16b5e873858afa262df712f6f5a - 0.01% (3.15 KB)
/bin/sh -c #(nop) ADD file:b91adb67b670d3a6ff9463e48b7def903ed516be66fc4282d22c53e41512be49 in /
2020-04-24 01:05:03 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-05-12 09:40:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Zabbix web-interface (Nginx, MySQL) org.opencontainers.image.authors=Alexey Pustovalov <[email protected]> org.opencontainers.image.vendor=Zabbix LLC org.opencontainers.image.url=https://zabbix.com/ org.opencontainers.image.description=Zabbix web-interface based on Nginx web server with MySQL database support org.opencontainers.image.licenses=GPL v2.0
2020-05-12 09:40:43 UTC/bin/sh -c #(nop) STOPSIGNAL SIGTERM
2020-05-12 09:41:03 UTC/bin/sh -c set -eux && addgroup -S -g 1995 zabbix && adduser -S -D -G zabbix -G root -u 1997 -h /var/lib/zabbix/ -H zabbix && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/web && mkdir -p /var/lib/php/session && apk add --clean-protected --no-cache bash curl mariadb-client mariadb-connector-c nginx php7-bcmath php7-ctype php7-fpm php7-gd php7-gettext php7-json php7-ldap php7-mbstring php7-mysqli php7-session php7-simplexml php7-sockets php7-fileinfo php7-xmlreader php7-xmlwriter supervisor && rm -rf /etc/php7/php-fpm.d/www.conf && rm -f /etc/nginx/conf.d/*.conf && ln -sf /dev/fd/2 /var/lib/nginx/logs/error.log && rm -rf /var/cache/apk/*
2020-05-28 17:16:01 UTC/bin/sh -c #(nop) ARG MAJOR_VERSION=5.0
2020-05-28 17:16:01 UTC/bin/sh -c #(nop) ARG ZBX_VERSION=5.0.1
2020-05-28 17:16:02 UTC/bin/sh -c #(nop) ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2020-05-28 17:16:02 UTC/bin/sh -c #(nop) ENV TERM=xterm ZBX_VERSION=5.0.1 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2020-05-28 17:16:02 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.1 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git
2020-05-28 17:16:02 UTC/bin/sh -c #(nop) COPY dir:1d00f92909bbf3a8b821429eb8e73b3ad2f9ae2242ec97d112b537003dd89551 in /etc/
2020-05-28 17:16:15 UTC|1 MAJOR_VERSION=5.0 /bin/sh -c set -eux && apk add --no-cache --virtual build-dependencies coreutils gettext git && cd /usr/share/ && git clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && mkdir /usr/share/zabbix/ && cp -R /usr/share/zabbix-${ZBX_VERSION}/ui/* /usr/share/zabbix/ && rm -rf /usr/share/zabbix-${ZBX_VERSION}/ && cd /usr/share/zabbix/ && rm -f conf/zabbix.conf.php && rm -rf tests && ./locale/make_mo.sh && ln -s "/etc/zabbix/web/zabbix.conf.php" "/usr/share/zabbix/conf/zabbix.conf.php" && chown --quiet -R zabbix:root /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php /usr/share/zabbix/modules/ && chgrp -R 0 /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php /usr/share/zabbix/modules/ && chmod -R g=u /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php /usr/share/zabbix/modules/ && chown --quiet -R zabbix:root /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chown --quiet -R zabbix:root /var/lib/php/session/ /var/lib/nginx/ && chgrp -R 0 /var/lib/php/session/ /var/lib/nginx/ && chmod -R g=u /var/lib/php/session/ /var/lib/nginx/ && apk del --purge --no-network build-dependencies && rm -rf /var/cache/apk/*
2020-05-28 17:16:15 UTC/bin/sh -c #(nop) EXPOSE 8080/TCP 8443/TCP
2020-05-28 17:16:16 UTC/bin/sh -c #(nop) WORKDIR /usr/share/zabbix
2020-05-28 17:16:16 UTC/bin/sh -c #(nop) VOLUME [/etc/ssl/nginx /usr/share/zabbix/modules]
2020-05-28 17:16:16 UTC/bin/sh -c #(nop) COPY file:26841a98b040b7ad5ab95fa7edd2c5944397119d48ebc6ae583cadf15d6e8c34 in /usr/bin/
2020-05-28 17:16:17 UTC/bin/sh -c #(nop) USER 1997
2020-05-28 17:16:17 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.