Namespace
elastic
Image / Tag
filebeat:7.9.3
Content Digest
sha256:b0878c2ab3c8ffb2ef9bff3a0a58825e98d4e626f9623190ad0ff113e5fc6a4d
Details
Created

2020-10-16 09:20:22 UTC

Size

158 MB

Content Digest
Labels
  • description
    Filebeat sends log files to Logstash or directly to Elasticsearch.
  • license
    Elastic License
  • org.label-schema.build-date
    2020-10-16T09:16:08Z
  • org.label-schema.license
    Elastic License
  • org.label-schema.name
    filebeat
  • org.label-schema.schema-version
    1.0
  • org.label-schema.url
    https://www.elastic.co/products/beats/filebeat
  • org.label-schema.vcs-ref
    7aab6a9659749802201db8020c4f04b74cec2169
  • org.label-schema.vcs-url
    github.com/elastic/beats/v7
  • org.label-schema.vendor
    Elastic
  • org.label-schema.version
    7.9.3
  • org.opencontainers.image.created
    2020-08-09 00:00:00+01:00
  • org.opencontainers.image.licenses
    GPL-2.0-only
  • org.opencontainers.image.title
    CentOS Base Image
  • org.opencontainers.image.vendor
    CentOS

Environment
ELASTIC_CONTAINER

true

PATH

/usr/share/filebeat:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:f1feca4677977dc33110c154ca467b1b2a722806fde6643c7c2d39daa1168d3c - 51.36% (81.3 MB)

[#001] sha256:e24e42bb10343124019311cbe4ceb288eafc10be941b86d88b89c9e30fb85dce - 4.41% (6.98 MB)

[#002] sha256:8a056a2be52dfd6699e283d781930f731836c1d063c4aa9560cb696e0c064871 - 22.11% (35 MB)

[#003] sha256:edb79a0215d7416e2267bd65e4beaf9db06b1367906e124b59311b4ed3c83706 - 0.0% (619 Bytes)

[#004] sha256:a2d2bc821a15e5e9ea1acf69990c14946c362b72a08780019ea33e9fe6d51306 - 0.0% (613 Bytes)

[#005] sha256:43cd162dac8aa27d7be0520cdce10289f2539809db8b620a7ccf55d7b5f5eef6 - 0.0% (610 Bytes)

[#006] sha256:693bf476d03592b5e1a7eeafe866cb747b85bc7cee739ebdcb7b5a7bd82681f2 - 22.11% (35 MB)

[#007] sha256:887088e2e0f9006e807fba9a0f00720a3f9a9c4609024d631be7e9c873af123c - 0.0% (2 KB)


History
2020-08-10 18:20:08 UTC

/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-10-16 08:10:31 UTC

/bin/sh -c yum -y --setopt=tsflags=nodocs update && yum clean all

2020-10-16 09:20:14 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-10-16T09:16:08Z org.label-schema.schema-version=1.0 org.label-schema.vendor=Elastic org.label-schema.license=Elastic License org.label-schema.name=filebeat org.label-schema.version=7.9.3 org.label-schema.url=https://www.elastic.co/products/beats/filebeat org.label-schema.vcs-url=github.com/elastic/beats/v7 org.label-schema.vcs-ref=7aab6a9659749802201db8020c4f04b74cec2169 license=Elastic License description=Filebeat sends log files to Logstash or directly to Elasticsearch.

2020-10-16 09:20:14 UTC

/bin/sh -c #(nop) ENV ELASTIC_CONTAINER=true

2020-10-16 09:20:14 UTC

/bin/sh -c #(nop) ENV PATH=/usr/share/filebeat:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2020-10-16 09:20:16 UTC

/bin/sh -c #(nop) COPY dir:ef39d7a3d600ea2fd60756faf9c0e78c8f08c14b36fd16ed0341a9b8abadff09 in /usr/share/filebeat

2020-10-16 09:20:16 UTC

/bin/sh -c #(nop) COPY file:18ce723a900496da8559af46a19f2693f6d7d7dc3fe1836812ffb74d634247ae in /usr/local/bin/docker-entrypoint

2020-10-16 09:20:17 UTC

/bin/sh -c chmod 755 /usr/local/bin/docker-entrypoint

2020-10-16 09:20:18 UTC

/bin/sh -c groupadd --gid 1000 filebeat

2020-10-16 09:20:21 UTC

/bin/sh -c mkdir /usr/share/filebeat/data /usr/share/filebeat/logs && chown -R root:root /usr/share/filebeat && find /usr/share/filebeat -type d -exec chmod 0750 {} \; && find /usr/share/filebeat -type f -exec chmod 0640 {} \; && chmod 0750 /usr/share/filebeat/filebeat && chmod 0770 /usr/share/filebeat/modules.d && chmod 0770 /usr/share/filebeat/data /usr/share/filebeat/logs

2020-10-16 09:20:21 UTC

/bin/sh -c useradd -M --uid 1000 --gid 1000 --groups 0 --home /usr/share/filebeat filebeat

2020-10-16 09:20:22 UTC

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

2020-10-16 09:20:22 UTC

/bin/sh -c #(nop) WORKDIR /usr/share/filebeat

2020-10-16 09:20:22 UTC

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

2020-10-16 09:20:22 UTC

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

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