Namespace
zabbix
Image / Tag
zabbix-web-nginx-mysql:6.4-ol-latest
Content Digest
sha256:4f8a68805c9e72788365c55268f9d7a4113b0ed2697ab0314039852b7c9a100a
Details
Created

2025-01-27 19:52:02 UTC

Size

161 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2025-01-27T19:50:19.714Z
  • 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.revision
    0e034b5984dbeb5eff154c77d47a8b3ee2586b7a
  • 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
    6.4.21

Environment
PATH

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

TERM

xterm

ZABBIX_CONF_DIR

/etc/zabbix

ZABBIX_WWW_ROOT

/usr/share/zabbix

ZBX_SOURCES

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

ZBX_VERSION

6.4.21


Layers

[#000] sha256:2c0a233485c3a7b6cab556a9a9c2916ca9a3afc8c46097ddfbe0af4fe120a50c - 29.17% (46.8 MB)

[#001] sha256:8207dfe97068b3d711c6c04929d271e9eb854c875baa79425e5683898d3d3f3a - 18.81% (30.2 MB)

[#002] sha256:6c1887ce1afb8375d1c419597bb953b09c0826f3c5ec9f3c4b76c6de8a53d648 - 0.0% (5.45 KB)

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

[#004] sha256:96df6718e81d030a5b52da31e6af62502add12c0b8c2ebfca65e38bb5da4849a - 52.01% (83.5 MB)

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

[#006] sha256:a807aab0f475de7a4194fb99679135d3c9bb26e5979dd4dd9d5aa13945728e1b - 0.0% (2.95 KB)


History
2024-11-21 19:42:52 UTC (buildkit.dockerfile.v0)

ADD oraclelinux-9-slim-amd64-rootfs.tar.xz / # buildkit

2024-11-21 19:42:52 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

2025-01-27 19:50:49 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=6.4

2025-01-27 19:50:49 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=6.4.21

2025-01-27 19:50:49 UTC (buildkit.dockerfile.v0)

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

2025-01-27 19:50:49 UTC (buildkit.dockerfile.v0)

ENV TERM=xterm ZBX_VERSION=6.4.21 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_CONF_DIR=/etc/zabbix ZABBIX_WWW_ROOT=/usr/share/zabbix

2025-01-27 19:50:49 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 SIA org.opencontainers.image.version=6.4.21

2025-01-27 19:50:49 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2025-01-27 19:50:49 UTC (buildkit.dockerfile.v0)

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

2025-01-27 19:50:49 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2025-01-27 19:50:49 UTC (buildkit.dockerfile.v0)

COPY conf/etc/yum.repos.d/oracle-epel-ol9.repo /etc/yum.repos.d/oracle-epel-ol9.repo # buildkit

2025-01-27 19:52:02 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=6.4 ZBX_VERSION=6.4.21 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && 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" && microdnf -y module enable --disablerepo "*" --enablerepo "ol9_appstream" --setopt=install_weak_deps=0 --setopt=keepcache=0 php:8.2 nginx:1.24 && microdnf -y install --disablerepo="*" --enablerepo="ol9_baseos_latest" --enablerepo="ol9_appstream" --enablerepo="ol9_developer_EPEL" --setopt=install_weak_deps=0 --setopt=keepcache=0 --best --nodocs ${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 ${ZABBIX_CONF_DIR} && mkdir -p ${ZABBIX_CONF_DIR}/web && mkdir -p ${ZABBIX_CONF_DIR}/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 ${ZABBIX_WWW_ROOT}/ && 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 ${ZABBIX_WWW_ROOT}/locale -name '*.po' | xargs rm -f && find ${ZABBIX_WWW_ROOT}/locale -name '*.sh' | xargs rm -f && ln -s "${ZABBIX_CONF_DIR}/web/zabbix.conf.php" "${ZABBIX_WWW_ROOT}/conf/zabbix.conf.php" && ln -s "${ZABBIX_CONF_DIR}/web/maintenance.inc.php" "${ZABBIX_WWW_ROOT}/conf/maintenance.inc.php" && cat ${ZABBIX_WWW_ROOT}/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 ${ZABBIX_CONF_DIR}/ ${ZABBIX_WWW_ROOT}/include/defines.inc.php ${ZABBIX_WWW_ROOT}/modules/ && chgrp -R 0 ${ZABBIX_CONF_DIR}/ ${ZABBIX_WWW_ROOT}/include/defines.inc.php ${ZABBIX_WWW_ROOT}/modules/ && chmod -R g=u ${ZABBIX_CONF_DIR}/ ${ZABBIX_WWW_ROOT}/include/defines.inc.php ${ZABBIX_WWW_ROOT}/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/ && microdnf -y remove findutils glibc-locale-source # buildkit

2025-01-27 19:52:02 UTC (buildkit.dockerfile.v0)

HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/ping || exit 1"] "1m30s" "3s" "40s" "5s" '\x03'}

2025-01-27 19:52:02 UTC (buildkit.dockerfile.v0)

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

2025-01-27 19:52:02 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2025-01-27 19:52:02 UTC (buildkit.dockerfile.v0)

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

2025-01-27 19:52:02 UTC (buildkit.dockerfile.v0)

USER 1997

2025-01-27 19:52:02 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2025-01-27 19:58:04 UTC

Size

159 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2025-01-27T19:50:19.714Z
  • 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.revision
    0e034b5984dbeb5eff154c77d47a8b3ee2586b7a
  • 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
    6.4.21

Environment
PATH

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

TERM

xterm

ZABBIX_CONF_DIR

/etc/zabbix

ZABBIX_WWW_ROOT

/usr/share/zabbix

ZBX_SOURCES

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

ZBX_VERSION

6.4.21


Layers

[#000] sha256:f7fa64c7935f6bb5df09447a656c51d0f8f2a9f6c57838b88508dce34d5ec36a - 28.61% (45.5 MB)

[#001] sha256:8ec4c1ab13cd8c2335f3095746f0b9123aa1697284c3f8b20f3deb794e372783 - 19.0% (30.2 MB)

[#002] sha256:6c1887ce1afb8375d1c419597bb953b09c0826f3c5ec9f3c4b76c6de8a53d648 - 0.0% (5.45 KB)

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

[#004] sha256:46cc4a7d3958d62c2888e44c796c22d56cf9ed7781a0457a407fe2d3b78e6c47 - 52.39% (83.3 MB)

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

[#006] sha256:29a1d02aef153d23522367a82eeee91ecf43f2ab409d0dc5fc047c9ed2db2443 - 0.0% (2.95 KB)


History
2024-11-21 19:43:03 UTC (buildkit.dockerfile.v0)

ADD oraclelinux-9-slim-arm64v8-rootfs.tar.xz / # buildkit

2024-11-21 19:43:03 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

2025-01-27 19:50:49 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=6.4

2025-01-27 19:50:49 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=6.4.21

2025-01-27 19:50:49 UTC (buildkit.dockerfile.v0)

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

2025-01-27 19:50:49 UTC (buildkit.dockerfile.v0)

ENV TERM=xterm ZBX_VERSION=6.4.21 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_CONF_DIR=/etc/zabbix ZABBIX_WWW_ROOT=/usr/share/zabbix

2025-01-27 19:50:49 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 SIA org.opencontainers.image.version=6.4.21

2025-01-27 19:50:49 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2025-01-27 19:50:49 UTC (buildkit.dockerfile.v0)

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

2025-01-27 19:50:49 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2025-01-27 19:50:49 UTC (buildkit.dockerfile.v0)

COPY conf/etc/yum.repos.d/oracle-epel-ol9.repo /etc/yum.repos.d/oracle-epel-ol9.repo # buildkit

2025-01-27 19:58:04 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=6.4 ZBX_VERSION=6.4.21 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && 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" && microdnf -y module enable --disablerepo "*" --enablerepo "ol9_appstream" --setopt=install_weak_deps=0 --setopt=keepcache=0 php:8.2 nginx:1.24 && microdnf -y install --disablerepo="*" --enablerepo="ol9_baseos_latest" --enablerepo="ol9_appstream" --enablerepo="ol9_developer_EPEL" --setopt=install_weak_deps=0 --setopt=keepcache=0 --best --nodocs ${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 ${ZABBIX_CONF_DIR} && mkdir -p ${ZABBIX_CONF_DIR}/web && mkdir -p ${ZABBIX_CONF_DIR}/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 ${ZABBIX_WWW_ROOT}/ && 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 ${ZABBIX_WWW_ROOT}/locale -name '*.po' | xargs rm -f && find ${ZABBIX_WWW_ROOT}/locale -name '*.sh' | xargs rm -f && ln -s "${ZABBIX_CONF_DIR}/web/zabbix.conf.php" "${ZABBIX_WWW_ROOT}/conf/zabbix.conf.php" && ln -s "${ZABBIX_CONF_DIR}/web/maintenance.inc.php" "${ZABBIX_WWW_ROOT}/conf/maintenance.inc.php" && cat ${ZABBIX_WWW_ROOT}/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 ${ZABBIX_CONF_DIR}/ ${ZABBIX_WWW_ROOT}/include/defines.inc.php ${ZABBIX_WWW_ROOT}/modules/ && chgrp -R 0 ${ZABBIX_CONF_DIR}/ ${ZABBIX_WWW_ROOT}/include/defines.inc.php ${ZABBIX_WWW_ROOT}/modules/ && chmod -R g=u ${ZABBIX_CONF_DIR}/ ${ZABBIX_WWW_ROOT}/include/defines.inc.php ${ZABBIX_WWW_ROOT}/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/ && microdnf -y remove findutils glibc-locale-source # buildkit

2025-01-27 19:58:04 UTC (buildkit.dockerfile.v0)

HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/ping || exit 1"] "1m30s" "3s" "40s" "5s" '\x03'}

2025-01-27 19:58:04 UTC (buildkit.dockerfile.v0)

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

2025-01-27 19:58:04 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2025-01-27 19:58:04 UTC (buildkit.dockerfile.v0)

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

2025-01-27 19:58:04 UTC (buildkit.dockerfile.v0)

USER 1997

2025-01-27 19:58:04 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