Namespace
zabbix
Image / Tag
zabbix-web-nginx-mysql:centos-4.0-latest
Content Digest
sha256:ec840b4dc0a42dbd1da2c295b6e534f4bae29c6eb651ea86fdce19dba255f9c4
Details
Created

2023-10-30 16:10:27 UTC

Size

172 MB

Content Digest
Labels
  • org.label-schema.build-date
    20201113
  • org.label-schema.license
    GPLv2
  • org.label-schema.name
    CentOS 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
    2023-10-30T16:08:58.219Z
  • 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/4.0/manual/installation/containers
  • org.opencontainers.image.licenses
    GPL v2.0
  • org.opencontainers.image.revision
    efa2d7ffec98fad0c322d0d20b01ad29e0b9ccd1
  • 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
    4.0.50

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

4.0.50


Layers

[#000] sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc - 42.22% (72.6 MB)

[#001] sha256:fa4af016b0e9e96b7dc3949ad91c31e62784c6f68515ef0857f3640290999052 - 12.46% (21.4 MB)

[#002] sha256:09d0c06b52cfc7b85866d1ff685cabb5ccbadf9ee4a49d1ceaa1838b12bb46a1 - 0.0% (4.33 KB)

[#003] sha256:6c22997f9ece68aeedbedeac04a7f60489e08068197738a1a8e8a27b67a57e39 - 45.31% (77.9 MB)

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

[#005] sha256:cce7d615a5fe4c8b4521575bb29a71176eda8ae351e8f6bbfed89dc2b0eac244 - 0.0% (2.42 KB)


History
2021-09-15 18:20:23 UTC

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

2021-09-15 18:20:23 UTC

/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0 org.label-schema.name=CentOS Base Image org.label-schema.vendor=CentOS org.label-schema.license=GPLv2 org.label-schema.build-date=20201113 org.opencontainers.image.title=CentOS Base Image org.opencontainers.image.vendor=CentOS org.opencontainers.image.licenses=GPL-2.0-only org.opencontainers.image.created=2020-11-13 00:00:00+00:00

2021-09-15 18:20:23 UTC

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

2023-10-30 16:09:17 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION

2023-10-30 16:09:17 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION

2023-10-30 16:09:17 UTC (buildkit.dockerfile.v0)

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

2023-10-30 16:09:17 UTC (buildkit.dockerfile.v0)

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

2023-10-30 16:09:17 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/4.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=4.0.50

2023-10-30 16:09:17 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2023-10-30 16:09:17 UTC (buildkit.dockerfile.v0)

COPY /tmp/zabbix-4.0.50/frontends/php /usr/share/zabbix # buildkit

2023-10-30 16:09:17 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2023-10-30 16:10:27 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=4.0 ZBX_VERSION=4.0.50 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && INSTALL_PKGS="bash curl mariadb nginx php-bcmath php-fpm php-gd php-ldap php-mbstring php-mysql php-json php-xml findutils glibc-locale-source supervisor" && yum -y install epel-release && yum -y install --setopt=tsflags=nodocs ${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 /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 && chgrp -R 0 /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && 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/ && yum -y remove glibc-locale-source && yum -y clean all && rm -rf /var/cache/yum /var/lib/yum/yumdb/* /usr/lib/udev/hwdb.d/* && rm -rf /etc/udev/hwdb.bin /root/.pki # buildkit

2023-10-30 16:10:27 UTC (buildkit.dockerfile.v0)

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

2023-10-30 16:10:27 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2023-10-30 16:10:27 UTC (buildkit.dockerfile.v0)

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

2023-10-30 16:10:27 UTC (buildkit.dockerfile.v0)

USER 1997

2023-10-30 16:10:27 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