LABEL maintainer="Red Hat, Inc." |
LABEL com.redhat.component="ubi8-micro-container" |
LABEL name="ubi8/ubi-micro" |
LABEL version="8.7" |
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:ae9126164f7ed894a7e545202459b745ef0b0b0044c200261eced7efaf702136 in / |
COPY file:8a1c814f171edd8bd75797f42a80d00fa3b97b7ccc394c89c8a8cc591966bdfe in /etc/yum.repos.d/ubi.repo |
CMD /bin/sh |
LABEL release=8 |
ADD file:6e9d85270395f840f9c43b6c12975390f35b25ba57f158cbf96f57812b3a6ade in /root/buildinfo/content_manifests/ubi8-micro-container-8.7-8.json |
ADD file:5c4c2c7cdd8b61b645b07e00139843455d220965ad432c11f0c98f58e28de76b in /root/buildinfo/Dockerfile-ubi8-ubi-micro-8.7-8 |
LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2023-03-28T11:32:48" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="21e31808861e65c8410a401dda5e2690cb0ac56c" "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.7-8" |
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/ |
COPY file:e88b92c56507dedf860d14c7e191ba305db12ff9bce934b17bd60bc0854d6ac3 in /work/application |
/bin/sh -c chmod 775 /work /work/application && chown -R 1001 /work && chmod -R "g+rwX" /work && chown -R 1001:root /work |
EXPOSE 8080 |
USER 1001 |
CMD ["./application" "-Dquarkus.http.host=0.0.0.0"] |
LABEL org.opencontainers.image.created=2023-06-25T22:02:55Z |
LABEL org.opencontainers.image.revision=d1126d7b7a034b6acb7a9fcf26dfe643a0c9a256 |
LABEL org.opencontainers.image.source=https://codefirst.iut.uca.fr/git/florent.marques/codefirst-support.git |
LABEL org.opencontainers.image.url=https://codefirst.iut.uca.fr/git/florent.marques/codefirst-support |