Namespace
zabbix
Image / Tag
zabbix-server-mysql:centos-4.0.22
Content Digest
sha256:e290def32dec7dc66a7be66e198cea235917713c5f010dfc8ec2895d45e70d6d
Details
Created

2020-06-29 13:40:00 UTC

Size

127 MB

Content Digest
Labels
  • org.label-schema.build-date
    20200504
  • org.label-schema.license
    GPLv2
  • org.label-schema.name
    CentOS Base Image
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vendor
    CentOS
  • org.opencontainers.image.authors
    Alexey Pustovalov <[email protected]>
  • org.opencontainers.image.created
    2020-05-04 00:00:00+01:00
  • org.opencontainers.image.description
    Zabbix server with MySQL database support
  • org.opencontainers.image.documentation
    https://www.zabbix.com/documentation/4.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
    4.0.22

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

TINI_VERSION

v0.19.0

ZBX_SOURCES

https://git.zabbix.com/scm/zbx/zabbix.git

ZBX_VERSION

4.0.22


Layers

[#000] sha256:524b0c1e57f8ee5fee01a1decba2f301c324a6513ca3551021264e3aa7341ebc - 57.05% (72.4 MB)

[#001] sha256:13fb3ef28cc5aae5ae3a40827d414dee186af93ba27a98fe39b4381a07f25c45 - 34.39% (43.6 MB)

[#002] sha256:205ec8f98bcc9cdc333650d6706bee2165e2402c2973aee5fdea799cf32f3dae - 8.56% (10.9 MB)

[#003] sha256:4a4c36490aeed28a21725b68c45b6e7c64d1d31e02c4b00b74dd133aa918d59d - 0.0% (3.98 KB)


History
2020-05-05 21:20:06 UTC

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

2020-05-05 21:20:06 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=20200504 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-05-04 00:00:00+01:00

2020-05-05 21:20:07 UTC

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

2020-05-12 08:29:19 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:29:19 UTC

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

2020-05-12 08:29:20 UTC

/bin/sh -c #(nop) ENV TINI_VERSION=v0.19.0

2020-06-29 13:37:42 UTC

/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 https://repo.zabbix.com/non-supported/rhel/7/x86_64/fping-3.10-1.el7.x86_64.rpm && yum -y install --setopt=tsflags=nodocs iputils traceroute libcurl libevent 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 /tini.asc && gpg --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 595E85A6B1B4779EA4DAAEC70B588DFF0527A9B7 && gpg --batch --verify /tini.asc /sbin/tini && rm -rf /root/.gnupg && 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

2020-06-29 13:37:43 UTC

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

2020-06-29 13:37:43 UTC

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

2020-06-29 13:37:43 UTC

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

2020-06-29 13:37:43 UTC

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

2020-06-29 13:37:44 UTC

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

2020-06-29 13:39:57 UTC

|1 MAJOR_VERSION=4.0 /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 libssh2-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-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/ && 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

2020-06-29 13:39:57 UTC

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

2020-06-29 13:39:58 UTC

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

2020-06-29 13:39:58 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-06-29 13:39:58 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-06-29 13:39:58 UTC

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

2020-06-29 13:39:59 UTC

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

2020-06-29 13:39:59 UTC

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

2020-06-29 13:39:59 UTC

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

2020-06-29 13:40:00 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