Namespace
zabbix
Image / Tag
zabbix-server-mysql:alpine-3.0.29
Content Digest
sha256:ebd423b16eedfec7e9fb051d130f5161f44807c8df186544d8d8dc6e6df988f0
Details
Created

2019-12-20 15:18:04 UTC

Size

20.1 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/3.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
    3.0.29

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

3.0.29


Layers

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

[#001] sha256:2ed23e4567658ca1e1baebc6b9cb68caa0f070fcf488dbd975187c13d353a3bf - 76.81% (15.4 MB)

[#002] sha256:1af4f7ea5fdfd463a2584376203e97d16347dd555911e847accd5572333419e9 - 9.92% (1.99 MB)

[#003] sha256:20c2085ddbd3ab08c1df1f21e3711d7fc0674be9ef9feaeb142a1f9768ff4ccd - 0.02% (3.73 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-12-20 15:14:18 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-12-20 15:14:18 UTC

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

2019-12-20 15:14:30 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 libldap libssh2 libxml2 mariadb-client mariadb-connector-c net-snmp-agent-libs openipmi-libs unixodbc && rm -rf /var/cache/apk/*

2019-12-20 15:14:31 UTC

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

2019-12-20 15:14:31 UTC

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

2019-12-20 15:14:32 UTC

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

2019-12-20 15:14:32 UTC

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

2019-12-20 15:14:33 UTC

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

2019-12-20 15:18:00 UTC

|1 MAJOR_VERSION=3.0 /bin/sh -c set -eux && apk add --no-cache --virtual build-dependencies autoconf automake coreutils curl-dev libssh2-dev libxml2-dev mysql-dev net-snmp-dev openipmi-dev openldap-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-12-20 15:18:00 UTC

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

2019-12-20 15:18:01 UTC

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

2019-12-20 15:18:01 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-12-20 15:18:02 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-12-20 15:18:03 UTC

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

2019-12-20 15:18:03 UTC

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

2019-12-20 15:18:04 UTC

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

2019-12-20 15:18:04 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