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

2021-03-29 12:24:27 UTC

Size

44.2 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/5.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
    5.0.10

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

5.0.10


Layers

[#000] sha256:22599d3e9e25e799b87521b94e20d20a601ffad16cf676274fdf94b089e4b979 - 6.05% (2.67 MB)

[#001] sha256:de0197c42e55fea4559c86d3cd224fff5443ff9ca0b114b6b1119f4a386d440b - 74.95% (33.1 MB)

[#002] sha256:de3eef74ca0464a7f400474dec26771471928d6a44d6704d2cbc943de76d720d - 0.01% (4.77 KB)

[#003] sha256:1452466d0c7254f579e19de927999b8572be985b18009c65d80e29042ee33988 - 18.98% (8.38 MB)

[#004] sha256:2e0ddb6f6fe3accd6c84892a2c0f84e16d5ec6d14bee69bb957c8bcdeee1bf0a - 0.01% (2.7 KB)


History
2021-03-25 22:19:38 UTC

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

2021-03-25 22:19:38 UTC

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

2021-03-29 12:24:06 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-03-29 12:24:06 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2021-03-29 12:24:06 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 /etc/zabbix/web/certs && 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 php7-openssl 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-03-29 12:24:06 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=5.0

2021-03-29 12:24:06 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=5.0.10

2021-03-29 12:24:06 UTC (buildkit.dockerfile.v0)

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

2021-03-29 12:24:06 UTC (buildkit.dockerfile.v0)

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

2021-03-29 12:24:06 UTC (buildkit.dockerfile.v0)

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

2021-03-29 12:24:06 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2021-03-29 12:24:27 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=5.0 ZBX_VERSION=5.0.10 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 clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && mkdir /usr/share/zabbix/ && cp -R /usr/share/zabbix-${ZBX_VERSION}/ui/* /usr/share/zabbix/ && rm -rf /usr/share/zabbix-${ZBX_VERSION}/ && cd /usr/share/zabbix/ && rm -f conf/zabbix.conf.php && rm -f conf/maintenance.inc.php && rm -rf tests && ./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/modules/ && chgrp -R 0 /etc/zabbix/ /usr/share/zabbix/modules/ && chmod -R g=u /etc/zabbix/ /usr/share/zabbix/modules/ && 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-03-29 12:24:27 UTC (buildkit.dockerfile.v0)

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

2021-03-29 12:24:27 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2021-03-29 12:24:27 UTC (buildkit.dockerfile.v0)

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

2021-03-29 12:24:27 UTC (buildkit.dockerfile.v0)

USER 1997

2021-03-29 12:24:27 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2021-03-29 12:25:28 UTC

Size

42.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/5.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
    5.0.10

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

5.0.10


Layers

[#000] sha256:181a1446f0acaaa0871cec07aba4f733041f2d80ffbe01b19df43fe005df29f3 - 5.79% (2.48 MB)

[#001] sha256:4aa7c66c28f4d3876d739524224ee5b085124d7276a0dbee52bb72135d7aa561 - 74.66% (32 MB)

[#002] sha256:0ec23f1f8c93d1dea6e3892b4a79248e1db8b40117e6a6f3a032031c0caf790b - 0.01% (4.77 KB)

[#003] sha256:58dc8894e2fe82138e73553ee9866696633c14d8a631bab657d0757b8ae879e6 - 19.54% (8.38 MB)

[#004] sha256:74838de2daff109fd6fc393804586c6b7ada2a8dbbb5740342ad5400cb3be05d - 0.01% (2.7 KB)


History
2021-03-25 22:50:43 UTC

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

2021-03-25 22:50:47 UTC

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

2021-03-29 12:24:18 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-03-29 12:24:18 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2021-03-29 12:24:18 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 /etc/zabbix/web/certs && 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 php7-openssl 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-03-29 12:24:18 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=5.0

2021-03-29 12:24:18 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=5.0.10

2021-03-29 12:24:18 UTC (buildkit.dockerfile.v0)

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

2021-03-29 12:24:18 UTC (buildkit.dockerfile.v0)

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

2021-03-29 12:24:18 UTC (buildkit.dockerfile.v0)

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

2021-03-29 12:24:19 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2021-03-29 12:25:27 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=5.0 ZBX_VERSION=5.0.10 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 clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && mkdir /usr/share/zabbix/ && cp -R /usr/share/zabbix-${ZBX_VERSION}/ui/* /usr/share/zabbix/ && rm -rf /usr/share/zabbix-${ZBX_VERSION}/ && cd /usr/share/zabbix/ && rm -f conf/zabbix.conf.php && rm -f conf/maintenance.inc.php && rm -rf tests && ./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/modules/ && chgrp -R 0 /etc/zabbix/ /usr/share/zabbix/modules/ && chmod -R g=u /etc/zabbix/ /usr/share/zabbix/modules/ && 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-03-29 12:25:27 UTC (buildkit.dockerfile.v0)

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

2021-03-29 12:25:27 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2021-03-29 12:25:28 UTC (buildkit.dockerfile.v0)

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

2021-03-29 12:25:28 UTC (buildkit.dockerfile.v0)

USER 1997

2021-03-29 12:25:28 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2021-03-29 12:25:28 UTC

Size

41.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/5.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
    5.0.10

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

5.0.10


Layers

[#000] sha256:1d60ece6104ddbfa31c28af7c5c9c14957b3b271ea6f7edac14f84f4cd8c5fa9 - 5.53% (2.3 MB)

[#001] sha256:76cec28b4448941bfd6f181e243af38eac554babdcdd86888e2334636806a661 - 74.26% (30.8 MB)

[#002] sha256:0ec23f1f8c93d1dea6e3892b4a79248e1db8b40117e6a6f3a032031c0caf790b - 0.01% (4.77 KB)

[#003] sha256:96fbc10ba754ab707620257d266b77ff5dcfe4d18cf2cf6287455e6b7fa01b62 - 20.19% (8.38 MB)

[#004] sha256:e39fdf9104cf8b132f73e1b6bacc2e5c5c6aafda0edadd3191777396170c04a3 - 0.01% (2.69 KB)


History
2021-03-25 22:06:14 UTC

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

2021-03-25 22:06:16 UTC

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

2021-03-29 12:24:18 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-03-29 12:24:18 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2021-03-29 12:24:18 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 /etc/zabbix/web/certs && 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 php7-openssl 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-03-29 12:24:18 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=5.0

2021-03-29 12:24:18 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=5.0.10

2021-03-29 12:24:18 UTC (buildkit.dockerfile.v0)

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

2021-03-29 12:24:18 UTC (buildkit.dockerfile.v0)

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

2021-03-29 12:24:18 UTC (buildkit.dockerfile.v0)

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

2021-03-29 12:24:19 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2021-03-29 12:25:28 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=5.0 ZBX_VERSION=5.0.10 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 clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && mkdir /usr/share/zabbix/ && cp -R /usr/share/zabbix-${ZBX_VERSION}/ui/* /usr/share/zabbix/ && rm -rf /usr/share/zabbix-${ZBX_VERSION}/ && cd /usr/share/zabbix/ && rm -f conf/zabbix.conf.php && rm -f conf/maintenance.inc.php && rm -rf tests && ./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/modules/ && chgrp -R 0 /etc/zabbix/ /usr/share/zabbix/modules/ && chmod -R g=u /etc/zabbix/ /usr/share/zabbix/modules/ && 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-03-29 12:25:28 UTC (buildkit.dockerfile.v0)

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

2021-03-29 12:25:28 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2021-03-29 12:25:28 UTC (buildkit.dockerfile.v0)

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

2021-03-29 12:25:28 UTC (buildkit.dockerfile.v0)

USER 1997

2021-03-29 12:25:28 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2021-03-29 12:25:17 UTC

Size

44.3 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/5.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
    5.0.10

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

5.0.10


Layers

[#000] sha256:95dec6db372224fc1909f0d0c0a9a9d5767ec6b78d066ff6a7d5723160037828 - 5.84% (2.58 MB)

[#001] sha256:781562302264a4f916ac7c5f0f0e92e5dba6c8cbf82d1cb9df28e6da9590dd47 - 75.2% (33.3 MB)

[#002] sha256:0ec23f1f8c93d1dea6e3892b4a79248e1db8b40117e6a6f3a032031c0caf790b - 0.01% (4.77 KB)

[#003] sha256:f63141fa7cf7c8a404a48b8ebc5981ce755ce2c574157e97e44103ab967546f5 - 18.94% (8.38 MB)

[#004] sha256:caddf5c544d9e524af0eb085a9a6b731cc7fb90a5806d7bfd20fa7350158b1cd - 0.01% (2.69 KB)


History
2021-03-25 22:41:00 UTC

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

2021-03-25 22:41:10 UTC

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

2021-03-29 12:24:18 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-03-29 12:24:18 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2021-03-29 12:24:18 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 /etc/zabbix/web/certs && 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 php7-openssl 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-03-29 12:24:18 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=5.0

2021-03-29 12:24:18 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=5.0.10

2021-03-29 12:24:18 UTC (buildkit.dockerfile.v0)

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

2021-03-29 12:24:18 UTC (buildkit.dockerfile.v0)

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

2021-03-29 12:24:18 UTC (buildkit.dockerfile.v0)

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

2021-03-29 12:24:19 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2021-03-29 12:25:17 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=5.0 ZBX_VERSION=5.0.10 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 clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && mkdir /usr/share/zabbix/ && cp -R /usr/share/zabbix-${ZBX_VERSION}/ui/* /usr/share/zabbix/ && rm -rf /usr/share/zabbix-${ZBX_VERSION}/ && cd /usr/share/zabbix/ && rm -f conf/zabbix.conf.php && rm -f conf/maintenance.inc.php && rm -rf tests && ./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/modules/ && chgrp -R 0 /etc/zabbix/ /usr/share/zabbix/modules/ && chmod -R g=u /etc/zabbix/ /usr/share/zabbix/modules/ && 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-03-29 12:25:17 UTC (buildkit.dockerfile.v0)

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

2021-03-29 12:25:17 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2021-03-29 12:25:17 UTC (buildkit.dockerfile.v0)

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

2021-03-29 12:25:17 UTC (buildkit.dockerfile.v0)

USER 1997

2021-03-29 12:25:17 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2021-03-29 12:25:16 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/5.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
    5.0.10

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

5.0.10


Layers

[#000] sha256:d9d64eb18374b2d527a335e2362041eba1adef6c7376c1347f45cbd1df5239c1 - 5.93% (2.68 MB)

[#001] sha256:2300cea19356b27dabb078c33aa4b8686ae1859bf3606eb9bb5d5cb0afd3f337 - 75.47% (34.1 MB)

[#002] sha256:ecddbca82309ed0293189617c73a0e852a969ff6a501cd87cd97398635d39256 - 0.01% (4.77 KB)

[#003] sha256:84d714bd5e6e3f24c222134eda2aa0a8b1660630755e0174972357f83e81bb36 - 18.58% (8.38 MB)

[#004] sha256:76631ef6315e5aa10b3cbc1cea753be565d3193e893ba0a927eae8f657ba93c8 - 0.01% (2.7 KB)


History
2021-03-25 22:22:44 UTC

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

2021-03-25 22:22:50 UTC

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

2021-03-29 12:24:18 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-03-29 12:24:18 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2021-03-29 12:24:18 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 /etc/zabbix/web/certs && 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 php7-openssl 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-03-29 12:24:18 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=5.0

2021-03-29 12:24:18 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=5.0.10

2021-03-29 12:24:18 UTC (buildkit.dockerfile.v0)

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

2021-03-29 12:24:18 UTC (buildkit.dockerfile.v0)

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

2021-03-29 12:24:18 UTC (buildkit.dockerfile.v0)

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

2021-03-29 12:24:19 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2021-03-29 12:25:16 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=5.0 ZBX_VERSION=5.0.10 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 clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && mkdir /usr/share/zabbix/ && cp -R /usr/share/zabbix-${ZBX_VERSION}/ui/* /usr/share/zabbix/ && rm -rf /usr/share/zabbix-${ZBX_VERSION}/ && cd /usr/share/zabbix/ && rm -f conf/zabbix.conf.php && rm -f conf/maintenance.inc.php && rm -rf tests && ./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/modules/ && chgrp -R 0 /etc/zabbix/ /usr/share/zabbix/modules/ && chmod -R g=u /etc/zabbix/ /usr/share/zabbix/modules/ && 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-03-29 12:25:16 UTC (buildkit.dockerfile.v0)

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

2021-03-29 12:25:16 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2021-03-29 12:25:16 UTC (buildkit.dockerfile.v0)

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

2021-03-29 12:25:16 UTC (buildkit.dockerfile.v0)

USER 1997

2021-03-29 12:25:16 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