2025-07-29 09:03:47 UTC
682 MB
true
PATH/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SHELL/bin/bash
containeroci
[#000] sha256:e721a60a4de41e3d33409c243744e3a71799650207a38625e8817ca9cab4fff8 - 5.54% (37.8 MB)
[#001] sha256:77a143372fc1ee5beffc273e2d7b5d965022f46403bdbd199249aef03c3e4319 - 0.6% (4.08 MB)
[#002] sha256:eef889fd65dbbabac4d4919c3aba514d6994468e95eb2cd2b86d0be473af3e2a - 0.0% (1.49 KB)
[#003] sha256:3ad09575f2cba2559cbc179f8698d083b39eb71f2eb9dc2bacf30196a64e6e4a - 0.0% (9.31 KB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:956904b0c686814c919eb3d8b333524b22f98c9a1f36204a61cdb8805a1d4441 - 93.84% (640 MB)
[#006] sha256:1385ffaf30b6b3d84cc330387514a54907eb5e112d1c0a23a2c118ecb6e4a293 - 0.0% (273 Bytes)
[#007] sha256:472be403a35b015f0959660b0303ea71ea2540fa3bcf51ec7380f001bbce80e4 - 0.0% (1.68 KB)
[#008] sha256:2f127ad76888776b7729cc751332840a406cb9e6142d14c7461e7d74d9c48414 - 0.01% (74 KB)
[#009] sha256:0ee283f4182831a980d810d61c04b59f46b59c76dcf1d81739956b59aa947a84 - 0.0% (1.66 KB)
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2025-07-29 09:03:47 UTC/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
2025-07-29 09:03:47 UTC/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
2025-07-29 09:03:47 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.6" distribution-scope="public"
2025-07-29 09:03:47 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2025-07-29 09:03:47 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
2025-07-29 09:03:47 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-07-29 09:03:47 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-07-29 09:03:47 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
2025-07-29 09:03:47 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2025-07-29 09:03:47 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
2025-07-29 09:03:47 UTC/bin/sh -c #(nop) ENV container oci
2025-07-29 09:03:47 UTC/bin/sh -c #(nop) COPY dir:9ec44af3164bdfa1189db9dd1d41a051041ba7c4b29c894521f3414de6c6e99a in /
2025-07-29 09:03:47 UTC/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
2025-07-29 09:03:47 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-07-29 09:03:47 UTC/bin/sh -c #(nop) COPY file:58cc94f5b3b2d60de2c77a6ed4b1797dcede502ccdb429a72e7a72d994235b3c in /usr/share/buildinfo/content-sets.json
2025-07-29 09:03:47 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-07-29 09:03:47 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c microdnf install --setopt=tsflags=nodocs -y nc shadow-utils zip unzip findutils procps-ng && microdnf clean all # buildkit
2025-07-29 09:03:47 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c groupadd -g 1000 elasticsearch && adduser -u 1000 -g 1000 -G 0 -d /usr/share/elasticsearch elasticsearch && chown -R 0:0 /usr/share/elasticsearch # buildkit
2025-07-29 09:03:47 UTC (buildkit.dockerfile.v0)ENV ELASTIC_CONTAINER=true
2025-07-29 09:03:47 UTC (buildkit.dockerfile.v0)COPY /bin/tini /bin/tini # buildkit
2025-07-29 09:03:47 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/elasticsearch
2025-07-29 09:03:47 UTC (buildkit.dockerfile.v0)COPY --chown=0:0 /usr/share/elasticsearch . # buildkit
2025-07-29 09:03:47 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c ln -sf /etc/pki/ca-trust/extracted/java/cacerts jdk/lib/security/cacerts # buildkit
2025-07-29 09:03:47 UTC (buildkit.dockerfile.v0)ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2025-07-29 09:03:47 UTC (buildkit.dockerfile.v0)ENV SHELL=/bin/bash
2025-07-29 09:03:47 UTC (buildkit.dockerfile.v0)COPY --chmod=0555 bin/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2025-07-29 09:03:47 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chmod g=u /etc/passwd && find / -xdev -perm -4000 -exec chmod ug-s {} + && chmod 0775 /usr/share/elasticsearch && chown elasticsearch bin config config/jvm.options.d data logs plugins # buildkit
2025-07-29 09:03:47 UTC (buildkit.dockerfile.v0)EXPOSE map[9200/tcp:{} 9300/tcp:{}]
2025-07-29 09:03:47 UTC (buildkit.dockerfile.v0)LABEL org.label-schema.build-date=2025-07-23T22:09:53.891289976Z org.label-schema.license=Elastic-License-2.0 org.label-schema.name=Elasticsearch org.label-schema.schema-version=1.0 org.label-schema.url=https://www.elastic.co/products/elasticsearch org.label-schema.usage=https://www.elastic.co/guide/en/elasticsearch/reference/index.html org.label-schema.vcs-ref=00e7d33bf08f1476229d9d1642e2da46cfebdd53 org.label-schema.vcs-url=https://github.com/elastic/elasticsearch org.label-schema.vendor=Elastic org.label-schema.version=9.1.0 org.opencontainers.image.created=2025-07-23T22:09:53.891289976Z org.opencontainers.image.documentation=https://www.elastic.co/guide/en/elasticsearch/reference/index.html org.opencontainers.image.licenses=Elastic-License-2.0 org.opencontainers.image.revision=00e7d33bf08f1476229d9d1642e2da46cfebdd53 org.opencontainers.image.source=https://github.com/elastic/elasticsearch org.opencontainers.image.title=Elasticsearch org.opencontainers.image.url=https://www.elastic.co/products/elasticsearch org.opencontainers.image.vendor=Elastic org.opencontainers.image.version=9.1.0
2025-07-29 09:03:47 UTC (buildkit.dockerfile.v0)LABEL name=Elasticsearch maintainer=infra@elastic.co vendor=Elastic version=9.1.0 release=1 summary=Elasticsearch description=You know, for search.
2025-07-29 09:03:47 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir /licenses && ln LICENSE.txt /licenses/LICENSE # buildkit
2025-07-29 09:03:47 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/bin/tini" "--" "/usr/local/bin/docker-entrypoint.sh"]
2025-07-29 09:03:47 UTC (buildkit.dockerfile.v0)CMD ["eswrapper"]
2025-07-29 09:03:47 UTC (buildkit.dockerfile.v0)USER 1000:0
2025-07-29 09:03:47 UTC
528 MB
true
PATH/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SHELL/bin/bash
containeroci
[#000] sha256:311ae2deb4892901a9babc7edc3ee05aa74f9083452f6fae797c284fa9cb220a - 6.85% (36.2 MB)
[#001] sha256:4b1c0d7699c8223c9a4414a04d4d3fc7b9fe2befe17d7c9553a49e4896ed36f1 - 0.78% (4.09 MB)
[#002] sha256:b1c0cabb1185233ef493a260f9a12c4ae10637cd95eb131bb52270e0e4d6b0c6 - 0.0% (1.49 KB)
[#003] sha256:45aab0b34328b91cd75b662c2f8d2eb6a1afa76dd5380dbdb58948f1693a5d19 - 0.0% (8.89 KB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:0745804c9868a5393f45baa564a295f77141955ac351ef89466294deefe744b1 - 92.36% (488 MB)
[#006] sha256:4566504fba421be37bbb8f7252bf84ea638dd52bfc51933ee60a3fe209de57a3 - 0.0% (274 Bytes)
[#007] sha256:9d00d085cf23cac1b0726c99f6786090f63d187a5252141310e374f2baaa174c - 0.0% (1.68 KB)
[#008] sha256:a6e50cccb0d02a136342c308c50b12dc9113638513497d95c5158313d0f9a099 - 0.01% (72.9 KB)
[#009] sha256:109d2f731742bd567312748d60ddd4c20cff241b9b51d2c6ec46e505d4c2092e - 0.0% (1.66 KB)
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2025-07-29 09:03:47 UTC/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
2025-07-29 09:03:47 UTC/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
2025-07-29 09:03:47 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.6" distribution-scope="public"
2025-07-29 09:03:47 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2025-07-29 09:03:47 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
2025-07-29 09:03:47 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-07-29 09:03:47 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-07-29 09:03:47 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
2025-07-29 09:03:47 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2025-07-29 09:03:47 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
2025-07-29 09:03:47 UTC/bin/sh -c #(nop) ENV container oci
2025-07-29 09:03:47 UTC/bin/sh -c #(nop) COPY dir:77e9dbd770cf6a6a12c4b2318ef25871e14cd8ffc0ea3d118d11b69b08e997ec in /
2025-07-29 09:03:47 UTC/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
2025-07-29 09:03:47 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-07-29 09:03:47 UTC/bin/sh -c #(nop) COPY file:0667e9d31385a24c3aef13f2dd9ab6a7b71b3dfcfef5127d3c1e2ea2c838e5cb in /usr/share/buildinfo/content-sets.json
2025-07-29 09:03:47 UTC/bin/sh -c #(nop) LABEL "build-date"="2025-08-06T05:04:08" "architecture"="aarch64" "vcs-type"="git" "vcs-ref"="9d904d0c37a2f241eb830c87fef29978a33fdc7e" "release"="1754456323"
2025-07-29 09:03:47 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c microdnf install --setopt=tsflags=nodocs -y nc shadow-utils zip unzip findutils procps-ng && microdnf clean all # buildkit
2025-07-29 09:03:47 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c groupadd -g 1000 elasticsearch && adduser -u 1000 -g 1000 -G 0 -d /usr/share/elasticsearch elasticsearch && chown -R 0:0 /usr/share/elasticsearch # buildkit
2025-07-29 09:03:47 UTC (buildkit.dockerfile.v0)ENV ELASTIC_CONTAINER=true
2025-07-29 09:03:47 UTC (buildkit.dockerfile.v0)COPY /bin/tini /bin/tini # buildkit
2025-07-29 09:03:47 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/elasticsearch
2025-07-29 09:03:47 UTC (buildkit.dockerfile.v0)COPY --chown=0:0 /usr/share/elasticsearch . # buildkit
2025-07-29 09:03:47 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c ln -sf /etc/pki/ca-trust/extracted/java/cacerts jdk/lib/security/cacerts # buildkit
2025-07-29 09:03:47 UTC (buildkit.dockerfile.v0)ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2025-07-29 09:03:47 UTC (buildkit.dockerfile.v0)ENV SHELL=/bin/bash
2025-07-29 09:03:47 UTC (buildkit.dockerfile.v0)COPY --chmod=0555 bin/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2025-07-29 09:03:47 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chmod g=u /etc/passwd && find / -xdev -perm -4000 -exec chmod ug-s {} + && chmod 0775 /usr/share/elasticsearch && chown elasticsearch bin config config/jvm.options.d data logs plugins # buildkit
2025-07-29 09:03:47 UTC (buildkit.dockerfile.v0)EXPOSE map[9200/tcp:{} 9300/tcp:{}]
2025-07-29 09:03:47 UTC (buildkit.dockerfile.v0)LABEL org.label-schema.build-date=2025-07-23T22:09:53.891289976Z org.label-schema.license=Elastic-License-2.0 org.label-schema.name=Elasticsearch org.label-schema.schema-version=1.0 org.label-schema.url=https://www.elastic.co/products/elasticsearch org.label-schema.usage=https://www.elastic.co/guide/en/elasticsearch/reference/index.html org.label-schema.vcs-ref=00e7d33bf08f1476229d9d1642e2da46cfebdd53 org.label-schema.vcs-url=https://github.com/elastic/elasticsearch org.label-schema.vendor=Elastic org.label-schema.version=9.1.0 org.opencontainers.image.created=2025-07-23T22:09:53.891289976Z org.opencontainers.image.documentation=https://www.elastic.co/guide/en/elasticsearch/reference/index.html org.opencontainers.image.licenses=Elastic-License-2.0 org.opencontainers.image.revision=00e7d33bf08f1476229d9d1642e2da46cfebdd53 org.opencontainers.image.source=https://github.com/elastic/elasticsearch org.opencontainers.image.title=Elasticsearch org.opencontainers.image.url=https://www.elastic.co/products/elasticsearch org.opencontainers.image.vendor=Elastic org.opencontainers.image.version=9.1.0
2025-07-29 09:03:47 UTC (buildkit.dockerfile.v0)LABEL name=Elasticsearch maintainer=infra@elastic.co vendor=Elastic version=9.1.0 release=1 summary=Elasticsearch description=You know, for search.
2025-07-29 09:03:47 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir /licenses && ln LICENSE.txt /licenses/LICENSE # buildkit
2025-07-29 09:03:47 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/bin/tini" "--" "/usr/local/bin/docker-entrypoint.sh"]
2025-07-29 09:03:47 UTC (buildkit.dockerfile.v0)CMD ["eswrapper"]
2025-07-29 09:03:47 UTC (buildkit.dockerfile.v0)USER 1000:0
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.