elasticsearch (sha256:e396f4c314b098d192be3c6319b612d9b2401015ace34ca63262926999ee356f)

Published 2026-02-26 23:05:48 +01:00 by aaron in aaron/elasticsearch

Installation

docker pull git.ar21.de/aaron/elasticsearch@sha256:e396f4c314b098d192be3c6319b612d9b2401015ace34ca63262926999ee356f
sha256:e396f4c314b098d192be3c6319b612d9b2401015ace34ca63262926999ee356f

Image layers

LABEL maintainer="Red Hat, Inc."
LABEL vendor="Red Hat, Inc."
LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
LABEL com.redhat.component="ubi9-minimal-container" name="ubi9/ubi-minimal" version="9.7" cpe="cpe:/a:redhat:enterprise_linux:9::appstream" distribution-scope="public"
LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
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."
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."
LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
LABEL io.openshift.expose-services=""
LABEL io.openshift.tags="minimal rhel9"
ENV container oci
COPY dir:ac0ab1292a52ccb276077ed994531e1a3deef7d271c3502d95032264a0448d19 in /
COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/.
CMD ["/bin/bash"]
COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /usr/share/buildinfo/content-sets.json
COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /root/buildinfo/content_manifests/content-sets.json
COPY file:b6e9611fd18f4ab100ec73ea6037b1118108a414096af83dfb78d47ad0a2b249 in /usr/share/buildinfo/labels.json
COPY file:b6e9611fd18f4ab100ec73ea6037b1118108a414096af83dfb78d47ad0a2b249 in /root/buildinfo/labels.json
LABEL "architecture"="aarch64" "vcs-type"="git" "vcs-ref"="0ced2bbee24d5463d4530756a57f8db895246c48" "org.opencontainers.image.revision"="0ced2bbee24d5463d4530756a57f8db895246c48" "build-date"="2026-02-17T16:45:31Z" "org.opencontainers.image.created"="2026-02-17T16:45:31Z" "release"="1771346502"org.opencontainers.image.revision=0ced2bbee24d5463d4530756a57f8db895246c48,org.opencontainers.image.created=2026-02-17T16:45:31Z
RUN /bin/sh -c microdnf install --setopt=tsflags=nodocs -y nc shadow-utils zip unzip findutils procps-ng && microdnf clean all # buildkit
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
ENV ELASTIC_CONTAINER=true
COPY /bin/tini /bin/tini # buildkit
WORKDIR /usr/share/elasticsearch
COPY --chown=0:0 /usr/share/elasticsearch . # buildkit
RUN /bin/sh -c ln -sf /etc/pki/ca-trust/extracted/java/cacerts jdk/lib/security/cacerts # buildkit
ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENV SHELL=/bin/bash
COPY --chmod=0555 bin/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
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
EXPOSE map[9200/tcp:{} 9300/tcp:{}]
LABEL org.label-schema.build-date=2026-02-23T23:37:38.684779921Z 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=0dd66e52ba3aa076cf498264e46339dbb71f0269 org.label-schema.vcs-url=https://github.com/elastic/elasticsearch org.label-schema.vendor=Elastic org.label-schema.version=9.3.1 org.opencontainers.image.created=2026-02-23T23:37:38.684779921Z 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=0dd66e52ba3aa076cf498264e46339dbb71f0269 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.3.1
LABEL name=Elasticsearch maintainer=infra@elastic.co vendor=Elastic version=9.3.1 release=1 summary=Elasticsearch description=You know, for search.
RUN /bin/sh -c mkdir /licenses && ln LICENSE.txt /licenses/LICENSE # buildkit
ENTRYPOINT ["/bin/tini" "--" "/usr/local/bin/docker-entrypoint.sh"]
CMD ["eswrapper"]
USER 1000:0
RUN /bin/sh -c bin/elasticsearch-plugin install --batch ingest-attachment # buildkit

Labels

Key Value
architecture aarch64
build-date 2026-02-17T16:45:31Z
com.redhat.component ubi9-minimal-container
com.redhat.license_terms https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI
cpe cpe:/a:redhat:enterprise_linux:9::appstream
description You know, for search.
distribution-scope public
io.buildah.version 1.42.2
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.
io.k8s.display-name Red Hat Universal Base Image 9 Minimal
io.openshift.expose-services
io.openshift.tags minimal rhel9
maintainer infra@elastic.co
name Elasticsearch
org.label-schema.build-date 2026-02-23T23:37:38.684779921Z
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 0dd66e52ba3aa076cf498264e46339dbb71f0269
org.label-schema.vcs-url https://github.com/elastic/elasticsearch
org.label-schema.vendor Elastic
org.label-schema.version 9.3.1
org.opencontainers.image.created 2026-02-26T22:04:44Z
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 6b7f700b790c0ca450cb9497751bdc35914351d2
org.opencontainers.image.source https://git.ar21.de/aaron/elasticsearch.git
org.opencontainers.image.title Elasticsearch
org.opencontainers.image.url https://git.ar21.de/aaron/elasticsearch
org.opencontainers.image.vendor Elastic
org.opencontainers.image.version 9.3.1
release 1
summary Elasticsearch
url https://catalog.redhat.com/en/search?searchType=containers
vcs-ref 0ced2bbee24d5463d4530756a57f8db895246c48
vcs-type git
vendor Elastic
version 9.3.1
Details
Container
2026-02-26 23:05:48 +01:00
0
OCI / Docker
linux/arm64
Elastic-License-2.0
535 MiB
Versions (1) View all
latest 2026-02-26