elasticsearch (sha256:7e66f94bd03539b3df31cc624cead6a22aeca14e81a84ee02b62e6d571d3a47a)

Published 2025-05-10 02:05:54 +02:00 by aaron in aaron/elasticsearch

Installation

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

Image layers

LABEL maintainer="Red Hat, Inc."
LABEL vendor="Red Hat, Inc."
LABEL url="https://www.redhat.com"
LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.5" 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:6446605ab0b234f56f65ee435d3f1ec849764d2e258ed27d2cce90dc59963fc1 in /
COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
CMD ["/bin/bash"]
/bin/sh -c . /cachi2/cachi2.env && rm -rf /var/log/*
COPY file:58cc94f5b3b2d60de2c77a6ed4b1797dcede502ccdb429a72e7a72d994235b3c in /usr/share/buildinfo/content-sets.json
LABEL "build-date"="2025-04-28T15:45:43" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="f072486a5ead2d7d882ba4af2ce72e19cce20791" "release"="1745855087"
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=2025-04-30T10:07:41.393025990Z 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=73f7594ea00db50aa7e941e151a5b3985f01e364 org.label-schema.vcs-url=https://github.com/elastic/elasticsearch org.label-schema.vendor=Elastic org.label-schema.version=9.0.1 org.opencontainers.image.created=2025-04-30T10:07:41.393025990Z 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=73f7594ea00db50aa7e941e151a5b3985f01e364 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.1
LABEL name=Elasticsearch maintainer=infra@elastic.co vendor=Elastic version=9.0.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 x86_64
build-date 2025-04-28T15:45:43
com.redhat.component ubi9-minimal-container
com.redhat.license_terms https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI
description You know, for search.
distribution-scope public
io.buildah.version 1.39.0-dev
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 2025-04-30T10:07:41.393025990Z
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 73f7594ea00db50aa7e941e151a5b3985f01e364
org.label-schema.vcs-url https://github.com/elastic/elasticsearch
org.label-schema.vendor Elastic
org.label-schema.version 9.0.1
org.opencontainers.image.created 2025-05-10T00:04:56Z
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 8f685f10d8f7c026169368527b7e00834a90bfa9
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.0.1
release 1
summary Elasticsearch
url https://www.redhat.com
vcs-ref f072486a5ead2d7d882ba4af2ce72e19cce20791
vcs-type git
vendor Elastic
version 9.0.1
Details
Container
2025-05-10 02:05:54 +02:00
0
OCI / Docker
linux/amd64
Elastic-License-2.0
668 MiB
Versions (1) View all
latest 2025-05-10