Namespace
zabbix
Image / Tag
zabbix-agent:alpine-4.0.19
Content Digest
sha256:fe2f42b2474eedf4fb121996961a6d7cb80370fad9b85bd462b4b340543e0ffd
Details
Created

2020-03-23 19:44:28 UTC

Size

6.63 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Alexey Pustovalov <alexey.pustovalov@zabbix.com>
  • org.opencontainers.image.description
    Zabbix agent is deployed on a monitoring target to actively monitor local resources and applications
  • 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 agent
  • org.opencontainers.image.url
    https://zabbix.com/
  • org.opencontainers.image.vendor
    Zabbix LLC
  • org.opencontainers.image.version
    4.0.19

Environment
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.0.19


Layers

[#000] sha256:c9b1b535fdd91a9855fb7f82348177e5f019329a58c53c47272962dd60f71fc9 - 40.35% (2.67 MB)

[#001] sha256:a27bd93faaf0a07150f4c96056ad784948a5af86a043d803d2cf1119865bf960 - 46.78% (3.1 MB)

[#002] sha256:c6fedd5cee8b80d147a2660c6d9cc8ecca3017e8485b7bcbe1c5ee8256de9f85 - 12.84% (871 KB)

[#003] sha256:a6cd5d1034a6d51eaa661767167924a19290118fe941839cb7fcb864885851d4 - 0.03% (1.99 KB)


History
2020-01-18 01:19:37 UTC

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

2020-01-18 01:19:37 UTC

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

2020-03-23 19:41:38 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Zabbix agent org.opencontainers.image.authors=Alexey Pustovalov <alexey.pustovalov@zabbix.com> org.opencontainers.image.vendor=Zabbix LLC org.opencontainers.image.url=https://zabbix.com/ org.opencontainers.image.description=Zabbix agent is deployed on a monitoring target to actively monitor local resources and applications org.opencontainers.image.licenses=GPL v2.0

2020-03-23 19:41:39 UTC

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

2020-03-23 19:41:43 UTC

/bin/sh -c set -eux && addgroup -S -g 1000 zabbix && adduser -S -D -G zabbix -u 999 -h /var/lib/zabbix/ zabbix && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/zabbix_agentd.d && mkdir -p /var/lib/zabbix && mkdir -p /var/lib/zabbix/enc && mkdir -p /var/lib/zabbix/modules && chown --quiet -R zabbix:root /var/lib/zabbix && apk add --no-cache --clean-protected tini bash coreutils iputils pcre libcurl libldap && rm -rf /var/cache/apk/*

2020-03-23 19:41:44 UTC

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

2020-03-23 19:41:44 UTC

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

2020-03-23 19:41:44 UTC

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

2020-03-23 19:41:45 UTC

/bin/sh -c #(nop) ENV TERM=xterm ZBX_VERSION=4.0.19 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git

2020-03-23 19:41:45 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.19 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git

2020-03-23 19:44:25 UTC

|1 MAJOR_VERSION=4.0 /bin/sh -c set -eux && apk add --no-cache --virtual build-dependencies autoconf automake curl-dev openssl-dev openldap-dev g++ pcre-dev make git coreutils && 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 --prefix=/usr --enable-agent --with-libcurl --with-ldap --with-openssl --enable-ipv6 --silent && make -j"$(nproc)" -s && cp /tmp/zabbix-${ZBX_VERSION}/src/zabbix_agent/zabbix_agentd /usr/sbin/zabbix_agentd && cp /tmp/zabbix-${ZBX_VERSION}/src/zabbix_get/zabbix_get /usr/bin/zabbix_get && cp /tmp/zabbix-${ZBX_VERSION}/src/zabbix_sender/zabbix_sender /usr/bin/zabbix_sender && cp /tmp/zabbix-${ZBX_VERSION}/conf/zabbix_agentd.conf /etc/zabbix/zabbix_agentd.conf && chown -R zabbix:zabbix /etc/zabbix/ && cd /tmp/ && rm -rf /tmp/zabbix-${ZBX_VERSION}/ && apk del --purge --no-network build-dependencies && rm -rf /var/cache/apk/*

2020-03-23 19:44:25 UTC

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

2020-03-23 19:44:26 UTC

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

2020-03-23 19:44:26 UTC

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

2020-03-23 19:44:27 UTC

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

2020-03-23 19:44:27 UTC

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

2020-03-23 19:44:27 UTC

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

2020-03-23 19:44:28 UTC

/bin/sh -c #(nop) CMD ["/usr/sbin/zabbix_agentd" "--foreground" "-c" "/etc/zabbix/zabbix_agentd.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