Namespace
zabbix
Image / Tag
zabbix-agent:ubuntu-4.0.15
Content Digest
sha256:e265a667c80b2c21b0d889e767f331cd58d8bcacfc144294fba7aedc09f1f7b7
Details
Created

2019-11-25 16:19:11 UTC

Size

35.6 MB

Content Digest
Labels
  • maintainer
    Alexey Pustovalov <alexey.pustovalov@zabbix.com>
  • org.label-schema.build-date
    2019-11-25T16:11:43Z
  • org.label-schema.description
    Zabbix agent is deployed on a monitoring target to actively monitor local resources and applications
  • org.label-schema.docker.cmd
    docker run --name zabbix-agent --link zabbix-server:zabbix-server -p 10050:10050 -d zabbix-agent:ubuntu-4.0.15
  • org.label-schema.license
    GPL v2.0
  • org.label-schema.name
    zabbix-agent-ubuntu
  • org.label-schema.schema-version
    1.0
  • org.label-schema.url
    https://zabbix.com/
  • org.label-schema.usage
    https://www.zabbix.com/documentation/4.0/manual/installation/containers
  • org.label-schema.vcs-ref
    4.0 4.0.15 15
  • org.label-schema.vcs-url
    https://git.zabbix.com/scm/zbx/zabbix.git
  • org.label-schema.vendor
    Zabbix LLC
  • org.label-schema.version
    4.0.15

Environment
LANG

en_US.UTF-8

LANGUAGE

en_US:en

LC_ALL

en_US.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TERM

xterm

TINI_VERSION

v0.18.0

ZBX_DB_TYPE

none

ZBX_OPT_TYPE

none

ZBX_SOURCES

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

ZBX_TYPE

agent

ZBX_VERSION

4.0.15


Layers

