2021-09-27 11:50:35 UTC
46.5 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION4.0.34
[#000] sha256:6a428f9f83b0a29f1fdd2ccccca19a9bab805a925b8eddf432a5a3d3da04afbc - 5.78% (2.69 MB)
[#001] sha256:3f56f931eca5cffa801e214fff4d04381db1048077d306d01720d477d89dad74 - 77.25% (35.9 MB)
[#002] sha256:b210314f031c02e8db2df6a4119beb9f506808d2862ad48e0977d7b237c6c5c5 - 0.01% (4.33 KB)
[#003] sha256:28258e7d339a6ad8f879643c619b713adbe9d2352bdc7d751d2c2cfe2f40d5b0 - 16.96% (7.89 MB)
[#004] sha256:e451fe8cd3e6c73182c871fa8bb0203c7f63299be97f7e88dd6fb5a3a63b1351 - 0.01% (2.51 KB)
/bin/sh -c #(nop) ADD file:9d14b11183983923090d9e6d15cc51ee210466296e913bfefbfd580b3de59c95 in /
2021-08-31 23:18:31 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-09-27 11:50:24 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-09-27 11:50:24 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2021-09-27 11:50:24 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-09-27 11:50:24 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=4.0
2021-09-27 11:50:24 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=4.0.34
2021-09-27 11:50:24 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2021-09-27 11:50:24 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=4.0.34 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2021-09-27 11:50:24 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.documentation=https://www.zabbix.com/documentation/4.0/manual/installation/containers org.opencontainers.image.version=4.0.34 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git
2021-09-27 11:50:24 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2021-09-27 11:50:35 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=4.0 ZBX_VERSION=4.0.34 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 -c advice.detachedHead=false 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/ && ./locale/make_mo.sh && rm -f conf/zabbix.conf.php conf/maintenance.inc.php conf/zabbix.conf.php.example && rm -rf tests && rm -f locale/add_new_language.sh locale/update_po.sh 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/ /usr/share/zabbix/include/defines.inc.php && chgrp -R 0 /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && 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-09-27 11:50:35 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2021-09-27 11:50:35 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2021-09-27 11:50:35 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2021-09-27 11:50:35 UTC (buildkit.dockerfile.v0)USER 1997
2021-09-27 11:50:35 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2021-09-27 11:51:47 UTC
45.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_VERSION4.0.34
[#000] sha256:7fe987b00bcb1f14c5b65f89813475143c021e2f5c156705ac3525abe1b397a1 - 5.54% (2.5 MB)
[#001] sha256:9bdcae90639fab1703ebc5c7fb310f510eec20dc1cc1b9685905bf284d6a00cf - 76.97% (34.8 MB)
[#002] sha256:d3c8e9d29ad6a9b15be5f862988782738914dc8af58c6b8db289910460cfc0e8 - 0.01% (4.33 KB)
[#003] sha256:de5075d760104b379303b2ffa99805e0d69eee0c14e1635286ee8f1c93df4d96 - 17.48% (7.89 MB)
[#004] sha256:ac5d87247c4aa65555c95173f96c8bf6c357377f86e4287e7114e61e538c205f - 0.01% (2.51 KB)
/bin/sh -c #(nop) ADD file:3e83d6b5df3a951968e475c7326baf5ef90a22f04163693db34f3b4fc5812434 in /
2021-08-31 22:30:57 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-09-27 11:50:35 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-09-27 11:50:35 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2021-09-27 11:50:35 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-09-27 11:50:35 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=4.0
2021-09-27 11:50:35 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=4.0.34
2021-09-27 11:50:35 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2021-09-27 11:50:35 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=4.0.34 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2021-09-27 11:50:35 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.documentation=https://www.zabbix.com/documentation/4.0/manual/installation/containers org.opencontainers.image.version=4.0.34 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git
2021-09-27 11:50:35 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2021-09-27 11:51:47 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=4.0 ZBX_VERSION=4.0.34 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 -c advice.detachedHead=false 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/ && ./locale/make_mo.sh && rm -f conf/zabbix.conf.php conf/maintenance.inc.php conf/zabbix.conf.php.example && rm -rf tests && rm -f locale/add_new_language.sh locale/update_po.sh 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/ /usr/share/zabbix/include/defines.inc.php && chgrp -R 0 /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && 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-09-27 11:51:47 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2021-09-27 11:51:47 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2021-09-27 11:51:47 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2021-09-27 11:51:47 UTC (buildkit.dockerfile.v0)USER 1997
2021-09-27 11:51:47 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2021-09-27 11:51:42 UTC
43.8 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION4.0.34
[#000] sha256:083a2a44b72d61c367ed39325938c3520170b91cdda058a00b72d8323618aabd - 5.28% (2.31 MB)
[#001] sha256:0f29ac812b737ed095dfd0465149dd7bc711b956f730978265a548ec44f488be - 76.71% (33.6 MB)
[#002] sha256:d3c8e9d29ad6a9b15be5f862988782738914dc8af58c6b8db289910460cfc0e8 - 0.01% (4.33 KB)
[#003] sha256:a1bbdaac08d189111ad6e6ac491daf73acb98d36e1bbde40fd7bd64ab0dadf4e - 18.0% (7.89 MB)
[#004] sha256:9befebbe32eab8aa5c223aa6db25e11398f5c99a4e630be52e264cba820086cb - 0.01% (2.51 KB)
/bin/sh -c #(nop) ADD file:8c75cb63bbe2eaaa2143faab71b60e4fca1773613a67dd81fbad93eaf133e208 in /
2021-09-01 01:27:25 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-09-27 11:50:35 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-09-27 11:50:35 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2021-09-27 11:50:35 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-09-27 11:50:35 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=4.0
2021-09-27 11:50:35 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=4.0.34
2021-09-27 11:50:35 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2021-09-27 11:50:35 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=4.0.34 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2021-09-27 11:50:35 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.documentation=https://www.zabbix.com/documentation/4.0/manual/installation/containers org.opencontainers.image.version=4.0.34 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git
2021-09-27 11:50:35 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2021-09-27 11:51:42 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=4.0 ZBX_VERSION=4.0.34 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 -c advice.detachedHead=false 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/ && ./locale/make_mo.sh && rm -f conf/zabbix.conf.php conf/maintenance.inc.php conf/zabbix.conf.php.example && rm -rf tests && rm -f locale/add_new_language.sh locale/update_po.sh 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/ /usr/share/zabbix/include/defines.inc.php && chgrp -R 0 /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && 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-09-27 11:51:42 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2021-09-27 11:51:42 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2021-09-27 11:51:42 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2021-09-27 11:51:42 UTC (buildkit.dockerfile.v0)USER 1997
2021-09-27 11:51:42 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2021-09-27 11:51:48 UTC
46.6 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION4.0.34
[#000] sha256:07d756952c5cd45726cf9e8a292a3e05ca67eee5da176df7d632be8c5bb0ad04 - 5.58% (2.6 MB)
[#001] sha256:7709530fa81d29f8c559b02980c74874d9afa67cda8fb4497cffb597f93c9e4c - 77.48% (36.1 MB)
[#002] sha256:d3c8e9d29ad6a9b15be5f862988782738914dc8af58c6b8db289910460cfc0e8 - 0.01% (4.33 KB)
[#003] sha256:124f11cc9afadca69937ad96fa45010cb508062e3dd9c9f6e849d6291c69135f - 16.92% (7.89 MB)
[#004] sha256:0bafb6914767f008376f8a61fae90fca85bb73a2a7d2ddc49eb8d27cc3d6cde6 - 0.01% (2.51 KB)
/bin/sh -c #(nop) ADD file:da6c0ac7cb9f819998546d88fb489b746004eb2ad6da64a39210696ef0e66e54 in /
2021-09-01 02:50:59 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-09-27 11:50:35 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-09-27 11:50:35 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2021-09-27 11:50:35 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-09-27 11:50:35 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=4.0
2021-09-27 11:50:35 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=4.0.34
2021-09-27 11:50:35 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2021-09-27 11:50:35 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=4.0.34 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2021-09-27 11:50:35 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.documentation=https://www.zabbix.com/documentation/4.0/manual/installation/containers org.opencontainers.image.version=4.0.34 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git
2021-09-27 11:50:35 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2021-09-27 11:51:48 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=4.0 ZBX_VERSION=4.0.34 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 -c advice.detachedHead=false 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/ && ./locale/make_mo.sh && rm -f conf/zabbix.conf.php conf/maintenance.inc.php conf/zabbix.conf.php.example && rm -rf tests && rm -f locale/add_new_language.sh locale/update_po.sh 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/ /usr/share/zabbix/include/defines.inc.php && chgrp -R 0 /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && 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-09-27 11:51:48 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2021-09-27 11:51:48 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2021-09-27 11:51:48 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2021-09-27 11:51:48 UTC (buildkit.dockerfile.v0)USER 1997
2021-09-27 11:51:48 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2021-09-27 11:51:57 UTC
46.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_VERSION4.0.34
[#000] sha256:518c147bd44d1caf10e5031a373df0ed439dcb012b636012aa159436f07e1ade - 5.25% (2.47 MB)
[#001] sha256:af0ca6345be8772560581a2e4cb10719e640be8d12180f124a4ccd7054285670 - 77.92% (36.6 MB)
[#002] sha256:b3f6586c86b6c326954d106173b503ffc41012bcb907480292d5c7019e1fd458 - 0.01% (4.33 KB)
[#003] sha256:39cbdfc8bcef3177622e8fe83a83f02714a9008bf2afc37047ca6184aad6587f - 16.81% (7.89 MB)
[#004] sha256:47c4a396dbcf3f3661c04705ffb10446807d1ffd8fd34b73bdcdc354e06dea42 - 0.01% (2.51 KB)
/bin/sh -c #(nop) ADD file:c1038db2fb356dc0acf4108117c20ba1da2a1546023e16a0905f49a968d7a1c7 in /
2021-09-01 01:15:39 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-09-27 11:50:38 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-09-27 11:50:38 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2021-09-27 11:50:38 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-09-27 11:50:38 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=4.0
2021-09-27 11:50:38 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=4.0.34
2021-09-27 11:50:38 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2021-09-27 11:50:38 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=4.0.34 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2021-09-27 11:50:38 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.documentation=https://www.zabbix.com/documentation/4.0/manual/installation/containers org.opencontainers.image.version=4.0.34 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git
2021-09-27 11:50:38 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2021-09-27 11:51:57 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=4.0 ZBX_VERSION=4.0.34 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 -c advice.detachedHead=false 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/ && ./locale/make_mo.sh && rm -f conf/zabbix.conf.php conf/maintenance.inc.php conf/zabbix.conf.php.example && rm -rf tests && rm -f locale/add_new_language.sh locale/update_po.sh 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/ /usr/share/zabbix/include/defines.inc.php && chgrp -R 0 /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && 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-09-27 11:51:57 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2021-09-27 11:51:57 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2021-09-27 11:51:57 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2021-09-27 11:51:57 UTC (buildkit.dockerfile.v0)USER 1997
2021-09-27 11:51:57 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.