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

2023-02-05 10:54:06 UTC

Size

60.4 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2023-02-05T10:52:34.868Z
  • 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
    89511f06ad4de6b373f10b06604dc5d8e1da02df
  • 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.7

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


Layers

[#000] sha256:8921db27df2831fa6eaa85321205a2470c669b855f3ec95d5a3c2b46de0442c9 - 5.32% (3.21 MB)

[#001] sha256:1e519f93b34cfd0986ae3ed7d0097932dcb4d0c765261ccb9f0518f9253cd0dd - 25.56% (15.4 MB)

[#002] sha256:8b378b24ea93b419a630f936199c8b765dbfaf3c9723376e237d5c5d619e0bec - 0.01% (5.03 KB)

[#003] sha256:1e0e698b2b2de8458bcbb1709e274d75a2b59ae396e612324049208831ea3d44 - 69.11% (41.7 MB)

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

[#005] sha256:76ae3041d80af46819257c1bd71781c38e9390c27cace496680f82eb3ff79a07 - 0.0% (2.69 KB)


History
2023-01-09 17:05:20 UTC

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

2023-01-09 17:05:20 UTC

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

2023-02-05 10:54:00 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION

2023-02-05 10:54:00 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION

2023-02-05 10:54:00 UTC (buildkit.dockerfile.v0)

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

2023-02-05 10:54:00 UTC (buildkit.dockerfile.v0)

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

2023-02-05 10:54: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.7

2023-02-05 10:54:00 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2023-02-05 10:54:00 UTC (buildkit.dockerfile.v0)

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

2023-02-05 10:54:00 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2023-02-05 10:54:06 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=6.2 ZBX_VERSION=6.2.7 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

2023-02-05 10:54:06 UTC (buildkit.dockerfile.v0)

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

2023-02-05 10:54:06 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2023-02-05 10:54:06 UTC (buildkit.dockerfile.v0)

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

2023-02-05 10:54:06 UTC (buildkit.dockerfile.v0)

USER 1997

2023-02-05 10:54:06 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2023-02-05 10:54:14 UTC

Size

56.1 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2023-02-05T10:52:34.868Z
  • 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
    89511f06ad4de6b373f10b06604dc5d8e1da02df
  • 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.7

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


Layers

[#000] sha256:c527615e4ffa2d5b9b777fd469b3b5ba7c1b1e9201c065be2c43569de48a3754 - 4.87% (2.73 MB)

[#001] sha256:208c69c630039868a8b4fcc3fb15940ec9ca5d7242d0ac9e495386641f1ce155 - 27.54% (15.4 MB)

[#002] sha256:8b378b24ea93b419a630f936199c8b765dbfaf3c9723376e237d5c5d619e0bec - 0.01% (5.03 KB)

[#003] sha256:5845098889c3de41b2047cf880ff70f8afd7910e526491afbd7d7291be81b974 - 67.58% (37.9 MB)

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

[#005] sha256:73687bfade8df9540f4d05de3318199066dac5bb105773f3239c91b875e88d2e - 0.0% (2.69 KB)


History
2023-01-09 17:06:27 UTC

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

2023-01-09 17:06:27 UTC

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

2023-02-05 10:53:50 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION

2023-02-05 10:53:50 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION

2023-02-05 10:53:50 UTC (buildkit.dockerfile.v0)

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

2023-02-05 10:53:50 UTC (buildkit.dockerfile.v0)

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

2023-02-05 10:53:50 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.7

2023-02-05 10:53:50 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2023-02-05 10:53:50 UTC (buildkit.dockerfile.v0)

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

2023-02-05 10:53:51 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2023-02-05 10:54:14 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=6.2 ZBX_VERSION=6.2.7 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

2023-02-05 10:54:14 UTC (buildkit.dockerfile.v0)

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

2023-02-05 10:54:14 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2023-02-05 10:54:14 UTC (buildkit.dockerfile.v0)

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

2023-02-05 10:54:14 UTC (buildkit.dockerfile.v0)

USER 1997

2023-02-05 10:54:14 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2023-02-05 10:54:15 UTC

Size

59.8 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2023-02-05T10:52:34.868Z
  • 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
    89511f06ad4de6b373f10b06604dc5d8e1da02df
  • 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.7

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


Layers

[#000] sha256:a9eaa45ef418e883481a13c7d84fa9904f2ec56789c52a87ba5a9e6483f2b74f - 5.2% (3.11 MB)

[#001] sha256:511cf79d949525a177502ecde3173124f7541a897cf011b18ba80895bea0799b - 25.82% (15.4 MB)

[#002] sha256:8b378b24ea93b419a630f936199c8b765dbfaf3c9723376e237d5c5d619e0bec - 0.01% (5.03 KB)

[#003] sha256:64fe880995f28ce6c65b9802175915b024c3a785b52f8ad9203e67061e1e1e50 - 68.96% (41.2 MB)

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

[#005] sha256:5aded228761b74d2399164a6a4e7903b97fb132b17c67fabd7b68c266965d4b1 - 0.0% (2.69 KB)


History
2023-01-09 17:04:48 UTC

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

2023-01-09 17:04:49 UTC

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

2023-02-05 10:53:54 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION

2023-02-05 10:53:54 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION

2023-02-05 10:53:54 UTC (buildkit.dockerfile.v0)

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

2023-02-05 10:53:54 UTC (buildkit.dockerfile.v0)

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

2023-02-05 10:53: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/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.7

2023-02-05 10:53:54 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2023-02-05 10:53:54 UTC (buildkit.dockerfile.v0)

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

2023-02-05 10:53:55 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2023-02-05 10:54:15 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=6.2 ZBX_VERSION=6.2.7 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

2023-02-05 10:54:15 UTC (buildkit.dockerfile.v0)

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

2023-02-05 10:54:15 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2023-02-05 10:54:15 UTC (buildkit.dockerfile.v0)

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

2023-02-05 10:54:15 UTC (buildkit.dockerfile.v0)

USER 1997

2023-02-05 10:54:15 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2023-02-05 10:54:28 UTC

Size

59.7 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2023-02-05T10:52:34.868Z
  • 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
    89511f06ad4de6b373f10b06604dc5d8e1da02df
  • 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.7

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


Layers

[#000] sha256:ae982806674c51a962c0fdd6e19f464ebd673df529c5cfb7c1d049e0b618d384 - 5.07% (3.02 MB)

[#001] sha256:ff6ae5c1181b4b7bdc804b1d8acdad4160adce74e734bcc75c41b2fa68c34911 - 25.88% (15.4 MB)

[#002] sha256:8b378b24ea93b419a630f936199c8b765dbfaf3c9723376e237d5c5d619e0bec - 0.01% (5.03 KB)

[#003] sha256:0d4ef217e08c0d8b38d4aaf5fcc9c5106688c07d30aea4f53e8202472408052e - 69.04% (41.2 MB)

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

[#005] sha256:5b33ecc1f3202ae2ff14bfe37691f615a5f41af4661fbc23b6036dc3252009e5 - 0.0% (2.69 KB)


History
2023-01-09 17:05:44 UTC

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

2023-01-09 17:05:46 UTC

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

2023-02-05 10:54:00 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION

2023-02-05 10:54:00 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION

2023-02-05 10:54:00 UTC (buildkit.dockerfile.v0)

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

2023-02-05 10:54:00 UTC (buildkit.dockerfile.v0)

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

2023-02-05 10:54: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.7

2023-02-05 10:54:00 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2023-02-05 10:54:00 UTC (buildkit.dockerfile.v0)

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

2023-02-05 10:54:00 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2023-02-05 10:54:28 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=6.2 ZBX_VERSION=6.2.7 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

2023-02-05 10:54:28 UTC (buildkit.dockerfile.v0)

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

2023-02-05 10:54:28 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2023-02-05 10:54:28 UTC (buildkit.dockerfile.v0)

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

2023-02-05 10:54:28 UTC (buildkit.dockerfile.v0)

USER 1997

2023-02-05 10:54:28 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