[#000] sha256:7ddbc47eeb70dc7f08e410a6667948b87ff3883024eb41478b44ef9a81bf400c - 71.42% (25.5 MB)

[#001] sha256:c1bbdc448b7263673926b8fe2e88491e5083a8b4b06ddfabf311f2fc5f27e2ff - 0.09% (34.5 KB)

[#002] sha256:8c3b70e3904492c753652606df4726430426f42ea56e06ea924d6fea7ae162a1 - 0.0% (845 Bytes)

[#003] sha256:45d437916d5781043432f2d72608049dcf74ddbd27daa01a25fa63c8f1b9adc4 - 0.0% (162 Bytes)

[#004] sha256:15855f3c980278bbbb2eec40d03f1217ee5277733fb14acb7f54d8b078d7f468 - 0.74% (269 KB)

[#005] sha256:4ec1534e4c5cec0ef5f1a423e80040bf5d30a55f0760fa96c5b914e6c7d3c3f3 - 0.26% (94.6 KB)

[#006] sha256:606d9b7ea62bb71e32f30c951204c5a4ba5774d87dcd0484baf01ea2bc3969f0 - 0.37% (135 KB)

[#007] sha256:5b9f7719ea13f098eee91ef17d5ab69d8cd570eb2de2a452043b8167149387c9 - 0.01% (3.58 KB)

[#008] sha256:6558f5d269fef0a004d0fadeb54d9ca9fa69700ae26d7ebbb68449316e617c62 - 0.03% (9.29 KB)

[#009] sha256:7b54dda2ea94dd6fae59163805c31107ae9f3a7fee6f71a3b6ba83a5dd4115e2 - 27.06% (9.64 MB)

[#010] sha256:53427dab04f166460b2e22471500fa56279de8b45febbaee9078ac28b5d90ce7 - 0.02% (8.93 KB)


History
2019-10-31 22:20:35 UTC

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

2019-10-31 22:20:36 UTC

/bin/sh -c [ -z "$(apt-get indextargets)" ]

2019-10-31 22:20:36 UTC

/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests

2019-10-31 22:20:37 UTC

/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container

2019-10-31 22:20:37 UTC

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

2019-11-25 16:17:40 UTC

/bin/sh -c #(nop) LABEL maintainer=Alexey Pustovalov <alexey.pustovalov@zabbix.com>

2019-11-25 16:17:41 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2019-11-25 16:17:41 UTC

/bin/sh -c #(nop) ARG VCS_REF

2019-11-25 16:17:41 UTC

/bin/sh -c #(nop) ARG APT_FLAGS_COMMON=-y

2019-11-25 16:17:42 UTC

/bin/sh -c #(nop) ARG APT_FLAGS_PERSISTENT=-y --no-install-recommends

2019-11-25 16:17:42 UTC

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

2019-11-25 16:17:46 UTC

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

2019-11-25 16:17:49 UTC

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

2019-11-25 16:17:49 UTC

/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8 TERM=xterm ZBX_TYPE=agent ZBX_DB_TYPE=none ZBX_OPT_TYPE=none ZBX_VERSION=4.0.15 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git

2019-11-25 16:17:49 UTC

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

2019-11-25 16:17:50 UTC

/bin/sh -c #(nop) LABEL org.label-schema.name=zabbix-agent-ubuntu org.label-schema.vendor=Zabbix LLC org.label-schema.url=https://zabbix.com/ org.label-schema.description=Zabbix agent is deployed on a monitoring target to actively monitor local resources and applications org.label-schema.vcs-ref=4.0 4.0.15 15 org.label-schema.build-date=2019-11-25T16:11:43Z org.label-schema.schema-version=1.0 org.label-schema.license=GPL v2.0 org.label-schema.usage=https://www.zabbix.com/documentation/4.0/manual/installation/containers org.label-schema.version=4.0.15 org.label-schema.vcs-url=https://git.zabbix.com/scm/zbx/zabbix.git org.label-schema.docker.cmd=docker run --name zabbix-agent --link zabbix-server:zabbix-server -p 10050:10050 -d zabbix-agent:ubuntu-4.0.15

2019-11-25 16:17:50 UTC

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

2019-11-25 16:17:51 UTC

/bin/sh -c #(nop) COPY file:f881d5c43e1087401b19be1ffc42cf5604925a8084ac5c1e5602fa5efbf77a82 in /usr/sbin/zabbix_agentd

2019-11-25 16:17:51 UTC

/bin/sh -c #(nop) COPY file:38c57461c879e47613be8a392cf88ca1036cfb1fbbd1df1733f2669761295a14 in /usr/bin/zabbix_get

2019-11-25 16:17:52 UTC

/bin/sh -c #(nop) COPY file:6e8418513ef52b731ecaaf5cd3d4bbf80f785e22de0dcb304fe87815f7226801 in /usr/bin/zabbix_sender

2019-11-25 16:17:52 UTC

/bin/sh -c #(nop) COPY file:6a5f21f462c63b6046a8083401fb4cbd1420f5a17f31dd1b827d8f2ab817459e in /etc/zabbix/zabbix_agentd.conf

2019-11-25 16:17:53 UTC

/bin/sh -c #(nop) ADD 11c0b0c43c7c51af4e3d83ce690cf81fa725f41177fe930411b5abe7822fba28 in /sbin/tini

2019-11-25 16:19:09 UTC

|5 APT_FLAGS_COMMON=-y APT_FLAGS_PERSISTENT=-y --no-install-recommends BUILD_DATE=2019-11-25T16:11:43Z MAJOR_VERSION=4.0 VCS_REF=4.0 4.0.15 15 /bin/sh -c set -eux && apt-get ${APT_FLAGS_COMMON} update && DEBIAN_FRONTEND=noninteractive apt-get ${APT_FLAGS_PERSISTENT} install locales && locale-gen $LC_ALL && echo "#!/bin/sh\nexit 0" > /usr/sbin/policy-rc.d && addgroup --system --quiet zabbix && adduser --quiet --system --disabled-login --ingroup zabbix --home /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 && apt-get ${APT_FLAGS_COMMON} update && DEBIAN_FRONTEND=noninteractive apt-get ${APT_FLAGS_PERSISTENT} install libpcre3 libssl1.1 libcurl4 libldap-2.4 && apt-get ${APT_FLAGS_COMMON} autoremove && apt-get ${APT_FLAGS_COMMON} clean && rm -rf /var/lib/apt/lists/* && chmod +x /sbin/tini

2019-11-25 16:19:09 UTC

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

2019-11-25 16:19:10 UTC

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

2019-11-25 16:19:10 UTC

/bin/sh -c #(nop) VOLUME [/etc/zabbix/zabbix_agentd.d /var/lib/zabbix/enc /var/lib/zabbix/modules]

2019-11-25 16:19:11 UTC

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

2019-11-25 16:19:11 UTC

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

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