sha256:9ef2b7519e468d7e7c43f56ba508faa5a8751ab073d04a3dd24f46b2f338be1e
OS/ARCH
Compressed size
478.95 MB
Last pushed
5 months by doijanky
Type
Image
Vulnerabilities
Manifest digest
sha256:85ba56c4aca4e51475529a2fd0fa7021f19b5993e422faa703f36a7eacf3ae5c
20
ENV ELASTIC_CONTAINER=true
0 B
21
ENV PATH=/usr/share/logstash/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0 B
22
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
0 B
23
WORKDIR /usr/share
32 B
24
RUN /bin/sh -c microdnf install -y procps findutils tar gzip && microdnf install -y openssl && microdnf install -y which shadow-utils && microdnf clean all # buildkit
5.15 MB
25
RUN /bin/sh -c groupadd --gid 1000 logstash && adduser --uid 1000 --gid 1000 --home "/usr/share/logstash" --no-create-home logstash && arch="$(rpm --query --queryformat='%{ARCH}' rpm)" && curl --fail --location --output logstash.tar.gz https://artifacts.elastic.co/downloads/logstash/logstash-9.2.8-linux-${arch}.tar.gz && tar -zxf logstash.tar.gz -C /usr/share && rm logstash.tar.gz && mv /usr/share/logstash-9.2.8 /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
456.78 MB
26
COPY --chown=logstash:root env2yaml/classes /usr/share/logstash/env2yaml/classes/ # buildkit
6.3 KB
27
COPY --chown=logstash:root env2yaml/lib /usr/share/logstash/env2yaml/lib/ # buildkit
255.18 KB
28
COPY --chmod=0755 env2yaml/env2yaml /usr/local/bin/env2yaml # buildkit
354 B
29
COPY --chown=logstash:root config/pipelines.yml config/log4j2.properties config/log4j2.file.properties /usr/share/logstash/config/ # buildkit
1.58 KB
30
COPY --chown=logstash:root config/logstash-full.yml /usr/share/logstash/config/logstash.yml # buildkit
276 B
31
COPY --chown=logstash:root pipeline/default.conf /usr/share/logstash/pipeline/logstash.conf # buildkit
277 B
32
COPY --chmod=0755 bin/docker-entrypoint /usr/local/bin/ # buildkit
711 B
33
WORKDIR /usr/share/logstash
32 B
34
USER 1000
0 B
35
EXPOSE map[5044/tcp:{} 9600/tcp:{}]
0 B
36
LABEL org.label-schema.build-date=2026-04-01T10:02:47+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=9.2.8 org.opencontainers.image.created=2026-04-01T10:02:47+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.title=logstash org.opencontainers.image.vendor=Elastic org.opencontainers.image.version=9.2.8 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.' license=Elastic License [email protected] name=logstash summary=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.' vendor=Elastic
0 B
37
ENTRYPOINT ["/usr/local/bin/docker-entrypoint"]
0 B