2022-12-05 20:59:20 UTC
222 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.2.6
containeroci
[#000] sha256:6c5de04c936da27e33992af1e54e929f1cb39c8e1473d9d25ed1f1dc2d842fd4 - 36.01% (80.1 MB)
[#001] sha256:f1ee40d9db4a2bf9b96ea48d6cb45c602a6761650f67dc84bba5a0d2495e845a - 0.0% (1.83 KB)
[#002] sha256:17facd475902d6709cff908630b59271c7ad18f64c3a1d0143d438c6988504ef - 16.45% (36.6 MB)
[#003] sha256:0d557d32f54ebd277fdffbbdf656b90442ee9d8753aec9ebac429eee967f4dee - 16.85% (37.5 MB)
[#004] sha256:85cec6d97af955dfd73c0c20fecbcd1d1ea7d277e81837ced0bc6806976972fc - 6.93% (15.4 MB)
[#005] sha256:ea50ba89e904b992fca44708b9e01e549ed3b5291668ee5c950a04c871f421f9 - 0.0% (4.93 KB)
[#006] sha256:3d08d16441e49afda526a50873855b9e3ff803de3125b6b007ffe42d25567335 - 23.76% (52.8 MB)
[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#008] sha256:df0ec76611f6ab051b698fc34bdbae9e0a1b57a442679e1ee43e6dbf748bb88f - 0.0% (2.66 KB)
/bin/sh -c #(nop) LABEL maintainer="The CentOS Project"
2022-09-19 22:00:38 UTC/bin/sh -c #(nop) LABEL com.redhat.component="centos-stream-container" name="centos-stream" version="8"
2022-09-19 22:00:38 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://centos.org/legal/licensing-policy/"
2022-09-19 22:00:38 UTC/bin/sh -c #(nop) LABEL summary="Provides a CentOS Stream container based on the Red Hat Universal Base Image"
2022-09-19 22:00:38 UTC/bin/sh -c #(nop) LABEL description="CentOS Stream is a continuously delivered distro that tracks just ahead of Red Hat Enterprise Linux development. This image takes the Red Hat UBI and layers on content from CentOS Stream"
2022-09-19 22:00:38 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="CentOS Stream 8"
2022-09-19 22:00:38 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2022-09-19 22:00:38 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="base centos centos-stream"
2022-09-19 22:00:46 UTC/bin/sh -c dnf download --repofrompath=centos,http://mirror.centos.org/centos/8-stream/BaseOS/x86_64/os/ --disablerepo=* --enablerepo=centos centos-stream-release centos-stream-repos centos-gpg-keys
2022-09-19 22:01:16 UTC/bin/sh -c rpm -ivh --nodeps --replacefiles *.rpm && rm *.rpm && rpm -e redhat-release && dnf --setopt=tsflags=nodocs --setopt=install_weak_deps=false -y distro-sync && dnf remove -y subscription-manager dnf-plugin-subscription-manager && dnf clean all && rm -f /etc/yum.repos.d/ubi.repo
2022-12-05 20:57:14 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2022-12-05 20:57:14 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2022-12-05 20:57:14 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2022-12-05 20:57:14 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=6.2.6 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2022-12-05 20:57:14 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.2/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.2.6
2022-12-05 20:57:14 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2022-12-05 20:57:14 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.2.6/ui /usr/share/zabbix # buildkit
2022-12-05 20:57:14 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2022-12-05 20:59:20 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=6.2 ZBX_VERSION=6.2.6 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && REPOLIST="baseos,appstream,epel" && INSTALL_PKGS="bash curl mysql nginx php-bcmath php-fpm php-gd php-ldap php-mbstring php-mysqlnd php-json php-xml findutils glibc-locale-source supervisor" && dnf -y install epel-release && dnf -y module enable mysql && dnf -y module enable php:8.0 nginx:1.20 && dnf -y install --disablerepo "*" --enablerepo "${REPOLIST}" --setopt=tsflags=nodocs --setopt=install_weak_deps=False --best ${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 -f /etc/php-fpm.d/www.conf && 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" && 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 "{}" && localedef -c -i {} -f UTF-8 {}.UTF-8 2>/dev/null' && 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-fpm.d/ /etc/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf && chown --quiet -R zabbix:root /var/lib/php/session/ && chgrp -R 0 /var/lib/php/session/ && chmod -R g=u /var/lib/php/session/ && dnf -y remove findutils glibc-locale-source && dnf -y clean all && rm -rf /var/cache/yum /var/lib/yum/yumdb/* /usr/lib/udev/hwdb.d/* && rm -rf /var/cache/dnf /etc/udev/hwdb.bin /root/.pki # buildkit
2022-12-05 20:59:20 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2022-12-05 20:59:20 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2022-12-05 20:59:20 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2022-12-05 20:59:20 UTC (buildkit.dockerfile.v0)USER 1997
2022-12-05 20:59:20 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2022-12-05 21:05:57 UTC
220 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.2.6
containeroci
[#000] sha256:44219e00881cf62071db757c57d79fb1b638ddfbcb4c34bdfe7bc66f579e1918 - 35.38% (77.7 MB)
[#001] sha256:795f49826329c7676ac8fedf63e55e7ba9fb73922b7c6f61297c111c2d95d634 - 0.0% (1.85 KB)
[#002] sha256:e72c69f7a7a0086306caea6b3130a8ec6113c09e065b2f1b0fd6dd95266dfee4 - 16.65% (36.6 MB)
[#003] sha256:18c13effe3e1cf64e84d5dd614e09551aa3f01e4f46d5a188821ba95a08d59ff - 16.25% (35.7 MB)
[#004] sha256:cbe699e8e5447ef6d5ae03c9a91e979bb394f9fbebd63f079ea1ec66840719bc - 7.02% (15.4 MB)
[#005] sha256:ea50ba89e904b992fca44708b9e01e549ed3b5291668ee5c950a04c871f421f9 - 0.0% (4.93 KB)
[#006] sha256:1ff4d7559049cdf0623bcfade29183252e8af026edecbc358bd0cd009e4876e7 - 24.7% (54.2 MB)
[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#008] sha256:13bd2d495fa6c17c325eb31e7bb2720da509d13a3c82a2571ac5ebf920e01ed7 - 0.0% (2.65 KB)
/bin/sh -c #(nop) LABEL maintainer="The CentOS Project"
2022-09-19 22:02:13 UTC/bin/sh -c #(nop) LABEL com.redhat.component="centos-stream-container" name="centos-stream" version="8"
2022-09-19 22:02:13 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://centos.org/legal/licensing-policy/"
2022-09-19 22:02:13 UTC/bin/sh -c #(nop) LABEL summary="Provides a CentOS Stream container based on the Red Hat Universal Base Image"
2022-09-19 22:02:14 UTC/bin/sh -c #(nop) LABEL description="CentOS Stream is a continuously delivered distro that tracks just ahead of Red Hat Enterprise Linux development. This image takes the Red Hat UBI and layers on content from CentOS Stream"
2022-09-19 22:02:14 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="CentOS Stream 8"
2022-09-19 22:02:14 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2022-09-19 22:02:14 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="base centos centos-stream"
2022-09-19 22:02:29 UTC/bin/sh -c dnf download --repofrompath=centos,http://mirror.centos.org/centos/8-stream/BaseOS/x86_64/os/ --disablerepo=* --enablerepo=centos centos-stream-release centos-stream-repos centos-gpg-keys
2022-09-19 22:03:21 UTC/bin/sh -c rpm -ivh --nodeps --replacefiles *.rpm && rm *.rpm && rpm -e redhat-release && dnf --setopt=tsflags=nodocs --setopt=install_weak_deps=false -y distro-sync && dnf remove -y subscription-manager dnf-plugin-subscription-manager && dnf clean all && rm -f /etc/yum.repos.d/ubi.repo
2022-12-05 20:57:14 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2022-12-05 20:57:14 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2022-12-05 20:57:14 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2022-12-05 20:57:14 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=6.2.6 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2022-12-05 20:57:14 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.2/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.2.6
2022-12-05 20:57:14 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2022-12-05 20:57:14 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.2.6/ui /usr/share/zabbix # buildkit
2022-12-05 20:57:14 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2022-12-05 21:05:57 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=6.2 ZBX_VERSION=6.2.6 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && REPOLIST="baseos,appstream,epel" && INSTALL_PKGS="bash curl mysql nginx php-bcmath php-fpm php-gd php-ldap php-mbstring php-mysqlnd php-json php-xml findutils glibc-locale-source supervisor" && dnf -y install epel-release && dnf -y module enable mysql && dnf -y module enable php:8.0 nginx:1.20 && dnf -y install --disablerepo "*" --enablerepo "${REPOLIST}" --setopt=tsflags=nodocs --setopt=install_weak_deps=False --best ${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 -f /etc/php-fpm.d/www.conf && 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" && 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 "{}" && localedef -c -i {} -f UTF-8 {}.UTF-8 2>/dev/null' && 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-fpm.d/ /etc/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf && chown --quiet -R zabbix:root /var/lib/php/session/ && chgrp -R 0 /var/lib/php/session/ && chmod -R g=u /var/lib/php/session/ && dnf -y remove findutils glibc-locale-source && dnf -y clean all && rm -rf /var/cache/yum /var/lib/yum/yumdb/* /usr/lib/udev/hwdb.d/* && rm -rf /var/cache/dnf /etc/udev/hwdb.bin /root/.pki # buildkit
2022-12-05 21:05:57 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2022-12-05 21:05:57 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2022-12-05 21:05:57 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2022-12-05 21:05:57 UTC (buildkit.dockerfile.v0)USER 1997
2022-12-05 21:05:57 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2022-12-05 21:06:43 UTC
238 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.2.6
containeroci
[#000] sha256:7e95b055128c1d431ec68111ecc948d531b21242c43d576754b17a827b9f11fa - 36.26% (86.5 MB)
[#001] sha256:4e7c61d083cd31e28c8e1ee5dba1dcb8a6c92495d4052047d64a324b16607b39 - 0.0% (1.84 KB)
[#002] sha256:b962d8a9152a2900dcdd849bd6e2e06e3b5a896d5427aec62160cdb6577ad02c - 15.34% (36.6 MB)
[#003] sha256:1c7c0af2ff6887fe8adbcabc88d0744e939223e625ed763244dc1bf826e4c9f2 - 17.34% (41.3 MB)
[#004] sha256:04c2e8c4b1300b138adb6d8746d2d061a822cea1f6dcf24d100abf84419b0dfa - 6.46% (15.4 MB)
[#005] sha256:ea50ba89e904b992fca44708b9e01e549ed3b5291668ee5c950a04c871f421f9 - 0.0% (4.93 KB)
[#006] sha256:8681008698ac3ebdbcd30bb161b568f9babd1fd8370fc2d41db38094865e3c69 - 24.6% (58.6 MB)
[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#008] sha256:7249339d8d41fe6126874dc04c259932d576e5d16e311975804a84145955231b - 0.0% (2.66 KB)
/bin/sh -c #(nop) LABEL maintainer="The CentOS Project"
2022-09-19 22:04:14 UTC/bin/sh -c #(nop) LABEL com.redhat.component="centos-stream-container" name="centos-stream" version="8"
2022-09-19 22:04:14 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://centos.org/legal/licensing-policy/"
2022-09-19 22:04:14 UTC/bin/sh -c #(nop) LABEL summary="Provides a CentOS Stream container based on the Red Hat Universal Base Image"
2022-09-19 22:04:14 UTC/bin/sh -c #(nop) LABEL description="CentOS Stream is a continuously delivered distro that tracks just ahead of Red Hat Enterprise Linux development. This image takes the Red Hat UBI and layers on content from CentOS Stream"
2022-09-19 22:04:14 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="CentOS Stream 8"
2022-09-19 22:04:14 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2022-09-19 22:04:14 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="base centos centos-stream"
2022-09-19 22:04:28 UTC/bin/sh -c dnf download --repofrompath=centos,http://mirror.centos.org/centos/8-stream/BaseOS/x86_64/os/ --disablerepo=* --enablerepo=centos centos-stream-release centos-stream-repos centos-gpg-keys
2022-09-19 22:05:17 UTC/bin/sh -c rpm -ivh --nodeps --replacefiles *.rpm && rm *.rpm && rpm -e redhat-release && dnf --setopt=tsflags=nodocs --setopt=install_weak_deps=false -y distro-sync && dnf remove -y subscription-manager dnf-plugin-subscription-manager && dnf clean all && rm -f /etc/yum.repos.d/ubi.repo
2022-12-05 20:57:15 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION
2022-12-05 20:57:15 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION
2022-12-05 20:57:15 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2022-12-05 20:57:15 UTC (buildkit.dockerfile.v0)ENV TERM=xterm ZBX_VERSION=6.2.6 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2022-12-05 20:57:15 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.2/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.2.6
2022-12-05 20:57:15 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2022-12-05 20:57:15 UTC (buildkit.dockerfile.v0)COPY /tmp/zabbix-6.2.6/ui /usr/share/zabbix # buildkit
2022-12-05 20:57:15 UTC (buildkit.dockerfile.v0)COPY conf/etc/ /etc/ # buildkit
2022-12-05 21:06:43 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=6.2 ZBX_VERSION=6.2.6 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && REPOLIST="baseos,appstream,epel" && INSTALL_PKGS="bash curl mysql nginx php-bcmath php-fpm php-gd php-ldap php-mbstring php-mysqlnd php-json php-xml findutils glibc-locale-source supervisor" && dnf -y install epel-release && dnf -y module enable mysql && dnf -y module enable php:8.0 nginx:1.20 && dnf -y install --disablerepo "*" --enablerepo "${REPOLIST}" --setopt=tsflags=nodocs --setopt=install_weak_deps=False --best ${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 -f /etc/php-fpm.d/www.conf && 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" && 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 "{}" && localedef -c -i {} -f UTF-8 {}.UTF-8 2>/dev/null' && 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-fpm.d/ /etc/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf && chown --quiet -R zabbix:root /var/lib/php/session/ && chgrp -R 0 /var/lib/php/session/ && chmod -R g=u /var/lib/php/session/ && dnf -y remove findutils glibc-locale-source && dnf -y clean all && rm -rf /var/cache/yum /var/lib/yum/yumdb/* /usr/lib/udev/hwdb.d/* && rm -rf /var/cache/dnf /etc/udev/hwdb.bin /root/.pki # buildkit
2022-12-05 21:06:43 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{} 8443/tcp:{}]
2022-12-05 21:06:43 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/zabbix
2022-12-05 21:06:43 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2022-12-05 21:06:43 UTC (buildkit.dockerfile.v0)USER 1997
2022-12-05 21:06:43 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.