| 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:59cf88cb75870666c46ac4d69b28b9a473af71ea289a168afe5e10239b924f13 in / |
| COPY file:67f65df33ff6c09984969b192c50b78072a88c5655e380e734315d0229c75aa1 in /etc/yum.repos.d/ |
| CMD /bin/sh |
| COPY dir:60755ac6c3317b492f00a7a8accfb67924542b01bb7528bb14858f8607603f8b in /usr/share/buildinfo/ |
| COPY dir:60755ac6c3317b492f00a7a8accfb67924542b01bb7528bb14858f8607603f8b in /root/buildinfo/ |
| LABEL "org.opencontainers.image.created"="2026-07-29T05:05:30Z" "org.opencontainers.image.revision"="36c2d03c8c2faf65a7f1920d427c580cd8539d8b" "build-date"="2026-07-29T05:05:30Z" "architecture"="x86_64" "vcs-ref"="36c2d03c8c2faf65a7f1920d427c580cd8539d8b" "vcs-type"="git" "release"="1785301496"org.opencontainers.image.created=2026-07-29T05:05:30Z,org.opencontainers.image.revision=36c2d03c8c2faf65a7f1920d427c580cd8539d8b |
| COPY file:0a28a31469647ec917f32719af4d816175160034683ef9f3dbf7c7b3d713bfa9 in /usr/lib64/libgcc_s.so.1 |
| COPY file:ab38496a30bfddf1b7bba10bf3cf2400d195174de00432b7d1ac391a8fd377dd in /usr/lib64/libstdc++.so.6 |
| COPY file:499fa035a145abb9166f220976da63b22743cdbc91d0d53ad6db186d403194fe in /usr/lib64/libz.so.1 |
| WORKDIR /work/ |
| COPY --chown=1001:1001 build-output/*-runner /work/application # buildkit |
| COPY /out/ / # buildkit |
| EXPOSE [8080/tcp] |
| USER 1001 |
| ENTRYPOINT ["./application"] |