2025-08-06 10:10:15 UTC
478 MB
true
LANGC.UTF-8
LC_ALLC.UTF-8
PATH/usr/share/logstash/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:e67d83eb37317b519c2e54524a9ff68dee82141c89ad4a8ab4d963e12c1d3f6f - 7.95% (38.1 MB)
[#001] sha256:4ca545ee6d5db5c1170386eeb39b2ffe3bd46e5d4a73a9acbebc805f19607eb3 - 0.0% (42 Bytes)
[#002] sha256:915d8d23bb0d6a261091791e2471707a303c145c5700a0d059dfa4799b0fe8b4 - 1.05% (5.03 MB)
[#003] sha256:69e1e58b0bfed56ec6ff2c4644bdee1db64b2de4954e8c2a44be1abc6bbd2f49 - 90.58% (433 MB)
[#004] sha256:5797e6c4bf51f39b51d912694760b9ba676ab36dc751647bf9cac16b27191e2b - 0.42% (2.01 MB)
[#005] sha256:2fb64061b5e20af6ffc8c6c588cb5f92318250fff0dd81bf8853de7b34a0d00a - 0.0% (1.69 KB)
[#006] sha256:e577c2024fcc2b025f71c92e2990f79ce7e4ea7591d35d0afa7aa3686c2ef3a7 - 0.0% (288 Bytes)
[#007] sha256:0173b7ac2a2182e87365de0dd7affcdebc0f9cbb2ac41f0fe9be3d3256898510 - 0.0% (284 Bytes)
[#008] sha256:ef485386de4d371f522b91b6874c97f7a7bf87036c57bfc0d2cb012a0da65c30 - 0.0% (729 Bytes)
[#009] sha256:4ca545ee6d5db5c1170386eeb39b2ffe3bd46e5d4a73a9acbebc805f19607eb3 - 0.0% (42 Bytes)
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2025-08-06 04:59:37 UTC/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
2025-08-06 04:59:37 UTC/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
2025-08-06 04:59:37 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.6" distribution-scope="public"
2025-08-06 04:59:37 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2025-08-06 04:59:37 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
2025-08-06 04:59:37 UTC/bin/sh -c #(nop) LABEL description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
2025-08-06 04:59:37 UTC/bin/sh -c #(nop) LABEL io.k8s.description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
2025-08-06 04:59:37 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
2025-08-06 04:59:37 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2025-08-06 04:59:37 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
2025-08-06 04:59:37 UTC/bin/sh -c #(nop) ENV container oci
2025-08-06 04:59:38 UTC/bin/sh -c #(nop) COPY dir:9ec44af3164bdfa1189db9dd1d41a051041ba7c4b29c894521f3414de6c6e99a in /
2025-08-06 04:59:38 UTC/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
2025-08-06 04:59:38 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-08-06 04:59:39 UTC/bin/sh -c #(nop) COPY file:58cc94f5b3b2d60de2c77a6ed4b1797dcede502ccdb429a72e7a72d994235b3c in /usr/share/buildinfo/content-sets.json
2025-08-06 04:59:39 UTC/bin/sh -c #(nop) LABEL "build-date"="2025-08-06T04:59:23" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="9d904d0c37a2f241eb830c87fef29978a33fdc7e" "release"="1754456323"
2025-08-06 10:10:03 UTC (buildkit.dockerfile.v0)ENV ELASTIC_CONTAINER=true
2025-08-06 10:10:03 UTC (buildkit.dockerfile.v0)ENV PATH=/usr/share/logstash/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2025-08-06 10:10:03 UTC (buildkit.dockerfile.v0)ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
2025-08-06 10:10:03 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share
2025-08-06 10:10:06 UTC (buildkit.dockerfile.v0)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
2025-08-06 10:10:15 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 && arch="$(rpm --query --queryformat='%{ARCH}' rpm)" && curl -f -Lo logstash.tar.gz http://localhost:8000/logstash-9.0.5-linux-${arch}.tar.gz && tar -zxf logstash.tar.gz -C /usr/share && rm logstash.tar.gz && mv /usr/share/logstash-9.0.5 /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-08-06 10:10:15 UTC (buildkit.dockerfile.v0)COPY /tmp/go/src/env2yaml/env2yaml /usr/local/bin/env2yaml # buildkit
2025-08-06 10:10:15 UTC (buildkit.dockerfile.v0)COPY config/pipelines.yml config/log4j2.properties config/log4j2.file.properties /usr/share/logstash/config/ # buildkit
2025-08-06 10:10:15 UTC (buildkit.dockerfile.v0)COPY config/logstash-full.yml /usr/share/logstash/config/logstash.yml # buildkit
2025-08-06 10:10:15 UTC (buildkit.dockerfile.v0)COPY pipeline/default.conf /usr/share/logstash/pipeline/logstash.conf # buildkit
2025-08-06 10:10:15 UTC (buildkit.dockerfile.v0)COPY bin/docker-entrypoint /usr/local/bin/ # buildkit
2025-08-06 10:10:15 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/logstash
2025-08-06 10:10:15 UTC (buildkit.dockerfile.v0)USER 1000
2025-08-06 10:10:15 UTC (buildkit.dockerfile.v0)EXPOSE map[5044/tcp:{} 9600/tcp:{}]
2025-08-06 10:10:15 UTC (buildkit.dockerfile.v0)LABEL org.label-schema.build-date=2025-08-06T10:04:50+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.0.5 org.opencontainers.image.created=2025-08-06T10:04:50+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.0.5 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 maintainer=info@elastic.co 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
2025-08-06 10:10:15 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/local/bin/docker-entrypoint"]
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.