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

2022-06-28 10:19:21 UTC

Size

48.3 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2022-06-28T10:18:20.584Z
  • 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/4.0/manual/installation/containers
  • org.opencontainers.image.licenses
    GPL v2.0
  • org.opencontainers.image.revision
    7a3bcfc025e7205f856b1ff7d417fc1c22564584
  • 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
    4.0.42

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

4.0.42


Layers

[#000] sha256:79e9f2f55bf5465a02ee6a6170e66005b20c7aa6b115af6fcd04fad706ea651a - 5.56% (2.69 MB)

[#001] sha256:3bd7b067cee2d00b07f8258b87b469f0dd1e024447980658fd206c0053532cf5 - 17.21% (8.31 MB)

[#002] sha256:3a33824a20e1e10d83d17c528daace9a2e4f60dd5fabb4de351e5b57ff2a09bf - 0.01% (4.37 KB)

[#003] sha256:32606f497a3a39618e15a23ac131184e6e3b77dd351362422a10a61162765fd3 - 77.21% (37.3 MB)

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

[#005] sha256:819a8d5a81233a27b55b0f2f5d08f20cf69a33b3fe6757d264da820c9f8667a8 - 0.0% (2.34 KB)


History
2021-11-12 17:20:17 UTC

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

2021-11-12 17:20:17 UTC

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

2022-06-28 10:19:14 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION

2022-06-28 10:19:14 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION

2022-06-28 10:19:14 UTC (buildkit.dockerfile.v0)

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

2022-06-28 10:19:14 UTC (buildkit.dockerfile.v0)

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

2022-06-28 10:19:14 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/4.0/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=4.0.42

2022-06-28 10:19:14 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2022-06-28 10:19:14 UTC (buildkit.dockerfile.v0)

COPY /tmp/zabbix-4.0.42/frontends/php /usr/share/zabbix # buildkit

2022-06-28 10:19:14 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2022-06-28 10:19:21 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=4.0 ZBX_VERSION=4.0.42 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 php7-bcmath php7-ctype php7-fpm php7-gd php7-gettext php7-json php7-ldap php7-mbstring php7-mysqli php7-session php7-simplexml php7-sockets php7-fileinfo php7-xmlreader php7-xmlwriter 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 /var/lib/php/session && rm -rf /etc/php7/php-fpm.d/www.conf && rm -f /etc/nginx/conf.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 && chgrp -R 0 /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chown --quiet -R zabbix:root /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chown --quiet -R zabbix:root /var/lib/php/session/ /var/lib/nginx/ && chgrp -R 0 /var/lib/php/session/ /var/lib/nginx/ && chmod -R g=u /var/lib/php/session/ /var/lib/nginx/ && rm -rf /var/cache/apk/* # buildkit

2022-06-28 10:19:21 UTC (buildkit.dockerfile.v0)

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

2022-06-28 10:19:21 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2022-06-28 10:19:21 UTC (buildkit.dockerfile.v0)

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

2022-06-28 10:19:21 UTC (buildkit.dockerfile.v0)

USER 1997

2022-06-28 10:19:21 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2022-06-28 10:19:32 UTC

Size

46.8 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2022-06-28T10:18:20.584Z
  • 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/4.0/manual/installation/containers
  • org.opencontainers.image.licenses
    GPL v2.0
  • org.opencontainers.image.revision
    7a3bcfc025e7205f856b1ff7d417fc1c22564584
  • 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
    4.0.42

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

4.0.42


Layers

[#000] sha256:5cb8b15578b20b3c847454a0e0743b923ddea3e4f22ffa95f6f41b0c551a391e - 5.34% (2.5 MB)

[#001] sha256:1ffbf6e0a156f060d99a5b179d8ae151f7f138d77e229bff1796475b544ff75a - 17.75% (8.31 MB)

[#002] sha256:a148c39972acab424709d3600a7d9679c969d69678410b25635e34509c1ecd16 - 0.01% (4.37 KB)

[#003] sha256:17db16db7e9957ea9708417a8a88131a6537d90afd3ccad63dd18436c4b5a300 - 76.89% (36 MB)

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

[#005] sha256:f45874654a3b07c322286f31ff84d5927172258f5ae39fcb0815b8d576bf9a06 - 0.0% (2.34 KB)


History
2021-11-12 16:50:22 UTC

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

2021-11-12 16:50:23 UTC

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

2022-06-28 10:19:13 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION

2022-06-28 10:19:13 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION

2022-06-28 10:19:13 UTC (buildkit.dockerfile.v0)

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

2022-06-28 10:19:13 UTC (buildkit.dockerfile.v0)

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

2022-06-28 10:19:13 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/4.0/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=4.0.42

2022-06-28 10:19:13 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2022-06-28 10:19:13 UTC (buildkit.dockerfile.v0)

COPY /tmp/zabbix-4.0.42/frontends/php /usr/share/zabbix # buildkit

2022-06-28 10:19:13 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2022-06-28 10:19:32 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=4.0 ZBX_VERSION=4.0.42 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 php7-bcmath php7-ctype php7-fpm php7-gd php7-gettext php7-json php7-ldap php7-mbstring php7-mysqli php7-session php7-simplexml php7-sockets php7-fileinfo php7-xmlreader php7-xmlwriter 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 /var/lib/php/session && rm -rf /etc/php7/php-fpm.d/www.conf && rm -f /etc/nginx/conf.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 && chgrp -R 0 /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chown --quiet -R zabbix:root /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chown --quiet -R zabbix:root /var/lib/php/session/ /var/lib/nginx/ && chgrp -R 0 /var/lib/php/session/ /var/lib/nginx/ && chmod -R g=u /var/lib/php/session/ /var/lib/nginx/ && rm -rf /var/cache/apk/* # buildkit

2022-06-28 10:19:32 UTC (buildkit.dockerfile.v0)

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

2022-06-28 10:19:32 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2022-06-28 10:19:32 UTC (buildkit.dockerfile.v0)

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

2022-06-28 10:19:32 UTC (buildkit.dockerfile.v0)

USER 1997

2022-06-28 10:19:32 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2022-06-28 10:19:32 UTC

Size

45.4 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2022-06-28T10:18:20.584Z
  • 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/4.0/manual/installation/containers
  • org.opencontainers.image.licenses
    GPL v2.0
  • org.opencontainers.image.revision
    7a3bcfc025e7205f856b1ff7d417fc1c22564584
  • 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
    4.0.42

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

4.0.42


Layers

[#000] sha256:db98cdfd4b007f4020acbc8c40e4a75340a1266331affc23d45f8da764257e90 - 5.1% (2.31 MB)

[#001] sha256:b9161ec52d4a8f1b64ae3164e097b0d113248844a45449e8197fd9a79a3932a9 - 18.3% (8.31 MB)

[#002] sha256:3a33824a20e1e10d83d17c528daace9a2e4f60dd5fabb4de351e5b57ff2a09bf - 0.01% (4.37 KB)

[#003] sha256:03591fdea27437a199878c41847a5175b426353d93fd07131045afc7cd79e92e - 76.59% (34.8 MB)

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

[#005] sha256:f45874654a3b07c322286f31ff84d5927172258f5ae39fcb0815b8d576bf9a06 - 0.01% (2.34 KB)


History
2021-11-12 16:58:25 UTC

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

2021-11-12 16:58:25 UTC

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

2022-06-28 10:19:13 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION

2022-06-28 10:19:13 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION

2022-06-28 10:19:13 UTC (buildkit.dockerfile.v0)

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

2022-06-28 10:19:13 UTC (buildkit.dockerfile.v0)

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

2022-06-28 10:19:13 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/4.0/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=4.0.42

2022-06-28 10:19:13 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2022-06-28 10:19:13 UTC (buildkit.dockerfile.v0)

COPY /tmp/zabbix-4.0.42/frontends/php /usr/share/zabbix # buildkit

2022-06-28 10:19:14 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2022-06-28 10:19:32 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=4.0 ZBX_VERSION=4.0.42 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 php7-bcmath php7-ctype php7-fpm php7-gd php7-gettext php7-json php7-ldap php7-mbstring php7-mysqli php7-session php7-simplexml php7-sockets php7-fileinfo php7-xmlreader php7-xmlwriter 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 /var/lib/php/session && rm -rf /etc/php7/php-fpm.d/www.conf && rm -f /etc/nginx/conf.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 && chgrp -R 0 /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chown --quiet -R zabbix:root /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chown --quiet -R zabbix:root /var/lib/php/session/ /var/lib/nginx/ && chgrp -R 0 /var/lib/php/session/ /var/lib/nginx/ && chmod -R g=u /var/lib/php/session/ /var/lib/nginx/ && rm -rf /var/cache/apk/* # buildkit

2022-06-28 10:19:32 UTC (buildkit.dockerfile.v0)

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

2022-06-28 10:19:32 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2022-06-28 10:19:32 UTC (buildkit.dockerfile.v0)

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

2022-06-28 10:19:32 UTC (buildkit.dockerfile.v0)

USER 1997

2022-06-28 10:19:32 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2022-06-28 10:19:32 UTC

Size

48.4 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2022-06-28T10:18:20.584Z
  • 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/4.0/manual/installation/containers
  • org.opencontainers.image.licenses
    GPL v2.0
  • org.opencontainers.image.revision
    7a3bcfc025e7205f856b1ff7d417fc1c22564584
  • 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
    4.0.42

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

4.0.42


Layers

[#000] sha256:b48a9fe99aba73065302163e59c82a1b0054810c7b9ef85eee6f1b495b162461 - 5.38% (2.6 MB)

[#001] sha256:0db3d05c1aecc10bdc112e0726c9618d204384aee59186d1aba5ecb52956c7c6 - 17.18% (8.31 MB)

[#002] sha256:3a33824a20e1e10d83d17c528daace9a2e4f60dd5fabb4de351e5b57ff2a09bf - 0.01% (4.37 KB)

[#003] sha256:7aa94cd6e936ff6dae14b97e9da6c3fa4a18ebda368426750eccd1cfa913a85d - 77.43% (37.5 MB)

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

[#005] sha256:a1bf61a2536e4c747d48eff6346e2462eec1be8cac0d97c0f242d34adab07bfc - 0.0% (2.34 KB)


History
2021-11-12 16:40:19 UTC

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

2021-11-12 16:40:19 UTC

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

2022-06-28 10:19:14 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION

2022-06-28 10:19:14 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION

2022-06-28 10:19:14 UTC (buildkit.dockerfile.v0)

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

2022-06-28 10:19:14 UTC (buildkit.dockerfile.v0)

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

2022-06-28 10:19:14 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/4.0/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=4.0.42

2022-06-28 10:19:14 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2022-06-28 10:19:14 UTC (buildkit.dockerfile.v0)

COPY /tmp/zabbix-4.0.42/frontends/php /usr/share/zabbix # buildkit

2022-06-28 10:19:14 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2022-06-28 10:19:32 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=4.0 ZBX_VERSION=4.0.42 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 php7-bcmath php7-ctype php7-fpm php7-gd php7-gettext php7-json php7-ldap php7-mbstring php7-mysqli php7-session php7-simplexml php7-sockets php7-fileinfo php7-xmlreader php7-xmlwriter 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 /var/lib/php/session && rm -rf /etc/php7/php-fpm.d/www.conf && rm -f /etc/nginx/conf.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 && chgrp -R 0 /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chown --quiet -R zabbix:root /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chown --quiet -R zabbix:root /var/lib/php/session/ /var/lib/nginx/ && chgrp -R 0 /var/lib/php/session/ /var/lib/nginx/ && chmod -R g=u /var/lib/php/session/ /var/lib/nginx/ && rm -rf /var/cache/apk/* # buildkit

2022-06-28 10:19:32 UTC (buildkit.dockerfile.v0)

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

2022-06-28 10:19:32 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2022-06-28 10:19:32 UTC (buildkit.dockerfile.v0)

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

2022-06-28 10:19:32 UTC (buildkit.dockerfile.v0)

USER 1997

2022-06-28 10:19:32 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2022-06-28 10:19:36 UTC

Size

48.7 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2022-06-28T10:18:20.584Z
  • 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/4.0/manual/installation/containers
  • org.opencontainers.image.licenses
    GPL v2.0
  • org.opencontainers.image.revision
    7a3bcfc025e7205f856b1ff7d417fc1c22564584
  • 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
    4.0.42

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

4.0.42


Layers

[#000] sha256:2334d09c68c638281c379be0e1867755ef10cce022f8c7c0a238627478518b04 - 5.06% (2.47 MB)

[#001] sha256:c2ddd529903cda6564efe61e0243cdb6d36bdd70b8a651dd25c23f8f6d88e3be - 17.06% (8.31 MB)

[#002] sha256:a148c39972acab424709d3600a7d9679c969d69678410b25635e34509c1ecd16 - 0.01% (4.37 KB)

[#003] sha256:49739acec572f43d4790b85c8619602a1b0e184db637fa205f27a8ac29ea8e22 - 77.87% (37.9 MB)

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

[#005] sha256:ecf9a00420cefb94eb7f3dfbd5abf30cee2bb3e065a6d78a6a8f7f126d5bc3f8 - 0.0% (2.34 KB)


History
2021-11-12 16:41:58 UTC

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

2021-11-12 16:41:59 UTC

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

2022-06-28 10:19:13 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION

2022-06-28 10:19:13 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION

2022-06-28 10:19:13 UTC (buildkit.dockerfile.v0)

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

2022-06-28 10:19:13 UTC (buildkit.dockerfile.v0)

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

2022-06-28 10:19:13 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/4.0/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=4.0.42

2022-06-28 10:19:13 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2022-06-28 10:19:13 UTC (buildkit.dockerfile.v0)

COPY /tmp/zabbix-4.0.42/frontends/php /usr/share/zabbix # buildkit

2022-06-28 10:19:13 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2022-06-28 10:19:35 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=4.0 ZBX_VERSION=4.0.42 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 php7-bcmath php7-ctype php7-fpm php7-gd php7-gettext php7-json php7-ldap php7-mbstring php7-mysqli php7-session php7-simplexml php7-sockets php7-fileinfo php7-xmlreader php7-xmlwriter 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 /var/lib/php/session && rm -rf /etc/php7/php-fpm.d/www.conf && rm -f /etc/nginx/conf.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 && chgrp -R 0 /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php && chown --quiet -R zabbix:root /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php7/php-fpm.d/ /etc/php7/php-fpm.conf && chown --quiet -R zabbix:root /var/lib/php/session/ /var/lib/nginx/ && chgrp -R 0 /var/lib/php/session/ /var/lib/nginx/ && chmod -R g=u /var/lib/php/session/ /var/lib/nginx/ && rm -rf /var/cache/apk/* # buildkit

2022-06-28 10:19:35 UTC (buildkit.dockerfile.v0)

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

2022-06-28 10:19:36 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2022-06-28 10:19:36 UTC (buildkit.dockerfile.v0)

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

2022-06-28 10:19:36 UTC (buildkit.dockerfile.v0)

USER 1997

2022-06-28 10:19: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