Namespace
zabbix
Image / Tag
zabbix-web-nginx-mysql:centos-4.4-latest
Content Digest
sha256:0d80a44e085fe9b45ace3fc504e5530d43154d8470104ae85569c9855fcfb684
Details
Created

2020-07-31 01:18:16 UTC

Size

128 MB

Content Digest
Labels
  • org.label-schema.build-date
    20200611
  • org.label-schema.license
    GPLv2
  • org.label-schema.name
    CentOS Base Image
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vendor
    CentOS
  • 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:6910e5a164f725142d77994b247ba20040477fbab49a721bdbe8d61cf855ac23 - 55.75% (71.4 MB)

[#001] sha256:c303eaa5d96056e160a371aaa84c7b7be3a34bc91c8cb6e2b4290bd3ae8f06a7 - 29.11% (37.3 MB)

[#002] sha256:909e858b7e8452323f1aeb671b95be9d2ec34eff4e5d38196e1a01764df7a61e - 0.0% (3.45 KB)

[#003] sha256:0dc7030b40c68fcd4a7a828054c6bb0923ca759510b4eb52db1e179330a41b3d - 15.13% (19.4 MB)

[#004] sha256:aa9e15ce5210a47efc417b4ecfc82adf3d135ef4dd051f8c9c4f66627e257afe - 0.0% (3.09 KB)


History
2020-06-17 00:22:24 UTC

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

2020-06-17 00:22:25 UTC

/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0 org.label-schema.name=CentOS Base Image org.label-schema.vendor=CentOS org.label-schema.license=GPLv2 org.label-schema.build-date=20200611

2020-06-17 00:22:25 UTC

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

2020-06-29 15:44:10 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-06-29 15:44:10 UTC

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

2020-06-29 15:44:41 UTC

/bin/sh -c set -eux && groupadd -g 1995 --system zabbix && adduser -r --shell /sbin/nologin -g zabbix -G root -d /var/lib/zabbix/ -u 1997 zabbix && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/web && mkdir -p /var/lib/php/session && dnf --quiet makecache && dnf -y install epel-release && dnf -y install --setopt=install_weak_deps=False --best --setopt=tsflags=nodocs curl mariadb nginx php-bcmath php-fpm php-gd php-ldap php-mbstring php-mysqlnd php-json php-xml supervisor && rm -f /etc/nginx/conf.d/*.conf && rm -f /etc/php-fpm.d/www.conf && dnf -y clean all && rm -rf /var/cache/yum /var/lib/yum/yumdb/* /usr/lib/udev/hwdb.d/* && rm -rf /var/cache/dnf /etc/udev/hwdb.bin /root/.pki

2020-07-31 01:17:04 UTC

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

2020-07-31 01:17:05 UTC

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

2020-07-31 01:17:05 UTC

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

2020-07-31 01:17:05 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:17:06 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:17:06 UTC

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

2020-07-31 01:18:15 UTC

|1 MAJOR_VERSION=4.4 /bin/sh -c set -eux && dnf --quiet makecache && dnf -y install --setopt=install_weak_deps=False --best --setopt=tsflags=nodocs glibc-locale-source && dnf -y install --setopt=tsflags=nodocs 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" && 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 "{}" && localedef -c -i {} -f UTF-8 {}.UTF-8 2>/dev/null' && 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-fpm.d/ /etc/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php-fpm.d/ /etc/php-fpm.conf && chown --quiet -R zabbix:root /var/lib/php/session/ && chgrp -R 0 /var/lib/php/session/ && chmod -R g=u /var/lib/php/session/ && dnf -y history undo `dnf -q history | sed -n 3p |column -t | cut -d' ' -f1` && dnf -y erase glibc-locale-source glibc-langpack-en && dnf -y clean all && rm -rf /var/cache/yum /var/lib/yum/yumdb/* /usr/lib/udev/hwdb.d/* && rm -rf /var/cache/dnf /etc/udev/hwdb.bin /root/.pki

2020-07-31 01:18:15 UTC

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

2020-07-31 01:18:15 UTC

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

2020-07-31 01:18:15 UTC

/bin/sh -c #(nop) COPY file:47d6c322cff9924ce1a28c01f273792358ffc34e634d8971c68a22292a65f46d in /usr/bin/

2020-07-31 01:18:16 UTC

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

2020-07-31 01:18:16 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