LABEL maintainer="Red Hat, Inc." |
LABEL com.redhat.component="ubi8-micro-container" |
LABEL name="ubi8/ubi-micro" |
LABEL version="8.10" |
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.display-name="Ubi8-micro" |
LABEL io.openshift.expose-services="" |
COPY dir:d95d94e6e49fba3c81741bf53973fc74efac896adaa68b891ca4365b69b9ac90 in / |
COPY file:8a1c814f171edd8bd75797f42a80d00fa3b97b7ccc394c89c8a8cc591966bdfe in /etc/yum.repos.d/ubi.repo |
CMD /bin/sh |
LABEL release=22 |
ADD file:1fd146e47cd9b9cd4e4f3b241871139bc17d7bec12ad76c120960b2975196e7b in /root/buildinfo/content_manifests/ubi8-micro-container-8.10-22.json |
ADD file:8ad49dde06076e7e42806b90df11184c65227314a84314bcd8bb4fb3b38c7af3 in /root/buildinfo/Dockerfile-ubi8-ubi-micro-8.10-22 |
LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2025-03-05T22:45:00" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="be611e3414a0692bd94bfcb467e3fcdeadbdd03e" "io.k8s.description"="Very small image which doesn't install the package manager." "url"="https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/ubi-micro/images/8.10-22" |
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"] |