Namespace
elastic
Image / Tag
logstash:sha256-835ed35aec815d282eb67761b2e70bea2f21ceeafd23118500a6e164e5b180c5
Content Digest
sha256:835ed35aec815d282eb67761b2e70bea2f21ceeafd23118500a6e164e5b180c5
Details
Created

2025-04-29 15:38:33 UTC

Size

511 MB

Content Digest
Labels
  • org.label-schema.build-date
    2025-04-29T15:25:53+00:00
  • org.label-schema.license
    Elastic License
  • org.label-schema.name
    logstash
  • org.label-schema.schema-version
    1.0
  • org.label-schema.url
    https://www.elastic.co/products/logstash
  • org.label-schema.vcs-url
    https://github.com/elastic/logstash
  • org.label-schema.vendor
    Elastic
  • org.label-schema.version
    8.17.6
  • org.opencontainers.image.created
    2025-04-29T15:25:53+00:00
  • org.opencontainers.image.description
    Logstash is a free and open server-side data processing pipeline that ingests data from a multitude of sources, transforms it, and then sends it to your favorite 'stash.'
  • org.opencontainers.image.licenses
    Elastic License
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.title
    logstash
  • org.opencontainers.image.vendor
    Elastic
  • org.opencontainers.image.version
    8.17.6

Environment
ELASTIC_CONTAINER

true

LANG

en_US.UTF-8

LC_ALL

en_US.UTF-8

PATH

/usr/share/logstash/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:df3e6bb08cb856765d05ba424d48276ea5eb8a622cd5ac7a7704bd06170cad2d - 5.29% (27 MB)

