Namespace
zabbix
Image / Tag
zabbix-web-nginx-mysql:alpine-3.0.17
Content Digest
sha256:39f13e51c0787725f05767e8daafff14447bde4b5d6b0381cb95d9a21d6f8ff5
Details
Created

2018-05-31 10:40:09 UTC

Size

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

svn://svn.zabbix.com/tags/3.0.17/

ZBX_TYPE

frontend

ZBX_VERSION

3.0.17


Layers

[#000] sha256:ff3a5c916c92643ff77519ffa742d3ec61b7f591b6b7504599d95a4a41134e28 - 4.22% (1.97 MB)

[#001] sha256:f56f61a3633c53c03e29c1fda4b90350bfaed806751a85c3af05e5f12a3970d2 - 82.51% (38.5 MB)

[#002] sha256:73e2ca42e012cd7be993a567b998862f6c99e553cf1aadf80337aa53962f4134 - 0.0% (592 Bytes)

[#003] sha256:b2d848b335611a15f6f3f8be8ba5aecc5eede70dcab3f6021a141c3d2f659cf3 - 13.22% (6.17 MB)

[#004] sha256:3019fabe261994f6ba7ba90922c0ee3388cf56b659282598766275008a645968 - 0.0% (996 Bytes)

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

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

[#007] sha256:b098d0349b502a028e24e8a6ba3ba14929e476019b65e55dc4ed9d5a2394fd20 - 0.0% (441 Bytes)

[#008] sha256:b1188ce5084f840d1b9cd9cf9a0ea15f74593f4174ae7ffab75bb1c5d56ad290 - 0.0% (795 Bytes)

[#009] sha256:576cc4519e0a244c44c04df3564b6dc76316defe1f32de4704e4c50cb8e7dbee - 0.02% (7.18 KB)

[#010] sha256:0636287a867b03dc699034a05208dce8c77deec3cc535c805bc8e3d118375b24 - 0.0% (320 Bytes)

[#011] sha256:4f84d8ce1d2863d5eaefab37ed919c5a74505da3608990f704d3a2b2bbbd70bb - 0.02% (8.11 KB)


History
2018-01-09 21:10:58 UTC

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

2018-01-09 21:10:58 UTC

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

2018-05-31 10:39:18 UTC

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

2018-05-31 10:39:18 UTC

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

2018-05-31 10:39:18 UTC

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

2018-05-31 10:39:18 UTC

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

2018-05-31 10:39:19 UTC

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

2018-05-31 10:39:19 UTC

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

2018-05-31 10:39:19 UTC

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

2018-05-31 10:39:20 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

2018-05-31 10:39:20 UTC

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

2018-05-31 10:39:42 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 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/*

2018-05-31 10:39:43 UTC

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

2018-05-31 10:39:43 UTC

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

2018-05-31 10:39:43 UTC

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

2018-05-31 10:39:44 UTC

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

2018-05-31 10:39:44 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.17 org.label-schema.vcs-url=svn://svn.zabbix.com/tags/3.0.17/ 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.17

2018-05-31 10:39:44 UTC

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

2018-05-31 10:40:04 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

2018-05-31 10:40:04 UTC

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

2018-05-31 10:40:05 UTC

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

2018-05-31 10:40:05 UTC

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

2018-05-31 10:40:06 UTC

/bin/sh -c #(nop) COPY dir:31ed49def5ed354ba9b67381f2605cdecacf9f188d904e7795ddde215fbc2343 in /etc/supervisor/

2018-05-31 10:40:06 UTC

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

2018-05-31 10:40:06 UTC

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

2018-05-31 10:40:07 UTC

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

2018-05-31 10:40:07 UTC

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

2018-05-31 10:40:07 UTC

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

2018-05-31 10:40:08 UTC

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

2018-05-31 10:40:08 UTC

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

2018-05-31 10:40:09 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