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:27b2752885dc5c5baaf5e5b3bec4b9b168aad488a4548e8ce5e8c9011c7877f9 in / |
COPY file:8a1c814f171edd8bd75797f42a80d00fa3b97b7ccc394c89c8a8cc591966bdfe in /etc/yum.repos.d/ubi.repo |
CMD /bin/sh |
LABEL release=20 |
ADD file:31088e9551a5782601614e13f5e0ec0685dcf77f566379422cd4e0a015c9a3e4 in /root/buildinfo/content_manifests/ubi8-micro-container-8.10-20.json |
ADD file:1b2b69d9248863873607b408423ffb328f410052d3f396bab8dd990bcfdf9fa9 in /root/buildinfo/Dockerfile-ubi8-ubi-micro-8.10-20 |
LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2025-01-21T17:33:07" "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-20" |
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"] |