| 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:48cd1a38e54a5397d7b7ab11813a8c2b1c5883f204233aa00225a7bb2f7cdfc7 in / |
| COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/ |
| CMD /bin/sh |
| COPY dir:7f3a74de58ba7eb42e5d2bc81f11f1e6be9b3815fdf56d48bfc80bfafd938203 in /usr/share/buildinfo/ |
| COPY dir:7f3a74de58ba7eb42e5d2bc81f11f1e6be9b3815fdf56d48bfc80bfafd938203 in /root/buildinfo/ |
| LABEL "org.opencontainers.image.created"="2026-06-25T04:58:17Z" "org.opencontainers.image.revision"="bfeb78d859579b457ce2520d06e1cc005827997a" "build-date"="2026-06-25T04:58:17Z" "architecture"="x86_64" "vcs-ref"="bfeb78d859579b457ce2520d06e1cc005827997a" "vcs-type"="git" "release"="1782363471"org.opencontainers.image.created=2026-06-25T04:58:17Z,org.opencontainers.image.revision=bfeb78d859579b457ce2520d06e1cc005827997a |
| 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"] |