Namespace
zabbix
Image / Tag
zabbix-web-nginx-mysql:6.2-alpine-latest
Content Digest
sha256:2ecc13035b68b65650217ad55365a4677169fc9e09e27115de7af85c3dc8da2a
Details
Created

2023-06-20 08:03:50 UTC

Size

73.6 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2023-06-20T08:02:20.412Z
  • 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
    76fbf374cbefa05f6a87ea8e02acd3c2238ea9ba
  • 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.9

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


Layers

[#000] sha256:4db1b89c0bd13344176ddce2d093b9da2ae58336823ffed2009a7ea4b62d2a95 - 4.37% (3.22 MB)

[#001] sha256:d6f7f446ecd90eb78c67f0dc7b059e94d9cd20adc3e4c7c95540f29d8733a316 - 38.81% (28.6 MB)

[#002] sha256:57e7f09862959db4232a9e2f11e8b8ba7282c249bc9ea7ab8d4ba4a6718f2a8e - 0.01% (5.02 KB)

[#003] sha256:f7a7ad6296186ee9f94542169c0810a2fac6680dab5c3a7950fb5679870338c1 - 56.8% (41.8 MB)

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

[#005] sha256:09f1c858e1550354287cb732b9adcf593bb86ff639a2f9a582c4045538669707 - 0.0% (2.74 KB)


History
2023-06-14 20:42:04 UTC

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

2023-06-14 20:42:04 UTC

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

2023-06-20 08:03:44 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION

2023-06-20 08:03:44 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION

2023-06-20 08:03:44 UTC (buildkit.dockerfile.v0)

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

2023-06-20 08:03:44 UTC (buildkit.dockerfile.v0)

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

2023-06-20 08:03:44 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.9

2023-06-20 08:03:44 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2023-06-20 08:03:44 UTC (buildkit.dockerfile.v0)

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

2023-06-20 08:03:44 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2023-06-20 08:03:50 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=6.2 ZBX_VERSION=6.2.9 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-06-20 08:03:50 UTC (buildkit.dockerfile.v0)

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

2023-06-20 08:03:50 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2023-06-20 08:03:50 UTC (buildkit.dockerfile.v0)

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

2023-06-20 08:03:50 UTC (buildkit.dockerfile.v0)

USER 1997

2023-06-20 08:03:50 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2023-06-20 08:04:00 UTC

Size

69.2 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2023-06-20T08:02:20.412Z
  • 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
    76fbf374cbefa05f6a87ea8e02acd3c2238ea9ba
  • 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.9

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


Layers

[#000] sha256:f929d112168394cf1fbe294a86fbe5173dd92df4daac8cb09437b17dfc5df802 - 3.95% (2.74 MB)

[#001] sha256:6c39d2ae6ccf1908cd929b96cab601ce41e8eac67868b54626f35ec769b2a397 - 41.26% (28.6 MB)

[#002] sha256:57e7f09862959db4232a9e2f11e8b8ba7282c249bc9ea7ab8d4ba4a6718f2a8e - 0.01% (5.02 KB)

[#003] sha256:5193f352e99d685a48cfc7fde711f126e04849d9ec146799d4516a2e64cc1307 - 54.78% (37.9 MB)

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

[#005] sha256:0acfb896d3f9c7d88b4bccf685e704b6af7f96a4b5fce54538f900d11c297d3a - 0.0% (2.74 KB)


History
2023-06-14 22:36:20 UTC

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

2023-06-14 22:36:20 UTC

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

2023-06-20 08:03:41 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION

2023-06-20 08:03:41 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION

2023-06-20 08:03:41 UTC (buildkit.dockerfile.v0)

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

2023-06-20 08:03:41 UTC (buildkit.dockerfile.v0)

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

2023-06-20 08:03:41 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.9

2023-06-20 08:03:41 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2023-06-20 08:03:41 UTC (buildkit.dockerfile.v0)

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

2023-06-20 08:03:41 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2023-06-20 08:04:00 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=6.2 ZBX_VERSION=6.2.9 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-06-20 08:04:00 UTC (buildkit.dockerfile.v0)

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

2023-06-20 08:04:00 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2023-06-20 08:04:00 UTC (buildkit.dockerfile.v0)

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

2023-06-20 08:04:00 UTC (buildkit.dockerfile.v0)

USER 1997

2023-06-20 08:04:00 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2023-06-20 08:03:55 UTC

Size

73 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2023-06-20T08:02:20.412Z
  • 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
    76fbf374cbefa05f6a87ea8e02acd3c2238ea9ba
  • 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.9

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


Layers

[#000] sha256:edb6bdbacee93be93e930669f43e2e922c8594676aa342a70e2221361fd1914d - 4.26% (3.11 MB)

[#001] sha256:39ab37a1b4e3af9c485952766b6b4ea2641fe911b4a1ed85b92d42c7deaf845e - 39.15% (28.6 MB)

[#002] sha256:57e7f09862959db4232a9e2f11e8b8ba7282c249bc9ea7ab8d4ba4a6718f2a8e - 0.01% (5.02 KB)

[#003] sha256:d86c4d7bf97d3e3e0609620e4df91a2696c50f35685d5a92f0dda68faa4549d4 - 56.57% (41.3 MB)

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

[#005] sha256:de8213e0d8281e4d7a7087f6a7e64cffc2abc7efcb6071739e13094bcd9520c7 - 0.0% (2.74 KB)


History
2023-06-14 20:49:04 UTC

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

2023-06-14 20:49:04 UTC

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

2023-06-20 08:03:34 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION

2023-06-20 08:03:34 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION

2023-06-20 08:03:34 UTC (buildkit.dockerfile.v0)

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

2023-06-20 08:03:34 UTC (buildkit.dockerfile.v0)

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

2023-06-20 08:03:34 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.9

2023-06-20 08:03:34 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2023-06-20 08:03:34 UTC (buildkit.dockerfile.v0)

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

2023-06-20 08:03:35 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2023-06-20 08:03:55 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=6.2 ZBX_VERSION=6.2.9 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-06-20 08:03:55 UTC (buildkit.dockerfile.v0)

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

2023-06-20 08:03:55 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2023-06-20 08:03:55 UTC (buildkit.dockerfile.v0)

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

2023-06-20 08:03:55 UTC (buildkit.dockerfile.v0)

USER 1997

2023-06-20 08:03:55 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2023-06-20 08:04:11 UTC

Size

72.9 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2023-06-20T08:02:20.412Z
  • 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
    76fbf374cbefa05f6a87ea8e02acd3c2238ea9ba
  • 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.9

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


Layers

[#000] sha256:eb857838eb854a669f87c5df4d936d905fb3129287a93ef485da9454c11d83cd - 4.16% (3.03 MB)

[#001] sha256:f1de062c24bd1530bcbb1904e9eaf2fb56b6fa6c609bbf969f4d21e4449200f3 - 39.21% (28.6 MB)

[#002] sha256:57e7f09862959db4232a9e2f11e8b8ba7282c249bc9ea7ab8d4ba4a6718f2a8e - 0.01% (5.02 KB)

[#003] sha256:80c5c4c32723c338fb2d801a74c5b3cf240d006a54eac96f73dfedf5c6ce25c8 - 56.62% (41.3 MB)

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

[#005] sha256:2018abc124fd0b5201d9e91e0a1f0ba7b8e2d690c420042db90adeb197899a44 - 0.0% (2.74 KB)


History
2023-06-15 05:19:50 UTC

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

2023-06-15 05:19:51 UTC

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

2023-06-20 08:03:44 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION

2023-06-20 08:03:44 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION

2023-06-20 08:03:44 UTC (buildkit.dockerfile.v0)

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

2023-06-20 08:03:44 UTC (buildkit.dockerfile.v0)

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

2023-06-20 08:03:44 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.9

2023-06-20 08:03:44 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2023-06-20 08:03:44 UTC (buildkit.dockerfile.v0)

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

2023-06-20 08:03:44 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2023-06-20 08:04:11 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=6.2 ZBX_VERSION=6.2.9 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-06-20 08:04:11 UTC (buildkit.dockerfile.v0)

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

2023-06-20 08:04:11 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2023-06-20 08:04:11 UTC (buildkit.dockerfile.v0)

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

2023-06-20 08:04:11 UTC (buildkit.dockerfile.v0)

USER 1997

2023-06-20 08:04:11 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