Namespace
zabbix
Image / Tag
zabbix-web-nginx-mysql:4.0.50-alpine
Content Digest
sha256:b7dfb7c6eec4cce749d32c629e7dbca5beb1b7bf1b4211e3463540e32e06039b
Details
Created

2023-10-30 16:00:01 UTC

Size

61.4 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2023-10-30T15:59:06.311Z
  • 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:79e9f2f55bf5465a02ee6a6170e66005b20c7aa6b115af6fcd04fad706ea651a - 4.38% (2.69 MB)

[#001] sha256:7d3c7db9a961650e70c3f5eb25c3139eab63d8174857a1aa5b00a489a8962f31 - 34.89% (21.4 MB)

[#002] sha256:83bca15b98624d6acad380cdab29d8c3091ceefbdf5e83aa09c50b86dd67554f - 0.01% (4.36 KB)

[#003] sha256:9546d52221403038de973e15d9b26f8657fb0ed7ad5de142b6796ff00f7a6cc6 - 60.72% (37.3 MB)

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

[#005] sha256:1c07b652ba581521a854c66eeb21bc02628b929a39e11866e431b6bde5b5d4cf - 0.0% (2.41 KB)


History
2021-11-12 17:20:17 UTC

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

2021-11-12 17:20:17 UTC

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

2023-10-30 15:59:54 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION

2023-10-30 15:59:54 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION

2023-10-30 15:59:54 UTC (buildkit.dockerfile.v0)

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

2023-10-30 15:59:54 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 15:59:54 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 15:59:54 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2023-10-30 15:59:54 UTC (buildkit.dockerfile.v0)

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

2023-10-30 15:59:54 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2023-10-30 16:00:00 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-client mariadb-connector-c nginx php7-bcmath php7-ctype php7-fpm php7-gd php7-gettext php7-json php7-ldap php7-mbstring php7-mysqli php7-session php7-simplexml php7-sockets php7-fileinfo php7-xmlreader php7-xmlwriter supervisor" && apk add --no-cache --clean-protected ${INSTALL_PKGS} && apk add --clean-protected --no-cache --no-scripts apache2-ssl && addgroup --system --gid 1995 zabbix && adduser --system --gecos "Zabbix monitoring system" --disabled-password --uid 1997 --ingroup zabbix --shell /sbin/nologin --home /var/lib/zabbix/ zabbix && adduser zabbix root && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/web && mkdir -p /var/lib/php/session && rm -rf /etc/php7/php-fpm.d/www.conf && rm -f /etc/nginx/conf.d/*.conf && ln -sf /dev/fd/2 /var/lib/nginx/logs/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" && 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/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chown --quiet -R zabbix:root /var/lib/php/session/ /var/lib/nginx/ && chgrp -R 0 /var/lib/php/session/ /var/lib/nginx/ && chmod -R g=u /var/lib/php/session/ /var/lib/nginx/ && rm -rf /var/cache/apk/* # buildkit

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

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

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

WORKDIR /usr/share/zabbix

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

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

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

USER 1997

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

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2023-10-30 16:00:22 UTC

Size

59.9 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2023-10-30T15:59:06.311Z
  • 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:5cb8b15578b20b3c847454a0e0743b923ddea3e4f22ffa95f6f41b0c551a391e - 4.17% (2.5 MB)

[#001] sha256:26fea688676b1d3df735b872eef38c024c9434884176403b286bcdf8ca6bd580 - 35.74% (21.4 MB)

[#002] sha256:83bca15b98624d6acad380cdab29d8c3091ceefbdf5e83aa09c50b86dd67554f - 0.01% (4.36 KB)

[#003] sha256:6eff7ecb03a8155de2eaed073b27b4094a4fd0a4c4a48f6a5841c96e9289e44b - 60.07% (36 MB)

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

[#005] sha256:bfe87cf37ae0bb4cefbdf2076de2852319d2c14c1a260653e942cea0d923247d - 0.0% (2.41 KB)


History
2021-11-12 16:50:22 UTC

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

2021-11-12 16:50:23 UTC

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

2023-10-30 15:59:54 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION

2023-10-30 15:59:54 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION

2023-10-30 15:59:54 UTC (buildkit.dockerfile.v0)

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

2023-10-30 15:59:54 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 15:59:54 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 15:59:54 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2023-10-30 15:59:54 UTC (buildkit.dockerfile.v0)

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

2023-10-30 15:59:54 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2023-10-30 16:00:22 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-client mariadb-connector-c nginx php7-bcmath php7-ctype php7-fpm php7-gd php7-gettext php7-json php7-ldap php7-mbstring php7-mysqli php7-session php7-simplexml php7-sockets php7-fileinfo php7-xmlreader php7-xmlwriter supervisor" && apk add --no-cache --clean-protected ${INSTALL_PKGS} && apk add --clean-protected --no-cache --no-scripts apache2-ssl && addgroup --system --gid 1995 zabbix && adduser --system --gecos "Zabbix monitoring system" --disabled-password --uid 1997 --ingroup zabbix --shell /sbin/nologin --home /var/lib/zabbix/ zabbix && adduser zabbix root && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/web && mkdir -p /var/lib/php/session && rm -rf /etc/php7/php-fpm.d/www.conf && rm -f /etc/nginx/conf.d/*.conf && ln -sf /dev/fd/2 /var/lib/nginx/logs/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" && 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/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chown --quiet -R zabbix:root /var/lib/php/session/ /var/lib/nginx/ && chgrp -R 0 /var/lib/php/session/ /var/lib/nginx/ && chmod -R g=u /var/lib/php/session/ /var/lib/nginx/ && rm -rf /var/cache/apk/* # buildkit

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

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

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

WORKDIR /usr/share/zabbix

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

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

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

USER 1997

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

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2023-10-30 16:00:18 UTC

Size

58.5 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2023-10-30T15:59:06.311Z
  • 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:db98cdfd4b007f4020acbc8c40e4a75340a1266331affc23d45f8da764257e90 - 3.95% (2.31 MB)

[#001] sha256:b08ba723c977e0ddce311c995fc4d0d063e6af134ed4dec5c32b60f994423a32 - 36.6% (21.4 MB)

[#002] sha256:83bca15b98624d6acad380cdab29d8c3091ceefbdf5e83aa09c50b86dd67554f - 0.01% (4.36 KB)

[#003] sha256:18ecfa0b0c6eb849e209dd1cd00896026333153c7bf0f8b919f73701b27e6f47 - 59.43% (34.8 MB)

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

[#005] sha256:93ad7df12d77e410f0c0c85b528597888609bda6619d9b2f7f7b18f9e1f7b29d - 0.0% (2.41 KB)


History
2021-11-12 16:58:25 UTC

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

2021-11-12 16:58:25 UTC

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

2023-10-30 15:59:54 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION

2023-10-30 15:59:54 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION

2023-10-30 15:59:54 UTC (buildkit.dockerfile.v0)

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

2023-10-30 15:59:54 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 15:59:54 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 15:59:54 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2023-10-30 15:59:54 UTC (buildkit.dockerfile.v0)

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

2023-10-30 15:59:54 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2023-10-30 16:00:18 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-client mariadb-connector-c nginx php7-bcmath php7-ctype php7-fpm php7-gd php7-gettext php7-json php7-ldap php7-mbstring php7-mysqli php7-session php7-simplexml php7-sockets php7-fileinfo php7-xmlreader php7-xmlwriter supervisor" && apk add --no-cache --clean-protected ${INSTALL_PKGS} && apk add --clean-protected --no-cache --no-scripts apache2-ssl && addgroup --system --gid 1995 zabbix && adduser --system --gecos "Zabbix monitoring system" --disabled-password --uid 1997 --ingroup zabbix --shell /sbin/nologin --home /var/lib/zabbix/ zabbix && adduser zabbix root && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/web && mkdir -p /var/lib/php/session && rm -rf /etc/php7/php-fpm.d/www.conf && rm -f /etc/nginx/conf.d/*.conf && ln -sf /dev/fd/2 /var/lib/nginx/logs/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" && 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/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chown --quiet -R zabbix:root /var/lib/php/session/ /var/lib/nginx/ && chgrp -R 0 /var/lib/php/session/ /var/lib/nginx/ && chmod -R g=u /var/lib/php/session/ /var/lib/nginx/ && rm -rf /var/cache/apk/* # buildkit

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

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

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

WORKDIR /usr/share/zabbix

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

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

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

USER 1997

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

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2023-10-30 16:00:18 UTC

Size

61.5 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2023-10-30T15:59:06.311Z
  • 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:b48a9fe99aba73065302163e59c82a1b0054810c7b9ef85eee6f1b495b162461 - 4.23% (2.6 MB)

[#001] sha256:e63a8c20176968a8bf8d40416c5eca3d9450e71cce3addcd41d2c36c46b42ba0 - 34.84% (21.4 MB)

[#002] sha256:83bca15b98624d6acad380cdab29d8c3091ceefbdf5e83aa09c50b86dd67554f - 0.01% (4.36 KB)

[#003] sha256:73fb365710e0d75fb56b0493c1bffb45a2ffe9bbd7feb693118aa7e619275f7f - 60.92% (37.5 MB)

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

[#005] sha256:93ad7df12d77e410f0c0c85b528597888609bda6619d9b2f7f7b18f9e1f7b29d - 0.0% (2.41 KB)


History
2021-11-12 16:40:19 UTC

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

2021-11-12 16:40:19 UTC

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

2023-10-30 15:59:54 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION

2023-10-30 15:59:54 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION

2023-10-30 15:59:54 UTC (buildkit.dockerfile.v0)

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

2023-10-30 15:59:54 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 15:59:54 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 15:59:54 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2023-10-30 15:59:54 UTC (buildkit.dockerfile.v0)

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

2023-10-30 15:59:54 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2023-10-30 16:00:18 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-client mariadb-connector-c nginx php7-bcmath php7-ctype php7-fpm php7-gd php7-gettext php7-json php7-ldap php7-mbstring php7-mysqli php7-session php7-simplexml php7-sockets php7-fileinfo php7-xmlreader php7-xmlwriter supervisor" && apk add --no-cache --clean-protected ${INSTALL_PKGS} && apk add --clean-protected --no-cache --no-scripts apache2-ssl && addgroup --system --gid 1995 zabbix && adduser --system --gecos "Zabbix monitoring system" --disabled-password --uid 1997 --ingroup zabbix --shell /sbin/nologin --home /var/lib/zabbix/ zabbix && adduser zabbix root && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/web && mkdir -p /var/lib/php/session && rm -rf /etc/php7/php-fpm.d/www.conf && rm -f /etc/nginx/conf.d/*.conf && ln -sf /dev/fd/2 /var/lib/nginx/logs/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" && 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/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chown --quiet -R zabbix:root /var/lib/php/session/ /var/lib/nginx/ && chgrp -R 0 /var/lib/php/session/ /var/lib/nginx/ && chmod -R g=u /var/lib/php/session/ /var/lib/nginx/ && rm -rf /var/cache/apk/* # buildkit

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

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

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

WORKDIR /usr/share/zabbix

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

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

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

USER 1997

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

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2023-10-30 16:00:26 UTC

Size

61.8 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2023-10-30T15:59:06.311Z
  • 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:2334d09c68c638281c379be0e1867755ef10cce022f8c7c0a238627478518b04 - 3.99% (2.47 MB)

[#001] sha256:0120e141410e18dccb712e4241fa5a79f1f1f1c7c430eee0b17b1eeddafe522b - 34.65% (21.4 MB)

[#002] sha256:83bca15b98624d6acad380cdab29d8c3091ceefbdf5e83aa09c50b86dd67554f - 0.01% (4.36 KB)

[#003] sha256:92fad9aea726ab16477c8aa1dc2c5d0ca08c031ad7d8e6ae33c97a0e5d460d08 - 61.35% (37.9 MB)

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

[#005] sha256:975699ebbb8b5c6930edeb0812dba263c68dcbb3ae85bbb35bf673621d58656d - 0.0% (2.41 KB)


History
2021-11-12 16:41:58 UTC

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

2021-11-12 16:41:59 UTC

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

2023-10-30 15:59:54 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION

2023-10-30 15:59:54 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION

2023-10-30 15:59:54 UTC (buildkit.dockerfile.v0)

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

2023-10-30 15:59:54 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 15:59:54 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 15:59:54 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2023-10-30 15:59:54 UTC (buildkit.dockerfile.v0)

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

2023-10-30 15:59:54 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2023-10-30 16:00:26 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-client mariadb-connector-c nginx php7-bcmath php7-ctype php7-fpm php7-gd php7-gettext php7-json php7-ldap php7-mbstring php7-mysqli php7-session php7-simplexml php7-sockets php7-fileinfo php7-xmlreader php7-xmlwriter supervisor" && apk add --no-cache --clean-protected ${INSTALL_PKGS} && apk add --clean-protected --no-cache --no-scripts apache2-ssl && addgroup --system --gid 1995 zabbix && adduser --system --gecos "Zabbix monitoring system" --disabled-password --uid 1997 --ingroup zabbix --shell /sbin/nologin --home /var/lib/zabbix/ zabbix && adduser zabbix root && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/web && mkdir -p /var/lib/php/session && rm -rf /etc/php7/php-fpm.d/www.conf && rm -f /etc/nginx/conf.d/*.conf && ln -sf /dev/fd/2 /var/lib/nginx/logs/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" && 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/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chown --quiet -R zabbix:root /var/lib/php/session/ /var/lib/nginx/ && chgrp -R 0 /var/lib/php/session/ /var/lib/nginx/ && chmod -R g=u /var/lib/php/session/ /var/lib/nginx/ && rm -rf /var/cache/apk/* # buildkit

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

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

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

WORKDIR /usr/share/zabbix

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

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

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

USER 1997

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