[#001] sha256:d966d37ddd6fedf153a17de8a5ad21ca5761a7f6f80cc824366a859e7255d532 - 8.91% (45.5 MB)

[#002] sha256:916831948860b25442d62172dcfa2e16967971ef14487f2adfcd90d32e1f153b - 0.0% (3.14 KB)

[#003] sha256:664d583e760ac179195385255d86c2414b592bce9cf516c809b770cac706c90d - 84.65% (433 MB)

[#004] sha256:4ca545ee6d5db5c1170386eeb39b2ffe3bd46e5d4a73a9acbebc805f19607eb3 - 0.0% (42 Bytes)

[#005] sha256:68b4f19b4e466560ab6c73eb427e93a54f539a20f2ae292e7a05460e80ade3c8 - 0.0% (286 Bytes)

[#006] sha256:ea4b65b15d14da0845735b36b2478a41e1796a4a2bf6ca52ad183531d075632f - 0.0% (1.7 KB)

[#007] sha256:79241ccb452c2d2279c5f932acae47a1f2a698c2f880eaa7baac16663357dfb6 - 0.0% (291 Bytes)

[#008] sha256:d1b7cded97f0bd7b747506d20ba6f8f68593653cc3a467483c760eb9af3af6ce - 0.0% (4.14 KB)

[#009] sha256:038e7614745567386c88f24708c26321b9a3b6d4ace466bb85c54d5999f0f13a - 0.77% (3.94 MB)

[#010] sha256:25d88f6d94aa053a7d8dd9504d9239d26a3bb04f8335f51f85fe31092504d8d6 - 0.37% (1.9 MB)

[#011] sha256:18e7fb7930ff397f13ee426f36367324c68951183704c04c44bcc8b701d8cd15 - 0.0% (731 Bytes)

[#012] sha256:18e7fb7930ff397f13ee426f36367324c68951183704c04c44bcc8b701d8cd15 - 0.0% (731 Bytes)


History
2024-10-11 03:39:45 UTC

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

2024-10-11 03:39:45 UTC

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

2024-10-11 03:39:45 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2024-10-11 03:39:45 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04

2024-10-11 03:39:47 UTC

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

2024-10-11 03:39:47 UTC

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

2025-04-29 15:38:19 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c for iter in {1..10}; do export DEBIAN_FRONTEND=noninteractive && apt-get update -y && apt-get upgrade -y && apt-get install -y procps findutils tar gzip && apt-get install -y locales && apt-get install -y curl && apt-get clean all && locale-gen 'en_US.UTF-8' && apt-get clean metadata && exit_code=0 && break || exit_code=$? && echo "packaging error: retry $iter in 10s" && apt-get clean all && apt-get clean metadata && sleep 10; done; (exit $exit_code) # buildkit

2025-04-29 15:38:19 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c groupadd --gid 1000 logstash && adduser --uid 1000 --gid 1000 --home /usr/share/logstash --no-create-home logstash # buildkit

2025-04-29 15:38:32 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c curl -Lo - http://localhost:8000/logstash-8.17.6-linux-$(arch).tar.gz | tar zxf - -C /usr/share && mv /usr/share/logstash-8.17.6 /usr/share/logstash && chown --recursive logstash:logstash /usr/share/logstash/ && chown -R logstash:root /usr/share/logstash && chmod -R g=u /usr/share/logstash && mkdir /licenses/ && mv /usr/share/logstash/NOTICE.TXT /licenses/NOTICE.TXT && mv /usr/share/logstash/LICENSE.txt /licenses/LICENSE.txt && find /usr/share/logstash -type d -exec chmod g+s {} \; && ln -s /usr/share/logstash /opt/logstash # buildkit

2025-04-29 15:38:33 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/share/logstash

2025-04-29 15:38:33 UTC (buildkit.dockerfile.v0)

ENV ELASTIC_CONTAINER=true

2025-04-29 15:38:33 UTC (buildkit.dockerfile.v0)

ENV PATH=/usr/share/logstash/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2025-04-29 15:38:33 UTC (buildkit.dockerfile.v0)

COPY config/logstash-full.yml config/logstash.yml # buildkit

2025-04-29 15:38:33 UTC (buildkit.dockerfile.v0)

COPY config/pipelines.yml config/log4j2.properties config/log4j2.file.properties config/ # buildkit

2025-04-29 15:38:33 UTC (buildkit.dockerfile.v0)

COPY pipeline/default.conf pipeline/logstash.conf # buildkit

2025-04-29 15:38:33 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c chown --recursive logstash:root config/ pipeline/ # buildkit

2025-04-29 15:38:33 UTC (buildkit.dockerfile.v0)

ENV LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8

2025-04-29 15:38:33 UTC (buildkit.dockerfile.v0)

COPY env2yaml/env2yaml-amd64 env2yaml/env2yaml-arm64 env2yaml/ # buildkit

2025-04-29 15:38:33 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; env2yamlarch="$(dpkg --print-architecture)"; case "${env2yamlarch}" in 'x86_64'|'amd64') env2yamlarch=amd64; ;; 'aarch64'|'arm64') env2yamlarch=arm64; ;; *) echo >&2 "error: unsupported architecture '$env2yamlarch'"; exit 1 ;; esac; mkdir -p /usr/local/bin; cp env2yaml/env2yaml-${env2yamlarch} /usr/local/bin/env2yaml; rm -rf env2yaml # buildkit

2025-04-29 15:38:33 UTC (buildkit.dockerfile.v0)

COPY bin/docker-entrypoint /usr/local/bin/ # buildkit

2025-04-29 15:38:33 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c chmod 0755 /usr/local/bin/docker-entrypoint # buildkit

2025-04-29 15:38:33 UTC (buildkit.dockerfile.v0)

USER 1000

2025-04-29 15:38:33 UTC (buildkit.dockerfile.v0)

EXPOSE map[5044/tcp:{} 9600/tcp:{}]

2025-04-29 15:38:33 UTC (buildkit.dockerfile.v0)

LABEL org.label-schema.schema-version=1.0 org.label-schema.vendor=Elastic org.opencontainers.image.vendor=Elastic org.label-schema.name=logstash org.opencontainers.image.title=logstash org.label-schema.version=8.17.6 org.opencontainers.image.version=8.17.6 org.label-schema.url=https://www.elastic.co/products/logstash org.label-schema.vcs-url=https://github.com/elastic/logstash org.label-schema.license=Elastic License org.opencontainers.image.licenses=Elastic License org.opencontainers.image.description=Logstash is a free and open server-side data processing pipeline that ingests data from a multitude of sources, transforms it, and then sends it to your favorite 'stash.' org.label-schema.build-date=2025-04-29T15:25:53+00:00 org.opencontainers.image.created=2025-04-29T15:25:53+00:00

2025-04-29 15:38:33 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/usr/local/bin/docker-entrypoint"]

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