2023-02-17 19:29:30 UTC
64.2 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:d7c06497d5cebd39c0a4feb14981ec940b5c863e49903d320f630805b049cbff - 58.39% (37.5 MB)
[#001] sha256:6a5259d36708723a861a4093aeb0001fe65f0175fd2ac65d906742e29eb49733 - 0.09% (61.3 KB)
[#002] sha256:fd9cc077f6e6103250ecd6e9147d3765e94056bc4071c7217df3c257eec80b2e - 0.02% (11.6 KB)
[#003] sha256:7c40f0e69fecc5148daf7e44b4353b1e13ab6ed5f6279d664ee7c3b864a7baef - 41.5% (26.6 MB)
/bin/sh -c #(nop) ADD file:9debacd2da6e91e574256c1d0321e942c952ad870e03815f61e023268cd50d96 in /
2023-02-07 16:41:52 UTC/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
2023-02-07 16:41:52 UTC/bin/sh -c #(nop) ADD file:214c1de395c24e4a86ef9a706069ef30a9e804c63f851c37c35655e16fea3ced in /tmp/tls-ca-bundle.pem
2023-02-07 16:41:53 UTC/bin/sh -c #(nop) ADD multi:483f4948de79f4c7f9cf7a1eaa72a83908ab9f232d4b1dc3fe04f4ec01570802 in /etc/yum.repos.d/
2023-02-07 16:41:53 UTC/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2023-02-07 16:41:53 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi8-minimal-container" name="ubi8-minimal" version="8.7"
2023-02-07 16:41:53 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2023-02-07 16:41:53 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 8."
2023-02-07 16:41:53 UTC/bin/sh -c #(nop) 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."
2023-02-07 16:41:53 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8 Minimal"
2023-02-07 16:41:53 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2023-02-07 16:41:53 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel8"
2023-02-07 16:41:53 UTC/bin/sh -c #(nop) ENV container oci
2023-02-07 16:41:53 UTC/bin/sh -c #(nop) ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2023-02-07 16:41:53 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-02-07 16:41:54 UTC/bin/sh -c rm -rf /var/log/*
2023-02-07 16:41:55 UTC/bin/sh -c #(nop) ADD file:ce434e241328365fb3dff767fa581da7c0b75a56029bbcdb2f47c39c517d0b84 in /root/buildinfo/content_manifests/ubi8-minimal-container-8.7-1049.1675784874.json
2023-02-07 16:41:55 UTC/bin/sh -c #(nop) ADD file:3d43555ed5d17987577d9fc4a9e17b7b7a5267683134790f4df24650fbbea2a0 in /root/buildinfo/Dockerfile-ubi8-minimal-8.7-1049.1675784874
2023-02-07 16:41:55 UTC/bin/sh -c #(nop) LABEL "release"="1049.1675784874" "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2023-02-07T16:17:52" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="146fdafc2595e26f5f9c1b9a2b3f36bbca8237e4" "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.7-1049.1675784874"
2023-02-07 16:41:56 UTC/bin/sh -c rm -f '/etc/yum.repos.d/odcs-1774944-33e98.repo' '/etc/yum.repos.d/gitweb-ab170.repo'
2023-02-07 16:41:57 UTC/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
2023-02-07 16:41:59 UTC/bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || :
2023-02-17 19:29:15 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-02-17 19:29:15 UTC (buildkit.dockerfile.v0)ARG RELEASE
2023-02-17 19:29:15 UTC (buildkit.dockerfile.v0)LABEL maintainer=MinIO Inc <dev@min.io>
2023-02-17 19:29:15 UTC (buildkit.dockerfile.v0)COPY CREDITS /licenses/CREDITS # buildkit
2023-02-17 19:29:15 UTC (buildkit.dockerfile.v0)COPY LICENSE /licenses/LICENSE # buildkit
2023-02-17 19:29:30 UTC (buildkit.dockerfile.v0)RUN |2 TARGETARCH=amd64 RELEASE=RELEASE.2023-02-16T19-20-11Z /bin/sh -c microdnf update --nodocs && microdnf install curl ca-certificates shadow-utils util-linux gzip lsof tar net-tools jq --nodocs && microdnf clean all && curl -s -q https://dl.minio.io/client/mc/release/linux-${TARGETARCH}/archive/mc.${RELEASE} -o /usr/bin/mc && chmod +x /usr/bin/mc # buildkit
2023-02-17 19:29:30 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["mc"]
2023-02-17 19:30:30 UTC
61.8 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:9cf2097f6c1917d072ae7c82bf71376cd48d505294658ead2eba5002adfdabcf - 58.08% (35.9 MB)
[#001] sha256:ddd07b85aee518ec0df0aa51fca4e2b5b1697028c0db9064df84f62356ec23a7 - 0.1% (61.3 KB)
[#002] sha256:43a7c4399c0aa7e7d00ff13df45b7d00c37c99221b906cb4c94cd2a732197ee8 - 0.02% (11.6 KB)
[#003] sha256:d949a0e2cf9c03ad7378280c0117261b720cb0fc3f98ff42dab768e1c1030479 - 41.81% (25.8 MB)
/bin/sh -c #(nop) ADD file:0c31208f09666bfe3bc40cf7236843ffef65d2264d75abc59de2e51b3c250ca7 in /
2023-02-07 16:41:28 UTC/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
2023-02-07 16:41:28 UTC/bin/sh -c #(nop) ADD file:214c1de395c24e4a86ef9a706069ef30a9e804c63f851c37c35655e16fea3ced in /tmp/tls-ca-bundle.pem
2023-02-07 16:41:28 UTC/bin/sh -c #(nop) ADD multi:483f4948de79f4c7f9cf7a1eaa72a83908ab9f232d4b1dc3fe04f4ec01570802 in /etc/yum.repos.d/
2023-02-07 16:41:28 UTC/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2023-02-07 16:41:28 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi8-minimal-container" name="ubi8-minimal" version="8.7"
2023-02-07 16:41:28 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2023-02-07 16:41:28 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 8."
2023-02-07 16:41:28 UTC/bin/sh -c #(nop) 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."
2023-02-07 16:41:28 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8 Minimal"
2023-02-07 16:41:28 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2023-02-07 16:41:28 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel8"
2023-02-07 16:41:28 UTC/bin/sh -c #(nop) ENV container oci
2023-02-07 16:41:28 UTC/bin/sh -c #(nop) ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2023-02-07 16:41:28 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-02-07 16:41:30 UTC/bin/sh -c rm -rf /var/log/*
2023-02-07 16:41:30 UTC/bin/sh -c #(nop) ADD file:ae43675448cc8443982dc225c76fdc173f726a3c239cf71a10ae138dcd8b91c8 in /root/buildinfo/content_manifests/ubi8-minimal-container-8.7-1049.1675784874.json
2023-02-07 16:41:30 UTC/bin/sh -c #(nop) ADD file:bef5abde3517cb11d044991ba0a6ce4581cb646c4c8b63594be53af254f33bc3 in /root/buildinfo/Dockerfile-ubi8-minimal-8.7-1049.1675784874
2023-02-07 16:41:30 UTC/bin/sh -c #(nop) LABEL "release"="1049.1675784874" "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2023-02-07T16:17:52" "architecture"="aarch64" "vcs-type"="git" "vcs-ref"="146fdafc2595e26f5f9c1b9a2b3f36bbca8237e4" "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.7-1049.1675784874"
2023-02-07 16:41:31 UTC/bin/sh -c rm -f '/etc/yum.repos.d/odcs-1774944-33e98.repo' '/etc/yum.repos.d/gitweb-ab170.repo'
2023-02-07 16:41:32 UTC/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
2023-02-07 16:41:34 UTC/bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || :
2023-02-17 19:29:12 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-02-17 19:29:12 UTC (buildkit.dockerfile.v0)ARG RELEASE
2023-02-17 19:29:12 UTC (buildkit.dockerfile.v0)LABEL maintainer=MinIO Inc <dev@min.io>
2023-02-17 19:29:12 UTC (buildkit.dockerfile.v0)COPY CREDITS /licenses/CREDITS # buildkit
2023-02-17 19:29:13 UTC (buildkit.dockerfile.v0)COPY LICENSE /licenses/LICENSE # buildkit
2023-02-17 19:30:30 UTC (buildkit.dockerfile.v0)RUN |2 TARGETARCH=arm64 RELEASE=RELEASE.2023-02-16T19-20-11Z /bin/sh -c microdnf update --nodocs && microdnf install curl ca-certificates shadow-utils util-linux gzip lsof tar net-tools jq --nodocs && microdnf clean all && curl -s -q https://dl.minio.io/client/mc/release/linux-${TARGETARCH}/archive/mc.${RELEASE} -o /usr/bin/mc && chmod +x /usr/bin/mc # buildkit
2023-02-17 19:30:30 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["mc"]
2023-02-17 19:30:49 UTC
69.3 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:27d920d293ddd4097c2c317d4d50a66dae2ee9457e0094ee75c282d847e01b15 - 60.48% (41.9 MB)
[#001] sha256:939a7c0f1e7b18981a12cf7c6799cac8c12df2fc95a92e563144105f843c415c - 0.09% (61.3 KB)
[#002] sha256:fd9cc077f6e6103250ecd6e9147d3765e94056bc4071c7217df3c257eec80b2e - 0.02% (11.6 KB)
[#003] sha256:736021ce90470fb3068236920604cd1b962cac428685d67790d8440d96d9a545 - 39.42% (27.3 MB)
/bin/sh -c #(nop) ADD file:cc18806bbd223efb620562d8731222bed557d8313fb696bcf156de8d6c35eacb in /
2023-02-07 16:41:52 UTC/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
2023-02-07 16:41:52 UTC/bin/sh -c #(nop) ADD file:214c1de395c24e4a86ef9a706069ef30a9e804c63f851c37c35655e16fea3ced in /tmp/tls-ca-bundle.pem
2023-02-07 16:41:53 UTC/bin/sh -c #(nop) ADD multi:483f4948de79f4c7f9cf7a1eaa72a83908ab9f232d4b1dc3fe04f4ec01570802 in /etc/yum.repos.d/
2023-02-07 16:41:53 UTC/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2023-02-07 16:41:53 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi8-minimal-container" name="ubi8-minimal" version="8.7"
2023-02-07 16:41:53 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2023-02-07 16:41:53 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 8."
2023-02-07 16:41:53 UTC/bin/sh -c #(nop) 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."
2023-02-07 16:41:53 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8 Minimal"
2023-02-07 16:41:53 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2023-02-07 16:41:53 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel8"
2023-02-07 16:41:53 UTC/bin/sh -c #(nop) ENV container oci
2023-02-07 16:41:53 UTC/bin/sh -c #(nop) ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2023-02-07 16:41:53 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-02-07 16:41:55 UTC/bin/sh -c rm -rf /var/log/*
2023-02-07 16:41:55 UTC/bin/sh -c #(nop) ADD file:07eb52cbd49d76b021124df53d6c164728784da32190345688b268c045585ea4 in /root/buildinfo/content_manifests/ubi8-minimal-container-8.7-1049.1675784874.json
2023-02-07 16:41:56 UTC/bin/sh -c #(nop) ADD file:2a2040fb7d07f877622d2b69a8123e5a992d6103a4117840c00fdb45a661bf9d in /root/buildinfo/Dockerfile-ubi8-minimal-8.7-1049.1675784874
2023-02-07 16:41:56 UTC/bin/sh -c #(nop) LABEL "release"="1049.1675784874" "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2023-02-07T16:17:52" "architecture"="ppc64le" "vcs-type"="git" "vcs-ref"="146fdafc2595e26f5f9c1b9a2b3f36bbca8237e4" "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.7-1049.1675784874"
2023-02-07 16:41:57 UTC/bin/sh -c rm -f '/etc/yum.repos.d/odcs-1774944-33e98.repo' '/etc/yum.repos.d/gitweb-ab170.repo'
2023-02-07 16:41:59 UTC/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
2023-02-07 16:42:02 UTC/bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || :
2023-02-17 19:29:15 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-02-17 19:29:15 UTC (buildkit.dockerfile.v0)ARG RELEASE
2023-02-17 19:29:15 UTC (buildkit.dockerfile.v0)LABEL maintainer=MinIO Inc <dev@min.io>
2023-02-17 19:29:15 UTC (buildkit.dockerfile.v0)COPY CREDITS /licenses/CREDITS # buildkit
2023-02-17 19:29:15 UTC (buildkit.dockerfile.v0)COPY LICENSE /licenses/LICENSE # buildkit
2023-02-17 19:30:49 UTC (buildkit.dockerfile.v0)RUN |2 TARGETARCH=ppc64le RELEASE=RELEASE.2023-02-16T19-20-11Z /bin/sh -c microdnf update --nodocs && microdnf install curl ca-certificates shadow-utils util-linux gzip lsof tar net-tools jq --nodocs && microdnf clean all && curl -s -q https://dl.minio.io/client/mc/release/linux-${TARGETARCH}/archive/mc.${RELEASE} -o /usr/bin/mc && chmod +x /usr/bin/mc # buildkit
2023-02-17 19:30:49 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["mc"]
2023-02-17 19:30:32 UTC
61.8 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:3a112ca8f263d995270e4bcb5a1451724beb14028b2a6ecddf2ff504e4db22c5 - 57.89% (35.8 MB)
[#001] sha256:939a7c0f1e7b18981a12cf7c6799cac8c12df2fc95a92e563144105f843c415c - 0.1% (61.3 KB)
[#002] sha256:fd9cc077f6e6103250ecd6e9147d3765e94056bc4071c7217df3c257eec80b2e - 0.02% (11.6 KB)
[#003] sha256:aef2ffd8de74921a67ce8f7b0965e1fc270e4128062429b60b5d0106391f93ae - 41.99% (26 MB)
/bin/sh -c #(nop) ADD file:a2b8e96ca75eae478f0c51e1dfda0cdc8678296f2948c18a52fbdea2a75db14b in /
2023-02-07 16:41:49 UTC/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
2023-02-07 16:41:49 UTC/bin/sh -c #(nop) ADD file:214c1de395c24e4a86ef9a706069ef30a9e804c63f851c37c35655e16fea3ced in /tmp/tls-ca-bundle.pem
2023-02-07 16:41:49 UTC/bin/sh -c #(nop) ADD multi:483f4948de79f4c7f9cf7a1eaa72a83908ab9f232d4b1dc3fe04f4ec01570802 in /etc/yum.repos.d/
2023-02-07 16:41:49 UTC/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2023-02-07 16:41:49 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi8-minimal-container" name="ubi8-minimal" version="8.7"
2023-02-07 16:41:49 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2023-02-07 16:41:49 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 8."
2023-02-07 16:41:49 UTC/bin/sh -c #(nop) 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."
2023-02-07 16:41:49 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8 Minimal"
2023-02-07 16:41:49 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2023-02-07 16:41:49 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel8"
2023-02-07 16:41:49 UTC/bin/sh -c #(nop) ENV container oci
2023-02-07 16:41:49 UTC/bin/sh -c #(nop) ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2023-02-07 16:41:49 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-02-07 16:41:51 UTC/bin/sh -c rm -rf /var/log/*
2023-02-07 16:41:51 UTC/bin/sh -c #(nop) ADD file:c1fa2e86e11903c18979cc2709c586197f22e393ef5356140a33efb0536adb1b in /root/buildinfo/content_manifests/ubi8-minimal-container-8.7-1049.1675784874.json
2023-02-07 16:41:51 UTC/bin/sh -c #(nop) ADD file:a373d773356fa703e9ac24ba4497e7648aaf279f681fd835e9a6bf1702687ea6 in /root/buildinfo/Dockerfile-ubi8-minimal-8.7-1049.1675784874
2023-02-07 16:41:51 UTC/bin/sh -c #(nop) LABEL "release"="1049.1675784874" "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2023-02-07T16:17:52" "architecture"="s390x" "vcs-type"="git" "vcs-ref"="146fdafc2595e26f5f9c1b9a2b3f36bbca8237e4" "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.7-1049.1675784874"
2023-02-07 16:41:53 UTC/bin/sh -c rm -f '/etc/yum.repos.d/odcs-1774944-33e98.repo' '/etc/yum.repos.d/gitweb-ab170.repo'
2023-02-07 16:41:54 UTC/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
2023-02-07 16:41:56 UTC/bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || :
2023-02-17 19:29:15 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-02-17 19:29:15 UTC (buildkit.dockerfile.v0)ARG RELEASE
2023-02-17 19:29:15 UTC (buildkit.dockerfile.v0)LABEL maintainer=MinIO Inc <dev@min.io>
2023-02-17 19:29:15 UTC (buildkit.dockerfile.v0)COPY CREDITS /licenses/CREDITS # buildkit
2023-02-17 19:29:15 UTC (buildkit.dockerfile.v0)COPY LICENSE /licenses/LICENSE # buildkit
2023-02-17 19:30:32 UTC (buildkit.dockerfile.v0)RUN |2 TARGETARCH=s390x RELEASE=RELEASE.2023-02-16T19-20-11Z /bin/sh -c microdnf update --nodocs && microdnf install curl ca-certificates shadow-utils util-linux gzip lsof tar net-tools jq --nodocs && microdnf clean all && curl -s -q https://dl.minio.io/client/mc/release/linux-${TARGETARCH}/archive/mc.${RELEASE} -o /usr/bin/mc && chmod +x /usr/bin/mc # buildkit
2023-02-17 19:30:32 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["mc"]
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.