2025-06-05 06:03:26 UTC
668 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:1ec5864c36114bbcd01f21fd199950f3730f43e1c94cc7b37c7bbf8bd446148d - 5.66% (37.8 MB)
[#001] sha256:30d3817b8451bd2d5de156592edd757d432e5f6212d14692f023c4220dba6f42 - 0.61% (4.09 MB)
[#002] sha256:e28815decd1fb5f78b7241a9343c8647125b8fd9ac054af9d5ba124cee8cb31e - 0.0% (1.49 KB)
[#003] sha256:82da231a2ede894490fb70bba62fece2bb0208d2b89bde58643836a4e22730f4 - 0.0% (9.31 KB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:06878fdedbfadae775b4d003c060510a75009c22750d08a7e6305ef9dee02582 - 93.71% (626 MB)
[#006] sha256:e663c70c801de4c9d39c6faca0443ee44523865ab6f4430fe8f0310cf8f5ff73 - 0.0% (276 Bytes)
[#007] sha256:96050e3542b1608a8625b74d7f606fae272613673b11c0224b21237cf0f55f3c - 0.0% (1.68 KB)
[#008] sha256:f04245e121afcfcee6a0855feb4ec997a678dac0860d7e21ad44e9ccfd743e32 - 0.01% (74 KB)
[#009] sha256:1861db17cef640cddd36cc428cd321d38747638cf140cf6df9ba406dba27de0c - 0.0% (1.66 KB)
/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)RUN /bin/sh -c microdnf install --setopt=tsflags=nodocs -y nc shadow-utils zip unzip findutils procps-ng && microdnf clean all # buildkit
2025-06-05 06:03:26 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-06-05 06:03:26 UTC (buildkit.dockerfile.v0)ENV ELASTIC_CONTAINER=true
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)COPY /bin/tini /bin/tini # buildkit
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/elasticsearch
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)COPY --chown=0:0 /usr/share/elasticsearch . # buildkit
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c ln -sf /etc/pki/ca-trust/extracted/java/cacerts jdk/lib/security/cacerts # buildkit
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)ENV SHELL=/bin/bash
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)COPY --chmod=0555 bin/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2025-06-05 06:03:26 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-06-05 06:03:26 UTC (buildkit.dockerfile.v0)EXPOSE map[9200/tcp:{} 9300/tcp:{}]
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)LABEL org.label-schema.build-date=2025-05-28T10:06:37.834829258Z 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=0a58bc1dc7a4ae5412db66624aab968370bd44ce org.label-schema.vcs-url=https://github.com/elastic/elasticsearch org.label-schema.vendor=Elastic org.label-schema.version=9.0.2 org.opencontainers.image.created=2025-05-28T10:06:37.834829258Z 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=0a58bc1dc7a4ae5412db66624aab968370bd44ce 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.0.2
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)LABEL name=Elasticsearch maintainer=infra@elastic.co vendor=Elastic version=9.0.2 release=1 summary=Elasticsearch description=You know, for search.
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir /licenses && ln LICENSE.txt /licenses/LICENSE # buildkit
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/bin/tini" "--" "/usr/local/bin/docker-entrypoint.sh"]
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)CMD ["eswrapper"]
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)USER 1000:0
2025-06-05 06:03:26 UTC
514 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:ffb6dfc9a5fd85e709e0a3428084894621f9e001746e51a54875b13ff103e464 - 7.03% (36.1 MB)
[#001] sha256:2fd856ea285d1ffd5cf3496686d1569502baf301472eb63b6e0cb2cc3476bedb - 0.8% (4.1 MB)
[#002] sha256:d633123c60f13dae307842ca6ec3a4d43d005848cb4ec5cd725c3ebb4f7ac724 - 0.0% (1.49 KB)
[#003] sha256:b65f3ae760986637bd0fa02225d70dd9a8f3ebca4efd3fd7bbcdc3eb79bf7403 - 0.0% (8.89 KB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:756b4721b1501b4ac07200d77f24aac818daf0a26a3ec60157bccc5cb7402029 - 92.16% (473 MB)
[#006] sha256:6756c7790a6edc3972410e5e62bf052139fb17b583b3bb77764346456e7bc40d - 0.0% (276 Bytes)
[#007] sha256:4ff7a3836eafe929260ef972eb4901f15bfa5dfacb17c717e21f9b59c5dff837 - 0.0% (1.68 KB)
[#008] sha256:9ec29dca2fae12097d518dfb025cb184ac1b386aa47af0071b088f7ac70fc812 - 0.01% (72.9 KB)
[#009] sha256:8c7ed8d9fecd61a4bd0e92ca014c8e729ef6b04cc6cf4a48f82c5bad113a5737 - 0.0% (1.67 KB)
/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)RUN /bin/sh -c microdnf install --setopt=tsflags=nodocs -y nc shadow-utils zip unzip findutils procps-ng && microdnf clean all # buildkit
2025-06-05 06:03:26 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-06-05 06:03:26 UTC (buildkit.dockerfile.v0)ENV ELASTIC_CONTAINER=true
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)COPY /bin/tini /bin/tini # buildkit
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)WORKDIR /usr/share/elasticsearch
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)COPY --chown=0:0 /usr/share/elasticsearch . # buildkit
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c ln -sf /etc/pki/ca-trust/extracted/java/cacerts jdk/lib/security/cacerts # buildkit
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)ENV SHELL=/bin/bash
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)COPY --chmod=0555 bin/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
2025-06-05 06:03:26 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-06-05 06:03:26 UTC (buildkit.dockerfile.v0)EXPOSE map[9200/tcp:{} 9300/tcp:{}]
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)LABEL org.label-schema.build-date=2025-05-28T10:06:37.834829258Z 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=0a58bc1dc7a4ae5412db66624aab968370bd44ce org.label-schema.vcs-url=https://github.com/elastic/elasticsearch org.label-schema.vendor=Elastic org.label-schema.version=9.0.2 org.opencontainers.image.created=2025-05-28T10:06:37.834829258Z 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=0a58bc1dc7a4ae5412db66624aab968370bd44ce 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.0.2
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)LABEL name=Elasticsearch maintainer=infra@elastic.co vendor=Elastic version=9.0.2 release=1 summary=Elasticsearch description=You know, for search.
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir /licenses && ln LICENSE.txt /licenses/LICENSE # buildkit
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/bin/tini" "--" "/usr/local/bin/docker-entrypoint.sh"]
2025-06-05 06:03:26 UTC (buildkit.dockerfile.v0)CMD ["eswrapper"]
2025-06-05 06:03:26 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.