| LABEL maintainer="Red Hat, Inc." |
| LABEL vendor="Red Hat, Inc." |
| LABEL url="https://www.redhat.com" |
| LABEL com.redhat.component="ubi9-micro-container" |
| LABEL name="ubi9/ubi-micro" |
| LABEL version="9.5" |
| 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:30f4bf8730188756f7ddfeab2e88ca0e14a6f3b6e52ed6e38d79b2d08458c224 in / |
| COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/ |
| CMD /bin/sh |
| COPY file:bc4e5ea7c9bb48901dc62121f094109ad85c0ae2bf4169dee234618cf6b9bd60 in /usr/share/buildinfo/content-sets.json |
| LABEL "build-date"="2025-04-30T08:49:38" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="b90d9fb02b3a7b280f0ffe16e69bbd67c0134c4a" "release"="1746002938" |
| COPY /usr/lib64/libgcc_s.so.1 /usr/lib64/libgcc_s.so.1 # buildkit |
| COPY /usr/lib64/libstdc++.so.6 /usr/lib64/libstdc++.so.6 # buildkit |
| COPY /usr/lib64/libz.so.1 /usr/lib64/libz.so.1 # buildkit |
| WORKDIR /work |
| /bin/sh -c chown 1001 /work && chmod "g+rwX" /work && chown 1001:root /work |
| COPY --chown=1001:root file:f2ad45cad142df998cecbf2ce7694dbebf923f8042950cd56f0319c77412d154 in /work/application |
| EXPOSE 8080 |
| USER 1001 |
| ENTRYPOINT ["./application" "-Dquarkus.http.host=0.0.0.0"] |