Namespace
zabbix
Image / Tag
zabbix-server-mysql:alpine-5.0.0
Content Digest
sha256:ef9ee8858549809d7a9d9d12e46beb51d1f00629da79279a2b6ae8ea05906343
Details
Created

2020-05-12 15:42:25 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/5.0/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
    5.0.0

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

5.0.0


Layers

[#000] sha256:cbdbe7a5bc2a134ca8ec91be58565ec07d037386d1f1d8385412d224deafca08 - 12.65% (2.68 MB)

[#001] sha256:d4f6a094f14ec45114207d973090de40600951065046fcd95b5c70963bbef792 - 73.54% (15.6 MB)

[#002] sha256:4103801f78b95e63fd079c01d640f9244240e73d5715417e243ad664320dbaf1 - 13.79% (2.93 MB)

[#003] sha256:164903ff70c71a7708b4cd3d50398580a1d7ff538dc82828917692b2f5f3c240 - 0.02% (4.07 KB)


History
2020-04-24 01:05:03 UTC

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

2020-04-24 01:05:03 UTC

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

2020-05-12 08:28:10 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

2020-05-12 08:28:11 UTC

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

2020-05-12 08:28:19 UTC

/bin/sh -c set -eux && addgroup -S -g 1995 zabbix && adduser -S -D -G zabbix -G dialout -G root -u 1997 -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 /var/lib/zabbix/export && 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 && 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/*

2020-05-12 08:28:19 UTC

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

2020-05-12 08:28:20 UTC

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

2020-05-12 08:28:20 UTC

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

2020-05-12 08:28:20 UTC

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

2020-05-12 08:28:21 UTC

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

2020-05-12 08:33:18 UTC

|1 MAJOR_VERSION=5.0 /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 && 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}/ && chown --quiet -R zabbix:root /etc/zabbix/ /var/lib/zabbix/ && chgrp -R 0 /etc/zabbix/ /var/lib/zabbix/ && chmod -R g=u /etc/zabbix/ /var/lib/zabbix/ && apk del --purge --no-network build-dependencies && rm -rf /var/cache/apk/*

2020-05-12 08:33:18 UTC

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

2020-05-12 08:33:18 UTC

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

2020-05-12 08:33:19 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]

2020-05-12 08:33:19 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]

2020-05-12 08:33:20 UTC

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

2020-05-12 15:42:23 UTC

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

2020-05-12 15:42:24 UTC

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

2020-05-12 15:42:24 UTC

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

2020-05-12 15:42:25 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