Namespace
zabbix
Image / Tag
zabbix-web-nginx-mysql:6.4.18-alpine
Content Digest
sha256:15595edea6db2f7006ce64ecd4a85b1b161bcd4bec9ee6769a4ef8ce0c3f9ffb
Details
Created

2024-08-19 12:49:11 UTC

Size

85.6 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2024-08-19T12:48:22.135Z
  • 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.4/manual/installation/containers
  • org.opencontainers.image.licenses
    GPL v2.0
  • org.opencontainers.image.revision
    b57d31b9cb8f365a718451f1097faa374e83d552
  • 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
    6.4.18

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


Layers

[#000] sha256:c6a83fedfae6ed8a4f5f7cbb6a7b6f1c1ec3d86fea8cb9e5ba2e5e6673fde9f6 - 4.03% (3.46 MB)

[#001] sha256:f99b896e3a8ff815154747444419e1e63695d4bb6fb036abb7d77e2abe211ab9 - 35.25% (30.2 MB)

[#002] sha256:9e757f0dbc645496ba9c274b1edb089aef3c67b92f77f13b926f3ddedf2dec68 - 0.01% (5.18 KB)

[#003] sha256:50ba622096ea491149f943b4ee2922ac4e5bc9cc5e00a5546177dd01f5abac83 - 60.7% (52 MB)

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

[#005] sha256:4aaba8878f6661d41dc3b79ee0d49beac6e1dec9326b1911bbc550029aeefe16 - 0.0% (2.9 KB)


History
2024-07-22 22:26:43 UTC

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

2024-07-22 22:26:43 UTC

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

2024-08-19 12:49:05 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=6.4

2024-08-19 12:49:05 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=6.4.18

2024-08-19 12:49:05 UTC (buildkit.dockerfile.v0)

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

2024-08-19 12:49:05 UTC (buildkit.dockerfile.v0)

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

2024-08-19 12:49:05 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.4/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 SIA org.opencontainers.image.version=6.4.18

2024-08-19 12:49:05 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2024-08-19 12:49:05 UTC (buildkit.dockerfile.v0)

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

2024-08-19 12:49:05 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2024-08-19 12:49:11 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=6.4 ZBX_VERSION=6.4.18 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-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-08-19 12:49:11 UTC (buildkit.dockerfile.v0)

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

2024-08-19 12:49:11 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2024-08-19 12:49:11 UTC (buildkit.dockerfile.v0)

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

2024-08-19 12:49:11 UTC (buildkit.dockerfile.v0)

USER 1997

2024-08-19 12:49:11 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2024-08-19 12:49:22 UTC

Size

81.5 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2024-08-19T12:48:22.135Z
  • 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.4/manual/installation/containers
  • org.opencontainers.image.licenses
    GPL v2.0
  • org.opencontainers.image.revision
    b57d31b9cb8f365a718451f1097faa374e83d552
  • 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
    6.4.18

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


Layers

[#000] sha256:9c6652a37da7fb600faac56897745bdde89a4f9bd260a082b6bf4a0d173b5906 - 3.62% (2.95 MB)

[#001] sha256:fb6f46dda3ebedc69fe0ffb82a7412bf05671706c60fe4bba7038324c8034352 - 37.03% (30.2 MB)

[#002] sha256:9e757f0dbc645496ba9c274b1edb089aef3c67b92f77f13b926f3ddedf2dec68 - 0.01% (5.18 KB)

[#003] sha256:88722a6925b9cbc2db4bd8f511950324db668e6b9692b7cacd8a64dad59ee574 - 59.34% (48.4 MB)

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

[#005] sha256:faea37e5c6a6290030a56c59ca57e232b1c0665d60763a522777735888d1a5e2 - 0.0% (2.9 KB)


History
2024-07-22 21:59:47 UTC

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

2024-07-22 21:59:47 UTC

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

2024-08-19 12:49:01 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=6.4

2024-08-19 12:49:01 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=6.4.18

2024-08-19 12:49:01 UTC (buildkit.dockerfile.v0)

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

2024-08-19 12:49:01 UTC (buildkit.dockerfile.v0)

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

2024-08-19 12:49: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.4/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 SIA org.opencontainers.image.version=6.4.18

2024-08-19 12:49:01 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2024-08-19 12:49:01 UTC (buildkit.dockerfile.v0)

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

2024-08-19 12:49:02 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2024-08-19 12:49:21 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=6.4 ZBX_VERSION=6.4.18 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-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-08-19 12:49:21 UTC (buildkit.dockerfile.v0)

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

2024-08-19 12:49:22 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2024-08-19 12:49:22 UTC (buildkit.dockerfile.v0)

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

2024-08-19 12:49:22 UTC (buildkit.dockerfile.v0)

USER 1997

2024-08-19 12:49:22 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2024-08-19 12:49:25 UTC

Size

87.1 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2024-08-19T12:48:22.135Z
  • 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.4/manual/installation/containers
  • org.opencontainers.image.licenses
    GPL v2.0
  • org.opencontainers.image.revision
    b57d31b9cb8f365a718451f1097faa374e83d552
  • 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
    6.4.18

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


Layers

[#000] sha256:690e87867337b8441990047e169b892933e9006bdbcbed52ab7a356945477a4d - 4.48% (3.9 MB)

[#001] sha256:1b418f54db6a192a32520e353b2971fc5d8c76550ccd5f4b31a65fc72b22942c - 34.67% (30.2 MB)

[#002] sha256:9e757f0dbc645496ba9c274b1edb089aef3c67b92f77f13b926f3ddedf2dec68 - 0.01% (5.18 KB)

[#003] sha256:5ce1452bd211fcb73aab2e916c9edd001d4175a2dbf2b75a019ae2324018f764 - 60.84% (53 MB)

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

[#005] sha256:5a10b941108a4bc3b106a0eed9e9a7365cb5998bcf910d7bcdd48081e693b23a - 0.0% (2.9 KB)


History
2024-07-22 21:44:13 UTC

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

2024-07-22 21:44:13 UTC

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

2024-08-19 12:49:05 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=6.4

2024-08-19 12:49:05 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=6.4.18

2024-08-19 12:49:05 UTC (buildkit.dockerfile.v0)

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

2024-08-19 12:49:05 UTC (buildkit.dockerfile.v0)

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

2024-08-19 12:49:05 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.4/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 SIA org.opencontainers.image.version=6.4.18

2024-08-19 12:49:05 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2024-08-19 12:49:05 UTC (buildkit.dockerfile.v0)

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

2024-08-19 12:49:05 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2024-08-19 12:49:25 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=6.4 ZBX_VERSION=6.4.18 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-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-08-19 12:49:25 UTC (buildkit.dockerfile.v0)

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

2024-08-19 12:49:25 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2024-08-19 12:49:25 UTC (buildkit.dockerfile.v0)

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

2024-08-19 12:49:25 UTC (buildkit.dockerfile.v0)

USER 1997

2024-08-19 12:49:25 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2024-08-19 12:49:29 UTC

Size

87 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2024-08-19T12:48:22.135Z
  • 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.4/manual/installation/containers
  • org.opencontainers.image.licenses
    GPL v2.0
  • org.opencontainers.image.revision
    b57d31b9cb8f365a718451f1097faa374e83d552
  • 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
    6.4.18

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


Layers

[#000] sha256:6e59b4988c495782a5b0c8f8d6698931851c16c5c0fc5ef09cbb0637ade56e36 - 3.91% (3.41 MB)

[#001] sha256:02eb0476c5e88c5451feb267a47bc1484204978c16913246c26b2276b5531e29 - 34.69% (30.2 MB)

[#002] sha256:9e757f0dbc645496ba9c274b1edb089aef3c67b92f77f13b926f3ddedf2dec68 - 0.01% (5.18 KB)

[#003] sha256:2e875d9e9f1b13e95cbcb7d52f6ca459e350968885cf9fcdef7dc1236dd856e5 - 61.39% (53.4 MB)

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

[#005] sha256:09d9f47df04863efb4b4d5c39aae433c2dd487ace5a8e031583232155481805f - 0.0% (2.9 KB)


History
2024-07-22 21:26:21 UTC

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

2024-07-22 21:26:22 UTC

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

2024-08-19 12:49:05 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=6.4

2024-08-19 12:49:05 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=6.4.18

2024-08-19 12:49:05 UTC (buildkit.dockerfile.v0)

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

2024-08-19 12:49:05 UTC (buildkit.dockerfile.v0)

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

2024-08-19 12:49:05 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.4/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 SIA org.opencontainers.image.version=6.4.18

2024-08-19 12:49:05 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2024-08-19 12:49:05 UTC (buildkit.dockerfile.v0)

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

2024-08-19 12:49:05 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2024-08-19 12:49:29 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=6.4 ZBX_VERSION=6.4.18 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-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-08-19 12:49:29 UTC (buildkit.dockerfile.v0)

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

2024-08-19 12:49:29 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2024-08-19 12:49:29 UTC (buildkit.dockerfile.v0)

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

2024-08-19 12:49:29 UTC (buildkit.dockerfile.v0)

USER 1997

2024-08-19 12:49:29 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2024-08-19 12:49:36 UTC

Size

88.1 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2024-08-19T12:48:22.135Z
  • 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.4/manual/installation/containers
  • org.opencontainers.image.licenses
    GPL v2.0
  • org.opencontainers.image.revision
    b57d31b9cb8f365a718451f1097faa374e83d552
  • 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
    6.4.18

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


Layers

[#000] sha256:834c666d55eae0e308600077be061a01680e7cd02b579be887d9469075f0d943 - 3.75% (3.3 MB)

[#001] sha256:4c068d2f7175d92006da2580f3e037690b13a7846a325644761ba8de7e06d8a7 - 34.26% (30.2 MB)

[#002] sha256:9e757f0dbc645496ba9c274b1edb089aef3c67b92f77f13b926f3ddedf2dec68 - 0.01% (5.18 KB)

[#003] sha256:5a07a09891ff26ac8569adf7abf013a5dfd2b2e5df675672c943e231504cf056 - 61.98% (54.6 MB)

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

[#005] sha256:87a9809985ee6dafb267838f79c338cc5f166eb9a055dc99fc9347b2b2c77c3a - 0.0% (2.9 KB)


History
2024-07-22 21:50:06 UTC

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

2024-07-22 21:50:07 UTC

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

2024-08-19 12:49:03 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=6.4

2024-08-19 12:49:03 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=6.4.18

2024-08-19 12:49:03 UTC (buildkit.dockerfile.v0)

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

2024-08-19 12:49:03 UTC (buildkit.dockerfile.v0)

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

2024-08-19 12:49:03 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.4/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 SIA org.opencontainers.image.version=6.4.18

2024-08-19 12:49:03 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2024-08-19 12:49:03 UTC (buildkit.dockerfile.v0)

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

2024-08-19 12:49:03 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2024-08-19 12:49:36 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=6.4 ZBX_VERSION=6.4.18 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-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-08-19 12:49:36 UTC (buildkit.dockerfile.v0)

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

2024-08-19 12:49:36 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2024-08-19 12:49:36 UTC (buildkit.dockerfile.v0)

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

2024-08-19 12:49:36 UTC (buildkit.dockerfile.v0)

USER 1997

2024-08-19 12:49:36 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