Namespace
zabbix
Image / Tag
zabbix-web-nginx-mysql:alpine-4.0.17
Content Digest
sha256:9a99eb21999593fc3948b5d519f3600940a91ce3fa5edbbacc728ce8bab8e540
Details
Created

2020-01-29 09:05:45 UTC

Size

40.7 MB

Content Digest
Labels
  • maintainer
    Alexey Pustovalov <[email protected]>
  • org.label-schema.build-date
  • org.label-schema.description
    Zabbix web-interface based on Nginx web server with MySQL database support
  • org.label-schema.docker.cmd
    docker run --name zabbix-web-nginx-mysql --link mysql-server:mysql --link zabbix-server:zabbix-server -p 80:80 -d zabbix-web-nginx-mysql:alpine-4.0.17
  • org.label-schema.license
    GPL v2.0
  • org.label-schema.name
    zabbix-web-nginx-mysql-alpine
  • org.label-schema.schema-version
    1.0
  • org.label-schema.url
    https://zabbix.com/
  • org.label-schema.usage
    https://www.zabbix.com/documentation/4.0/manual/installation/containers
  • org.label-schema.vcs-ref
  • org.label-schema.vcs-url
    https://git.zabbix.com/scm/zbx/zabbix.git
  • org.label-schema.vendor
    Zabbix LLC
  • org.label-schema.version
    4.0.17

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TERM

xterm

ZBX_DB_TYPE

mysql

ZBX_OPT_TYPE

nginx

ZBX_SOURCES

https://git.zabbix.com/scm/zbx/zabbix.git

ZBX_TYPE

frontend

ZBX_VERSION

4.0.17


Layers

