Namespace
zabbix
Image / Tag
zabbix-web-nginx-mysql:alpine-4.4.7
Content Digest
sha256:a7474523a35d8e2308f9c024e52890437de75a0a3a1d609bb0ec56f4acd970ba
Details
Created

2020-03-24 01:27:18 UTC

Size

45.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.4.7
  • 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.4/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.4.7

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


Layers

[#000] sha256:aad63a9339440e7c3e1fff2b988991b9bfb81280042fa7f39a5e327023056819 - 5.85% (2.67 MB)

[#001] sha256:f3a543f78d62e32059245af785caee70f5825c8b95cd6be37bfc14638db00379 - 76.48% (34.9 MB)

[#002] sha256:99882b0c6cf797ce5674a456c2183776583db8c3da8bd0edee30cb02343fea40 - 17.62% (8.05 MB)

[#003] sha256:d024e4c85e149452a020d358315d578620fb6fa7426630c82f25a97d19f9cdc4 - 0.0% (1002 Bytes)

[#004] sha256:d3331b2e6c1fb4dfc77505a3376e0934eebc4205c1e3652984762f82ccd10954 - 0.0% (957 Bytes)

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

[#006] sha256:e0f6f6bf43e25fece180467981e4ffa16c7c64fc79ffeeb04a30d332c8aea9a9 - 0.0% (556 Bytes)

[#007] sha256:7231fcfdba5bd929d19194952f34c454b11ae0475315ec4ced152f607a8475e0 - 0.0% (799 Bytes)

[#008] sha256:118e3f400d4dbb793fb0471c82c1d33984f06b88040722c2bf3b8f38c436bf68 - 0.02% (7.18 KB)

[#009] sha256:db6aa96ba2afaaa60cf4290655983decf5a18fc209fc5bfe4e626e9730689e01 - 0.0% (337 Bytes)

[#010] sha256:d6953941968e9ce22d0e08626c8f633028555f4ae281bec1d74be52290d56bb7 - 0.02% (8.97 KB)


History
2020-03-23 21:19:34 UTC

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

2020-03-23 21:19:34 UTC

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

2020-03-24 01:26:16 UTC

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

2020-03-24 01:26:16 UTC

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

2020-03-24 01:26:16 UTC

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

2020-03-24 01:26:17 UTC

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

2020-03-24 01:26:17 UTC

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

2020-03-24 01:26:17 UTC

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

2020-03-24 01:26:18 UTC

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

2020-03-24 01:26:18 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-03-24 01:26:19 UTC

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

2020-03-24 01:26:41 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-03-24 01:26:42 UTC

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

2020-03-24 01:26:42 UTC

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

2020-03-24 01:26:42 UTC

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

2020-03-24 01:26:43 UTC

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

2020-03-24 01:26:43 UTC

/bin/sh -c #(nop) LABEL org.label-schema.usage=https://www.zabbix.com/documentation/4.4/manual/installation/containers org.label-schema.version=4.4.7 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.4.7

2020-03-24 01:27:12 UTC

|4 APK_FLAGS_COMMON= APK_FLAGS_DEV= --no-cache APK_FLAGS_PERSISTENT= --clean-protected --no-cache MAJOR_VERSION=4.4 /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-03-24 01:27:13 UTC

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

2020-03-24 01:27:13 UTC

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

2020-03-24 01:27:13 UTC

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

2020-03-24 01:27:14 UTC

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

2020-03-24 01:27:14 UTC

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

2020-03-24 01:27:15 UTC

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

2020-03-24 01:27:15 UTC

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

2020-03-24 01:27:16 UTC

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

2020-03-24 01:27:16 UTC

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

2020-03-24 01:27:17 UTC

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

2020-03-24 01:27:17 UTC

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

2020-03-24 01:27:18 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