Namespace
zabbix
Image / Tag
zabbix-web-nginx-mysql:alpine-3.0.25
Content Digest
sha256:511b64686446e7ca9530f08db7bd2861ce610c2109294d0282bd7eb59cd1a90e
Details
Created

2019-01-28 18:16:07 UTC

Size

47.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-3.0.25
  • 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/3.0/manual/installation/containers
  • org.label-schema.vcs-ref
  • org.label-schema.vcs-url
    svn://svn.zabbix.com/tags/3.0.25/
  • org.label-schema.vendor
    Zabbix LLC
  • org.label-schema.version
    3.0.25

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

svn://svn.zabbix.com/tags/3.0.25/

ZBX_TYPE

frontend

ZBX_VERSION

3.0.25


Layers

[#000] sha256:407ea412d82cbc18a270f0ae17d5e528e620bcf4661229e757446f6e6443768b - 4.22% (2.01 MB)

[#001] sha256:444b69dadaa13554563a57e21cef66923cbcf4bd83d0c0f2be5f1ce0b228194b - 82.96% (39.5 MB)

[#002] sha256:0a08399a7cf97e728ccf32831a32597a571a9b4b23e949fefd1b6160160017de - 0.0% (590 Bytes)

[#003] sha256:49b0a737e0adc481949f57252161d830fa3c9f0db4c7c4ac11ddd5b7df08c733 - 12.78% (6.09 MB)

[#004] sha256:6619343d75b720a24e822352f09011a127d42755f027af93f08d102b27973128 - 0.0% (993 Bytes)

[#005] sha256:1729fc216330c354ac783c837a9271f7ec1683f60dbee46592739759f4c2ffc3 - 0.0% (952 Bytes)

[#006] sha256:520df1818fe7eacb1d7a7d07e9b79f1f7405814b8a734a161a5a5f8ea3590c06 - 0.0% (1.26 KB)

[#007] sha256:20314ccb685e3c075a75132b79cf47014bfeb3b078ba71a60fa6a48d164da475 - 0.0% (452 Bytes)

[#008] sha256:bf785861e291694940005eaeb24473c3dc090e9096a78b02027a881f59c99d87 - 0.0% (799 Bytes)

[#009] sha256:a535141a9ce1b33985848943ff2b0d16b2e176c31bc7fb1d3555d85528f8604a - 0.01% (7.18 KB)

[#010] sha256:ac404108870baa3fcf52e8811ce6acc73dd49eb63d906c64d317934bbfe0830d - 0.0% (334 Bytes)

[#011] sha256:b6d254d6d02ff57d2b5154428f1931c8508d8db2e685f46b2c52f667100ed8f4 - 0.02% (8.25 KB)


History
2018-12-21 00:21:10 UTC

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

2018-12-21 00:21:11 UTC

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

2019-01-28 18:15:12 UTC

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

2019-01-28 18:15:13 UTC

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

2019-01-28 18:15:13 UTC

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

2019-01-28 18:15:14 UTC

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

2019-01-28 18:15:14 UTC

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

2019-01-28 18:15:14 UTC

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

2019-01-28 18:15:15 UTC

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

2019-01-28 18:15:15 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

2019-01-28 18:15:15 UTC

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

2019-01-28 18:15:40 UTC

|3 APK_FLAGS_COMMON= APK_FLAGS_DEV= --no-cache APK_FLAGS_PERSISTENT= --clean-protected --no-cache /bin/sh -c 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-client-libs 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-xmlreader php7-xmlwriter supervisor ttf-dejavu && rm -rf /var/cache/apk/*

2019-01-28 18:15:41 UTC

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

2019-01-28 18:15:42 UTC

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

2019-01-28 18:15:42 UTC

/bin/sh -c #(nop) ARG ZBX_SOURCES=svn://svn.zabbix.com/tags/3.0.25/

2019-01-28 18:15:43 UTC

/bin/sh -c #(nop) ENV ZBX_VERSION=3.0.25 ZBX_SOURCES=svn://svn.zabbix.com/tags/3.0.25/

2019-01-28 18:15:43 UTC

/bin/sh -c #(nop) LABEL org.label-schema.usage=https://www.zabbix.com/documentation/3.0/manual/installation/containers org.label-schema.version=3.0.25 org.label-schema.vcs-url=svn://svn.zabbix.com/tags/3.0.25/ 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-3.0.25

2019-01-28 18:15:44 UTC

/bin/sh -c #(nop) COPY file:d3ed47aa893361bb5b274482be1ebfc31e930f384f7c5578df29fa84852815bf in /tmp/font-config

2019-01-28 18:16:01 UTC

|4 APK_FLAGS_COMMON= APK_FLAGS_DEV= --no-cache APK_FLAGS_PERSISTENT= --clean-protected --no-cache MAJOR_VERSION=3.0 /bin/sh -c apk add ${APK_FLAGS_DEV} --virtual build-dependencies coreutils gettext subversion && cd /usr/share/ && svn --quiet export ${ZBX_SOURCES}/frontends/php/ zabbix && cd /usr/share/zabbix/ && patch -p3 < /tmp/font-config && rm /tmp/font-config && rm -f conf/zabbix.conf.php && rm -rf tests && rm /usr/share/zabbix/fonts/DejaVuSans.ttf && ./locale/make_mo.sh && ln -s /usr/share/fonts/ttf-dejavu/DejaVuSans.ttf /usr/share/zabbix/fonts/graphfont.ttf && apk del ${APK_FLAGS_COMMON} --purge build-dependencies && rm -rf /var/cache/apk/* && rm -rf /root/.subversion && rm -rf /var/svn

2019-01-28 18:16:02 UTC

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

2019-01-28 18:16:02 UTC

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

2019-01-28 18:16:03 UTC

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

2019-01-28 18:16:03 UTC

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

2019-01-28 18:16:04 UTC

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

2019-01-28 18:16:04 UTC

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

2019-01-28 18:16:05 UTC

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

2019-01-28 18:16:05 UTC

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

2019-01-28 18:16:06 UTC

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

2019-01-28 18:16:06 UTC

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

2019-01-28 18:16:07 UTC

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

2019-01-28 18:16:07 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