| LABEL maintainer="Red Hat, Inc." |
| LABEL vendor="Red Hat, Inc." |
| LABEL url="https://catalog.redhat.com/en/search?searchType=containers" |
| LABEL com.redhat.component="ubi8-micro-container" |
| LABEL name="ubi8/ubi-micro" |
| LABEL version="8.10" |
| LABEL cpe="cpe:/a:redhat:enterprise_linux:8::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="ubi8 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 8 Micro" |
| LABEL io.openshift.expose-services="" |
| COPY dir:154a2fd928ca07127fe364fcf9467cc7a657c99fa1631570d4e4c50d515def78 in / |
| COPY file:67f65df33ff6c09984969b192c50b78072a88c5655e380e734315d0229c75aa1 in /etc/yum.repos.d/ |
| CMD /bin/sh |
| COPY file:518c885a82749a6265363266bee66395b7dce67072656837d42700d947fc7945 in /usr/share/buildinfo/content-sets.json |
| COPY file:518c885a82749a6265363266bee66395b7dce67072656837d42700d947fc7945 in /root/buildinfo/content_manifests/content-sets.json |
| COPY file:60b3469e0c43130b94b723296bc804623e68d5f345c92e58462eecc22c8f8516 in /root/buildinfo/labels.json |
| LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="de9ee3d2ff40d203df2f5456b487225bdae257d3" "org.opencontainers.image.revision"="de9ee3d2ff40d203df2f5456b487225bdae257d3" "build-date"="2025-10-15T07:57:00Z" "release"="1760514998"org.opencontainers.image.revision=de9ee3d2ff40d203df2f5456b487225bdae257d3 |
| 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/ |
| RUN /bin/sh -c chown 1001 /work && chmod "g+rwX" /work && chown 1001:root /work # buildkit |
| COPY --chown=1001:root target/*-runner /work/application # buildkit |
| EXPOSE map[8080/tcp:{}] |
| USER 1001 |
| ENTRYPOINT ["./application" "-Dquarkus.http.host=0.0.0.0"] |