2024-03-28 21:17:13 UTC
479 MB
true
LANGen_US.UTF-8
LC_ALLen_US.UTF-8
PATH/usr/share/logstash/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:632255af43b73c2e6025dd44fca3b7a8323f2acde1758f428b8b2396a4457b35 - 5.95% (28.5 MB)
[#001] sha256:6219734284e9770c1dfc20d00068c9bb68d055124898daf739029ab36334a9b2 - 10.28% (49.3 MB)
[#002] sha256:3c2d0205f49cb746812b7e310a66f2e4693c909fa2ea783c55598de374b19f25 - 0.0% (3.15 KB)
[#003] sha256:40e1a75b258983a08e9644c5dc832c696c2c1965388ff4a6dbeae8002ec914f0 - 83.38% (400 MB)
[#004] sha256:4ca545ee6d5db5c1170386eeb39b2ffe3bd46e5d4a73a9acbebc805f19607eb3 - 0.0% (42 Bytes)
[#005] sha256:a9f93644cd04fdc513cf50d4cd4bb2a0bb2f6722b81dd03dc3ba280b5cccd305 - 0.0% (393 Bytes)
[#006] sha256:ad1a83007800a28a1ed1ab6fc30fb009e416ec34748f054147056d84b249e84a - 0.0% (291 Bytes)
[#007] sha256:2d980ecf96e888b9fc4921b531e65a899159cf9a47dde808c15d68e777eba061 - 0.0% (487 Bytes)
[#008] sha256:d5e7cdf22b72103fe775d6114556161ab8e4a66751c8b2611dae19e327c7ca24 - 0.0% (1.4 KB)
[#009] sha256:e2d412f155f9d6a91f12061e00e902c1524f8256e5599d5240837fe488dc5efd - 0.0% (292 Bytes)
[#010] sha256:eb90221d61eab1a760f766239866594c9ab9c830251397488869ad394af1addb - 0.0% (4.07 KB)
[#011] sha256:d554f8fc3abc8c89ae4121e152bbdd4a5d10b559f44fb6601eb83bb033657550 - 0.39% (1.85 MB)
[#012] sha256:03bf5ed94ad11aa57b044fa5bca380e8390d00a2931ab7ad05f7c469a1c43d8a - 0.0% (729 Bytes)
[#013] sha256:03bf5ed94ad11aa57b044fa5bca380e8390d00a2931ab7ad05f7c469a1c43d8a - 0.0% (729 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2024-02-16 21:32:49 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-02-16 21:32:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-02-16 21:32:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04
2024-02-16 21:32:52 UTC/bin/sh -c #(nop) ADD file:a25798f31219000d6a82d2c9258743926b1a400530d12dbb1eadf2c2519f9888 in /
2024-02-16 21:32:52 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-03-28 21:17:02 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
2024-03-28 21:17:03 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
2024-03-28 21:17:13 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c curl -Lo - http://localhost:8000/logstash-8.13.1-linux-$(arch).tar.gz | tar zxf - -C /usr/share && mv /usr/share/logstash-8.13.1 /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
2024-03-28 21:17:13 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/logstash
2024-03-28 21:17:13 UTC (buildkit.dockerfile.v0)ENV ELASTIC_CONTAINER=true
2024-03-28 21:17:13 UTC (buildkit.dockerfile.v0)ENV PATH=/usr/share/logstash/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2024-03-28 21:17:13 UTC (buildkit.dockerfile.v0)COPY config/pipelines.yml config/pipelines.yml # buildkit
2024-03-28 21:17:13 UTC (buildkit.dockerfile.v0)COPY config/logstash-full.yml config/logstash.yml # buildkit
2024-03-28 21:17:13 UTC (buildkit.dockerfile.v0)COPY config/log4j2.properties config/ # buildkit
2024-03-28 21:17:13 UTC (buildkit.dockerfile.v0)COPY config/log4j2.file.properties config/ # buildkit
2024-03-28 21:17:13 UTC (buildkit.dockerfile.v0)COPY pipeline/default.conf pipeline/logstash.conf # buildkit
2024-03-28 21:17:13 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chown --recursive logstash:root config/ pipeline/ # buildkit
2024-03-28 21:17:13 UTC (buildkit.dockerfile.v0)ENV LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8
2024-03-28 21:17:13 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-03-28 21:17:13 UTC (buildkit.dockerfile.v0)COPY env2yaml/env2yaml-amd64 /usr/local/bin/env2yaml # buildkit
2024-03-28 21:17:13 UTC (buildkit.dockerfile.v0)COPY bin/docker-entrypoint /usr/local/bin/ # buildkit
2024-03-28 21:17:13 UTC (buildkit.dockerfile.v0)RUN |1 TARGETARCH=amd64 /bin/sh -c chmod 0755 /usr/local/bin/docker-entrypoint # buildkit
2024-03-28 21:17:13 UTC (buildkit.dockerfile.v0)USER 1000
2024-03-28 21:17:13 UTC (buildkit.dockerfile.v0)EXPOSE map[5044/tcp:{} 9600/tcp:{}]
2024-03-28 21:17:13 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.13.1 org.opencontainers.image.version=8.13.1 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=2024-03-28T21:03:52+00:00 org.opencontainers.image.created=2024-03-28T21:03:52+00:00
2024-03-28 21:17:13 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.