| 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.8" |
| 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:a964368a8b0715547585e0265f5cfe367bab30115dc17a2c35a531cd7eae1879 in / |
| COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/ |
| CMD /bin/sh |
| COPY dir:a0876a6e609d3a58b3e3183d6a23d2ebba132f853967bf5a534e70ac6bb0934c in /usr/share/buildinfo/ |
| COPY dir:a0876a6e609d3a58b3e3183d6a23d2ebba132f853967bf5a534e70ac6bb0934c in /root/buildinfo/ |
| LABEL "org.opencontainers.image.created"="2026-06-30T17:36:05Z" "org.opencontainers.image.revision"="0ae96b6e89e065fa361df46662738a1efb9ac822" "build-date"="2026-06-30T17:36:05Z" "architecture"="x86_64" "vcs-ref"="0ae96b6e89e065fa361df46662738a1efb9ac822" "vcs-type"="git" "release"="1782840931"org.opencontainers.image.created=2026-06-30T17:36:05Z,org.opencontainers.image.revision=0ae96b6e89e065fa361df46662738a1efb9ac822 |
| COPY file:19863a9f7a54b0b6368b2bfcefbaa6eb21a39ce88d924e5e3e9b64bcf3fbbcd6 in /usr/lib64/libgcc_s.so.1 |
| COPY file:88bf3d1e1647d841e92b7c92c79250cee93c9dc240434ce786821f249eeeb4f5 in /usr/lib64/libstdc++.so.6 |
| COPY file:08b4c416057d3d0da74bba71b4af2cb4a397aff9e4c377fbb83d84149156fa89 in /usr/lib64/libz.so.1 |
| WORKDIR /work/ |
| COPY /code/target/*-runner /work/application # buildkit |
| RUN /bin/sh -c chmod 775 /work /work/application && chown -R 1001 /work && chmod -R "g+rwX" /work && chown -R 1001:root /work # buildkit |
| EXPOSE [8080/tcp] |
| USER 1001 |
| CMD ["./application" "-Dquarkus.http.host=0.0.0.0"] |