sha256:b51c009005d683093e9c9ff03d00225b30fb9228f261d737d4c79a41e8496413
OS/ARCH
Compressed size
828.55 MB
Last pushed
about 2 hours by doijanky
Type
Image
Manifest digest
sha256:1c8d318b911cd83f3e6a7722cf054b648f171f65fb00775a202309de3231ae1a
0
LABEL maintainer="Red Hat, Inc."
0 B
1
LABEL vendor="Red Hat, Inc."
0 B
2
LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
0 B
3
LABEL com.redhat.component="ubi9-minimal-container" name="ubi9/ubi-minimal" version="9.8" cpe="cpe:/a:redhat:enterprise_linux:9::appstream" distribution-scope="public"
0 B
4
LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
0 B
5
LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
0 B
6
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."
0 B
7
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."
0 B
8
LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
0 B
9
LABEL io.openshift.expose-services=""
0 B
10
LABEL io.openshift.tags="minimal rhel9"
0 B
11
ENV container oci
0 B
12
COPY dir:df00d2ddcafd5d3230e4389e976d7b8e34c276ca8e8d50edc2315b0141add52b in /
0 B
13
COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/.
0 B
14
CMD ["/bin/bash"]
0 B
15
COPY dir:1a5179848530af6cfaa2736badbd86d3fafb52f86a723fc761a88e2b21a91f65 in /usr/share/buildinfo/
0 B
16
COPY dir:1a5179848530af6cfaa2736badbd86d3fafb52f86a723fc761a88e2b21a91f65 in /root/buildinfo/
0 B
17
LABEL "org.opencontainers.image.created"="2026-08-10T16:55:47Z" "org.opencontainers.image.revision"="905bde9da31110a4bb776761a921a6b4e6b12a93" "build-date"="2026-08-10T16:55:47Z" "architecture"="x86_64" "vcs-ref"="905bde9da31110a4bb776761a921a6b4e6b12a93" "vcs-type"="git" "release"="1786380870"org.opencontainers.image.created=2026-08-10T16:55:47Z,org.opencontainers.image.revision=905bde9da31110a4bb776761a921a6b4e6b12a93
40.71 MB
18
RUN /bin/sh -c microdnf install --setopt=tsflags=nodocs -y nc shadow-utils zip unzip findutils procps-ng && microdnf clean all # buildkit
4.11 MB
19
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
1.53 KB
20
ENV ELASTIC_CONTAINER=true
0 B
21
COPY /bin/tini /bin/tini # buildkit
9.53 KB
22
WORKDIR /usr/share/elasticsearch
32 B
23
COPY --chown=0:0 /usr/share/elasticsearch . # buildkit
823.89 MB
24
RUN /bin/sh -c ln -sf /etc/pki/ca-trust/extracted/java/cacerts jdk/lib/security/cacerts # buildkit
270 B
25
ENV PATH=/usr/share/elasticsearch/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0 B
26
ENV SHELL=/bin/bash
0 B
27
COPY --chmod=0555 bin/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
1.72 KB
28
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
75.19 KB
29
EXPOSE map[9200/tcp:{} 9300/tcp:{}]
0 B
30
LABEL org.label-schema.build-date=2026-08-05T22:14:02.491442712Z 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=adc1f04ffdd393d1977990338d5512c5eaf1ce94 org.label-schema.vcs-url=https://github.com/elastic/elasticsearch org.label-schema.vendor=Elastic org.label-schema.version=9.4.5 org.opencontainers.image.created=2026-08-05T22:14:02.491442712Z 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=adc1f04ffdd393d1977990338d5512c5eaf1ce94 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.4.5
0 B
31
LABEL name=Elasticsearch [email protected] vendor=Elastic version=9.4.5 release=1 summary=Elasticsearch description=You know, for search.
0 B
32
RUN /bin/sh -c mkdir /licenses && ln LICENSE.txt /licenses/LICENSE # buildkit
1.7 KB
33
ENTRYPOINT ["/bin/tini" "--" "/usr/local/bin/docker-entrypoint.sh"]
0 B
34
CMD ["eswrapper"]
0 B
35
USER 1000:0
0 B