Namespace
zabbix
Image / Tag
zabbix-web-nginx-mysql:centos-5.0.2
Content Digest
sha256:82750c997f468ede562100cbe74433732a5e149233f6c277391c267df34c79c6
Details
Created

2020-07-13 11:49:34 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/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.2

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


Layers

[#000] sha256:6910e5a164f725142d77994b247ba20040477fbab49a721bdbe8d61cf855ac23 - 55.62% (71.4 MB)

[#001] sha256:14011e9961c209a326993504e743da09d10405a03d1b689789c8a416d30099ee - 29.05% (37.3 MB)

[#002] sha256:dc7c00aa45c263afb574849d43650b04ef911a8c40aeb80dad017e58b3495ced - 0.0% (3.69 KB)

[#003] sha256:64292b8c75e11507ac3d60aba48100be7c348da648906a39b8b98ccda88449f3 - 15.33% (19.7 MB)

[#004] sha256:7d416f8ceb67e4dba3fcd554ff59647d6e566a0c09846a8742f0ea2f57815321 - 0.0% (3.32 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:41:50 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:41:50 UTC

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

2020-06-29 15:42:23 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-13 11:48:21 UTC

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

2020-07-13 11:48:21 UTC

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

2020-07-13 11:48:22 UTC

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

2020-07-13 11:48:22 UTC

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

2020-07-13 11:48:22 UTC

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

2020-07-13 11:48:22 UTC

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

2020-07-13 11:49:32 UTC

|1 MAJOR_VERSION=5.0 /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}/ui/* /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 /usr/share/zabbix/modules/ && chgrp -R 0 /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php /usr/share/zabbix/modules/ && chmod -R g=u /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php /usr/share/zabbix/modules/ && 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-13 11:49:32 UTC

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

2020-07-13 11:49:33 UTC

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

2020-07-13 11:49:33 UTC

/bin/sh -c #(nop) VOLUME [/etc/ssl/nginx /usr/share/zabbix/modules]

2020-07-13 11:49:33 UTC

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

2020-07-13 11:49:34 UTC

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

2020-07-13 11:49:34 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