e1lama
- Yerevan
- https://e1lama.ru
-
Fullstack Developer, Digital Nomad and Crypto Enthusiast
- Joined on
2023-06-03
Block a user
filebeat (8.14.1)
Published 2024-06-26 15:41:51 +00:00 by e1lama
Installation
docker pull gitea.e1lama.ru/e1lama/filebeat:8.14.1sha256:555bb2bcf2bccbd8da617a4e94a1b0136b1c577989df7b294326ad11321fe952Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=20.04 |
| ADD file:e7cff353f027ecf0a2cb1cdd51714de3b083a11a0d965f104489f9a7e6925056 in / |
| CMD ["/bin/bash"] |
| RUN /bin/sh -c for iter in {1..10}; do apt-get update -y && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --yes ca-certificates curl gawk libcap2-bin xz-utils && apt-get clean all && exit_code=0 && break || exit_code=$? && echo "apt-get error: retry $iter in 10s" && sleep 10; done; (exit $exit_code) # buildkit |
| LABEL org.label-schema.build-date=2024-06-10T22:40: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=8.14.1 org.label-schema.url=https://www.elastic.co/beats/filebeat org.label-schema.vcs-url=github.com/elastic/beats/v7 org.label-schema.vcs-ref=c74896ed7acbb92921ee46fa5e3d66d575a8b0a9 io.k8s.description=Filebeat sends log files to Logstash or directly to Elasticsearch. io.k8s.display-name=Filebeat image org.opencontainers.image.created=2024-06-10T22:40:01Z org.opencontainers.image.licenses=Elastic License org.opencontainers.image.title=Filebeat org.opencontainers.image.vendor=Elastic name=filebeat maintainer=infra@elastic.co vendor=Elastic version=8.14.1 release=1 url=https://www.elastic.co/beats/filebeat summary=filebeat license=Elastic License description=Filebeat sends log files to Logstash or directly to Elasticsearch. |
| ENV ELASTIC_CONTAINER=true |
| ENV PATH=/usr/share/filebeat:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| ENV GODEBUG=madvdontneed=1 |
| RUN /bin/sh -c set -e ; TINI_BIN=""; TINI_SHA256=""; TINI_VERSION="v0.19.0"; echo "The arch value is $(arch)"; case "$(arch)" in x86_64) TINI_BIN="tini-amd64"; TINI_SHA256="93dcc18adc78c65a028a84799ecf8ad40c936fdfc5f2a57b1acda5a8117fa82c"; ;; aarch64) TINI_BIN="tini-arm64"; TINI_SHA256="07952557df20bfd2a95f9bef198b445e006171969499a1d361bd9e6f8e5e0e81"; ;; *) echo >&2 ; echo >&2 "Unsupported architecture \$(arch)" ; echo >&2 ; exit 1 ; ;; esac ; curl --retry 8 -S -L -O "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/${TINI_BIN}" ; echo "${TINI_SHA256} ${TINI_BIN}" | sha256sum -c - ; mv "${TINI_BIN}" /usr/bin/tini ; chmod +x /usr/bin/tini # buildkit |
| COPY docker-entrypoint /usr/local/bin/docker-entrypoint # buildkit |
| RUN /bin/sh -c chmod 755 /usr/local/bin/docker-entrypoint # buildkit |
| COPY /usr/share/filebeat /usr/share/filebeat # buildkit |
| RUN /bin/sh -c mkdir /licenses # buildkit |
| COPY /usr/share/filebeat/LICENSE.txt /licenses # buildkit |
| COPY /usr/share/filebeat/NOTICE.txt /licenses # buildkit |
| RUN /bin/sh -c groupadd --gid 1000 filebeat # buildkit |
| RUN /bin/sh -c useradd -M --uid 1000 --gid 1000 --groups 0 --home /usr/share/filebeat filebeat # buildkit |
| USER 1000 |
| ENV LIBBEAT_MONITORING_CGROUPS_HIERARCHY_OVERRIDE=/ |
| WORKDIR /usr/share/filebeat |
| ENTRYPOINT ["/usr/bin/tini" "--" "/usr/local/bin/docker-entrypoint"] |
| CMD ["-environment" "container"] |
Labels
| Key | Value |
|---|---|
| description | Filebeat sends log files to Logstash or directly to Elasticsearch. |
| io.k8s.description | Filebeat sends log files to Logstash or directly to Elasticsearch. |
| io.k8s.display-name | Filebeat image |
| license | Elastic License |
| maintainer | infra@elastic.co |
| name | filebeat |
| org.label-schema.build-date | 2024-06-10T22:40: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/beats/filebeat |
| org.label-schema.vcs-ref | c74896ed7acbb92921ee46fa5e3d66d575a8b0a9 |
| org.label-schema.vcs-url | github.com/elastic/beats/v7 |
| org.label-schema.vendor | Elastic |
| org.label-schema.version | 8.14.1 |
| org.opencontainers.image.created | 2024-06-10T22:40:01Z |
| org.opencontainers.image.licenses | Elastic License |
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.title | Filebeat |
| org.opencontainers.image.vendor | Elastic |
| org.opencontainers.image.version | 20.04 |
| release | 1 |
| summary | filebeat |
| url | https://www.elastic.co/beats/filebeat |
| vendor | Elastic |
| version | 8.14.1 |