Namespace
elastic
Image / Tag
filebeat:7.7.0
Content Digest
sha256:c4adcfcb7f0fc9b68d71601b986dd729ce879972db938f7b818e3f23367150ca
Details
Created

2020-05-12 00:56:31 UTC

Size

150 MB

Content Digest
Labels
  • description
    Filebeat sends log files to Logstash or directly to Elasticsearch.
  • license
    Elastic License
  • org.label-schema.build-date
    2020-05-12T00:53:01Z
  • 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
    5e69e25b920e3d93bec76a09a31da3ab35a55607
  • org.label-schema.vcs-url
    github.com/elastic/beats/v7
  • org.label-schema.vendor
    Elastic
  • org.label-schema.version
    7.7.0
  • org.opencontainers.image.created
    2020-05-04 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:86dbb57a308363a145832950313a7a1dccb08353e1291ec557d823e18c16f45f - 54.24% (81.4 MB)

[#001] sha256:4e11e8750e379d5bb9eb1ae162844f3e425116302c3190a666ea9cfda5532be6 - 4.66% (7 MB)

[#002] sha256:61e8f323a128e5889ab586c44bbf62c77b6e3e25be74d1e8d6a4f5bb1bffa42f - 20.54% (30.8 MB)

[#003] sha256:481dc20d0fa029ecad37f15b2e3f7d7b54c4aa3a43ad75ea2772be93b5e411d4 - 0.0% (618 Bytes)

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

[#005] sha256:7817bfa7278db10b12f886f6d73b9e79bb7b7052f09266556a79dc61b0ddb0ea - 0.0% (609 Bytes)

[#006] sha256:611665f8a7313aa01d9c5b1dfcd7e44d74ac4293898b3f30b5463c00ef5a82bf - 20.56% (30.8 MB)

[#007] sha256:e69bc8f08dd31b23ef2581d7342feb5c4b072faa84cc7cb3afbb34134af906b1 - 0.0% (1.91 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 00:09:14 UTC

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

2020-05-12 00:56:18 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-05-12T00:53:01Z 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.7.0 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=5e69e25b920e3d93bec76a09a31da3ab35a55607 license=Elastic License description=Filebeat sends log files to Logstash or directly to Elasticsearch.

2020-05-12 00:56:18 UTC

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

2020-05-12 00:56:18 UTC

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

2020-05-12 00:56:20 UTC

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

2020-05-12 00:56:20 UTC

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

2020-05-12 00:56:21 UTC

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

2020-05-12 00:56:23 UTC

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

2020-05-12 00:56:26 UTC

/bin/sh -c mkdir /usr/share/filebeat/data /usr/share/filebeat/logs && chown -R root:filebeat /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-05-12 00:56:30 UTC

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

2020-05-12 00:56:30 UTC

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

2020-05-12 00:56:30 UTC

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

2020-05-12 00:56:31 UTC

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

2020-05-12 00:56:31 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