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

2021-08-30 13:04:57 UTC

Size

46.5 MB

Content Digest
Labels
  • 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.33

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


Layers

[#000] sha256:ddad3d7c1e96adf9153f8921a7c9790f880a390163df453be1566e9ef0d546e0 - 5.78% (2.69 MB)

[#001] sha256:35885af15203eb001964d5b483ba4254369d182fc4249f7f5ae39a153a3d9908 - 77.23% (35.9 MB)

[#002] sha256:5d718834157368ae6a25daa3e498bb9d52027f9eace9d17a798e015414ade43a - 0.01% (4.32 KB)

[#003] sha256:7dda1d531f7681bcad99ce8931b7f1936c87a400a7313c4f1d7661192ca9cece - 16.98% (7.89 MB)

[#004] sha256:2042cd73257815ae677559d2ab05c70701802a05959b9bfa471d5ea27a32aada - 0.01% (2.51 KB)


History
2021-04-14 19:19:56 UTC

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

2021-04-14 19:19:56 UTC

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

2021-08-30 13:04:47 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=Zabbix web-interface (Nginx, MySQL) org.opencontainers.image.authors=Alexey Pustovalov <[email protected]> org.opencontainers.image.vendor=Zabbix LLC org.opencontainers.image.url=https://zabbix.com/ org.opencontainers.image.description=Zabbix web-interface based on Nginx web server with MySQL database support org.opencontainers.image.licenses=GPL v2.0

2021-08-30 13:04:47 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2021-08-30 13:04:47 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux && 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 && apk add --clean-protected --no-cache 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 && 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 && rm -rf /var/cache/apk/* # buildkit

2021-08-30 13:04:47 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=4.0

2021-08-30 13:04:47 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=4.0.33

2021-08-30 13:04:47 UTC (buildkit.dockerfile.v0)

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

2021-08-30 13:04:47 UTC (buildkit.dockerfile.v0)

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

2021-08-30 13:04:47 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.documentation=https://www.zabbix.com/documentation/4.0/manual/installation/containers org.opencontainers.image.version=4.0.33 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git

2021-08-30 13:04:47 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2021-08-30 13:04:56 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=4.0 ZBX_VERSION=4.0.33 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && apk add --no-cache --virtual build-dependencies coreutils gettext git && cd /usr/share/ && git -c advice.detachedHead=false clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && mkdir /usr/share/zabbix/ && cp -R /usr/share/zabbix-${ZBX_VERSION}/frontends/php/* /usr/share/zabbix/ && rm -rf /usr/share/zabbix-${ZBX_VERSION}/ && cd /usr/share/zabbix/ && ./locale/make_mo.sh && 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 && 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/ && chown --quiet -R zabbix:root /usr/share/zabbix/include/defines.inc.php && chgrp -R 0 /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /usr/share/zabbix/include/defines.inc.php && apk del --purge --no-network build-dependencies && rm -rf /var/cache/apk/* # buildkit

2021-08-30 13:04:56 UTC (buildkit.dockerfile.v0)

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

2021-08-30 13:04:56 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2021-08-30 13:04:57 UTC (buildkit.dockerfile.v0)

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

2021-08-30 13:04:57 UTC (buildkit.dockerfile.v0)

USER 1997

2021-08-30 13:04:57 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2021-08-30 13:05:39 UTC

Size

45.1 MB

Content Digest
Labels
  • 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.33

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


Layers

[#000] sha256:1a82e2abdb8183eef16afe6d45e16c1b000a908fe3f8fcd17adef7778ecb37d9 - 5.54% (2.5 MB)

[#001] sha256:8af2cfd819a4969af72f166301d4ef628e3fc9e38e8d8142af21a1fb5e9d881a - 76.95% (34.7 MB)

[#002] sha256:894456781945bbddc2207e5e22593a1cf729d45a747278ad25d64430df32fbc4 - 0.01% (4.32 KB)

[#003] sha256:7fa06fb3ec4aa94828192223899e83a0eec7a8ae57c11f6768717c3544f5948e - 17.49% (7.89 MB)

[#004] sha256:c3108409c363708209c695ffa89153b07a3509b3f83e070082c7d3fef9ccd2ce - 0.01% (2.51 KB)


History
2021-07-30 17:50:16 UTC

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

2021-07-30 17:50:17 UTC

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

2021-08-30 13:04:56 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=Zabbix web-interface (Nginx, MySQL) org.opencontainers.image.authors=Alexey Pustovalov <[email protected]> org.opencontainers.image.vendor=Zabbix LLC org.opencontainers.image.url=https://zabbix.com/ org.opencontainers.image.description=Zabbix web-interface based on Nginx web server with MySQL database support org.opencontainers.image.licenses=GPL v2.0

2021-08-30 13:04:56 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2021-08-30 13:04:56 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux && 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 && apk add --clean-protected --no-cache 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 && 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 && rm -rf /var/cache/apk/* # buildkit

2021-08-30 13:04:56 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=4.0

2021-08-30 13:04:56 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=4.0.33

2021-08-30 13:04:56 UTC (buildkit.dockerfile.v0)

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

2021-08-30 13:04:56 UTC (buildkit.dockerfile.v0)

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

2021-08-30 13:04:56 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.documentation=https://www.zabbix.com/documentation/4.0/manual/installation/containers org.opencontainers.image.version=4.0.33 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git

2021-08-30 13:04:56 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2021-08-30 13:05:39 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=4.0 ZBX_VERSION=4.0.33 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && apk add --no-cache --virtual build-dependencies coreutils gettext git && cd /usr/share/ && git -c advice.detachedHead=false clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && mkdir /usr/share/zabbix/ && cp -R /usr/share/zabbix-${ZBX_VERSION}/frontends/php/* /usr/share/zabbix/ && rm -rf /usr/share/zabbix-${ZBX_VERSION}/ && cd /usr/share/zabbix/ && ./locale/make_mo.sh && 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 && 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/ && chown --quiet -R zabbix:root /usr/share/zabbix/include/defines.inc.php && chgrp -R 0 /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /usr/share/zabbix/include/defines.inc.php && apk del --purge --no-network build-dependencies && rm -rf /var/cache/apk/* # buildkit

2021-08-30 13:05:39 UTC (buildkit.dockerfile.v0)

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

2021-08-30 13:05:39 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2021-08-30 13:05:39 UTC (buildkit.dockerfile.v0)

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

2021-08-30 13:05:39 UTC (buildkit.dockerfile.v0)

USER 1997

2021-08-30 13:05:39 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2021-08-30 13:05:38 UTC

Size

43.8 MB

Content Digest
Labels
  • 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.33

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


Layers

[#000] sha256:07320de5da6bb708b6d53d6b2785c8d243d54a12708344df7b354fad9285ad3a - 5.28% (2.31 MB)

[#001] sha256:2357050186f9b32a9fca703646809e9553f6beeb1a3f503082d817b8110704c8 - 76.7% (33.6 MB)

[#002] sha256:894456781945bbddc2207e5e22593a1cf729d45a747278ad25d64430df32fbc4 - 0.01% (4.32 KB)

[#003] sha256:8f49ceef417b0e91fcf0cce4d8cdf80f890ffa5e5786319f540ef199e8b30b7e - 18.01% (7.89 MB)

[#004] sha256:6942f46ca641b0a3505db1ebb4bbadec2b41be36e5cd386a2f0b1eb6b9c49f98 - 0.01% (2.51 KB)


History
2021-07-30 18:37:12 UTC

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

2021-07-30 18:37:13 UTC

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

2021-08-30 13:04:56 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=Zabbix web-interface (Nginx, MySQL) org.opencontainers.image.authors=Alexey Pustovalov <[email protected]> org.opencontainers.image.vendor=Zabbix LLC org.opencontainers.image.url=https://zabbix.com/ org.opencontainers.image.description=Zabbix web-interface based on Nginx web server with MySQL database support org.opencontainers.image.licenses=GPL v2.0

2021-08-30 13:04:56 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2021-08-30 13:04:56 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux && 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 && apk add --clean-protected --no-cache 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 && 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 && rm -rf /var/cache/apk/* # buildkit

2021-08-30 13:04:56 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=4.0

2021-08-30 13:04:56 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=4.0.33

2021-08-30 13:04:56 UTC (buildkit.dockerfile.v0)

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

2021-08-30 13:04:56 UTC (buildkit.dockerfile.v0)

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

2021-08-30 13:04:56 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.documentation=https://www.zabbix.com/documentation/4.0/manual/installation/containers org.opencontainers.image.version=4.0.33 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git

2021-08-30 13:04:56 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2021-08-30 13:05:38 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=4.0 ZBX_VERSION=4.0.33 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && apk add --no-cache --virtual build-dependencies coreutils gettext git && cd /usr/share/ && git -c advice.detachedHead=false clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && mkdir /usr/share/zabbix/ && cp -R /usr/share/zabbix-${ZBX_VERSION}/frontends/php/* /usr/share/zabbix/ && rm -rf /usr/share/zabbix-${ZBX_VERSION}/ && cd /usr/share/zabbix/ && ./locale/make_mo.sh && 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 && 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/ && chown --quiet -R zabbix:root /usr/share/zabbix/include/defines.inc.php && chgrp -R 0 /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /usr/share/zabbix/include/defines.inc.php && apk del --purge --no-network build-dependencies && rm -rf /var/cache/apk/* # buildkit

2021-08-30 13:05:38 UTC (buildkit.dockerfile.v0)

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

2021-08-30 13:05:38 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2021-08-30 13:05:38 UTC (buildkit.dockerfile.v0)

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

2021-08-30 13:05:38 UTC (buildkit.dockerfile.v0)

USER 1997

2021-08-30 13:05:38 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2021-08-30 13:05:38 UTC

Size

46.6 MB

Content Digest
Labels
  • 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.33

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


Layers

[#000] sha256:535256e01bcb9590f56b9b2a053648a1d98fbe4dc0fd34c1fc3f32afec8c6e7b - 5.58% (2.6 MB)

[#001] sha256:69d6211cdc75940f2490975d4260cb6cc7586e7c74721b28250b2f2131410d42 - 77.47% (36.1 MB)

[#002] sha256:894456781945bbddc2207e5e22593a1cf729d45a747278ad25d64430df32fbc4 - 0.01% (4.32 KB)

[#003] sha256:813aba4ff978de511669ba3cd57ded1104531fe87fa2f3583af8c7fe036f989e - 16.94% (7.89 MB)

[#004] sha256:543b4b1c4fd5022d537e815ed7284ea876b4cd7ec882c1a0f680224e49338221 - 0.01% (2.51 KB)


History
2021-06-15 21:45:15 UTC

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

2021-06-15 21:45:15 UTC

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

2021-08-30 13:04:56 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=Zabbix web-interface (Nginx, MySQL) org.opencontainers.image.authors=Alexey Pustovalov <[email protected]> org.opencontainers.image.vendor=Zabbix LLC org.opencontainers.image.url=https://zabbix.com/ org.opencontainers.image.description=Zabbix web-interface based on Nginx web server with MySQL database support org.opencontainers.image.licenses=GPL v2.0

2021-08-30 13:04:56 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2021-08-30 13:04:56 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux && 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 && apk add --clean-protected --no-cache 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 && 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 && rm -rf /var/cache/apk/* # buildkit

2021-08-30 13:04:56 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=4.0

2021-08-30 13:04:56 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=4.0.33

2021-08-30 13:04:56 UTC (buildkit.dockerfile.v0)

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

2021-08-30 13:04:56 UTC (buildkit.dockerfile.v0)

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

2021-08-30 13:04:56 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.documentation=https://www.zabbix.com/documentation/4.0/manual/installation/containers org.opencontainers.image.version=4.0.33 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git

2021-08-30 13:04:56 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2021-08-30 13:05:38 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=4.0 ZBX_VERSION=4.0.33 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && apk add --no-cache --virtual build-dependencies coreutils gettext git && cd /usr/share/ && git -c advice.detachedHead=false clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && mkdir /usr/share/zabbix/ && cp -R /usr/share/zabbix-${ZBX_VERSION}/frontends/php/* /usr/share/zabbix/ && rm -rf /usr/share/zabbix-${ZBX_VERSION}/ && cd /usr/share/zabbix/ && ./locale/make_mo.sh && 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 && 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/ && chown --quiet -R zabbix:root /usr/share/zabbix/include/defines.inc.php && chgrp -R 0 /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /usr/share/zabbix/include/defines.inc.php && apk del --purge --no-network build-dependencies && rm -rf /var/cache/apk/* # buildkit

2021-08-30 13:05:38 UTC (buildkit.dockerfile.v0)

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

2021-08-30 13:05:38 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2021-08-30 13:05:38 UTC (buildkit.dockerfile.v0)

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

2021-08-30 13:05:38 UTC (buildkit.dockerfile.v0)

USER 1997

2021-08-30 13:05:38 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2021-08-30 13:05:50 UTC

Size

46.9 MB

Content Digest
Labels
  • 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.33

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


Layers

[#000] sha256:01bec321d6f53c2537689093496de5b1b149c5f1b25b80c786c537b3e153dbb8 - 5.26% (2.46 MB)

[#001] sha256:3ddb35c0e3983bbb176f6a1ce2e980fef41be760caed689721848b61bd53a0a2 - 77.9% (36.5 MB)

[#002] sha256:a9fa53823438774e365bd1a82f9fc43dc522d7e2da7e2cbc6c7e84a0f9057f24 - 0.01% (4.32 KB)

[#003] sha256:c675661adf3ebe6c57fb2a911844c3258d1ffcde8f44b3605f5179f83524214a - 16.82% (7.89 MB)

[#004] sha256:3704fe4e917a09fbef3885ab8383f07a1cee1ebdb3a0ce3829988e71c1429225 - 0.01% (2.51 KB)


History
2021-07-30 17:41:55 UTC

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

2021-07-30 17:41:55 UTC

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

2021-08-30 13:04:57 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=Zabbix web-interface (Nginx, MySQL) org.opencontainers.image.authors=Alexey Pustovalov <[email protected]> org.opencontainers.image.vendor=Zabbix LLC org.opencontainers.image.url=https://zabbix.com/ org.opencontainers.image.description=Zabbix web-interface based on Nginx web server with MySQL database support org.opencontainers.image.licenses=GPL v2.0

2021-08-30 13:04:57 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2021-08-30 13:04:57 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux && 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 && apk add --clean-protected --no-cache 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 && 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 && rm -rf /var/cache/apk/* # buildkit

2021-08-30 13:04:57 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=4.0

2021-08-30 13:04:57 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=4.0.33

2021-08-30 13:04:57 UTC (buildkit.dockerfile.v0)

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

2021-08-30 13:04:57 UTC (buildkit.dockerfile.v0)

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

2021-08-30 13:04:57 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.documentation=https://www.zabbix.com/documentation/4.0/manual/installation/containers org.opencontainers.image.version=4.0.33 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git

2021-08-30 13:04:58 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2021-08-30 13:05:50 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=4.0 ZBX_VERSION=4.0.33 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && apk add --no-cache --virtual build-dependencies coreutils gettext git && cd /usr/share/ && git -c advice.detachedHead=false clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && mkdir /usr/share/zabbix/ && cp -R /usr/share/zabbix-${ZBX_VERSION}/frontends/php/* /usr/share/zabbix/ && rm -rf /usr/share/zabbix-${ZBX_VERSION}/ && cd /usr/share/zabbix/ && ./locale/make_mo.sh && 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 && 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/ && chown --quiet -R zabbix:root /usr/share/zabbix/include/defines.inc.php && chgrp -R 0 /usr/share/zabbix/include/defines.inc.php && chmod -R g=u /usr/share/zabbix/include/defines.inc.php && apk del --purge --no-network build-dependencies && rm -rf /var/cache/apk/* # buildkit

2021-08-30 13:05:50 UTC (buildkit.dockerfile.v0)

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

2021-08-30 13:05:50 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2021-08-30 13:05:50 UTC (buildkit.dockerfile.v0)

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

2021-08-30 13:05:50 UTC (buildkit.dockerfile.v0)

USER 1997

2021-08-30 13:05:50 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