Namespace
zabbix
Image / Tag
zabbix-server-mysql:alpine-4.4.3
Content Digest
sha256:26c2ff7b07504109bf2c78e8084ae0f18c1d58e7d0dfe1aa07c5514547405744
Details
Created

2019-11-27 17:12:16 UTC

Size

21.2 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.description
    Zabbix server with MySQL database support
  • org.opencontainers.image.documentation
    https://www.zabbix.com/documentation/4.4/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 server (MySQL)
  • org.opencontainers.image.url
    https://zabbix.com/
  • org.opencontainers.image.vendor
    Zabbix LLC
  • org.opencontainers.image.version
    4.4.3

Environment
MIBDIRS

/usr/share/snmp/mibs:/var/lib/zabbix/mibs

MIBS

+ALL

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

4.4.3


Layers

[#000] sha256:89d9c30c1d48bac627e5c6cb0d1ed1eec28e7dbdfbcc04712e4c79c0f83faf17 - 12.56% (2.66 MB)

[#001] sha256:4d189ac5e327d6b262448eb85595d80658d7df53d67ee783b33eb5ae1a1ae056 - 74.11% (15.7 MB)

[#002] sha256:b574adc7d9424d40090fb83ad400ab1e4167de820b6256c1132b91b22386dee4 - 13.31% (2.82 MB)

[#003] sha256:857912f2a59c228f8132898e0aa99ed1ec6ab1ef6889dc1530b3271e7cd29c9c - 0.02% (3.86 KB)


History
2019-10-21 17:21:42 UTC

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

2019-10-21 17:21:42 UTC

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

2019-11-27 17:07:14 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Zabbix server (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 server with MySQL database support org.opencontainers.image.licenses=GPL v2.0

2019-11-27 17:07:15 UTC

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

2019-11-27 17:07:26 UTC

/bin/sh -c set -eux && addgroup -S -g 1000 zabbix && adduser -S -D -G zabbix -u 999 -h /var/lib/zabbix/ zabbix && adduser zabbix dialout && mkdir -p /etc/zabbix && mkdir -p /var/lib/zabbix && mkdir -p /usr/lib/zabbix/alertscripts && mkdir -p /var/lib/zabbix/enc && mkdir -p /usr/lib/zabbix/externalscripts && mkdir -p /var/lib/zabbix/mibs && mkdir -p /var/lib/zabbix/modules && mkdir -p /var/lib/zabbix/snmptraps && mkdir -p /var/lib/zabbix/ssh_keys && mkdir -p /var/lib/zabbix/ssl && mkdir -p /var/lib/zabbix/ssl/certs && mkdir -p /var/lib/zabbix/ssl/keys && mkdir -p /var/lib/zabbix/ssl/ssl_ca && chown --quiet -R zabbix:root /var/lib/zabbix && mkdir -p /usr/share/doc/zabbix-server-mysql && apk add --clean-protected --no-cache tini bash fping iputils libcurl libevent libldap libssh2 libxml2 mariadb-client mariadb-connector-c net-snmp-agent-libs openipmi-libs pcre unixodbc && rm -rf /var/cache/apk/*

2019-11-27 17:07:26 UTC

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

2019-11-27 17:07:27 UTC

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

2019-11-27 17:07:27 UTC

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

2019-11-27 17:07:28 UTC

/bin/sh -c #(nop) ENV TERM=xterm ZBX_VERSION=4.4.3 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git MIBDIRS=/usr/share/snmp/mibs:/var/lib/zabbix/mibs MIBS=+ALL

2019-11-27 17:07:28 UTC

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

2019-11-27 17:12:12 UTC

|1 MAJOR_VERSION=4.4 /bin/sh -c set -eux && apk add --no-cache --virtual build-dependencies autoconf automake coreutils curl-dev libevent-dev libssh2-dev libxml2-dev mysql-dev net-snmp-dev openipmi-dev openldap-dev pcre-dev git g++ make unixodbc-dev && cd /tmp/ && git clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && cd /tmp/zabbix-${ZBX_VERSION} && zabbix_revision=`git rev-parse --short HEAD` && sed -i "s/{ZABBIX_REVISION}/$zabbix_revision/g" include/version.h && ./bootstrap.sh && export CFLAGS="-fPIC -pie -Wl,-z,relro -Wl,-z,now" && ./configure --datadir=/usr/lib --libdir=/usr/lib/zabbix --prefix=/usr --sysconfdir=/etc/zabbix --enable-agent --enable-server --with-mysql --with-ldap --with-libcurl --with-libxml2 --with-net-snmp --with-openipmi --with-openssl --with-ssh2 --with-unixodbc --enable-ipv6 --silent && make -j"$(nproc)" -s dbschema && make -j"$(nproc)" -s && cp src/zabbix_server/zabbix_server /usr/sbin/zabbix_server && cp src/zabbix_get/zabbix_get /usr/bin/zabbix_get && cp src/zabbix_sender/zabbix_sender /usr/bin/zabbix_sender && cp conf/zabbix_server.conf /etc/zabbix/zabbix_server.conf && chown --quiet -R zabbix:root /etc/zabbix && cat database/mysql/schema.sql > database/mysql/create.sql && cat database/mysql/images.sql >> database/mysql/create.sql && cat database/mysql/data.sql >> database/mysql/create.sql && gzip database/mysql/create.sql && cp database/mysql/create.sql.gz /usr/share/doc/zabbix-server-mysql/ && cd /tmp/ && rm -rf /tmp/zabbix-${ZBX_VERSION}/ && apk del --purge --no-network build-dependencies && rm -rf /var/cache/apk/*

2019-11-27 17:12:13 UTC

/bin/sh -c #(nop) EXPOSE 10051/TCP

2019-11-27 17:12:13 UTC

/bin/sh -c #(nop) WORKDIR /var/lib/zabbix

2019-11-27 17:12:13 UTC

/bin/sh -c #(nop) VOLUME [/usr/lib/zabbix/alertscripts /usr/lib/zabbix/externalscripts /var/lib/zabbix/enc /var/lib/zabbix/mibs /var/lib/zabbix/modules]

2019-11-27 17:12:14 UTC

/bin/sh -c #(nop) VOLUME [/var/lib/zabbix/snmptraps /var/lib/zabbix/ssh_keys /var/lib/zabbix/ssl/certs /var/lib/zabbix/ssl/keys /var/lib/zabbix/ssl/ssl_ca]

2019-11-27 17:12:14 UTC

/bin/sh -c #(nop) VOLUME [/var/lib/zabbix/export]

2019-11-27 17:12:15 UTC

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

2019-11-27 17:12:15 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/sbin/tini" "--" "/usr/bin/docker-entrypoint.sh"]

2019-11-27 17:12:16 UTC

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

2019-11-27 17:12:16 UTC

/bin/sh -c #(nop) CMD ["/usr/sbin/zabbix_server" "--foreground" "-c" "/etc/zabbix/zabbix_server.conf"]

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