Namespace
zabbix
Image / Tag
zabbix-web-nginx-mysql:5.0.42-centos
Content Digest
sha256:3b3fef9fe9de2fd2f9d7bf38ad386f88405c4521abe81837f34e9ba834325eb5
Details
Created

2024-03-25 15:10:19 UTC

Size

147 MB

Content Digest
Labels
  • io.buildah.version
    1.31.3
  • org.label-schema.build-date
    20240319
  • org.label-schema.license
    GPLv2
  • org.label-schema.name
    CentOS Stream 8 Base Image
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vendor
    CentOS
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2024-03-25T15:08:30.479Z
  • 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/5.0/manual/installation/containers
  • org.opencontainers.image.licenses
    GPL v2.0
  • org.opencontainers.image.revision
    60b3b79862b66234916ac8a0d96db963fb92956e
  • 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
    5.0.42

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TERM

xterm

ZBX_SOURCES

https://git.zabbix.com/scm/zbx/zabbix.git

ZBX_VERSION

5.0.42


Layers

[#000] sha256:9516588f908cdb14b5e4062a6063db2d9291b355c3f32e2a99864608a4a7b649 - 54.75% (80.6 MB)

[#001] sha256:2bc7620f3832f0fcd79782e202ef8618ba80c4e4a8fed45e8f9e34a6df62cbd0 - 15.27% (22.5 MB)

[#002] sha256:845ea94da57b64f83b515f98ccdcc128b699c3097eff4d181ef20a6168aef7b3 - 0.0% (4.91 KB)

[#003] sha256:d8acf3c0f36a9a9e126c3f165b008b4689d83ed6919bdfa65c416ad12979c852 - 29.98% (44.1 MB)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#005] sha256:203faa265bc03212e78f50b4685200e94c8ec448b68af0046c6f3454b5b1c645 - 0.0% (2.8 KB)


History
2024-03-19 12:20:58 UTC

/bin/sh -c #(nop) ADD file:7a1cf5eff60403bfbf9a5e7d74b528d03d294bf99570693ce4182c145f3df8c9 in /

2024-03-19 12:20:58 UTC

/bin/sh -c #(nop) LABEL org.label-schema.schema-version="1.0" org.label-schema.name="CentOS Stream 8 Base Image" org.label-schema.vendor="CentOS" org.label-schema.license="GPLv2" org.label-schema.build-date="20240319"

2024-03-19 12:21:04 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2024-03-25 15:09:01 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION

2024-03-25 15:09:01 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION

2024-03-25 15:09:01 UTC (buildkit.dockerfile.v0)

ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git

2024-03-25 15:09:01 UTC (buildkit.dockerfile.v0)

ENV TERM=xterm ZBX_VERSION=5.0.42 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git

2024-03-25 15:09:01 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/5.0/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=5.0.42

2024-03-25 15:09:01 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2024-03-25 15:09:01 UTC (buildkit.dockerfile.v0)

COPY /tmp/zabbix-5.0.42/ui /usr/share/zabbix # buildkit

2024-03-25 15:09:01 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2024-03-25 15:10:19 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=5.0 ZBX_VERSION=5.0.42 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:7.4 nginx:1.18 && 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 --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 && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log && 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 /var/log/nginx/ && chgrp -R 0 /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf /var/log/nginx/ && chmod -R g=u /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf /var/log/nginx/ && 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 # buildkit

2024-03-25 15:10:19 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{} 8443/tcp:{}]

2024-03-25 15:10:19 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2024-03-25 15:10:19 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint.sh /usr/bin/ # buildkit

2024-03-25 15:10:19 UTC (buildkit.dockerfile.v0)

USER 1997

2024-03-25 15:10:19 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2024-03-25 15:14:46 UTC

Size

148 MB

Content Digest
Labels
  • io.buildah.version
    1.31.3
  • org.label-schema.build-date
    20240319
  • org.label-schema.license
    GPLv2
  • org.label-schema.name
    CentOS Stream 8 Base Image
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vendor
    CentOS
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2024-03-25T15:08:30.479Z
  • 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/5.0/manual/installation/containers
  • org.opencontainers.image.licenses
    GPL v2.0
  • org.opencontainers.image.revision
    60b3b79862b66234916ac8a0d96db963fb92956e
  • 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
    5.0.42

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TERM

xterm

ZBX_SOURCES

https://git.zabbix.com/scm/zbx/zabbix.git

ZBX_VERSION

5.0.42


Layers

[#000] sha256:c9df073862e01dcee3a39408933f8c9dcb4b335285879f808e0049611177f736 - 53.44% (79.1 MB)

[#001] sha256:3979cef2fc5bdcafa546d4955aae1ba0bbe3245afa2e8506cb894113bc03df51 - 15.18% (22.5 MB)

[#002] sha256:845ea94da57b64f83b515f98ccdcc128b699c3097eff4d181ef20a6168aef7b3 - 0.0% (4.91 KB)

[#003] sha256:0d76ae68f3261c3ac54478c5d4d18c81de82f1ffb42940433e3c2f0fd3644d86 - 31.38% (46.5 MB)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#005] sha256:773a8a8f460ecf288c8836e124ad7d239455409b6803a1f7e934f1cc9d0a4e50 - 0.0% (2.8 KB)


History
2024-03-19 12:20:05 UTC

/bin/sh -c #(nop) ADD file:906562ff2d307f0951f3787025db10897fbcd251321601bac5db503b533425bd in /

2024-03-19 12:20:05 UTC

/bin/sh -c #(nop) LABEL org.label-schema.schema-version="1.0" org.label-schema.name="CentOS Stream 8 Base Image" org.label-schema.vendor="CentOS" org.label-schema.license="GPLv2" org.label-schema.build-date="20240319"

2024-03-19 12:20:08 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2024-03-25 15:09:01 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION

2024-03-25 15:09:01 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION

2024-03-25 15:09:01 UTC (buildkit.dockerfile.v0)

ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git

2024-03-25 15:09:01 UTC (buildkit.dockerfile.v0)

ENV TERM=xterm ZBX_VERSION=5.0.42 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git

2024-03-25 15:09:01 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/5.0/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=5.0.42

2024-03-25 15:09:01 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2024-03-25 15:09:01 UTC (buildkit.dockerfile.v0)

COPY /tmp/zabbix-5.0.42/ui /usr/share/zabbix # buildkit

2024-03-25 15:09:01 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2024-03-25 15:14:46 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=5.0 ZBX_VERSION=5.0.42 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:7.4 nginx:1.18 && 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 --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 && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log && 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 /var/log/nginx/ && chgrp -R 0 /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf /var/log/nginx/ && chmod -R g=u /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf /var/log/nginx/ && 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 # buildkit

2024-03-25 15:14:46 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{} 8443/tcp:{}]

2024-03-25 15:14:46 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2024-03-25 15:14:46 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint.sh /usr/bin/ # buildkit

2024-03-25 15:14:46 UTC (buildkit.dockerfile.v0)

USER 1997

2024-03-25 15:14:46 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2024-03-25 15:15:21 UTC

Size

161 MB

Content Digest
Labels
  • io.buildah.version
    1.31.3
  • org.label-schema.build-date
    20240319
  • org.label-schema.license
    GPLv2
  • org.label-schema.name
    CentOS Stream 8 Base Image
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vendor
    CentOS
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2024-03-25T15:08:30.479Z
  • 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/5.0/manual/installation/containers
  • org.opencontainers.image.licenses
    GPL v2.0
  • org.opencontainers.image.revision
    60b3b79862b66234916ac8a0d96db963fb92956e
  • 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
    5.0.42

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TERM

xterm

ZBX_SOURCES

https://git.zabbix.com/scm/zbx/zabbix.git

ZBX_VERSION

5.0.42


Layers

[#000] sha256:385dce8b90771948fa69306547edfd912cffebd8fd107259d96a7892eaee4243 - 55.76% (89.6 MB)

[#001] sha256:06f58e4358e31f920f89607c137daa6fc57fcfd756c5162f7852c359ff4de5d9 - 13.99% (22.5 MB)

[#002] sha256:845ea94da57b64f83b515f98ccdcc128b699c3097eff4d181ef20a6168aef7b3 - 0.0% (4.91 KB)

[#003] sha256:2e375309b130fc1e59209bfa877d2fde53cf47a1f2ba2d57342c349f214a6075 - 30.24% (48.6 MB)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#005] sha256:87f2312f880846c31df004c7ca5111deefbc7b2b637b890b4e8206048c2f6192 - 0.0% (2.8 KB)


History
2024-03-19 12:20:31 UTC

/bin/sh -c #(nop) ADD file:132ac9016fc2591dbc3d3a05dfed6bd83394507923fc6efe13863a8db220dd4f in /

2024-03-19 12:20:31 UTC

/bin/sh -c #(nop) LABEL org.label-schema.schema-version="1.0" org.label-schema.name="CentOS Stream 8 Base Image" org.label-schema.vendor="CentOS" org.label-schema.license="GPLv2" org.label-schema.build-date="20240319"

2024-03-19 12:20:33 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2024-03-25 15:09:01 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION

2024-03-25 15:09:01 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION

2024-03-25 15:09:01 UTC (buildkit.dockerfile.v0)

ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git

2024-03-25 15:09:01 UTC (buildkit.dockerfile.v0)

ENV TERM=xterm ZBX_VERSION=5.0.42 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git

2024-03-25 15:09:01 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/5.0/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=5.0.42

2024-03-25 15:09:01 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2024-03-25 15:09:01 UTC (buildkit.dockerfile.v0)

COPY /tmp/zabbix-5.0.42/ui /usr/share/zabbix # buildkit

2024-03-25 15:09:01 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2024-03-25 15:15:21 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=5.0 ZBX_VERSION=5.0.42 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:7.4 nginx:1.18 && 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 --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 && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log && 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 /var/log/nginx/ && chgrp -R 0 /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf /var/log/nginx/ && chmod -R g=u /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf /var/log/nginx/ && 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 # buildkit

2024-03-25 15:15:21 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{} 8443/tcp:{}]

2024-03-25 15:15:21 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2024-03-25 15:15:21 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint.sh /usr/bin/ # buildkit

2024-03-25 15:15:21 UTC (buildkit.dockerfile.v0)

USER 1997

2024-03-25 15:15:21 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Danger Zone
Delete Tag

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.

Delete