2025-06-05 06:03:26 UTC
460 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:1ec5864c36114bbcd01f21fd199950f3730f43e1c94cc7b37c7bbf8bd446148d - 8.22% (37.8 MB)
[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#002] sha256:816b57494208ddfb533435548ac10a0739e5276afb7e33c0657a5788e69a2e03 - 1.04% (4.79 MB)
[#003] sha256:267285d5ce2ae01633c8ba78660613ce22b388dae954e82fb26e68d183a04117 - 90.31% (415 MB)
[#004] sha256:c1001e19bc21634a4255ef11c582d3576cb0534010d87646b84f763c085b61d3 - 0.43% (1.97 MB)
[#005] sha256:5ef9c4b2b731d21ba85b96946413cbd450227a8658abeac4d377c0c3dfb399df - 0.0% (1.54 KB)
[#006] sha256:90f0a8e24cd0388cf866be967bb2945f2f385ac24a4265e41060272a4c5ee3f0 - 0.0% (277 Bytes)
[#007] sha256:2e502034cc739845782bd284d133dfe051ca1348238196307598df6394e0bb42 - 0.0% (278 Bytes)
[#008] sha256:7b0caea72f1a67ad0d18a32016cf24b492a40f2eed71fe5ffb5af5ee9904e499 - 0.0% (712 Bytes)
[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2025-06-05 06:03:26 UTC/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
2025-06-05 06:03:26 UTC/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
2025-06-05 06:03:26 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.6" distribution-scope="public"
2025-06-05 06:03:26 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2025-06-05 06:03:26 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
2025-06-05 06:03:26 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-06-05 06:03:26 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-06-05 06:03:26 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
2025-06-05 06:03:26 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2025-06-05 06:03:26 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
2025-06-05 06:03:26 UTC/bin/sh -c #(nop) ENV container oci
2025-06-05 06:03:26 UTC/bin/sh -c #(nop) COPY dir:dca6230157d1db8824aac8b8e02a58f86449d038270aad6f0997ce65db8f8656 in /
2025-06-05 06:03:26 UTC/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
2025-06-05 06:03:26 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-06-05 06:03:26 UTC/bin/sh -c #(nop) COPY file:58cc94f5b3b2d60de2c77a6ed4b1797dcede502ccdb429a72e7a72d994235b3c in /usr/share/buildinfo/content-sets.json
2025-06-05 06:03:26 UTC/bin/sh -c #(nop) LABEL "build-date"="2025-06-30T12:32:07" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="f6591f6fb99f567a57f1c8ac4572758f722a244a" "release"="1751286687"
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)ENV ELASTIC_CONTAINER=true
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)ENV PATH=/usr/share/logstash/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share
2025-06-05 06:03:26 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-06-05 06:03:26 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 "https://artifacts.elastic.co/downloads/logstash/logstash-9.0.2-linux-${arch}.tar.gz" && tar -zxf logstash.tar.gz -C /usr/share && rm logstash.tar.gz && mv /usr/share/logstash-9.0.2 /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-06-05 06:03:26 UTC (buildkit.dockerfile.v0)COPY /tmp/go/src/env2yaml/env2yaml /usr/local/bin/env2yaml # buildkit
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)COPY --chown=logstash:root config/pipelines.yml config/log4j2.properties config/log4j2.file.properties /usr/share/logstash/config/ # buildkit
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)COPY --chown=logstash:root config/logstash-full.yml /usr/share/logstash/config/logstash.yml # buildkit
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)COPY --chown=logstash:root pipeline/default.conf /usr/share/logstash/pipeline/logstash.conf # buildkit
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)COPY --chmod=0755 bin/docker-entrypoint /usr/local/bin/ # buildkit
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/logstash
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)USER 1000
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)EXPOSE map[5044/tcp:{} 9600/tcp:{}]
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)LABEL org.label-schema.build-date=2025-05-26T15:41:48+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.2 org.opencontainers.image.created=2025-05-26T15:41:48+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.2 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-06-05 06:03:26 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/local/bin/docker-entrypoint"]
2025-06-05 06:03:26 UTC
456 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:ffb6dfc9a5fd85e709e0a3428084894621f9e001746e51a54875b13ff103e464 - 7.91% (36.1 MB)
[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#002] sha256:d4b5c2086442974f3fcde9e38c1ecc5ec8fea4714d20c1c90cc87cb364331cb5 - 1.05% (4.79 MB)
[#003] sha256:37dc2e354686d09ee2510cf1a8e8871563e0f5bf4bde0accdf57d03cdd55eb85 - 90.63% (414 MB)
[#004] sha256:fcc66c125e1d248f3a118ebaabe82d2df4f0231eb9f92af16b2c0b86f47abd47 - 0.4% (1.85 MB)
[#005] sha256:7a5e71d25d28fb1e2745e74ca06a99a9c3fe224b9d1684518f246c085fc5ec61 - 0.0% (1.54 KB)
[#006] sha256:d60562f405101270b4c6885d2acb828e72769995cf21c32e367552dd003e1f9b - 0.0% (277 Bytes)
[#007] sha256:d8ecaabe879fc850e73de607be455a1f48038784fc13bac51b46735ffe2d5a08 - 0.0% (276 Bytes)
[#008] sha256:d35279873cb6baac8c6409e95d9ff782995f07d455367c1c37201e8941bba738 - 0.0% (710 Bytes)
[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2025-06-05 06:03:26 UTC/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
2025-06-05 06:03:26 UTC/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
2025-06-05 06:03:26 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.6" distribution-scope="public"
2025-06-05 06:03:26 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2025-06-05 06:03:26 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
2025-06-05 06:03:26 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-06-05 06:03:26 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-06-05 06:03:26 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
2025-06-05 06:03:26 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2025-06-05 06:03:26 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
2025-06-05 06:03:26 UTC/bin/sh -c #(nop) ENV container oci
2025-06-05 06:03:26 UTC/bin/sh -c #(nop) COPY dir:4a26990fc6a982252bab47a280479ef21eaa9fb0686b5810bf75da5fc5af7d4f in /
2025-06-05 06:03:26 UTC/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
2025-06-05 06:03:26 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-06-05 06:03:26 UTC/bin/sh -c #(nop) COPY file:0667e9d31385a24c3aef13f2dd9ab6a7b71b3dfcfef5127d3c1e2ea2c838e5cb in /usr/share/buildinfo/content-sets.json
2025-06-05 06:03:26 UTC/bin/sh -c #(nop) LABEL "build-date"="2025-06-30T12:36:52" "architecture"="aarch64" "vcs-type"="git" "vcs-ref"="f6591f6fb99f567a57f1c8ac4572758f722a244a" "release"="1751286687"
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)ENV ELASTIC_CONTAINER=true
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)ENV PATH=/usr/share/logstash/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share
2025-06-05 06:03:26 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-06-05 06:03:26 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 "https://artifacts.elastic.co/downloads/logstash/logstash-9.0.2-linux-${arch}.tar.gz" && tar -zxf logstash.tar.gz -C /usr/share && rm logstash.tar.gz && mv /usr/share/logstash-9.0.2 /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-06-05 06:03:26 UTC (buildkit.dockerfile.v0)COPY /tmp/go/src/env2yaml/env2yaml /usr/local/bin/env2yaml # buildkit
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)COPY --chown=logstash:root config/pipelines.yml config/log4j2.properties config/log4j2.file.properties /usr/share/logstash/config/ # buildkit
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)COPY --chown=logstash:root config/logstash-full.yml /usr/share/logstash/config/logstash.yml # buildkit
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)COPY --chown=logstash:root pipeline/default.conf /usr/share/logstash/pipeline/logstash.conf # buildkit
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)COPY --chmod=0755 bin/docker-entrypoint /usr/local/bin/ # buildkit
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/logstash
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)USER 1000
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)EXPOSE map[5044/tcp:{} 9600/tcp:{}]
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)LABEL org.label-schema.build-date=2025-05-26T15:41:48+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.2 org.opencontainers.image.created=2025-05-26T15:41:48+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.2 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-06-05 06:03:26 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.