LABEL maintainer="Red Hat, Inc." |
LABEL vendor="Red Hat, Inc." |
LABEL url="https://www.redhat.com" |
LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.5" distribution-scope="public" |
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 9." |
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.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 9 Minimal" |
LABEL io.openshift.expose-services="" |
LABEL io.openshift.tags="minimal rhel9" |
ENV container oci |
COPY dir:0423d0cd4a34047821e55a2806cb02fc682f017fba03e4344223878a61041986 in / |
COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/. |
CMD ["/bin/bash"] |
/bin/sh -c . /cachi2/cachi2.env && rm -rf /var/log/* |
LABEL "build-date"="2025-02-13T04:19:45" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="c0546ad1ce412f8077a547cb8d0d68d04f08815c" "build-date"="2025-02-13T04:15:47Z" "release"="1739420147" |
/bin/sh |
ARG CONTAINER_IMAGE_VERSION=0.6.3 |
ARG C_ICAP_VERSION=0.6.3 |
ARG SQUIDCLAM_VERSION=7.4 |
ARG LINUX_UPDATE=yes |
ARG SPECIAL_CURL_ARGS= |
COPY /libicapapi.so /usr/lib64/libicapapi.so # buildkit |
COPY /c-icap /usr/bin/c-icap # buildkit |
COPY /c-icap-client /usr/bin/c-icap-client # buildkit |
COPY /srv_echo.so /usr/lib64/c_icap/srv_echo.so # buildkit |
COPY /squidclamav.so /usr/lib64/c_icap/squidclamav.so # buildkit |
COPY container_install / # buildkit |
RUN |5 CONTAINER_IMAGE_VERSION=0.6.3 C_ICAP_VERSION=0.6.3 SQUIDCLAM_VERSION=7.4 LINUX_UPDATE=yes SPECIAL_CURL_ARGS= /bin/sh -c /install.sh && rm -f /install # buildkit |
EXPOSE map[11344/tcp:{} 1344/tcp:{}] |
HEALTHCHECK &{["CMD-SHELL" "/healthcheck.sh"] "2m0s" "10s" "15s" "0s" '\x00'} |
ENTRYPOINT ["/entrypoint.sh"] |
USER 1000 |