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

2024-11-20 14:50:00 UTC

Size

88.8 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <alexey.pustovalov@zabbix.com>
  • org.opencontainers.image.created
    2024-11-20T14:49:11.136Z
  • 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/7.0/manual/installation/containers
  • org.opencontainers.image.licenses
    AGPL v3.0
  • org.opencontainers.image.revision
    bc77d3dacb22f6429d13fb7cafd119c7424350a9
  • 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
    7.0.6

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

7.0.6


Layers

[#000] sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f - 3.89% (3.46 MB)

[#001] sha256:9a100701250594ab14d523faf3cc28dd300078c0a19619ec9214b24681e18f0b - 35.37% (31.4 MB)

[#002] sha256:5c489884159a3c4e07b76df3ab9c98ce52286cad8543f9c1022fd6d739bedd12 - 0.01% (5.22 KB)

[#003] sha256:5b29c4ea78460c4d9bc83793b82086554ab28bf6bef1fb5c2e39fe3d279291db - 60.73% (53.9 MB)

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

[#005] sha256:b4acc492a1e282bcac9e15dc3f761bf4d57db82fb491b37d57dd787784994aa5 - 0.0% (2.92 KB)


History
2024-09-06 12:05:36 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.20.3-x86_64.tar.gz / # buildkit

2024-09-06 12:05:36 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2024-11-20 14:49:53 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=7.0

2024-11-20 14:49:53 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=7.0.6

2024-11-20 14:49:53 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:49:53 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:49:53 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Alexey Pustovalov <alexey.pustovalov@zabbix.com> 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/7.0/manual/installation/containers org.opencontainers.image.licenses=AGPL v3.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=7.0.6

2024-11-20 14:49:53 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2024-11-20 14:49:53 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:49:54 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2024-11-20 14:49:59 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=7.0 ZBX_VERSION=7.0.6 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && INSTALL_PKGS="bash tzdata curl mariadb-client mariadb-connector-c nginx php83-bcmath php83-ctype php83-curl php83-fpm php83-gd php83-gettext php83-json php83-ldap php83-mbstring php83-mysqli php83-session php83-simplexml php83-sockets php83-fileinfo php83-xmlreader php83-xmlwriter php83-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 && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/web && mkdir -p /etc/zabbix/web/certs && mkdir -p /var/lib/php/session && rm -rf /etc/php83/php-fpm.d/www.conf && rm -f /etc/nginx/http.d/*.conf && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/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/php83/php-fpm.d/ /etc/php83/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php83/php-fpm.d/ /etc/php83/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php83/php-fpm.d/ /etc/php83/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/ # buildkit

2024-11-20 14:49:59 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:50:00 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2024-11-20 14:50:00 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:50:00 UTC (buildkit.dockerfile.v0)

USER 1997

2024-11-20 14:50:00 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2024-11-20 14:50:12 UTC

Size

90.7 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <alexey.pustovalov@zabbix.com>
  • org.opencontainers.image.created
    2024-11-20T14:49:11.136Z
  • 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/7.0/manual/installation/containers
  • org.opencontainers.image.licenses
    AGPL v3.0
  • org.opencontainers.image.revision
    bc77d3dacb22f6429d13fb7cafd119c7424350a9
  • 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
    7.0.6

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

7.0.6


Layers

[#000] sha256:9986a736f7d3d24bb01b0a560fa0f19c4b57e56c646e1f998941529d28710e6b - 4.3% (3.9 MB)

[#001] sha256:f5ca17d2ba53929a3f6b84533736b28cdafce0583fc212f39dffd80d8e51a764 - 34.65% (31.4 MB)

[#002] sha256:5c489884159a3c4e07b76df3ab9c98ce52286cad8543f9c1022fd6d739bedd12 - 0.01% (5.22 KB)

[#003] sha256:84fb871c093dba38c572e50557881415c0dcdee531ba383ff94e444eca75462d - 61.04% (55.3 MB)

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

[#005] sha256:cd20daf51616930d3476c68d503bdb63b4e9d16dd0f61f776b674bb4fa00eb17 - 0.0% (2.91 KB)


History
2024-09-06 12:05:36 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.20.3-aarch64.tar.gz / # buildkit

2024-09-06 12:05:36 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2024-11-20 14:49:53 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=7.0

2024-11-20 14:49:53 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=7.0.6

2024-11-20 14:49:53 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:49:53 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:49:53 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Alexey Pustovalov <alexey.pustovalov@zabbix.com> 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/7.0/manual/installation/containers org.opencontainers.image.licenses=AGPL v3.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=7.0.6

2024-11-20 14:49:53 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2024-11-20 14:49:53 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:49:54 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2024-11-20 14:50:12 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=7.0 ZBX_VERSION=7.0.6 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && INSTALL_PKGS="bash tzdata curl mariadb-client mariadb-connector-c nginx php83-bcmath php83-ctype php83-curl php83-fpm php83-gd php83-gettext php83-json php83-ldap php83-mbstring php83-mysqli php83-session php83-simplexml php83-sockets php83-fileinfo php83-xmlreader php83-xmlwriter php83-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 && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/web && mkdir -p /etc/zabbix/web/certs && mkdir -p /var/lib/php/session && rm -rf /etc/php83/php-fpm.d/www.conf && rm -f /etc/nginx/http.d/*.conf && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/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/php83/php-fpm.d/ /etc/php83/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php83/php-fpm.d/ /etc/php83/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php83/php-fpm.d/ /etc/php83/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/ # buildkit

2024-11-20 14:50:12 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:50:12 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2024-11-20 14:50:12 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:50:12 UTC (buildkit.dockerfile.v0)

USER 1997

2024-11-20 14:50:12 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2024-11-20 14:50:15 UTC

Size

90.1 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <alexey.pustovalov@zabbix.com>
  • org.opencontainers.image.created
    2024-11-20T14:49:11.136Z
  • 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/7.0/manual/installation/containers
  • org.opencontainers.image.licenses
    AGPL v3.0
  • org.opencontainers.image.revision
    bc77d3dacb22f6429d13fb7cafd119c7424350a9
  • 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
    7.0.6

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

7.0.6


Layers

[#000] sha256:22892cdc5e9ff297ac012c2fbe3c12724a3cf4d0a55f5f03f95a7f3ab3e77e36 - 3.78% (3.41 MB)

[#001] sha256:e737a184af422385cfb5d051b2a325e905d2444e67b22ca2f98ba7708549d10e - 34.86% (31.4 MB)

[#002] sha256:5c489884159a3c4e07b76df3ab9c98ce52286cad8543f9c1022fd6d739bedd12 - 0.01% (5.22 KB)

[#003] sha256:84f263c1f122ab451031192c577a9a128f4864252d3e8ebbc76745320e71a2a5 - 61.35% (55.3 MB)

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

[#005] sha256:9439b065c4bd56bff7c5a99630e56847f5976aedb291111857172548c89dd36d - 0.0% (2.92 KB)


History
2024-09-06 12:05:36 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.20.3-ppc64le.tar.gz / # buildkit

2024-09-06 12:05:36 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2024-11-20 14:49:53 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=7.0

2024-11-20 14:49:53 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=7.0.6

2024-11-20 14:49:53 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:49:53 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:49:53 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Alexey Pustovalov <alexey.pustovalov@zabbix.com> 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/7.0/manual/installation/containers org.opencontainers.image.licenses=AGPL v3.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=7.0.6

2024-11-20 14:49:53 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2024-11-20 14:49:53 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:49:54 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2024-11-20 14:50:15 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=7.0 ZBX_VERSION=7.0.6 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && INSTALL_PKGS="bash tzdata curl mariadb-client mariadb-connector-c nginx php83-bcmath php83-ctype php83-curl php83-fpm php83-gd php83-gettext php83-json php83-ldap php83-mbstring php83-mysqli php83-session php83-simplexml php83-sockets php83-fileinfo php83-xmlreader php83-xmlwriter php83-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 && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/web && mkdir -p /etc/zabbix/web/certs && mkdir -p /var/lib/php/session && rm -rf /etc/php83/php-fpm.d/www.conf && rm -f /etc/nginx/http.d/*.conf && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/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/php83/php-fpm.d/ /etc/php83/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php83/php-fpm.d/ /etc/php83/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php83/php-fpm.d/ /etc/php83/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/ # buildkit

2024-11-20 14:50:15 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:50:15 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2024-11-20 14:50:15 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:50:15 UTC (buildkit.dockerfile.v0)

USER 1997

2024-11-20 14:50:15 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2024-11-20 14:50:23 UTC

Size

91.1 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <alexey.pustovalov@zabbix.com>
  • org.opencontainers.image.created
    2024-11-20T14:49:11.136Z
  • 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/7.0/manual/installation/containers
  • org.opencontainers.image.licenses
    AGPL v3.0
  • org.opencontainers.image.revision
    bc77d3dacb22f6429d13fb7cafd119c7424350a9
  • 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
    7.0.6

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

7.0.6


Layers

[#000] sha256:4261d20208fd5fe57c9f53c86783089a963169d6db6f16306e083ca43f937e0b - 3.62% (3.3 MB)

[#001] sha256:0f535fb24e77ddba440a97c44a0355e5943c9cf93a50711e8c1023d4f32345ee - 34.49% (31.4 MB)

[#002] sha256:5c489884159a3c4e07b76df3ab9c98ce52286cad8543f9c1022fd6d739bedd12 - 0.01% (5.22 KB)

[#003] sha256:543d98617e457366fe1fae898190f24d9395eea4bc3f6b5b75817f27bdf28be2 - 61.87% (56.3 MB)

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

[#005] sha256:d951b61a1689a9d826b2597869d25c9aa2a729ce3f659d6a50199747fadf6178 - 0.0% (2.92 KB)


History
2024-09-06 12:05:36 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.20.3-s390x.tar.gz / # buildkit

2024-09-06 12:05:36 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2024-11-20 14:49:53 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=7.0

2024-11-20 14:49:53 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=7.0.6

2024-11-20 14:49:53 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:49:53 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:49:53 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=Alexey Pustovalov <alexey.pustovalov@zabbix.com> 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/7.0/manual/installation/containers org.opencontainers.image.licenses=AGPL v3.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=7.0.6

2024-11-20 14:49:53 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2024-11-20 14:49:53 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:49:54 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2024-11-20 14:50:23 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=7.0 ZBX_VERSION=7.0.6 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && INSTALL_PKGS="bash tzdata curl mariadb-client mariadb-connector-c nginx php83-bcmath php83-ctype php83-curl php83-fpm php83-gd php83-gettext php83-json php83-ldap php83-mbstring php83-mysqli php83-session php83-simplexml php83-sockets php83-fileinfo php83-xmlreader php83-xmlwriter php83-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 && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/web && mkdir -p /etc/zabbix/web/certs && mkdir -p /var/lib/php/session && rm -rf /etc/php83/php-fpm.d/www.conf && rm -f /etc/nginx/http.d/*.conf && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/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/php83/php-fpm.d/ /etc/php83/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php83/php-fpm.d/ /etc/php83/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php83/php-fpm.d/ /etc/php83/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/ # buildkit

2024-11-20 14:50:23 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:50:23 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2024-11-20 14:50:23 UTC (buildkit.dockerfile.v0)

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

2024-11-20 14:50:23 UTC (buildkit.dockerfile.v0)

USER 1997

2024-11-20 14:50:23 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