Namespace
zabbix
Image / Tag
zabbix-web-nginx-mysql:ubuntu-3.0.32
Content Digest
sha256:110b4f091848f5383025fd4cd2ef2d9f2c1cc1034cebc17fb206c7d05373eda7
Details
Created

2021-03-08 11:26:45 UTC

Size

95.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/3.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
    3.0.32

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

3.0.32


Layers

[#000] sha256:92dc2a97ff99354714f17180401813eb3073e4f62a67643d66b461505a604cbe - 26.64% (25.5 MB)

[#001] sha256:be13a9d27eb82db7e9c7f3a76f70919a2d690e34e78cda8cae60161b0f5e9137 - 0.0% (850 Bytes)

[#002] sha256:c8299583700ab4cc65a0126f99ca6f2b836a097dedcc64270094bea59b8b4306 - 0.0% (162 Bytes)

[#003] sha256:9791b87cc7c01af2cbe5655596b43df825e5e6ae9f831eb18fe519ed94c6363a - 65.54% (62.7 MB)

[#004] sha256:d01447e9155e2942e625a96856b6d43d573c1608baed0b064cd112565225a96f - 0.0% (4.18 KB)

[#005] sha256:4c48ea76e9eecac4aff4ee430f1d83c2fb83e772a8e80a500ee94c047d5e3b70 - 7.81% (7.47 MB)

[#006] sha256:7905f329caeb1da315b3cc8394f95cd04fdfa262e5d2949eb0280624d6c18217 - 0.0% (2.38 KB)


History
2021-03-04 02:24:26 UTC

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

2021-03-04 02:24:27 UTC

/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests

2021-03-04 02:24:28 UTC

/bin/sh -c [ -z "$(apt-get indextargets)" ]

2021-03-04 02:24:29 UTC

/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container

2021-03-04 02:24:29 UTC

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

2021-03-08 11:25:07 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-08 11:25:07 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2021-03-08 11:25:07 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux && echo "#!/bin/sh\nexit 101" > /usr/sbin/policy-rc.d && groupadd --system --gid 1995 zabbix && useradd --system --comment "Zabbix monitoring system" -g zabbix -G root --uid 1997 --shell /sbin/nologin --home-dir /var/lib/zabbix/ zabbix && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/web && mkdir -p /var/lib/php/session && apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install gpg dirmngr gpg-agent ca-certificates && NGINX_GPGKEY=573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62; found=''; for server in ha.pool.sks-keyservers.net hkp://keyserver.ubuntu.com:80 hkp://p80.pool.sks-keyservers.net:80 pgp.mit.edu ; do echo "Fetching GPG key $NGINX_GPGKEY from $server"; apt-key adv --keyserver "$server" --keyserver-options timeout=10 --recv-keys "$NGINX_GPGKEY" && found=yes && break; done; test -z "$found" && echo >&2 "error: failed to fetch GPG key $NGINX_GPGKEY" && exit 1; DISTRIB_CODENAME=$(/bin/bash -c 'source /etc/lsb-release && echo $DISTRIB_CODENAME') && echo "deb https://nginx.org/packages/ubuntu/ $DISTRIB_CODENAME nginx" >> /etc/apt/sources.list.d/nginx.list && apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install curl mysql-client nginx locales php7.2-bcmath php7.2-fpm php7.2-gd php7.2-json php7.2-ldap php7.2-mbstring php7.2-mysql php7.2-xml supervisor && rm -f /etc/nginx/conf.d/*.conf && rm -rf /var/cache/nginx/ && rm -f /etc/php/7.2/fpm/pool.d/www.conf && ln -sf /dev/fd/2 /var/log/nginx/error.log && DEBIAN_FRONTEND=noninteractive apt-get -y purge gpg dirmngr gpg-agent && apt-get -y autoremove && apt-get -y clean && rm -rf /var/lib/apt/lists/* # buildkit

2021-03-08 11:25:07 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=3.0

2021-03-08 11:25:07 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=3.0.32

2021-03-08 11:25:07 UTC (buildkit.dockerfile.v0)

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

2021-03-08 11:25:07 UTC (buildkit.dockerfile.v0)

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

2021-03-08 11:25:07 UTC (buildkit.dockerfile.v0)

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

2021-03-08 11:25:07 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2021-03-08 11:26:45 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=3.0 ZBX_VERSION=3.0.32 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install 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}/frontends/php/* /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" && ./locale/make_mo.sh && mkdir -p /var/lib/locales/supported.d/ && rm -f /var/lib/locales/supported.d/local && cat /usr/share/zabbix/include/locales.inc.php | grep display | grep true | awk '{$1=$1};1' | cut -d"'" -f 2 | sort | xargs -I '{}' bash -c 'echo "{}.UTF-8 UTF-8" >> /var/lib/locales/supported.d/local' && dpkg-reconfigure locales && find /usr/share/zabbix/locale -name '*.po' | xargs rm -f && find /usr/share/zabbix/locale -name '*.sh' | xargs rm -f && chown --quiet -R zabbix:root /etc/zabbix/ && chgrp -R 0 /etc/zabbix/ && chmod -R g=u /etc/zabbix/ && chown --quiet -R zabbix:root /etc/nginx/ /etc/php/7.2/fpm/php-fpm.conf /etc/php/7.2/fpm/pool.d/ && chgrp -R 0 /etc/nginx/ /etc/php/7.2/fpm/php-fpm.conf /etc/php/7.2/fpm/pool.d/ && chmod -R g=u /etc/nginx/ /etc/php/7.2/fpm/php-fpm.conf /etc/php/7.2/fpm/pool.d/ && chown --quiet -R zabbix:root /var/lib/php/session/ && chgrp -R 0 /var/lib/php/session/ && chmod -R g=u /var/lib/php/session/ && 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 && DEBIAN_FRONTEND=noninteractive apt-get -y purge gettext git && apt-get -y autoremove && apt-get -y clean && rm -rf /var/lib/apt/lists/* # buildkit

2021-03-08 11:26:45 UTC (buildkit.dockerfile.v0)

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

2021-03-08 11:26:45 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2021-03-08 11:26:45 UTC (buildkit.dockerfile.v0)

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

2021-03-08 11:26:45 UTC (buildkit.dockerfile.v0)

USER 1997

2021-03-08 11:26:45 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2021-03-08 11:41:44 UTC

Size

87.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/3.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
    3.0.32

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

3.0.32


Layers

[#000] sha256:9ac910c0311f3581d0d4d512d5b9cb75f3cb4ac0ac05c27d5afe506d19ede5a4 - 24.26% (21.3 MB)

[#001] sha256:5b89a6b5bccf38a10ff30cb0b414a7e2dec5567d954850dfb98d67977e13fc38 - 0.0% (851 Bytes)

[#002] sha256:36058ccabae5f30074009cee645af7e052db260738cc0bc08ec9386b0f8cf37e - 0.0% (187 Bytes)

[#003] sha256:543e57903fec85a0653cead4688bcc1a298a098faa5aa5fd354bfd735c455bf8 - 67.19% (58.9 MB)

[#004] sha256:6e577934342ce936579b6c2040a2b547afec9837fbe7defb065802b3eea86a02 - 0.0% (4.19 KB)

[#005] sha256:f429e93f0283e988ed01bab5b53f95292ddbda637c7068130d21dd0dca74546b - 8.54% (7.49 MB)

[#006] sha256:85f95b43004184070adedfd9ba3f49ef16ecc404aa417fa8c9a63c080cc8dee8 - 0.0% (2.38 KB)


History
2021-03-04 03:11:28 UTC

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

2021-03-04 03:11:31 UTC

/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests

2021-03-04 03:11:33 UTC

/bin/sh -c [ -z "$(apt-get indextargets)" ]

2021-03-04 03:11:34 UTC

/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container

2021-03-04 03:11:35 UTC

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

2021-03-08 11:36:54 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-08 11:36:54 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2021-03-08 11:36:54 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux && echo "#!/bin/sh\nexit 101" > /usr/sbin/policy-rc.d && groupadd --system --gid 1995 zabbix && useradd --system --comment "Zabbix monitoring system" -g zabbix -G root --uid 1997 --shell /sbin/nologin --home-dir /var/lib/zabbix/ zabbix && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/web && mkdir -p /var/lib/php/session && apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install gpg dirmngr gpg-agent ca-certificates && NGINX_GPGKEY=573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62; found=''; for server in ha.pool.sks-keyservers.net hkp://keyserver.ubuntu.com:80 hkp://p80.pool.sks-keyservers.net:80 pgp.mit.edu ; do echo "Fetching GPG key $NGINX_GPGKEY from $server"; apt-key adv --keyserver "$server" --keyserver-options timeout=10 --recv-keys "$NGINX_GPGKEY" && found=yes && break; done; test -z "$found" && echo >&2 "error: failed to fetch GPG key $NGINX_GPGKEY" && exit 1; DISTRIB_CODENAME=$(/bin/bash -c 'source /etc/lsb-release && echo $DISTRIB_CODENAME') && echo "deb https://nginx.org/packages/ubuntu/ $DISTRIB_CODENAME nginx" >> /etc/apt/sources.list.d/nginx.list && apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install curl mysql-client nginx locales php7.2-bcmath php7.2-fpm php7.2-gd php7.2-json php7.2-ldap php7.2-mbstring php7.2-mysql php7.2-xml supervisor && rm -f /etc/nginx/conf.d/*.conf && rm -rf /var/cache/nginx/ && rm -f /etc/php/7.2/fpm/pool.d/www.conf && ln -sf /dev/fd/2 /var/log/nginx/error.log && DEBIAN_FRONTEND=noninteractive apt-get -y purge gpg dirmngr gpg-agent && apt-get -y autoremove && apt-get -y clean && rm -rf /var/lib/apt/lists/* # buildkit

2021-03-08 11:36:54 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=3.0

2021-03-08 11:36:54 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=3.0.32

2021-03-08 11:36:54 UTC (buildkit.dockerfile.v0)

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

2021-03-08 11:36:54 UTC (buildkit.dockerfile.v0)

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

2021-03-08 11:36:54 UTC (buildkit.dockerfile.v0)

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

2021-03-08 11:36:54 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2021-03-08 11:41:44 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=3.0 ZBX_VERSION=3.0.32 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install 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}/frontends/php/* /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" && ./locale/make_mo.sh && mkdir -p /var/lib/locales/supported.d/ && rm -f /var/lib/locales/supported.d/local && cat /usr/share/zabbix/include/locales.inc.php | grep display | grep true | awk '{$1=$1};1' | cut -d"'" -f 2 | sort | xargs -I '{}' bash -c 'echo "{}.UTF-8 UTF-8" >> /var/lib/locales/supported.d/local' && dpkg-reconfigure locales && find /usr/share/zabbix/locale -name '*.po' | xargs rm -f && find /usr/share/zabbix/locale -name '*.sh' | xargs rm -f && chown --quiet -R zabbix:root /etc/zabbix/ && chgrp -R 0 /etc/zabbix/ && chmod -R g=u /etc/zabbix/ && chown --quiet -R zabbix:root /etc/nginx/ /etc/php/7.2/fpm/php-fpm.conf /etc/php/7.2/fpm/pool.d/ && chgrp -R 0 /etc/nginx/ /etc/php/7.2/fpm/php-fpm.conf /etc/php/7.2/fpm/pool.d/ && chmod -R g=u /etc/nginx/ /etc/php/7.2/fpm/php-fpm.conf /etc/php/7.2/fpm/pool.d/ && chown --quiet -R zabbix:root /var/lib/php/session/ && chgrp -R 0 /var/lib/php/session/ && chmod -R g=u /var/lib/php/session/ && 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 && DEBIAN_FRONTEND=noninteractive apt-get -y purge gettext git && apt-get -y autoremove && apt-get -y clean && rm -rf /var/lib/apt/lists/* # buildkit

2021-03-08 11:41:44 UTC (buildkit.dockerfile.v0)

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

2021-03-08 11:41:44 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2021-03-08 11:41:44 UTC (buildkit.dockerfile.v0)

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

2021-03-08 11:41:44 UTC (buildkit.dockerfile.v0)

USER 1997

2021-03-08 11:41:44 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2021-03-08 11:41:03 UTC

Size

91.4 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/3.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
    3.0.32

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

3.0.32


Layers

[#000] sha256:9243cbd63062004cb0062d0c8235fb578c194179c6526f26999de6c03daded31 - 24.76% (22.6 MB)

[#001] sha256:740ce98c92d8885e63c0bde376962ac7d15ebb891a7019f801e1de07be167209 - 0.0% (854 Bytes)

[#002] sha256:7a9e35ad787dffb8fc50bf32fc5febb71a414956f1a93b71360349b44b113fef - 0.0% (187 Bytes)

[#003] sha256:449bedf1b425de813942dd1ab752582795b0adbd9fd4f9b8670d691d615ba3cd - 67.06% (61.3 MB)

[#004] sha256:d1f7bb9eb942bdae848d59e3a760716406e1c69760057d665f0bd446f087059c - 0.0% (4.19 KB)

[#005] sha256:3dc5ea8e48396a83a3e5553616184cb8a99bb883ad0b283a25910151ad760fba - 8.17% (7.47 MB)

[#006] sha256:a00097bfe90497c4f79ca4ac57c4b3c51d402fb75344ca4bc4b3d5ec67e52e9d - 0.0% (2.38 KB)


History
2021-03-04 02:52:16 UTC

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

2021-03-04 02:52:19 UTC

/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests

2021-03-04 02:52:21 UTC

/bin/sh -c [ -z "$(apt-get indextargets)" ]

2021-03-04 02:52:23 UTC

/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container

2021-03-04 02:52:24 UTC

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

2021-03-08 11:36:22 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-08 11:36:22 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2021-03-08 11:36:22 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux && echo "#!/bin/sh\nexit 101" > /usr/sbin/policy-rc.d && groupadd --system --gid 1995 zabbix && useradd --system --comment "Zabbix monitoring system" -g zabbix -G root --uid 1997 --shell /sbin/nologin --home-dir /var/lib/zabbix/ zabbix && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/web && mkdir -p /var/lib/php/session && apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install gpg dirmngr gpg-agent ca-certificates && NGINX_GPGKEY=573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62; found=''; for server in ha.pool.sks-keyservers.net hkp://keyserver.ubuntu.com:80 hkp://p80.pool.sks-keyservers.net:80 pgp.mit.edu ; do echo "Fetching GPG key $NGINX_GPGKEY from $server"; apt-key adv --keyserver "$server" --keyserver-options timeout=10 --recv-keys "$NGINX_GPGKEY" && found=yes && break; done; test -z "$found" && echo >&2 "error: failed to fetch GPG key $NGINX_GPGKEY" && exit 1; DISTRIB_CODENAME=$(/bin/bash -c 'source /etc/lsb-release && echo $DISTRIB_CODENAME') && echo "deb https://nginx.org/packages/ubuntu/ $DISTRIB_CODENAME nginx" >> /etc/apt/sources.list.d/nginx.list && apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install curl mysql-client nginx locales php7.2-bcmath php7.2-fpm php7.2-gd php7.2-json php7.2-ldap php7.2-mbstring php7.2-mysql php7.2-xml supervisor && rm -f /etc/nginx/conf.d/*.conf && rm -rf /var/cache/nginx/ && rm -f /etc/php/7.2/fpm/pool.d/www.conf && ln -sf /dev/fd/2 /var/log/nginx/error.log && DEBIAN_FRONTEND=noninteractive apt-get -y purge gpg dirmngr gpg-agent && apt-get -y autoremove && apt-get -y clean && rm -rf /var/lib/apt/lists/* # buildkit

2021-03-08 11:36:22 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=3.0

2021-03-08 11:36:22 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=3.0.32

2021-03-08 11:36:22 UTC (buildkit.dockerfile.v0)

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

2021-03-08 11:36:22 UTC (buildkit.dockerfile.v0)

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

2021-03-08 11:36:22 UTC (buildkit.dockerfile.v0)

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

2021-03-08 11:36:22 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2021-03-08 11:41:03 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=3.0 ZBX_VERSION=3.0.32 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install 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}/frontends/php/* /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" && ./locale/make_mo.sh && mkdir -p /var/lib/locales/supported.d/ && rm -f /var/lib/locales/supported.d/local && cat /usr/share/zabbix/include/locales.inc.php | grep display | grep true | awk '{$1=$1};1' | cut -d"'" -f 2 | sort | xargs -I '{}' bash -c 'echo "{}.UTF-8 UTF-8" >> /var/lib/locales/supported.d/local' && dpkg-reconfigure locales && find /usr/share/zabbix/locale -name '*.po' | xargs rm -f && find /usr/share/zabbix/locale -name '*.sh' | xargs rm -f && chown --quiet -R zabbix:root /etc/zabbix/ && chgrp -R 0 /etc/zabbix/ && chmod -R g=u /etc/zabbix/ && chown --quiet -R zabbix:root /etc/nginx/ /etc/php/7.2/fpm/php-fpm.conf /etc/php/7.2/fpm/pool.d/ && chgrp -R 0 /etc/nginx/ /etc/php/7.2/fpm/php-fpm.conf /etc/php/7.2/fpm/pool.d/ && chmod -R g=u /etc/nginx/ /etc/php/7.2/fpm/php-fpm.conf /etc/php/7.2/fpm/pool.d/ && chown --quiet -R zabbix:root /var/lib/php/session/ && chgrp -R 0 /var/lib/php/session/ && chmod -R g=u /var/lib/php/session/ && 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 && DEBIAN_FRONTEND=noninteractive apt-get -y purge gettext git && apt-get -y autoremove && apt-get -y clean && rm -rf /var/lib/apt/lists/* # buildkit

2021-03-08 11:41:03 UTC (buildkit.dockerfile.v0)

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

2021-03-08 11:41:03 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2021-03-08 11:41:03 UTC (buildkit.dockerfile.v0)

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

2021-03-08 11:41:03 UTC (buildkit.dockerfile.v0)

USER 1997

2021-03-08 11:41:03 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

Details
Created

2021-03-08 11:41:47 UTC

Size

103 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/3.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
    3.0.32

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

3.0.32


Layers

[#000] sha256:367a668e4ea4eecc7411f59b0e710bd8e6f0910afffbc5cf7cc56a9b91cf2097 - 28.14% (29 MB)

[#001] sha256:3d1a50fb15144b9c99d82c9511112522bcbc25c056716cb225e51c2998a3c4c5 - 0.0% (859 Bytes)

[#002] sha256:109d4006473f93104f15e85c85416b0e4a37cb8c0f58552fc6f9260fe2c58140 - 0.0% (189 Bytes)

[#003] sha256:d4bd47e53753a550917f15221a40ff1cf2b6208de39052d4e6290a69c4b7f867 - 64.59% (66.6 MB)

[#004] sha256:28e0dd8fbbf2918eb75bb8b7b6632ef9656950e6000a2dbd3c8a7f096a8fa5f2 - 0.0% (4.19 KB)

[#005] sha256:1b034ed4c306ad651685046f96a41bd1355deb6476057a569a1f764f71ef90e0 - 7.26% (7.49 MB)

[#006] sha256:67c8923f3efd8dddd61198e4bb8872e626236799b94796ed64958377baa5a183 - 0.0% (2.38 KB)


History
2021-03-04 02:56:30 UTC

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

2021-03-04 02:56:48 UTC

/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests

2021-03-04 02:57:06 UTC

/bin/sh -c [ -z "$(apt-get indextargets)" ]

2021-03-04 02:57:19 UTC

/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container

2021-03-04 02:57:22 UTC

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

2021-03-08 11:37:23 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-08 11:37:23 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGTERM

2021-03-08 11:37:23 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux && echo "#!/bin/sh\nexit 101" > /usr/sbin/policy-rc.d && groupadd --system --gid 1995 zabbix && useradd --system --comment "Zabbix monitoring system" -g zabbix -G root --uid 1997 --shell /sbin/nologin --home-dir /var/lib/zabbix/ zabbix && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/web && mkdir -p /var/lib/php/session && apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install gpg dirmngr gpg-agent ca-certificates && NGINX_GPGKEY=573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62; found=''; for server in ha.pool.sks-keyservers.net hkp://keyserver.ubuntu.com:80 hkp://p80.pool.sks-keyservers.net:80 pgp.mit.edu ; do echo "Fetching GPG key $NGINX_GPGKEY from $server"; apt-key adv --keyserver "$server" --keyserver-options timeout=10 --recv-keys "$NGINX_GPGKEY" && found=yes && break; done; test -z "$found" && echo >&2 "error: failed to fetch GPG key $NGINX_GPGKEY" && exit 1; DISTRIB_CODENAME=$(/bin/bash -c 'source /etc/lsb-release && echo $DISTRIB_CODENAME') && echo "deb https://nginx.org/packages/ubuntu/ $DISTRIB_CODENAME nginx" >> /etc/apt/sources.list.d/nginx.list && apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install curl mysql-client nginx locales php7.2-bcmath php7.2-fpm php7.2-gd php7.2-json php7.2-ldap php7.2-mbstring php7.2-mysql php7.2-xml supervisor && rm -f /etc/nginx/conf.d/*.conf && rm -rf /var/cache/nginx/ && rm -f /etc/php/7.2/fpm/pool.d/www.conf && ln -sf /dev/fd/2 /var/log/nginx/error.log && DEBIAN_FRONTEND=noninteractive apt-get -y purge gpg dirmngr gpg-agent && apt-get -y autoremove && apt-get -y clean && rm -rf /var/lib/apt/lists/* # buildkit

2021-03-08 11:37:23 UTC (buildkit.dockerfile.v0)

ARG MAJOR_VERSION=3.0

2021-03-08 11:37:23 UTC (buildkit.dockerfile.v0)

ARG ZBX_VERSION=3.0.32

2021-03-08 11:37:23 UTC (buildkit.dockerfile.v0)

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

2021-03-08 11:37:23 UTC (buildkit.dockerfile.v0)

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

2021-03-08 11:37:23 UTC (buildkit.dockerfile.v0)

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

2021-03-08 11:37:23 UTC (buildkit.dockerfile.v0)

COPY conf/etc/ /etc/ # buildkit

2021-03-08 11:41:47 UTC (buildkit.dockerfile.v0)

RUN |3 MAJOR_VERSION=3.0 ZBX_VERSION=3.0.32 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install 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}/frontends/php/* /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" && ./locale/make_mo.sh && mkdir -p /var/lib/locales/supported.d/ && rm -f /var/lib/locales/supported.d/local && cat /usr/share/zabbix/include/locales.inc.php | grep display | grep true | awk '{$1=$1};1' | cut -d"'" -f 2 | sort | xargs -I '{}' bash -c 'echo "{}.UTF-8 UTF-8" >> /var/lib/locales/supported.d/local' && dpkg-reconfigure locales && find /usr/share/zabbix/locale -name '*.po' | xargs rm -f && find /usr/share/zabbix/locale -name '*.sh' | xargs rm -f && chown --quiet -R zabbix:root /etc/zabbix/ && chgrp -R 0 /etc/zabbix/ && chmod -R g=u /etc/zabbix/ && chown --quiet -R zabbix:root /etc/nginx/ /etc/php/7.2/fpm/php-fpm.conf /etc/php/7.2/fpm/pool.d/ && chgrp -R 0 /etc/nginx/ /etc/php/7.2/fpm/php-fpm.conf /etc/php/7.2/fpm/pool.d/ && chmod -R g=u /etc/nginx/ /etc/php/7.2/fpm/php-fpm.conf /etc/php/7.2/fpm/pool.d/ && chown --quiet -R zabbix:root /var/lib/php/session/ && chgrp -R 0 /var/lib/php/session/ && chmod -R g=u /var/lib/php/session/ && 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 && DEBIAN_FRONTEND=noninteractive apt-get -y purge gettext git && apt-get -y autoremove && apt-get -y clean && rm -rf /var/lib/apt/lists/* # buildkit

2021-03-08 11:41:47 UTC (buildkit.dockerfile.v0)

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

2021-03-08 11:41:47 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/zabbix

2021-03-08 11:41:47 UTC (buildkit.dockerfile.v0)

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

2021-03-08 11:41:47 UTC (buildkit.dockerfile.v0)

USER 1997

2021-03-08 11:41:47 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