| ADD file:c5525b3d0375a6117c1870b84a140152f3e7dbf3dc24ff6afbd5a96086e905b6 in / |
| /bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || : |
| ADD file:ecc29a1455ca1b7c82018555e16e2e802135974523df6748e431f8707e759ddd in /tmp/tls-ca-bundle.pem |
| ADD multi:59145b743432123f4025fa3d9781044953a12764ef7a1b981d973fa9cbe6738b in /etc/yum.repos.d/ |
| LABEL maintainer="Red Hat, Inc." |
| LABEL com.redhat.component="ubi8-minimal-container" name="ubi8-minimal" version="8.8" |
| 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=1072 |
| ADD file:361966c0fef2536c74b8650a6ebf064744ff384b92c579b7c36f9dc32abfbe5f in /root/buildinfo/content_manifests/ubi8-minimal-container-8.8-1072.json |
| ADD file:01ab30ccb9e7075b089c950f14c3922b9562a15acd3c5f50689d5598d4112f45 in /root/buildinfo/Dockerfile-ubi8-minimal-8.8-1072 |
| LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2023-09-13T02:08:28" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="dee8029ddcc7ecbfbebb0905d2b15e134338616c" "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.8-1072" |
| /bin/sh -c rm -f '/etc/yum.repos.d/repo-50050.repo' '/etc/yum.repos.d/repo-b842f.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 || : |
| ENV HOME=/opt/helm USER_NAME=helm USER_UID=1001 |
| RUN /bin/sh -c echo "${USER_NAME}:x:${USER_UID}:0:${USER_NAME} user:${HOME}:/sbin/nologin" >> /etc/passwd # buildkit |
| WORKDIR /opt/helm |
| USER 1001 |
| COPY /workspace/build/helm-operator /usr/local/bin/helm-operator # buildkit |
| ENTRYPOINT ["/usr/local/bin/helm-operator" "run" "--watches-file=./watches.yaml"] |
| ENV HOME=/opt/helm |
| COPY file:ad041d1c73b33a6a5ec0e9290eef942936c560a8f0878ed56e84f5dc0d821f5e in /opt/helm/watches.yaml |
| COPY dir:d4bc9f4d8e4bc04a2fd093a221b7c777d4fc57b4f656a233dd5364d2748d1f2b in /opt/helm/helm-charts |
| WORKDIR /opt/helm |