Namespace
zabbix
Image / Tag
zabbix-web-nginx-mysql:6.2.5-alpine
Content Digest
sha256:0568a5b93d625fd1a0cd9a01e13fb5cb7de6aeccdd4391f698cfa419bd3471e0
Details
Created

2022-11-28 20:59:07 UTC

Size

58.1 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2022-11-28T20:57:35.000Z
  • 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.2/manual/installation/containers
  • org.opencontainers.image.licenses
    GPL v2.0
  • org.opencontainers.image.revision
    456571df7e92a42faa87e587efd76d97a8371778
  • 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
    6.2.5

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

6.2.5


Layers

[#000] sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce - 4.61% (2.68 MB)

[#001] sha256:5d3acfd2f1e717b6e14c42337ad95fcd2bff246da9f9de72d1f141ff92f1ef18 - 26.53% (15.4 MB)

[#002] sha256:e57f02d53e64f0dc1d8969ef4dbee4180fb0bf441e8c67dd3b8d1fbe676843d4 - 0.01% (4.95 KB)

[#003] sha256:003d2271694d62a59b44f5804a7bbba6c4a53977a61ef826afe7f8b421a60fcf - 68.85% (40 MB)

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

[#005] sha256:9ae5b23b874d13113fbaf3ffc77b8849b762f8a30c2b9419098916aa51605376 - 0.0% (2.64 KB)


History
2022-11-12 04:19:23 UTC

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

2022-11-12 04:19:23 UTC

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

2022-11-28 20:59:00 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION

2022-11-28 20:59:00 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION

2022-11-28 20:59:00 UTC (buildkit.dockerfile.v0)

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

2022-11-28 20:59:00 UTC (buildkit.dockerfile.v0)

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

2022-11-28 20:59:00 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.2/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=6.2.5

2022-11-28 20:59:00 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2022-11-28 20:59:00 UTC (buildkit.dockerfile.v0)

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

2022-11-28 20:59:00 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2022-11-28 20:59:07 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=6.2 ZBX_VERSION=6.2.5 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 php81-bcmath php81-ctype php81-fpm php81-gd php81-gettext php81-json php81-ldap php81-mbstring php81-mysqli php81-session php81-simplexml php81-sockets php81-fileinfo php81-xmlreader php81-xmlwriter php81-openssl 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 /etc/zabbix/web/certs && mkdir -p /var/lib/php/session && rm -rf /etc/php81/php-fpm.d/www.conf && rm -f /etc/nginx/http.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 /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/php81/php-fpm.d/ /etc/php81/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php81/php-fpm.d/ /etc/php81/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php81/php-fpm.d/ /etc/php81/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

2022-11-28 20:59:07 UTC (buildkit.dockerfile.v0)

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

2022-11-28 20:59:07 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2022-11-28 20:59:07 UTC (buildkit.dockerfile.v0)

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

2022-11-28 20:59:07 UTC (buildkit.dockerfile.v0)

USER 1997

2022-11-28 20:59:07 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2022-11-28 20:59:18 UTC

Size

53.9 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2022-11-28T20:57:35.000Z
  • 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.2/manual/installation/containers
  • org.opencontainers.image.licenses
    GPL v2.0
  • org.opencontainers.image.revision
    456571df7e92a42faa87e587efd76d97a8371778
  • 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
    6.2.5

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

6.2.5


Layers

[#000] sha256:e44ba29d168a7f7c9e914f3724614df9e070aa6ef9b9ba5c9004db3c071f403a - 4.28% (2.31 MB)

[#001] sha256:0f7b4adf64f4ee7e50ccdd17574f81c652a47fc557582063174deeea8f64aad8 - 28.6% (15.4 MB)

[#002] sha256:e57f02d53e64f0dc1d8969ef4dbee4180fb0bf441e8c67dd3b8d1fbe676843d4 - 0.01% (4.95 KB)

[#003] sha256:629889f3c7d1b07ad9585613892508d7380a32f41e6282aeabceaeecb9965db1 - 67.1% (36.1 MB)

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

[#005] sha256:04d1f782d12fd1cb2d2c162ae41e73dacc82970fc09278378a39525c98245c33 - 0.0% (2.65 KB)


History
2022-11-12 03:57:24 UTC

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

2022-11-12 03:57:24 UTC

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

2022-11-28 20:58:57 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION

2022-11-28 20:58:57 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION

2022-11-28 20:58:57 UTC (buildkit.dockerfile.v0)

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

2022-11-28 20:58:57 UTC (buildkit.dockerfile.v0)

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

2022-11-28 20:58:57 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.2/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=6.2.5

2022-11-28 20:58:57 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2022-11-28 20:58:57 UTC (buildkit.dockerfile.v0)

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

2022-11-28 20:58:58 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2022-11-28 20:59:18 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=6.2 ZBX_VERSION=6.2.5 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 php81-bcmath php81-ctype php81-fpm php81-gd php81-gettext php81-json php81-ldap php81-mbstring php81-mysqli php81-session php81-simplexml php81-sockets php81-fileinfo php81-xmlreader php81-xmlwriter php81-openssl 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 /etc/zabbix/web/certs && mkdir -p /var/lib/php/session && rm -rf /etc/php81/php-fpm.d/www.conf && rm -f /etc/nginx/http.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 /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/php81/php-fpm.d/ /etc/php81/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php81/php-fpm.d/ /etc/php81/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php81/php-fpm.d/ /etc/php81/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

2022-11-28 20:59:18 UTC (buildkit.dockerfile.v0)

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

2022-11-28 20:59:18 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2022-11-28 20:59:18 UTC (buildkit.dockerfile.v0)

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

2022-11-28 20:59:18 UTC (buildkit.dockerfile.v0)

USER 1997

2022-11-28 20:59:18 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2022-11-28 20:59:19 UTC

Size

57.6 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2022-11-28T20:57:35.000Z
  • 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.2/manual/installation/containers
  • org.opencontainers.image.licenses
    GPL v2.0
  • org.opencontainers.image.revision
    456571df7e92a42faa87e587efd76d97a8371778
  • 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
    6.2.5

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

6.2.5


Layers

[#000] sha256:6875df1f535433e5affe18ecfde9acb7950ab5f76887980ff06c5cdd48cf98f4 - 4.49% (2.58 MB)

[#001] sha256:15cbaa6fd1c07c5570b89f5408ec849731f7062117544485c66395e0cbd9edb3 - 26.76% (15.4 MB)

[#002] sha256:e57f02d53e64f0dc1d8969ef4dbee4180fb0bf441e8c67dd3b8d1fbe676843d4 - 0.01% (4.95 KB)

[#003] sha256:50c4ee46d9d06acd1a209d21cc207a87e6c593252ec1e127956e5137a6778096 - 68.74% (39.6 MB)

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

[#005] sha256:c27ccb79fa88fa27f3f65f79842754d8905eb949088a66ce68645d30d7bf0b7b - 0.0% (2.64 KB)


History
2022-11-12 03:39:38 UTC

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

2022-11-12 03:39:38 UTC

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

2022-11-28 20:59:01 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION

2022-11-28 20:59:01 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION

2022-11-28 20:59:01 UTC (buildkit.dockerfile.v0)

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

2022-11-28 20:59:01 UTC (buildkit.dockerfile.v0)

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

2022-11-28 20:59: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/6.2/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=6.2.5

2022-11-28 20:59:01 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2022-11-28 20:59:01 UTC (buildkit.dockerfile.v0)

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

2022-11-28 20:59:01 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2022-11-28 20:59:19 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=6.2 ZBX_VERSION=6.2.5 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 php81-bcmath php81-ctype php81-fpm php81-gd php81-gettext php81-json php81-ldap php81-mbstring php81-mysqli php81-session php81-simplexml php81-sockets php81-fileinfo php81-xmlreader php81-xmlwriter php81-openssl 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 /etc/zabbix/web/certs && mkdir -p /var/lib/php/session && rm -rf /etc/php81/php-fpm.d/www.conf && rm -f /etc/nginx/http.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 /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/php81/php-fpm.d/ /etc/php81/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php81/php-fpm.d/ /etc/php81/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php81/php-fpm.d/ /etc/php81/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

2022-11-28 20:59:19 UTC (buildkit.dockerfile.v0)

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

2022-11-28 20:59:19 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2022-11-28 20:59:19 UTC (buildkit.dockerfile.v0)

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

2022-11-28 20:59:19 UTC (buildkit.dockerfile.v0)

USER 1997

2022-11-28 20:59:19 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2022-11-28 20:59:29 UTC

Size

57.6 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2022-11-28T20:57:35.000Z
  • 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.2/manual/installation/containers
  • org.opencontainers.image.licenses
    GPL v2.0
  • org.opencontainers.image.revision
    456571df7e92a42faa87e587efd76d97a8371778
  • 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
    6.2.5

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

6.2.5


Layers

[#000] sha256:cff16a5ffe2df97bc1d10b021c5ceb98bdb36a18a1d70395590444ac204a9b2b - 4.29% (2.47 MB)

[#001] sha256:9f36ba4a3204347157e568e31de32821093ed164214d496156e0fda5d3fe199d - 26.76% (15.4 MB)

[#002] sha256:e57f02d53e64f0dc1d8969ef4dbee4180fb0bf441e8c67dd3b8d1fbe676843d4 - 0.01% (4.95 KB)

[#003] sha256:c6c05bea60744436b22103970778b3e42d3f63fb30cdd0720a5abf36b8fb8dc5 - 68.94% (39.7 MB)

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

[#005] sha256:fe6cf9e69ec7216c425a08f455e3a1703a93250962350f3df0c49670c3439a94 - 0.0% (2.65 KB)


History
2022-11-12 03:42:05 UTC

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

2022-11-12 03:42:06 UTC

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

2022-11-28 20:59:02 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION

2022-11-28 20:59:02 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION

2022-11-28 20:59:02 UTC (buildkit.dockerfile.v0)

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

2022-11-28 20:59:02 UTC (buildkit.dockerfile.v0)

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

2022-11-28 20:59:02 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.2/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=6.2.5

2022-11-28 20:59:02 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2022-11-28 20:59:02 UTC (buildkit.dockerfile.v0)

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

2022-11-28 20:59:02 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2022-11-28 20:59:29 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=6.2 ZBX_VERSION=6.2.5 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 php81-bcmath php81-ctype php81-fpm php81-gd php81-gettext php81-json php81-ldap php81-mbstring php81-mysqli php81-session php81-simplexml php81-sockets php81-fileinfo php81-xmlreader php81-xmlwriter php81-openssl 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 /etc/zabbix/web/certs && mkdir -p /var/lib/php/session && rm -rf /etc/php81/php-fpm.d/www.conf && rm -f /etc/nginx/http.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 /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/php81/php-fpm.d/ /etc/php81/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php81/php-fpm.d/ /etc/php81/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php81/php-fpm.d/ /etc/php81/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

2022-11-28 20:59:29 UTC (buildkit.dockerfile.v0)

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

2022-11-28 20:59:29 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2022-11-28 20:59:29 UTC (buildkit.dockerfile.v0)

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

2022-11-28 20:59:29 UTC (buildkit.dockerfile.v0)

USER 1997

2022-11-28 20:59:29 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