2021-03-08 11:23:56 UTC
44.1 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION3.0.32
[#000] sha256:e95f33c60a645d6d31f52fdc334aecec0d79a1b410789eae37fbf69efcd587ab - 6.09% (2.68 MB)
[#001] sha256:db93ccd990611db134bafd26f4c6f731b3b0a8a5a8eb29f3540b2239e6c212aa - 79.28% (35 MB)
[#002] sha256:8f53dd88f07ceeff2a987cb0cf8aed14988d8a1979b342a4bb701252adde7949 - 0.01% (4.14 KB)
[#003] sha256:83f2766663075acb05a6bf81743787744f90cc02831a7060fc0de7f6a0a6ab7e - 14.61% (6.44 MB)
[#004] sha256:83ea728722a9fcd6d07f9a3d6f180f083a9928be91368837acf4f411547d57d8 - 0.01% (2.37 KB)
/bin/sh -c #(nop) ADD file:7eeea546ecde7a036bf634c08719879d32c7ec6ae599708cd91dc1b830735223 in /
2021-02-24 20:20:12 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-03-08 11:23:44 UTC (buildkit.dockerfile.v0)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
2021-03-08 11:23:44 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2021-03-08 11:23:44 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux && addgroup --system --gid 1995 zabbix && adduser --system --gecos "Zabbix monitoring system" --disabled-password --uid 1997 --ingroup zabbix --shell /sbin/nologin --home /var/lib/zabbix/ zabbix && adduser zabbix root && 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/* # buildkit
2021-03-08 11:23:44 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=3.0
2021-03-08 11:23:44 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=3.0.32
2021-03-08 11:23:44 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2021-03-08 11:23:44 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=3.0.32 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2021-03-08 11:23:44 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.documentation=https://www.zabbix.com/documentation/3.0/manual/installation/containers org.opencontainers.image.version=3.0.32 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git
2021-03-08 11:23:44 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2021-03-08 11:23:56 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=3.0 ZBX_VERSION=3.0.32 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /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}/frontends/php/* /usr/share/zabbix/ && rm -rf /usr/share/zabbix-${ZBX_VERSION}/ && cd /usr/share/zabbix/ && rm -f conf/zabbix.conf.php && rm -f conf/maintenance.inc.php && rm -rf tests && ./locale/make_mo.sh && ln -s "/etc/zabbix/web/zabbix.conf.php" "/usr/share/zabbix/conf/zabbix.conf.php" && ln -s "/etc/zabbix/web/maintenance.inc.php" "/usr/share/zabbix/conf/maintenance.inc.php" && chown --quiet -R zabbix:root /etc/zabbix/ && chgrp -R 0 /etc/zabbix/ && chmod -R g=u /etc/zabbix/ && 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/ && chown --quiet -R zabbix:root /usr/share/zabbix/include/defines.inc.php && chgrp -R 0 /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /usr/share/zabbix/include/defines.inc.php && apk del --purge --no-network build-dependencies && rm -rf /var/cache/apk/* # buildkit
2021-03-08 11:23:56 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2021-03-08 11:23:56 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2021-03-08 11:23:56 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2021-03-08 11:23:56 UTC (buildkit.dockerfile.v0)USER 1997
2021-03-08 11:23:56 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2021-03-08 11:24:55 UTC
42.7 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION3.0.32
[#000] sha256:10e3bc1a9288f315752811ab2f438cb080f27de72c30375566135a542c8e03a1 - 5.85% (2.5 MB)
[#001] sha256:619137af8101a058f5e0c84f1b73076b78c7030e92f324c93d660a48f69ad5ff - 79.05% (33.8 MB)
[#002] sha256:1c8cf8f14d9d4c49788d0472b58a3bb7faff14643c5572358d02392b47adad31 - 0.01% (4.14 KB)
[#003] sha256:fc4147e149ab5d1f1a637041819c812433ff42cfb87563efd8d30d710fadade6 - 15.08% (6.44 MB)
[#004] sha256:7c360e4c10c61911c22fca86c93d424b1543bfb101cc5f916a0661fdba05dcb8 - 0.01% (2.37 KB)
/bin/sh -c #(nop) ADD file:72743cfd9913f13553e700f9d9cfdc17b9dc793ebeeb337fd5fe02dc962d4b63 in /
2021-02-24 20:50:46 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-03-08 11:23:49 UTC (buildkit.dockerfile.v0)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
2021-03-08 11:23:49 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2021-03-08 11:23:49 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux && addgroup --system --gid 1995 zabbix && adduser --system --gecos "Zabbix monitoring system" --disabled-password --uid 1997 --ingroup zabbix --shell /sbin/nologin --home /var/lib/zabbix/ zabbix && adduser zabbix root && 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/* # buildkit
2021-03-08 11:23:49 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=3.0
2021-03-08 11:23:49 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=3.0.32
2021-03-08 11:23:49 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2021-03-08 11:23:49 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=3.0.32 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2021-03-08 11:23:49 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.documentation=https://www.zabbix.com/documentation/3.0/manual/installation/containers org.opencontainers.image.version=3.0.32 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git
2021-03-08 11:23:49 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2021-03-08 11:24:55 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=3.0 ZBX_VERSION=3.0.32 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /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}/frontends/php/* /usr/share/zabbix/ && rm -rf /usr/share/zabbix-${ZBX_VERSION}/ && cd /usr/share/zabbix/ && rm -f conf/zabbix.conf.php && rm -f conf/maintenance.inc.php && rm -rf tests && ./locale/make_mo.sh && ln -s "/etc/zabbix/web/zabbix.conf.php" "/usr/share/zabbix/conf/zabbix.conf.php" && ln -s "/etc/zabbix/web/maintenance.inc.php" "/usr/share/zabbix/conf/maintenance.inc.php" && chown --quiet -R zabbix:root /etc/zabbix/ && chgrp -R 0 /etc/zabbix/ && chmod -R g=u /etc/zabbix/ && 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/ && chown --quiet -R zabbix:root /usr/share/zabbix/include/defines.inc.php && chgrp -R 0 /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /usr/share/zabbix/include/defines.inc.php && apk del --purge --no-network build-dependencies && rm -rf /var/cache/apk/* # buildkit
2021-03-08 11:24:55 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2021-03-08 11:24:55 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2021-03-08 11:24:55 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2021-03-08 11:24:55 UTC (buildkit.dockerfile.v0)USER 1997
2021-03-08 11:24:55 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2021-03-08 11:24:59 UTC
41.4 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION3.0.32
[#000] sha256:1a3a062e2a467af6eb6c2a8701b748dbda4bfa88ea0a3c2901d72015da721a72 - 5.58% (2.31 MB)
[#001] sha256:ac3eb305d1270a3876c90ab4aec594ebe6554d5009247a4d78733d2f0ec7c856 - 78.85% (32.6 MB)
[#002] sha256:a209f2d5e974abc91d35ad1b205ffb9e0de7129fcb06392c754fe2ecca29fdd1 - 0.01% (4.15 KB)
[#003] sha256:2b7b707e4a0b8686c37f11d13a6de23947b1e01bd5016b4aebf8864cc258c7cc - 15.56% (6.44 MB)
[#004] sha256:2edfbe3ab500096bd0f10850b120bebcf3a96ad3a0def2ce42f4b767d7f79eb5 - 0.01% (2.37 KB)
/bin/sh -c #(nop) ADD file:82e5f31ae641a6461af880d0c7542790da0501aece98e2bb53441943dc92bd1c in /
2021-02-24 21:03:49 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-03-08 11:23:51 UTC (buildkit.dockerfile.v0)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
2021-03-08 11:23:51 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2021-03-08 11:23:51 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux && addgroup --system --gid 1995 zabbix && adduser --system --gecos "Zabbix monitoring system" --disabled-password --uid 1997 --ingroup zabbix --shell /sbin/nologin --home /var/lib/zabbix/ zabbix && adduser zabbix root && 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/* # buildkit
2021-03-08 11:23:51 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=3.0
2021-03-08 11:23:51 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=3.0.32
2021-03-08 11:23:51 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2021-03-08 11:23:51 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=3.0.32 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2021-03-08 11:23:51 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.documentation=https://www.zabbix.com/documentation/3.0/manual/installation/containers org.opencontainers.image.version=3.0.32 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git
2021-03-08 11:23:51 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2021-03-08 11:24:58 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=3.0 ZBX_VERSION=3.0.32 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /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}/frontends/php/* /usr/share/zabbix/ && rm -rf /usr/share/zabbix-${ZBX_VERSION}/ && cd /usr/share/zabbix/ && rm -f conf/zabbix.conf.php && rm -f conf/maintenance.inc.php && rm -rf tests && ./locale/make_mo.sh && ln -s "/etc/zabbix/web/zabbix.conf.php" "/usr/share/zabbix/conf/zabbix.conf.php" && ln -s "/etc/zabbix/web/maintenance.inc.php" "/usr/share/zabbix/conf/maintenance.inc.php" && chown --quiet -R zabbix:root /etc/zabbix/ && chgrp -R 0 /etc/zabbix/ && chmod -R g=u /etc/zabbix/ && 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/ && chown --quiet -R zabbix:root /usr/share/zabbix/include/defines.inc.php && chgrp -R 0 /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /usr/share/zabbix/include/defines.inc.php && apk del --purge --no-network build-dependencies && rm -rf /var/cache/apk/* # buildkit
2021-03-08 11:24:58 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2021-03-08 11:24:58 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2021-03-08 11:24:59 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2021-03-08 11:24:59 UTC (buildkit.dockerfile.v0)USER 1997
2021-03-08 11:24:59 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2021-03-08 11:25:11 UTC
44.2 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION3.0.32
[#000] sha256:0328c39aea610966704bee2d2a1c7108816950703f98b4585083cd18f8354380 - 5.88% (2.6 MB)
[#001] sha256:64384d3045bc8db27a63fbe01380f4b147ea87d2363a7ffbc0e7a9ee04b036ad - 79.53% (35.2 MB)
[#002] sha256:2948c68a7c81a65f4faf698247cbb89ca8beef6a6e129f59adfcd6f8eb696e78 - 0.01% (4.15 KB)
[#003] sha256:203cdb7701ec2a75dba5938296311df35318ce910093b6acbbc6c255e442e186 - 14.57% (6.44 MB)
[#004] sha256:fcffad6a7d507a1915552346cf516877e9d83637fc10c6807873a0d6fd4a3a23 - 0.01% (2.37 KB)
/bin/sh -c #(nop) ADD file:f8a47118a2fe92c166c426620bb4ea0090dbf17aed269177989f6dca70438750 in /
2021-02-24 20:39:52 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-03-08 11:23:48 UTC (buildkit.dockerfile.v0)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
2021-03-08 11:23:48 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2021-03-08 11:23:48 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux && addgroup --system --gid 1995 zabbix && adduser --system --gecos "Zabbix monitoring system" --disabled-password --uid 1997 --ingroup zabbix --shell /sbin/nologin --home /var/lib/zabbix/ zabbix && adduser zabbix root && 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/* # buildkit
2021-03-08 11:23:48 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=3.0
2021-03-08 11:23:48 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=3.0.32
2021-03-08 11:23:48 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2021-03-08 11:23:48 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=3.0.32 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2021-03-08 11:23:48 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.documentation=https://www.zabbix.com/documentation/3.0/manual/installation/containers org.opencontainers.image.version=3.0.32 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git
2021-03-08 11:23:49 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2021-03-08 11:25:11 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=3.0 ZBX_VERSION=3.0.32 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /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}/frontends/php/* /usr/share/zabbix/ && rm -rf /usr/share/zabbix-${ZBX_VERSION}/ && cd /usr/share/zabbix/ && rm -f conf/zabbix.conf.php && rm -f conf/maintenance.inc.php && rm -rf tests && ./locale/make_mo.sh && ln -s "/etc/zabbix/web/zabbix.conf.php" "/usr/share/zabbix/conf/zabbix.conf.php" && ln -s "/etc/zabbix/web/maintenance.inc.php" "/usr/share/zabbix/conf/maintenance.inc.php" && chown --quiet -R zabbix:root /etc/zabbix/ && chgrp -R 0 /etc/zabbix/ && chmod -R g=u /etc/zabbix/ && 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/ && chown --quiet -R zabbix:root /usr/share/zabbix/include/defines.inc.php && chgrp -R 0 /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /usr/share/zabbix/include/defines.inc.php && apk del --purge --no-network build-dependencies && rm -rf /var/cache/apk/* # buildkit
2021-03-08 11:25:11 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2021-03-08 11:25:11 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2021-03-08 11:25:11 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2021-03-08 11:25:11 UTC (buildkit.dockerfile.v0)USER 1997
2021-03-08 11:25:11 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2021-03-08 11:25:36 UTC
45 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION3.0.32
[#000] sha256:5263aaefa20290c47db19aac165ccfa8660291a64b0f226e8d07b38580842fa6 - 5.98% (2.69 MB)
[#001] sha256:962417381d706009717c995cf201a63600809532dc033cf000edc4e4900c9261 - 79.69% (35.9 MB)
[#002] sha256:1ab74b198bc67755df3c35009890e3041fbd3d61a3058886b282fea6f3cb9f52 - 0.01% (4.15 KB)
[#003] sha256:347e11fa1440ce4adb828310cd6f1f21db3e644a239bbc339c04dbc99a76a4e1 - 14.31% (6.44 MB)
[#004] sha256:ea479a208502a5bba3c109078e889d379e2ba96f28506ae4c5a8cee76a26b4cd - 0.01% (2.37 KB)
/bin/sh -c #(nop) ADD file:bc82c65d4ec7759924b202db15923655569fb5975f7803f34aed002979c57c85 in /
2021-02-24 20:45:42 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-03-08 11:23:56 UTC (buildkit.dockerfile.v0)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
2021-03-08 11:23:56 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2021-03-08 11:23:56 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux && addgroup --system --gid 1995 zabbix && adduser --system --gecos "Zabbix monitoring system" --disabled-password --uid 1997 --ingroup zabbix --shell /sbin/nologin --home /var/lib/zabbix/ zabbix && adduser zabbix root && 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/* # buildkit
2021-03-08 11:23:56 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=3.0
2021-03-08 11:23:56 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=3.0.32
2021-03-08 11:23:56 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2021-03-08 11:23:56 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=3.0.32 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2021-03-08 11:23:56 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.documentation=https://www.zabbix.com/documentation/3.0/manual/installation/containers org.opencontainers.image.version=3.0.32 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git
2021-03-08 11:23:56 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2021-03-08 11:25:36 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=3.0 ZBX_VERSION=3.0.32 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /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}/frontends/php/* /usr/share/zabbix/ && rm -rf /usr/share/zabbix-${ZBX_VERSION}/ && cd /usr/share/zabbix/ && rm -f conf/zabbix.conf.php && rm -f conf/maintenance.inc.php && rm -rf tests && ./locale/make_mo.sh && ln -s "/etc/zabbix/web/zabbix.conf.php" "/usr/share/zabbix/conf/zabbix.conf.php" && ln -s "/etc/zabbix/web/maintenance.inc.php" "/usr/share/zabbix/conf/maintenance.inc.php" && chown --quiet -R zabbix:root /etc/zabbix/ && chgrp -R 0 /etc/zabbix/ && chmod -R g=u /etc/zabbix/ && 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/ && chown --quiet -R zabbix:root /usr/share/zabbix/include/defines.inc.php && chgrp -R 0 /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /usr/share/zabbix/include/defines.inc.php && apk del --purge --no-network build-dependencies && rm -rf /var/cache/apk/* # buildkit
2021-03-08 11:25:36 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2021-03-08 11:25:36 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2021-03-08 11:25:36 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2021-03-08 11:25:36 UTC (buildkit.dockerfile.v0)USER 1997
2021-03-08 11:25:36 UTC (buildkit.dockerfile.v0)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.