Namespace
zabbix
Image / Tag
zabbix-web-nginx-mysql:ubuntu-4.4.10
Content Digest
sha256:9569af420f35c05e7f7aa5a70d7b181125983afe1d4ffc2adb058b86fe288bd8
Details
Created

2020-07-31 01:34:08 UTC

Size

96.7 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.4/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.4.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

4.4.10


Layers

[#000] sha256:7595c8c21622ea8a8b9778972e26dbbe063f7a1c4b0a28a80a34ebb3d343b586 - 26.33% (25.5 MB)

[#001] sha256:d13af8ca898f36af68711cb67c345f65046a78ccd802453f4b129adf9205b1f8 - 0.03% (34.5 KB)

[#002] sha256:70799171ddba93a611490ba3557d782714b3f4da8963d49ac8726786ba8274a5 - 0.0% (848 Bytes)

[#003] sha256:b6c12202c5ef07dc9eb8f9d9e71407064684ed70f8c4040b62679b7d30200840 - 0.0% (161 Bytes)

[#004] sha256:fa4b60800a1773b6d1298e9cf544656e97f42dfddeb2ca8ec5123a2457d2e96e - 64.8% (62.7 MB)

[#005] sha256:0f5fc441a998148ec960230dd6cd6456a95f27bdce1ad41b35e50baf80b516c3 - 0.0% (3.52 KB)

[#006] sha256:666608e03f741ea1626761e51f9c176ea77f7bb520cf6baa0838f848e9d40aad - 8.83% (8.54 MB)

[#007] sha256:cbc4df3742ae561f87448aa5bf532a871a0c22fbbbbf2ad0d59a8f77b0e7a667 - 0.0% (3.1 KB)


History
2020-07-24 14:38:19 UTC

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

2020-07-24 14:38:20 UTC

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

2020-07-24 14:38:21 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

2020-07-24 14:38:21 UTC

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

2020-07-24 14:38:22 UTC

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

2020-07-31 01:32:01 UTC

/bin/sh -c #(nop) 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

2020-07-31 01:32:01 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGTERM

2020-07-31 01:33:07 UTC

/bin/sh -c set -eux && addgroup --system --gid 1995 --quiet zabbix && adduser --quiet --system --disabled-login --ingroup zabbix --ingroup root --uid 1997 --home /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/*

2020-07-31 01:33:07 UTC

/bin/sh -c #(nop) ARG MAJOR_VERSION=4.4

2020-07-31 01:33:07 UTC

/bin/sh -c #(nop) ARG ZBX_VERSION=4.4.10

2020-07-31 01:33:08 UTC

/bin/sh -c #(nop) ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git

2020-07-31 01:33:08 UTC

/bin/sh -c #(nop) ENV TERM=xterm ZBX_VERSION=4.4.10 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git

2020-07-31 01:33:08 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://www.zabbix.com/documentation/4.4/manual/installation/containers org.opencontainers.image.version=4.4.10 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git

2020-07-31 01:33:08 UTC

/bin/sh -c #(nop) COPY dir:a12aeb4db1bda75c2f0c229c1522c7d0b4f68b0a747123664b7b23ffd3b287ed in /etc/

2020-07-31 01:34:07 UTC

|1 MAJOR_VERSION=4.4 /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 -rf tests && ./locale/make_mo.sh && ln -s "/etc/zabbix/web/zabbix.conf.php" "/usr/share/zabbix/conf/zabbix.conf.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/ /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/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/ && DEBIAN_FRONTEND=noninteractive apt-get -y purge gettext git && apt-get -y autoremove && apt-get -y clean && rm -rf /var/lib/apt/lists/*

2020-07-31 01:34:07 UTC

/bin/sh -c #(nop) EXPOSE 8080/TCP 8443/TCP

2020-07-31 01:34:07 UTC

/bin/sh -c #(nop) WORKDIR /usr/share/zabbix

2020-07-31 01:34:08 UTC

/bin/sh -c #(nop) COPY file:04ba6f541d6a67a5b52fddc7189789a94558666db44d02727e021157a958627b in /usr/bin/

2020-07-31 01:34:08 UTC

/bin/sh -c #(nop) USER 1997

2020-07-31 01:34:08 UTC

/bin/sh -c #(nop) 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