2020-09-08 22:28:54 UTC
118 MB
/usr/share/snmp/mibs:/var/lib/zabbix/mibs
MIBS+ALL
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
TINI_VERSIONv0.19.0
ZBX_SOURCEShttps://git.zabbix.com/scm/zbx/zabbix.git
ZBX_VERSION4.0.24
[#000] sha256:75f829a71a1c5277a7abf55495ac8d16759691d980bf1d931795e5eb68a294c0 - 61.2% (72.3 MB)
[#001] sha256:59cb3d4a75ec7cf1f85e30021de03a5da99a33f6e02795f3d9f8dd398a05004a - 29.56% (34.9 MB)
[#002] sha256:8a8244fdc27c094a7da218cc21f9a8e03a954b39d428cebe9bb84a3d01f4503d - 9.23% (10.9 MB)
[#003] sha256:3b58cb6bef17e478dcdafdf5f4e610212b43ad19c9d20e75155d9068b1409b8e - 0.0% (928 Bytes)
[#004] sha256:8c4276bc1feaf226154481c0c7edc47e7452a619236ed44ba708802bb2e6b3a8 - 0.0% (4.91 KB)
/bin/sh -c #(nop) ADD file:61908381d3142ffba798ae9a904476d19b197ab79d0338f14bec0f76649df8d4 in /
2020-08-10 18:20:09 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0 org.label-schema.name=CentOS Base Image org.label-schema.vendor=CentOS org.label-schema.license=GPLv2 org.label-schema.build-date=20200809 org.opencontainers.image.title=CentOS Base Image org.opencontainers.image.vendor=CentOS org.opencontainers.image.licenses=GPL-2.0-only org.opencontainers.image.created=2020-08-09 00:00:00+01:00
2020-08-10 18:20:09 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-09-08 22:26:27 UTC (buildkit.dockerfile.v0)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-09-08 22:26:27 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2020-09-08 22:26:27 UTC (buildkit.dockerfile.v0)ENV TINI_VERSION=v0.19.0
2020-09-08 22:26:27 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux && groupadd -g 1995 --system zabbix && adduser -r --shell /sbin/nologin -g zabbix -G dialout -G root -d /var/lib/zabbix/ -u 1997 zabbix && mkdir -p /etc/zabbix && mkdir -p /var/lib/zabbix && mkdir -p /var/lib/zabbix/enc && mkdir -p /var/lib/zabbix/export && 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/lib/zabbix/alertscripts && mkdir -p /usr/lib/zabbix/externalscripts && mkdir -p /usr/share/doc/zabbix-server-mysql && yum --quiet makecache && yum -y install --setopt=tsflags=nodocs https://repo.zabbix.com/non-supported/rhel/7/x86_64/iksemel-1.4-2.el7.centos.x86_64.rpm && yum -y install epel-release && yum -y install --setopt=tsflags=nodocs fping tzdata iputils traceroute libcurl libevent libssh libxml2 mariadb net-snmp-libs OpenIPMI-libs openldap openssl-libs pcre unixODBC && curl -L "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini" -o /sbin/tini && curl -L "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini.asc" -o /tmp/tini.asc && export GNUPGHOME="$(mktemp -d)" && for server in $(shuf -e ha.pool.sks-keyservers.net hkp://p80.pool.sks-keyservers.net:80 ipv4.pool.sks-keyservers.net keyserver.ubuntu.com keyserver.pgp.com pgp.mit.edu) ; do gpg --keyserver "$server" --recv-keys 595E85A6B1B4779EA4DAAEC70B588DFF0527A9B7 && break || : ; done && gpg --batch --verify /tmp/tini.asc /sbin/tini && rm -rf "$GNUPGHOME" /tmp/tini.asc && chmod +x /sbin/tini && yum -y clean all && rm -rf /var/cache/yum /var/lib/yum/yumdb/* /usr/lib/udev/hwdb.d/* && rm -rf /etc/udev/hwdb.bin /root/.pki # buildkit
2020-09-08 22:26:27 UTC (buildkit.dockerfile.v0)ARG MAJOR_VERSION=4.0
2020-09-08 22:26:27 UTC (buildkit.dockerfile.v0)ARG ZBX_VERSION=4.0.24
2020-09-08 22:26:27 UTC (buildkit.dockerfile.v0)ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2020-09-08 22:26:27 UTC (buildkit.dockerfile.v0)ENV TERM=xterm MIBDIRS=/usr/share/snmp/mibs:/var/lib/zabbix/mibs MIBS=+ALL ZBX_VERSION=4.0.24 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
2020-09-08 22:26:27 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.documentation=https://www.zabbix.com/documentation/4.0/manual/installation/containers org.opencontainers.image.version=4.0.24 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git
2020-09-08 22:28:54 UTC (buildkit.dockerfile.v0)RUN |3 MAJOR_VERSION=4.0 ZBX_VERSION=4.0.24 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && yum --quiet makecache && yum -y install https://repo.zabbix.com/non-supported/rhel/7/x86_64/iksemel-devel-1.4-2.el7.centos.x86_64.rpm --setopt=tsflags=nodocs && yum -y install --setopt=tsflags=nodocs autoconf automake gcc libcurl-devel libevent-devel libssh-devel libxml2-devel make mariadb-devel net-snmp-devel OpenIPMI-devel openldap-devel git unixODBC-devel && 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-jabber --with-ldap --with-libcurl --with-libxml2 --with-net-snmp --with-openipmi --with-openssl --with-ssh --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/ && yum -y history undo `yum -q history | sed -n 3p |column -t | cut -d' ' -f1` && yum -y clean all && rm -rf /var/cache/yum /var/lib/yum/yumdb/* /usr/lib/udev/hwdb.d/* && rm -rf /etc/udev/hwdb.bin /root/.pki # buildkit
2020-09-08 22:28:54 UTC (buildkit.dockerfile.v0)EXPOSE map[10051/tcp:{}]
2020-09-08 22:28:54 UTC (buildkit.dockerfile.v0)WORKDIR /var/lib/zabbix
2020-09-08 22:28:54 UTC (buildkit.dockerfile.v0)VOLUME [/var/lib/zabbix/snmptraps /var/lib/zabbix/export]
2020-09-08 22:28:54 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/bin/ # buildkit
2020-09-08 22:28:54 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/sbin/tini" "--" "/usr/bin/docker-entrypoint.sh"]
2020-09-08 22:28:54 UTC (buildkit.dockerfile.v0)USER 1997
2020-09-08 22:28:54 UTC (buildkit.dockerfile.v0)CMD ["/usr/sbin/zabbix_server" "--foreground" "-c" "/etc/zabbix/zabbix_server.conf"]
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.