2026-03-20 10:28:33 UTC
136 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHONDONTWRITEBYTECODE1
TERMxterm
ZABBIX_CONF_DIR/etc/zabbix
ZABBIX_USER_HOME_DIR/var/lib/zabbix
ZABBIX_WWW_ROOT/usr/share/zabbix
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION7.4.8
[#000] sha256:817807f3c64e0b90b66edc7d90297f121cad2a7c2a3ee05a731557762f91e6c7 - 20.9% (28.4 MB)
[#001] sha256:8d2facd78a6afd56c418cb84c98ff7e12926d46c5134945c35f726810c89bb5b - 18.25% (24.8 MB)
[#002] sha256:4fe3962f601e0654508501616336597dc1dd659794018efeb22e7bc9ebacaef5 - 0.0% (5.47 KB)
[#003] sha256:a4180addecb8457e05976ecc27a1a4a0acd0d3757c2dd128e2b5ee707e81855b - 60.84% (82.5 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:6c4413b4afc5e0ae2c5cb25d4a425ecbaf94033dfa5fda53592837f418235b67 - 0.0% (3.45 KB)
/bin/sh -c #(nop) ARG RELEASE
2026-02-23 17:17:53 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2026-02-23 17:17:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2026-02-23 17:17:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2026-02-23 17:17:55 UTC/bin/sh -c #(nop) ADD file:3f78aa860931e0853077f09eb31eddbeeef8a9dd70977305b4876aa176770721 in /
2026-02-23 17:17:56 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2026-03-20 10:27:37 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2026-03-20 10:27:37 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2026-03-20 10:27:37 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2026-03-20 10:27:37 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=7.4.8 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_CONF_DIR=/etc/zabbix ZABBIX_USER_HOME_DIR=/var/lib/zabbix ZABBIX_WWW_ROOT=/usr/share/zabbix PYTHONDONTWRITEBYTECODE=1
2026-03-20 10:27:37 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/7.4/manual/installation/containers org.opencontainers.image.licenses=AGPL v3.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 SIA org.opencontainers.image.version=7.4.8
2026-03-20 10:27:37 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2026-03-20 10:27:37 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-7.4.8/ui /usr/share/zabbix/ # buildkit
2026-03-20 10:27:37 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2026-03-20 10:28:33 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=7.4 ZBX_VERSION=7.4.8 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && printf '%s\n' '#!/bin/sh' 'exit 101' > /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && INSTALL_PKGS="bash tzdata ca-certificates curl mysql-client nginx locales libldap-common php8.3-bcmath php8.3-curl php8.3-fpm php8.3-gd php8.3-ldap php8.3-mbstring php8.3-mysql php8.3-xml supervisor" && 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} && find /usr/lib -type f -name '*.pyc' -delete && find /usr/share/python3 -type f -name '*.pyc' -delete && find /usr/lib -type d -name '__pycache__' -empty -delete && find /usr/share/python3 -type d -name '__pycache__' -empty -delete && groupadd --system --gid 1995 zabbix && useradd --system --comment "Zabbix monitoring system" -g zabbix --uid 1997 --shell /sbin/nologin --home-dir ${ZABBIX_USER_HOME_DIR} zabbix && mkdir -p ${ZABBIX_CONF_DIR} ${ZABBIX_CONF_DIR}/web ${ZABBIX_CONF_DIR}/web/certs ${ZABBIX_USER_HOME_DIR} ${ZABBIX_USER_HOME_DIR}/enc ${ZABBIX_USER_HOME_DIR}/enc_internal /var/lib/php/session /var/lib/locales/supported.d && rm -rf /etc/nginx/conf.d/*.conf /var/cache/nginx/ /etc/php/8.3/fpm/pool.d/www.conf /etc/php/8.3/fpm/php-fpm.conf.dpkg-dist /var/lib/locales/supported.d/local && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log && ln -sf "${ZABBIX_CONF_DIR}/web/zabbix.conf.php" "${ZABBIX_WWW_ROOT}/conf/zabbix.conf.php" && ln -sf "${ZABBIX_CONF_DIR}/web/maintenance.inc.php" "${ZABBIX_WWW_ROOT}/conf/maintenance.inc.php" && awk "/display/ && /true/ {gsub(/^[ \t]+|[ \t]+$/, \"\", \$0); print \$0}" "${ZABBIX_WWW_ROOT}/include/locales.inc.php" | cut -d"'" -f 2 | sort -u | xargs -r -I '{}' bash -c 'echo "{}.UTF-8 UTF-8" >> /var/lib/locales/supported.d/local' && dpkg-reconfigure locales && FIX_PERM_LIST=" ${ZABBIX_CONF_DIR}/ ${ZABBIX_WWW_ROOT}/include/defines.inc.php ${ZABBIX_WWW_ROOT}/modules/ ${ZABBIX_USER_HOME_DIR}/ /etc/nginx/ /etc/php/8.3/fpm/php-fpm.conf /etc/php/8.3/fpm/pool.d/ /var/lib/php/session/" && chown --quiet -R zabbix:0 ${FIX_PERM_LIST} && chmod -R g=u ${FIX_PERM_LIST} # buildkit
2026-03-20 10:28:33 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/ping || exit 1"] "1m30s" "3s" "40s" "5s" '\x03'}
2026-03-20 10:28:33 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2026-03-20 10:28:33 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2026-03-20 10:28:33 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2026-03-20 10:28:33 UTC (buildkit.dockerfile.v0)USER 1997
2026-03-20 10:28:33 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-03-20 10:39:44 UTC
135 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHONDONTWRITEBYTECODE1
TERMxterm
ZABBIX_CONF_DIR/etc/zabbix
ZABBIX_USER_HOME_DIR/var/lib/zabbix
ZABBIX_WWW_ROOT/usr/share/zabbix
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION7.4.8
[#000] sha256:86790fc5660dcd86928b849ae0826aba701bf9e005e92c8f9e06c917e82c87f7 - 20.47% (27.5 MB)
[#001] sha256:72d9fe7cee6458bb85d9b50bd5acdc40f868904054a303b241e0dc207fc8b98f - 18.41% (24.8 MB)
[#002] sha256:4fe3962f601e0654508501616336597dc1dd659794018efeb22e7bc9ebacaef5 - 0.0% (5.47 KB)
[#003] sha256:aabbbdd817651e5314023a6f7a1671f92eaaf5022abdb5cc1f2cad2a0cf6f175 - 61.11% (82.2 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:fbb1ced62451f4670b99dd43b27932021e57d05d13c02a1fd2e14a424e3f8bae - 0.0% (3.45 KB)
/bin/sh -c #(nop) ARG RELEASE
2026-02-23 17:19:30 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2026-02-23 17:19:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2026-02-23 17:19:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2026-02-23 17:19:32 UTC/bin/sh -c #(nop) ADD file:2763d61bc43bd178306ae0d4151c2477166ebf199b8d7294d9ea410f9891993f in /
2026-02-23 17:19:33 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2026-03-20 10:27:38 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2026-03-20 10:27:38 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2026-03-20 10:27:38 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2026-03-20 10:27:38 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=7.4.8 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_CONF_DIR=/etc/zabbix ZABBIX_USER_HOME_DIR=/var/lib/zabbix ZABBIX_WWW_ROOT=/usr/share/zabbix PYTHONDONTWRITEBYTECODE=1
2026-03-20 10:27:38 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/7.4/manual/installation/containers org.opencontainers.image.licenses=AGPL v3.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 SIA org.opencontainers.image.version=7.4.8
2026-03-20 10:27:38 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2026-03-20 10:27:38 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-7.4.8/ui /usr/share/zabbix/ # buildkit
2026-03-20 10:27:38 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2026-03-20 10:39:44 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=7.4 ZBX_VERSION=7.4.8 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && printf '%s\n' '#!/bin/sh' 'exit 101' > /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && INSTALL_PKGS="bash tzdata ca-certificates curl mysql-client nginx locales libldap-common php8.3-bcmath php8.3-curl php8.3-fpm php8.3-gd php8.3-ldap php8.3-mbstring php8.3-mysql php8.3-xml supervisor" && 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} && find /usr/lib -type f -name '*.pyc' -delete && find /usr/share/python3 -type f -name '*.pyc' -delete && find /usr/lib -type d -name '__pycache__' -empty -delete && find /usr/share/python3 -type d -name '__pycache__' -empty -delete && groupadd --system --gid 1995 zabbix && useradd --system --comment "Zabbix monitoring system" -g zabbix --uid 1997 --shell /sbin/nologin --home-dir ${ZABBIX_USER_HOME_DIR} zabbix && mkdir -p ${ZABBIX_CONF_DIR} ${ZABBIX_CONF_DIR}/web ${ZABBIX_CONF_DIR}/web/certs ${ZABBIX_USER_HOME_DIR} ${ZABBIX_USER_HOME_DIR}/enc ${ZABBIX_USER_HOME_DIR}/enc_internal /var/lib/php/session /var/lib/locales/supported.d && rm -rf /etc/nginx/conf.d/*.conf /var/cache/nginx/ /etc/php/8.3/fpm/pool.d/www.conf /etc/php/8.3/fpm/php-fpm.conf.dpkg-dist /var/lib/locales/supported.d/local && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log && ln -sf "${ZABBIX_CONF_DIR}/web/zabbix.conf.php" "${ZABBIX_WWW_ROOT}/conf/zabbix.conf.php" && ln -sf "${ZABBIX_CONF_DIR}/web/maintenance.inc.php" "${ZABBIX_WWW_ROOT}/conf/maintenance.inc.php" && awk "/display/ && /true/ {gsub(/^[ \t]+|[ \t]+$/, \"\", \$0); print \$0}" "${ZABBIX_WWW_ROOT}/include/locales.inc.php" | cut -d"'" -f 2 | sort -u | xargs -r -I '{}' bash -c 'echo "{}.UTF-8 UTF-8" >> /var/lib/locales/supported.d/local' && dpkg-reconfigure locales && FIX_PERM_LIST=" ${ZABBIX_CONF_DIR}/ ${ZABBIX_WWW_ROOT}/include/defines.inc.php ${ZABBIX_WWW_ROOT}/modules/ ${ZABBIX_USER_HOME_DIR}/ /etc/nginx/ /etc/php/8.3/fpm/php-fpm.conf /etc/php/8.3/fpm/pool.d/ /var/lib/php/session/" && chown --quiet -R zabbix:0 ${FIX_PERM_LIST} && chmod -R g=u ${FIX_PERM_LIST} # buildkit
2026-03-20 10:39:44 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/ping || exit 1"] "1m30s" "3s" "40s" "5s" '\x03'}
2026-03-20 10:39:44 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2026-03-20 10:39:44 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2026-03-20 10:39:44 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2026-03-20 10:39:44 UTC (buildkit.dockerfile.v0)USER 1997
2026-03-20 10:39:44 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2026-03-20 10:49:32 UTC
148 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHONDONTWRITEBYTECODE1
TERMxterm
ZABBIX_CONF_DIR/etc/zabbix
ZABBIX_USER_HOME_DIR/var/lib/zabbix
ZABBIX_WWW_ROOT/usr/share/zabbix
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION7.4.8
[#000] sha256:f826c9b754a00ada9d9335ffdf3ffd40f6925a3223caac76cc429823b8621f9e - 22.18% (32.7 MB)
[#001] sha256:0aae24732b0c662a3020d60651859683bc6d0cb8af5b1a220577e4c99efd3c41 - 16.79% (24.8 MB)
[#002] sha256:4fe3962f601e0654508501616336597dc1dd659794018efeb22e7bc9ebacaef5 - 0.0% (5.47 KB)
[#003] sha256:8e7d5bce0418d49f053512caf4e09113376c0deba59e25cf72e8818c86d2284c - 61.03% (90.1 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:2c2a84ac9728bd7754c1ff8492215dbf9e5e92ff23b1a8e762e734757ad4f876 - 0.0% (3.45 KB)
/bin/sh -c #(nop) ARG RELEASE
2026-02-23 17:18:33 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2026-02-23 17:18:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2026-02-23 17:18:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2026-02-23 17:18:36 UTC/bin/sh -c #(nop) ADD file:2a89eb67bf550d9680999e3ff99dbaa17c251b6c343a241318e879a26da53fca in /
2026-02-23 17:18:37 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2026-03-20 10:27:37 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2026-03-20 10:27:37 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2026-03-20 10:27:37 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2026-03-20 10:27:37 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=7.4.8 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_CONF_DIR=/etc/zabbix ZABBIX_USER_HOME_DIR=/var/lib/zabbix ZABBIX_WWW_ROOT=/usr/share/zabbix PYTHONDONTWRITEBYTECODE=1
2026-03-20 10:27:37 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/7.4/manual/installation/containers org.opencontainers.image.licenses=AGPL v3.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 SIA org.opencontainers.image.version=7.4.8
2026-03-20 10:27:37 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2026-03-20 10:27:37 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-7.4.8/ui /usr/share/zabbix/ # buildkit
2026-03-20 10:27:37 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2026-03-20 10:49:32 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=7.4 ZBX_VERSION=7.4.8 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && printf '%s\n' '#!/bin/sh' 'exit 101' > /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && INSTALL_PKGS="bash tzdata ca-certificates curl mysql-client nginx locales libldap-common php8.3-bcmath php8.3-curl php8.3-fpm php8.3-gd php8.3-ldap php8.3-mbstring php8.3-mysql php8.3-xml supervisor" && 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} && find /usr/lib -type f -name '*.pyc' -delete && find /usr/share/python3 -type f -name '*.pyc' -delete && find /usr/lib -type d -name '__pycache__' -empty -delete && find /usr/share/python3 -type d -name '__pycache__' -empty -delete && groupadd --system --gid 1995 zabbix && useradd --system --comment "Zabbix monitoring system" -g zabbix --uid 1997 --shell /sbin/nologin --home-dir ${ZABBIX_USER_HOME_DIR} zabbix && mkdir -p ${ZABBIX_CONF_DIR} ${ZABBIX_CONF_DIR}/web ${ZABBIX_CONF_DIR}/web/certs ${ZABBIX_USER_HOME_DIR} ${ZABBIX_USER_HOME_DIR}/enc ${ZABBIX_USER_HOME_DIR}/enc_internal /var/lib/php/session /var/lib/locales/supported.d && rm -rf /etc/nginx/conf.d/*.conf /var/cache/nginx/ /etc/php/8.3/fpm/pool.d/www.conf /etc/php/8.3/fpm/php-fpm.conf.dpkg-dist /var/lib/locales/supported.d/local && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log && ln -sf "${ZABBIX_CONF_DIR}/web/zabbix.conf.php" "${ZABBIX_WWW_ROOT}/conf/zabbix.conf.php" && ln -sf "${ZABBIX_CONF_DIR}/web/maintenance.inc.php" "${ZABBIX_WWW_ROOT}/conf/maintenance.inc.php" && awk "/display/ && /true/ {gsub(/^[ \t]+|[ \t]+$/, \"\", \$0); print \$0}" "${ZABBIX_WWW_ROOT}/include/locales.inc.php" | cut -d"'" -f 2 | sort -u | xargs -r -I '{}' bash -c 'echo "{}.UTF-8 UTF-8" >> /var/lib/locales/supported.d/local' && dpkg-reconfigure locales && FIX_PERM_LIST=" ${ZABBIX_CONF_DIR}/ ${ZABBIX_WWW_ROOT}/include/defines.inc.php ${ZABBIX_WWW_ROOT}/modules/ ${ZABBIX_USER_HOME_DIR}/ /etc/nginx/ /etc/php/8.3/fpm/php-fpm.conf /etc/php/8.3/fpm/pool.d/ /var/lib/php/session/" && chown --quiet -R zabbix:0 ${FIX_PERM_LIST} && chmod -R g=u ${FIX_PERM_LIST} # buildkit
2026-03-20 10:49:32 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/ping || exit 1"] "1m30s" "3s" "40s" "5s" '\x03'}
2026-03-20 10:49:32 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2026-03-20 10:49:32 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2026-03-20 10:49:32 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2026-03-20 10:49:32 UTC (buildkit.dockerfile.v0)USER 1997
2026-03-20 10:49:32 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.