ADD file:766a0ab65857bf510671c2f8f0509dcd4c7df6971b76022c258f75ebe5831f03 in / |
/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || : |
ADD file:df13b6a4fdeac4626ab7cd7e99d16d30edc6e3e5441295ae7691bee26604a5b1 in /tmp/tls-ca-bundle.pem |
ADD multi:655f463cfe5169d7bbec4da3814e0c005471bcc74188a056667c4e3ca5f39253 in /etc/yum.repos.d/ |
LABEL maintainer="Red Hat, Inc." |
LABEL com.redhat.component="ubi8-minimal-container" name="ubi8-minimal" version="8.10" |
LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI" |
LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 8." |
LABEL description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly." |
LABEL io.k8s.display-name="Red Hat Universal Base Image 8 Minimal" |
LABEL io.openshift.expose-services="" |
LABEL io.openshift.tags="minimal rhel8" |
ENV container oci |
ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
CMD ["/bin/bash"] |
/bin/sh -c rm -rf /var/log/* |
LABEL release=1179 |
ADD file:69690347bb2ecf4dfb96676b634366f40c1c8df69dc5812502d80a6780cd084e in /root/buildinfo/content_manifests/ubi8-minimal-container-8.10-1179.json |
ADD file:f15fe0163fb3f9e72a50dbad2199111e696b63a0e7fd6bdb2a96fcf55d9c1ee6 in /root/buildinfo/Dockerfile-ubi8-minimal-8.10-1179 |
LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2025-01-21T14:25:54" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="4f8da2b64a13f2a264bd802d8909bf803211fb20" "io.k8s.description"="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly." "url"="https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.10-1179" |
/bin/sh -c rm -f '/etc/yum.repos.d/repo-0d6f7.repo' '/etc/yum.repos.d/repo-a12e0.repo' |
/bin/sh -c rm -f /tmp/tls-ca-bundle.pem |
/bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || : |
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"] |