| 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-micro-container" |
| LABEL name="ubi9/ubi-micro" |
| LABEL version="9.7" |
| LABEL cpe="cpe:/a:redhat:enterprise_linux:9::appstream" |
| LABEL distribution-scope="public" |
| LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI" |
| LABEL summary="ubi9 micro image" |
| LABEL description="Very small image which doesn't install the package manager." |
| LABEL io.k8s.description="Very small image which doesn't install the package manager." |
| LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Micro" |
| LABEL io.openshift.expose-services="" |
| COPY dir:1efa1dfc430d4379d48fb17925b56c1f40cf790516994c40a8017b11e75fadf3 in / |
| COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/ |
| CMD /bin/sh |
| COPY file:f99a8fd6c637d9c9f6c672e4be77245c2dedf4b9f532312651aaf468cf6ce47d in /usr/share/buildinfo/content-sets.json |
| COPY file:f99a8fd6c637d9c9f6c672e4be77245c2dedf4b9f532312651aaf468cf6ce47d in /root/buildinfo/content_manifests/content-sets.json |
| COPY file:6e5741e7131879f2621c4043c34681434dfdb111600426e2e7616c8b247bffce in /usr/share/buildinfo/labels.json |
| COPY file:6e5741e7131879f2621c4043c34681434dfdb111600426e2e7616c8b247bffce in /root/buildinfo/labels.json |
| LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="e889e0acd16effbdf4519a494efaf6b8bed45d8f" "org.opencontainers.image.revision"="e889e0acd16effbdf4519a494efaf6b8bed45d8f" "build-date"="2026-05-04T01:23:44Z" "org.opencontainers.image.created"="2026-05-04T01:23:44Z" "release"="1777857794"org.opencontainers.image.revision=e889e0acd16effbdf4519a494efaf6b8bed45d8f,org.opencontainers.image.created=2026-05-04T01:23:44Z |
| COPY file:4cbaec69f1cde6e7fd1ee2a5e1fae596e8b14350009e77ea09c33015c4e7924e in /usr/lib64/libgcc_s.so.1 |
| COPY file:be5ea20d8474b65a987e8728022ff31e86e2ff7f8af8e56faf3a883fc07d20b5 in /usr/lib64/libstdc++.so.6 |
| COPY file:08b4c416057d3d0da74bba71b4af2cb4a397aff9e4c377fbb83d84149156fa89 in /usr/lib64/libz.so.1 |
| WORKDIR /work/ |
| RUN /bin/sh -c chown 1001 /work && chmod "g+rwX" /work && chown 1001:root /work # buildkit |
| COPY --chown=1001:root --chmod=0755 target/*-runner /work/application # buildkit |
| EXPOSE [8080/tcp] |
| USER 1001 |
| ENTRYPOINT ["./application" "-Dquarkus.http.host=0.0.0.0"] |