Namespace
zabbix
Image / Tag
zabbix-web-nginx-mysql:4.0.35-centos
Content Digest
sha256:f65204961b12705057fca07ce28ca4fc33dd66d18426a63ac6f31bafc570bdfe
Details
Created

2021-10-19 00:13:47 UTC

Size

157 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 <alexey.pustovalov@zabbix.com>
  • org.opencontainers.image.created
    2021-10-19T00:12:20.662Z
  • 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
    3f38a937f401feb12e17a8cad5028bee0b6dfc0d
  • 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.35

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.35


Layers

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

[#001] sha256:4d751cbed0f91eb118e34f5d69398ccac7115642b37ac729c4ebfc713ae70a09 - 5.24% (8.22 MB)

[#002] sha256:15013b0b8e3cbc5345237ea74195bdfefe77a9558777245a5d8344b96f9516c0 - 0.0% (4.3 KB)

[#003] sha256:acb9c1877820113a2824cd9dd357a3a57ab54efc2c80f6380d898902527f6641 - 48.44% (75.9 MB)

[#004] sha256:3e9c3dfffe80e0c6d36b3440f05d938c4d16f3b31bc599b774d983e6ca546136 - 0.0% (2.52 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"]

2021-10-19 00:12:39 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION

2021-10-19 00:12:39 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION

2021-10-19 00:12:39 UTC (buildkit.dockerfile.v0)

ARG ZBX_SOURCES

2021-10-19 00:12:39 UTC (buildkit.dockerfile.v0)

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

2021-10-19 00:12:39 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=Zabbix web-interface (Nginx, MySQL) org.opencontainers.image.authors=Alexey Pustovalov <alexey.pustovalov@zabbix.com> org.opencontainers.image.vendor=Zabbix LLC org.opencontainers.image.url=https://zabbix.com/ org.opencontainers.image.description=Zabbix web-interface based on Nginx web server with MySQL database support org.opencontainers.image.licenses=GPL v2.0 org.opencontainers.image.documentation=https://www.zabbix.com/documentation/4.0/manual/installation/containers org.opencontainers.image.version=4.0.35 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git

2021-10-19 00:12:39 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2021-10-19 00:12:39 UTC (buildkit.dockerfile.v0)

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

2021-10-19 00:12:39 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2021-10-19 00:13:47 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=4.0 ZBX_VERSION=4.0.35 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && 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 && INSTALL_PKGS="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} && 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/ && chown --quiet -R zabbix:root /usr/share/zabbix/include/defines.inc.php && chgrp -R 0 /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /usr/share/zabbix/include/defines.inc.php && 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

2021-10-19 00:13:47 UTC (buildkit.dockerfile.v0)

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

2021-10-19 00:13:47 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2021-10-19 00:13:47 UTC (buildkit.dockerfile.v0)

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

2021-10-19 00:13:47 UTC (buildkit.dockerfile.v0)

USER 1997

2021-10-19 00:13:47 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