2023-03-07 12:38:57 UTC
132 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION6.4.0
[#000] sha256:76769433fd8a87dd77a6ce33db12156b1ea8dad3da3a95e7c9c36a47ec17b24c - 21.34% (28.2 MB)
[#001] sha256:7e066a52edaf5d2a2efd77a5d15feeb70524088f80ab43cbcd595d68a9829a0a - 12.45% (16.4 MB)
[#002] sha256:2335134f04177a3fde1e06a2f560c74a543f5c72faf005678c02144ea05d1714 - 0.0% (5.07 KB)
[#003] sha256:4f304097ef6d190b5fd10d5a4e354a5fbb669e25ddfa01c6ea1a0e6999b68cd3 - 66.21% (87.4 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:db4fc2e8fc53356aa5db416fa9d9ec105ac2f902efacae0eb3574e25e0047420 - 0.0% (2.71 KB)
/bin/sh -c #(nop) ARG RELEASE
2023-03-01 04:38:47 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-03-01 04:38:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-03-01 04:38:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2023-03-01 04:38:48 UTC/bin/sh -c #(nop) ADD file:fb4c8244f4468cdd3f666932f05805a3882d34010d3a0c14b7c20589bf619a9c in /
2023-03-01 04:38:49 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-03-07 12:36:13 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2023-03-07 12:36:13 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2023-03-07 12:36:13 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2023-03-07 12:36:13 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=6.4.0 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2023-03-07 12:36:13 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.authors=Alexey Pustovalov <[email protected]> org.opencontainers.image.description=Zabbix web-interface based on Nginx web server with MySQL database support org.opencontainers.image.documentation=https://www.zabbix.com/documentation/6.4/manual/installation/containers org.opencontainers.image.licenses=GPL v2.0 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git org.opencontainers.image.title=Zabbix web-interface (Nginx, MySQL) org.opencontainers.image.url=https://zabbix.com/ org.opencontainers.image.vendor=Zabbix LLC org.opencontainers.image.version=6.4.0
2023-03-07 12:36:13 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2023-03-07 12:36:13 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.4.0/ui /usr/share/zabbix # buildkit
2023-03-07 12:36:14 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2023-03-07 12:38:57 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=6.4 ZBX_VERSION=6.4.0 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && echo "#!/bin/sh\nexit 101" > /usr/sbin/policy-rc.d && INSTALL_PKGS="bash ca-certificates curl mysql-client nginx locales libldap-common php8.1-bcmath php8.1-fpm php8.1-gd php8.1-ldap php8.1-mbstring php8.1-mysql php8.1-xml supervisor" && INSTALL_TEMP_PKGS="gpg ca-certificates dirmngr curl gpg-agent" && apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install ${INSTALL_TEMP_PKGS} && GNUPGHOME="$(mktemp -d)"; export GNUPGHOME && curl https://nginx.org/keys/nginx_signing.key | gpg --dearmor > /etc/apt/trusted.gpg.d/nginx.gpg && gpg --dry-run --quiet --import --import-options import-show /etc/apt/trusted.gpg.d/nginx.gpg && DISTRIB_CODENAME=$(/bin/bash -c 'source /etc/lsb-release && echo $DISTRIB_CODENAME') && echo "deb http://nginx.org/packages/ubuntu $DISTRIB_CODENAME nginx" > /etc/apt/sources.list.d/nginx.list && echo "Package: *\nPin: origin nginx.org\nPin: release o=nginx\nPin-Priority: 900\n" > /etc/apt/preferences.d/99nginx && gpgconf --kill all && rm -rf "$GNUPGHOME" && apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" --no-install-recommends install ${INSTALL_PKGS} && groupadd --system --gid 1995 zabbix && useradd --system --comment "Zabbix monitoring system" -g zabbix -G root --uid 1997 --shell /sbin/nologin --home-dir /var/lib/zabbix/ zabbix && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/web && mkdir -p /etc/zabbix/web/certs && mkdir -p /var/lib/php/session && rm -f /etc/nginx/conf.d/*.conf && rm -rf /var/cache/nginx/ && rm -f /etc/php/8.1/fpm/pool.d/www.conf && ln -sf /dev/fd/2 /var/log/nginx/error.log && rm -f /etc/php/8.1/fpm/php-fpm.conf.dpkg-dist && cd /usr/share/zabbix/ && 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 && find /usr/share/zabbix/locale -name '*.po' | xargs rm -f && find /usr/share/zabbix/locale -name '*.sh' | xargs rm -f && 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" && mkdir -p /var/lib/locales/supported.d/ && rm -f /var/lib/locales/supported.d/local && cat /usr/share/zabbix/include/locales.inc.php | grep display | grep true | awk '{$1=$1};1' | cut -d"'" -f 2 | sort | xargs -I '{}' bash -c 'echo "{}.UTF-8 UTF-8" >> /var/lib/locales/supported.d/local' && dpkg-reconfigure locales && 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/php/8.1/fpm/php-fpm.conf /etc/php/8.1/fpm/pool.d/ && chgrp -R 0 /etc/nginx/ /etc/php/8.1/fpm/php-fpm.conf /etc/php/8.1/fpm/pool.d/ && chmod -R g=u /etc/nginx/ /etc/php/8.1/fpm/php-fpm.conf /etc/php/8.1/fpm/pool.d/ && chown --quiet -R zabbix:root /var/lib/php/session/ && chgrp -R 0 /var/lib/php/session/ && chmod -R g=u /var/lib/php/session/ && DEBIAN_FRONTEND=noninteractive apt-get -y purge gpg dirmngr gpg-agent && apt-get -y autoremove && apt-get -y clean && rm -rf /var/lib/apt/lists/* # buildkit
2023-03-07 12:38:57 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2023-03-07 12:38:57 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2023-03-07 12:38:57 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2023-03-07 12:38:57 UTC (buildkit.dockerfile.v0)USER 1997
2023-03-07 12:38:57 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2023-03-07 12:59:59 UTC
126 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION6.4.0
[#000] sha256:edaf8476df4b48455c16cb024a1d8280ec9e49c5cdfe6365d94e06833719f11c - 19.76% (24.9 MB)
[#001] sha256:9db3d2ec2fd8f0a1a16f2617d8d2df18702c8f95ac6bb640d8d372ade734c277 - 13.03% (16.4 MB)
[#002] sha256:2335134f04177a3fde1e06a2f560c74a543f5c72faf005678c02144ea05d1714 - 0.0% (5.07 KB)
[#003] sha256:93a1c0ce7ea7d4f8295c1ef0d37b21150ceeb7e134003d4eaab30d813b54cce0 - 67.21% (84.8 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:04b3cb9c4f2c2e2e275be6892f7eef3a57d1c6e46d194205ede53be1e939034b - 0.0% (2.71 KB)
/bin/sh -c #(nop) ARG RELEASE
2023-03-01 04:45:54 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-03-01 04:45:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-03-01 04:45:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2023-03-01 04:45:58 UTC/bin/sh -c #(nop) ADD file:d8e0c2340f91ec5973c8459c1a917be69f6530fe7f88da02eb5b4dd562c31730 in /
2023-03-01 04:45:59 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-03-07 12:36:07 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2023-03-07 12:36:07 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2023-03-07 12:36:07 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2023-03-07 12:36:07 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=6.4.0 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2023-03-07 12:36:07 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.authors=Alexey Pustovalov <[email protected]> org.opencontainers.image.description=Zabbix web-interface based on Nginx web server with MySQL database support org.opencontainers.image.documentation=https://www.zabbix.com/documentation/6.4/manual/installation/containers org.opencontainers.image.licenses=GPL v2.0 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git org.opencontainers.image.title=Zabbix web-interface (Nginx, MySQL) org.opencontainers.image.url=https://zabbix.com/ org.opencontainers.image.vendor=Zabbix LLC org.opencontainers.image.version=6.4.0
2023-03-07 12:36:07 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2023-03-07 12:36:07 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.4.0/ui /usr/share/zabbix # buildkit
2023-03-07 12:36:07 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2023-03-07 12:59:59 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=6.4 ZBX_VERSION=6.4.0 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && echo "#!/bin/sh\nexit 101" > /usr/sbin/policy-rc.d && INSTALL_PKGS="bash ca-certificates curl mysql-client nginx locales libldap-common php8.1-bcmath php8.1-fpm php8.1-gd php8.1-ldap php8.1-mbstring php8.1-mysql php8.1-xml supervisor" && INSTALL_TEMP_PKGS="gpg ca-certificates dirmngr curl gpg-agent" && apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install ${INSTALL_TEMP_PKGS} && GNUPGHOME="$(mktemp -d)"; export GNUPGHOME && curl https://nginx.org/keys/nginx_signing.key | gpg --dearmor > /etc/apt/trusted.gpg.d/nginx.gpg && gpg --dry-run --quiet --import --import-options import-show /etc/apt/trusted.gpg.d/nginx.gpg && DISTRIB_CODENAME=$(/bin/bash -c 'source /etc/lsb-release && echo $DISTRIB_CODENAME') && echo "deb http://nginx.org/packages/ubuntu $DISTRIB_CODENAME nginx" > /etc/apt/sources.list.d/nginx.list && echo "Package: *\nPin: origin nginx.org\nPin: release o=nginx\nPin-Priority: 900\n" > /etc/apt/preferences.d/99nginx && gpgconf --kill all && rm -rf "$GNUPGHOME" && apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" --no-install-recommends install ${INSTALL_PKGS} && groupadd --system --gid 1995 zabbix && useradd --system --comment "Zabbix monitoring system" -g zabbix -G root --uid 1997 --shell /sbin/nologin --home-dir /var/lib/zabbix/ zabbix && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/web && mkdir -p /etc/zabbix/web/certs && mkdir -p /var/lib/php/session && rm -f /etc/nginx/conf.d/*.conf && rm -rf /var/cache/nginx/ && rm -f /etc/php/8.1/fpm/pool.d/www.conf && ln -sf /dev/fd/2 /var/log/nginx/error.log && rm -f /etc/php/8.1/fpm/php-fpm.conf.dpkg-dist && cd /usr/share/zabbix/ && 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 && find /usr/share/zabbix/locale -name '*.po' | xargs rm -f && find /usr/share/zabbix/locale -name '*.sh' | xargs rm -f && 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" && mkdir -p /var/lib/locales/supported.d/ && rm -f /var/lib/locales/supported.d/local && cat /usr/share/zabbix/include/locales.inc.php | grep display | grep true | awk '{$1=$1};1' | cut -d"'" -f 2 | sort | xargs -I '{}' bash -c 'echo "{}.UTF-8 UTF-8" >> /var/lib/locales/supported.d/local' && dpkg-reconfigure locales && 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/php/8.1/fpm/php-fpm.conf /etc/php/8.1/fpm/pool.d/ && chgrp -R 0 /etc/nginx/ /etc/php/8.1/fpm/php-fpm.conf /etc/php/8.1/fpm/pool.d/ && chmod -R g=u /etc/nginx/ /etc/php/8.1/fpm/php-fpm.conf /etc/php/8.1/fpm/pool.d/ && chown --quiet -R zabbix:root /var/lib/php/session/ && chgrp -R 0 /var/lib/php/session/ && chmod -R g=u /var/lib/php/session/ && DEBIAN_FRONTEND=noninteractive apt-get -y purge gpg dirmngr gpg-agent && apt-get -y autoremove && apt-get -y clean && rm -rf /var/lib/apt/lists/* # buildkit
2023-03-07 12:59:59 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2023-03-07 12:59:59 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2023-03-07 12:59:59 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2023-03-07 12:59:59 UTC (buildkit.dockerfile.v0)USER 1997
2023-03-07 12:59:59 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2023-03-07 12:59:18 UTC
130 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION6.4.0
[#000] sha256:d0a4bfa485d176c141f6b88493559f4802a12bdeb8249869bfc276bc48a3db35 - 20.14% (26.1 MB)
[#001] sha256:865326559e635bfbfa628bff710448066191255a84710a0ae8e2eb60c5bd4bd6 - 12.69% (16.4 MB)
[#002] sha256:2335134f04177a3fde1e06a2f560c74a543f5c72faf005678c02144ea05d1714 - 0.0% (5.07 KB)
[#003] sha256:83c7adb538870a0979ebeb7d79e1b5de190cc2d76a7f6e9e3d94d6f8fe25536b - 67.16% (87 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:5f94f227f896e2bca741a0b6f76d089eef6fce11bd2ca7ddc780cf13f900fe99 - 0.0% (2.71 KB)
/bin/sh -c #(nop) ARG RELEASE
2023-03-01 04:47:53 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-03-01 04:47:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-03-01 04:47:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2023-03-01 04:48:01 UTC/bin/sh -c #(nop) ADD file:cf91de9ab30abab112d58c0a7f3bbb35853a02b2e406c65c89430ff049573c47 in /
2023-03-01 04:48:01 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-03-07 12:36:07 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2023-03-07 12:36:07 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2023-03-07 12:36:07 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2023-03-07 12:36:07 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=6.4.0 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2023-03-07 12:36:07 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.authors=Alexey Pustovalov <[email protected]> org.opencontainers.image.description=Zabbix web-interface based on Nginx web server with MySQL database support org.opencontainers.image.documentation=https://www.zabbix.com/documentation/6.4/manual/installation/containers org.opencontainers.image.licenses=GPL v2.0 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git org.opencontainers.image.title=Zabbix web-interface (Nginx, MySQL) org.opencontainers.image.url=https://zabbix.com/ org.opencontainers.image.vendor=Zabbix LLC org.opencontainers.image.version=6.4.0
2023-03-07 12:36:07 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2023-03-07 12:36:07 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.4.0/ui /usr/share/zabbix # buildkit
2023-03-07 12:36:07 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2023-03-07 12:59:18 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=6.4 ZBX_VERSION=6.4.0 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && echo "#!/bin/sh\nexit 101" > /usr/sbin/policy-rc.d && INSTALL_PKGS="bash ca-certificates curl mysql-client nginx locales libldap-common php8.1-bcmath php8.1-fpm php8.1-gd php8.1-ldap php8.1-mbstring php8.1-mysql php8.1-xml supervisor" && INSTALL_TEMP_PKGS="gpg ca-certificates dirmngr curl gpg-agent" && apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install ${INSTALL_TEMP_PKGS} && GNUPGHOME="$(mktemp -d)"; export GNUPGHOME && curl https://nginx.org/keys/nginx_signing.key | gpg --dearmor > /etc/apt/trusted.gpg.d/nginx.gpg && gpg --dry-run --quiet --import --import-options import-show /etc/apt/trusted.gpg.d/nginx.gpg && DISTRIB_CODENAME=$(/bin/bash -c 'source /etc/lsb-release && echo $DISTRIB_CODENAME') && echo "deb http://nginx.org/packages/ubuntu $DISTRIB_CODENAME nginx" > /etc/apt/sources.list.d/nginx.list && echo "Package: *\nPin: origin nginx.org\nPin: release o=nginx\nPin-Priority: 900\n" > /etc/apt/preferences.d/99nginx && gpgconf --kill all && rm -rf "$GNUPGHOME" && apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" --no-install-recommends install ${INSTALL_PKGS} && groupadd --system --gid 1995 zabbix && useradd --system --comment "Zabbix monitoring system" -g zabbix -G root --uid 1997 --shell /sbin/nologin --home-dir /var/lib/zabbix/ zabbix && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/web && mkdir -p /etc/zabbix/web/certs && mkdir -p /var/lib/php/session && rm -f /etc/nginx/conf.d/*.conf && rm -rf /var/cache/nginx/ && rm -f /etc/php/8.1/fpm/pool.d/www.conf && ln -sf /dev/fd/2 /var/log/nginx/error.log && rm -f /etc/php/8.1/fpm/php-fpm.conf.dpkg-dist && cd /usr/share/zabbix/ && 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 && find /usr/share/zabbix/locale -name '*.po' | xargs rm -f && find /usr/share/zabbix/locale -name '*.sh' | xargs rm -f && 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" && mkdir -p /var/lib/locales/supported.d/ && rm -f /var/lib/locales/supported.d/local && cat /usr/share/zabbix/include/locales.inc.php | grep display | grep true | awk '{$1=$1};1' | cut -d"'" -f 2 | sort | xargs -I '{}' bash -c 'echo "{}.UTF-8 UTF-8" >> /var/lib/locales/supported.d/local' && dpkg-reconfigure locales && 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/php/8.1/fpm/php-fpm.conf /etc/php/8.1/fpm/pool.d/ && chgrp -R 0 /etc/nginx/ /etc/php/8.1/fpm/php-fpm.conf /etc/php/8.1/fpm/pool.d/ && chmod -R g=u /etc/nginx/ /etc/php/8.1/fpm/php-fpm.conf /etc/php/8.1/fpm/pool.d/ && chown --quiet -R zabbix:root /var/lib/php/session/ && chgrp -R 0 /var/lib/php/session/ && chmod -R g=u /var/lib/php/session/ && DEBIAN_FRONTEND=noninteractive apt-get -y purge gpg dirmngr gpg-agent && apt-get -y autoremove && apt-get -y clean && rm -rf /var/lib/apt/lists/* # buildkit
2023-03-07 12:59:18 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2023-03-07 12:59:18 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2023-03-07 12:59:18 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2023-03-07 12:59:18 UTC (buildkit.dockerfile.v0)USER 1997
2023-03-07 12:59:18 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2023-03-07 12:58:52 UTC
131 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION6.4.0
[#000] sha256:84342823b8c9656558d3661e99cb03bf0ef7d2a83280a005cac0109d6ea85e16 - 20.45% (26.7 MB)
[#001] sha256:1d4217b6379ff6f1ee9b860d8c6010fd682ae3a874d91a4c5eb146704c0fd464 - 12.58% (16.4 MB)
[#002] sha256:2335134f04177a3fde1e06a2f560c74a543f5c72faf005678c02144ea05d1714 - 0.0% (5.07 KB)
[#003] sha256:7e64546fcb4ec5c769ffd7a24325d423bcd385ebcd7d283a2279c469ffbfb1a9 - 66.96% (87.5 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:8208ba897fa94ff75a978f9241b8453e75fe2d02a6ccc37e5d3ae58ab322a0e4 - 0.0% (2.71 KB)
/bin/sh -c #(nop) ARG RELEASE
2023-03-01 05:10:39 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-03-01 05:10:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-03-01 05:10:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2023-03-01 05:10:41 UTC/bin/sh -c #(nop) ADD file:db14dc9a9d330115a6699be3c4a344f5fe366ec17e7d3649c4ecb2711605e52b in /
2023-03-01 05:10:41 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-03-07 12:36:13 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2023-03-07 12:36:13 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2023-03-07 12:36:13 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2023-03-07 12:36:13 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=6.4.0 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2023-03-07 12:36:13 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.authors=Alexey Pustovalov <[email protected]> org.opencontainers.image.description=Zabbix web-interface based on Nginx web server with MySQL database support org.opencontainers.image.documentation=https://www.zabbix.com/documentation/6.4/manual/installation/containers org.opencontainers.image.licenses=GPL v2.0 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git org.opencontainers.image.title=Zabbix web-interface (Nginx, MySQL) org.opencontainers.image.url=https://zabbix.com/ org.opencontainers.image.vendor=Zabbix LLC org.opencontainers.image.version=6.4.0
2023-03-07 12:36:13 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2023-03-07 12:36:13 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.4.0/ui /usr/share/zabbix # buildkit
2023-03-07 12:36:14 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2023-03-07 12:58:52 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=6.4 ZBX_VERSION=6.4.0 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && echo "#!/bin/sh\nexit 101" > /usr/sbin/policy-rc.d && INSTALL_PKGS="bash ca-certificates curl mysql-client nginx locales libldap-common php8.1-bcmath php8.1-fpm php8.1-gd php8.1-ldap php8.1-mbstring php8.1-mysql php8.1-xml supervisor" && INSTALL_TEMP_PKGS="gpg ca-certificates dirmngr curl gpg-agent" && apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install ${INSTALL_TEMP_PKGS} && GNUPGHOME="$(mktemp -d)"; export GNUPGHOME && curl https://nginx.org/keys/nginx_signing.key | gpg --dearmor > /etc/apt/trusted.gpg.d/nginx.gpg && gpg --dry-run --quiet --import --import-options import-show /etc/apt/trusted.gpg.d/nginx.gpg && DISTRIB_CODENAME=$(/bin/bash -c 'source /etc/lsb-release && echo $DISTRIB_CODENAME') && echo "deb http://nginx.org/packages/ubuntu $DISTRIB_CODENAME nginx" > /etc/apt/sources.list.d/nginx.list && echo "Package: *\nPin: origin nginx.org\nPin: release o=nginx\nPin-Priority: 900\n" > /etc/apt/preferences.d/99nginx && gpgconf --kill all && rm -rf "$GNUPGHOME" && apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" --no-install-recommends install ${INSTALL_PKGS} && groupadd --system --gid 1995 zabbix && useradd --system --comment "Zabbix monitoring system" -g zabbix -G root --uid 1997 --shell /sbin/nologin --home-dir /var/lib/zabbix/ zabbix && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/web && mkdir -p /etc/zabbix/web/certs && mkdir -p /var/lib/php/session && rm -f /etc/nginx/conf.d/*.conf && rm -rf /var/cache/nginx/ && rm -f /etc/php/8.1/fpm/pool.d/www.conf && ln -sf /dev/fd/2 /var/log/nginx/error.log && rm -f /etc/php/8.1/fpm/php-fpm.conf.dpkg-dist && cd /usr/share/zabbix/ && 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 && find /usr/share/zabbix/locale -name '*.po' | xargs rm -f && find /usr/share/zabbix/locale -name '*.sh' | xargs rm -f && 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" && mkdir -p /var/lib/locales/supported.d/ && rm -f /var/lib/locales/supported.d/local && cat /usr/share/zabbix/include/locales.inc.php | grep display | grep true | awk '{$1=$1};1' | cut -d"'" -f 2 | sort | xargs -I '{}' bash -c 'echo "{}.UTF-8 UTF-8" >> /var/lib/locales/supported.d/local' && dpkg-reconfigure locales && 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/php/8.1/fpm/php-fpm.conf /etc/php/8.1/fpm/pool.d/ && chgrp -R 0 /etc/nginx/ /etc/php/8.1/fpm/php-fpm.conf /etc/php/8.1/fpm/pool.d/ && chmod -R g=u /etc/nginx/ /etc/php/8.1/fpm/php-fpm.conf /etc/php/8.1/fpm/pool.d/ && chown --quiet -R zabbix:root /var/lib/php/session/ && chgrp -R 0 /var/lib/php/session/ && chmod -R g=u /var/lib/php/session/ && DEBIAN_FRONTEND=noninteractive apt-get -y purge gpg dirmngr gpg-agent && apt-get -y autoremove && apt-get -y clean && rm -rf /var/lib/apt/lists/* # buildkit
2023-03-07 12:58:52 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2023-03-07 12:58:52 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2023-03-07 12:58:52 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2023-03-07 12:58:52 UTC (buildkit.dockerfile.v0)USER 1997
2023-03-07 12:58:52 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.