[#000] sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30f37b8f25ac285a98 - 6.54% (2.66 MB)

[#001] sha256:82db2d3d2f6b1bf55c66c456e4e0269ae803f1799abf254ed216b7d29fe0f17c - 74.18% (30.2 MB)

[#002] sha256:4fb939e68312cbd81dff45a71f38d43eef46392ccbc3d0986d78ce40d450abc1 - 19.24% (7.82 MB)

[#003] sha256:3b30610de6f7045fd2edbfff9b127f4e0b361cc96854490cb8f6999ad590f8b9 - 0.0% (999 Bytes)

[#004] sha256:8aa9f410a9197d79a55626058ed6b4129bd0f72df22bcff56dbd8d4e75e5f363 - 0.0% (955 Bytes)

[#005] sha256:a646981cb233c65ee3bd26dbdb4be852b53ebd30cd2848ebd2e96162d79bcf55 - 0.0% (1.26 KB)

[#006] sha256:94a6be7827407534d8102fdfdad3f318481137be034cf0e31a11a09d11f78204 - 0.0% (557 Bytes)

[#007] sha256:0d9201849fd3ff79b795e299d627d9920fb56fbbb32dcbe3cdaec8c2c9ab7163 - 0.0% (798 Bytes)

[#008] sha256:69790eb0b0b59a389078a017f55a66d957cd403e849bddfe536a1da86e326366 - 0.02% (7.18 KB)

[#009] sha256:9740efd761cf683e5fd0fc80ce7b2b671bf566a32634edf819f8f0461c8fa2ab - 0.0% (335 Bytes)

[#010] sha256:b131a691ebdcf4e965389813ce5d75cbbb40d8474bae999db77dfc02b628cceb - 0.02% (8.9 KB)


History
2020-01-23 16:53:06 UTC

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

2020-01-23 16:53:06 UTC

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

2020-01-29 09:04:49 UTC

/bin/sh -c #(nop) LABEL maintainer=Alexey Pustovalov <[email protected]>

2020-01-29 09:04:49 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2020-01-29 09:04:50 UTC

/bin/sh -c #(nop) ARG VCS_REF

2020-01-29 09:04:50 UTC

/bin/sh -c #(nop) ARG APK_FLAGS_COMMON=

2020-01-29 09:04:50 UTC

/bin/sh -c #(nop) ARG APK_FLAGS_PERSISTENT= --clean-protected --no-cache

2020-01-29 09:04:51 UTC

/bin/sh -c #(nop) ARG APK_FLAGS_DEV= --no-cache

2020-01-29 09:04:51 UTC

/bin/sh -c #(nop) ENV TERM=xterm ZBX_TYPE=frontend ZBX_DB_TYPE=mysql ZBX_OPT_TYPE=nginx

2020-01-29 09:04:51 UTC

/bin/sh -c #(nop) LABEL org.label-schema.name=zabbix-web-nginx-mysql-alpine org.label-schema.vendor=Zabbix LLC org.label-schema.url=https://zabbix.com/ org.label-schema.description=Zabbix web-interface based on Nginx web server with MySQL database support org.label-schema.vcs-ref= org.label-schema.build-date= org.label-schema.schema-version=1.0 org.label-schema.license=GPL v2.0

2020-01-29 09:04:52 UTC

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

2020-01-29 09:05:14 UTC

|3 APK_FLAGS_COMMON= APK_FLAGS_DEV= --no-cache APK_FLAGS_PERSISTENT= --clean-protected --no-cache /bin/sh -c set -eux && addgroup zabbix && adduser -S -D -G zabbix -h /var/lib/zabbix/ -H zabbix && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/web && chown --quiet -R zabbix:root /etc/zabbix && apk update && apk add ${APK_FLAGS_PERSISTENT} 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 supervisor && rm -f /etc/nginx/conf.d/*.conf && rm -rf /var/cache/apk/*

2020-01-29 09:05:15 UTC

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

2020-01-29 09:05:15 UTC

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

2020-01-29 09:05:15 UTC

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

2020-01-29 09:05:16 UTC

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

2020-01-29 09:05:16 UTC

/bin/sh -c #(nop) LABEL org.label-schema.usage=https://www.zabbix.com/documentation/4.0/manual/installation/containers org.label-schema.version=4.0.17 org.label-schema.vcs-url=https://git.zabbix.com/scm/zbx/zabbix.git org.label-schema.docker.cmd=docker run --name zabbix-web-nginx-mysql --link mysql-server:mysql --link zabbix-server:zabbix-server -p 80:80 -d zabbix-web-nginx-mysql:alpine-4.0.17

2020-01-29 09:05:40 UTC

|4 APK_FLAGS_COMMON= APK_FLAGS_DEV= --no-cache APK_FLAGS_PERSISTENT= --clean-protected --no-cache MAJOR_VERSION=4.0 /bin/sh -c set -eux && apk add ${APK_FLAGS_DEV} --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}/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 && chown --quiet -R nginx:nginx /usr/share/zabbix && apk del ${APK_FLAGS_COMMON} --purge --no-network build-dependencies && rm -rf /var/cache/apk/*

2020-01-29 09:05:41 UTC

/bin/sh -c #(nop) EXPOSE 443/TCP 80/TCP

2020-01-29 09:05:41 UTC

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

2020-01-29 09:05:41 UTC

/bin/sh -c #(nop) VOLUME [/etc/ssl/nginx]

2020-01-29 09:05:42 UTC

/bin/sh -c #(nop) COPY dir:774cdd1ad61a1a0824e35246fb31499d173a38648380be359a3fbab0d30f27c8 in /etc/supervisor/

2020-01-29 09:05:42 UTC

/bin/sh -c #(nop) COPY file:c7835499e601819c4fa267412d347bb18da749e72aac6ac400f3e1eb9c05a294 in /etc/zabbix/

2020-01-29 09:05:43 UTC

/bin/sh -c #(nop) COPY file:5c6cbc0018a62ef647afaf2ff92b36dc48832f1bf78ec74639e3afc2a29c79d5 in /etc/zabbix/

2020-01-29 09:05:43 UTC

/bin/sh -c #(nop) COPY file:adc43e8e4748c177bbd67fa05a5faa50febbc71ad622dfe3a74cd1775004aa55 in /etc/zabbix/web/

2020-01-29 09:05:44 UTC

/bin/sh -c #(nop) COPY file:db886323859e325144aaea2e458acae64ea9b6bfde527a3ec384db0476298aa4 in /etc/nginx/

2020-01-29 09:05:44 UTC

/bin/sh -c #(nop) COPY file:ee954fb09194dd4f1fde65a1deb8148d6bebc6ad3ffe361e053081a5dd15a00e in /etc/php7/

2020-01-29 09:05:45 UTC

/bin/sh -c #(nop) COPY file:df56cf75a25bc1b7b750971844a658916e002e6359db162bce9a0cf6d6b8123d in /etc/php7/conf.d/

2020-01-29 09:05:45 UTC

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

2020-01-29 09:05:45 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