2023-08-30 02:50:48 UTC
64.8 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:0c10cd59e10eb07960a86667f3bbc3d156c315246f8cd60742882b3383e61b59 - 57.85% (37.5 MB)
[#001] sha256:8f90fc95a3d7e3060e73ac1c66c3a15cb485c0b6683f338bec7674812ede9fb5 - 0.11% (70.8 KB)
[#002] sha256:0730851dc350828c19dcfaeac2c1c01ebe38a577a2e18fc48af927f410ee4e0b - 0.02% (11.6 KB)
[#003] sha256:01208069b77703f887060cef3e919700115020663c1535e4bafee1360f34f486 - 42.03% (27.2 MB)
/bin/sh -c #(nop) ADD file:5050cbc3c3c471a239532315b584776b5035ed3987a0e106c4f56dff3557db94 in /
2023-08-02 16:10:29 UTC/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
2023-08-02 16:10:30 UTC/bin/sh -c #(nop) ADD file:214c1de395c24e4a86ef9a706069ef30a9e804c63f851c37c35655e16fea3ced in /tmp/tls-ca-bundle.pem
2023-08-02 16:10:30 UTC/bin/sh -c #(nop) ADD multi:dad1054d72a3e8b4c584c001e3dcf03e2e308d6704afa67bdb7e61f11a6faa13 in /etc/yum.repos.d/
2023-08-02 16:10:30 UTC/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2023-08-02 16:10:30 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi8-minimal-container" name="ubi8-minimal" version="8.8"
2023-08-02 16:10:30 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2023-08-02 16:10:30 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 8."
2023-08-02 16:10:30 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-08-02 16:10:30 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8 Minimal"
2023-08-02 16:10:30 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2023-08-02 16:10:30 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel8"
2023-08-02 16:10:30 UTC/bin/sh -c #(nop) ENV container oci
2023-08-02 16:10:30 UTC/bin/sh -c #(nop) ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2023-08-02 16:10:30 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-08-02 16:10:31 UTC/bin/sh -c rm -rf /var/log/*
2023-08-02 16:10:31 UTC/bin/sh -c #(nop) LABEL release=1037
2023-08-02 16:10:31 UTC/bin/sh -c #(nop) ADD file:274a78191ca7a379c581c872d084fa95c08eedf234e515d5b3c6190707bf565a in /root/buildinfo/content_manifests/ubi8-minimal-container-8.8-1037.json
2023-08-02 16:10:32 UTC/bin/sh -c #(nop) ADD file:5dabfae6d4584aaa40baa717bfef3a001ec8660741f67aa71f25b9dd1210b581 in /root/buildinfo/Dockerfile-ubi8-minimal-8.8-1037
2023-08-02 16:10:32 UTC/bin/sh -c #(nop) LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2023-08-02T16:00:59" "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-1037"
2023-08-02 16:10:32 UTC/bin/sh -c rm -f '/etc/yum.repos.d/repo-cdf2d.repo' '/etc/yum.repos.d/repo-a0366.repo'
2023-08-02 16:10:33 UTC/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
2023-08-02 16:10:35 UTC/bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || :
2023-08-30 02:50:30 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-08-30 02:50:30 UTC (buildkit.dockerfile.v0)ARG RELEASE
2023-08-30 02:50:30 UTC (buildkit.dockerfile.v0)LABEL maintainer=MinIO Inc <dev@min.io>
2023-08-30 02:50:30 UTC (buildkit.dockerfile.v0)COPY CREDITS /licenses/CREDITS # buildkit
2023-08-30 02:50:30 UTC (buildkit.dockerfile.v0)COPY LICENSE /licenses/LICENSE # buildkit
2023-08-30 02:50:48 UTC (buildkit.dockerfile.v0)RUN |2 TARGETARCH=amd64 RELEASE=RELEASE.2023-08-29T22-55-06Z /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-08-30 02:50:48 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["mc"]
2023-08-30 02:52:03 UTC
62.3 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:aa1f96e7f3853b253fafa945478a823e6817be5fa328738f4aa190b41b8048cf - 57.44% (35.8 MB)
[#001] sha256:8f90fc95a3d7e3060e73ac1c66c3a15cb485c0b6683f338bec7674812ede9fb5 - 0.11% (70.8 KB)
[#002] sha256:0730851dc350828c19dcfaeac2c1c01ebe38a577a2e18fc48af927f410ee4e0b - 0.02% (11.6 KB)
[#003] sha256:5e474c66117195a8603819df25c608d76c666771eb0e790aea129ec7016578b1 - 42.43% (26.4 MB)
/bin/sh -c #(nop) ADD file:4c938a27a1d458b293a097ebdc6e694b38ce1e6e104e3c4b0f7b9abaab9e3d21 in /
2023-08-02 16:10:30 UTC/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
2023-08-02 16:10:30 UTC/bin/sh -c #(nop) ADD file:214c1de395c24e4a86ef9a706069ef30a9e804c63f851c37c35655e16fea3ced in /tmp/tls-ca-bundle.pem
2023-08-02 16:10:30 UTC/bin/sh -c #(nop) ADD multi:dad1054d72a3e8b4c584c001e3dcf03e2e308d6704afa67bdb7e61f11a6faa13 in /etc/yum.repos.d/
2023-08-02 16:10:30 UTC/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2023-08-02 16:10:30 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi8-minimal-container" name="ubi8-minimal" version="8.8"
2023-08-02 16:10:30 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2023-08-02 16:10:30 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 8."
2023-08-02 16:10:30 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-08-02 16:10:30 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8 Minimal"
2023-08-02 16:10:30 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2023-08-02 16:10:30 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel8"
2023-08-02 16:10:30 UTC/bin/sh -c #(nop) ENV container oci
2023-08-02 16:10:30 UTC/bin/sh -c #(nop) ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2023-08-02 16:10:30 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-08-02 16:10:31 UTC/bin/sh -c rm -rf /var/log/*
2023-08-02 16:10:31 UTC/bin/sh -c #(nop) LABEL release=1037
2023-08-02 16:10:32 UTC/bin/sh -c #(nop) ADD file:001bc4f827a343bbe6981d9a7d62c3b76e2cb689ac5a22654c000a793033cf55 in /root/buildinfo/content_manifests/ubi8-minimal-container-8.8-1037.json
2023-08-02 16:10:32 UTC/bin/sh -c #(nop) ADD file:208163ed9f9608c84c93615afe2a4538599769a0816434ed904004ec63070e54 in /root/buildinfo/Dockerfile-ubi8-minimal-8.8-1037
2023-08-02 16:10:32 UTC/bin/sh -c #(nop) LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2023-08-02T16:00:59" "architecture"="aarch64" "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-1037"
2023-08-02 16:10:33 UTC/bin/sh -c rm -f '/etc/yum.repos.d/repo-cdf2d.repo' '/etc/yum.repos.d/repo-a0366.repo'
2023-08-02 16:10:34 UTC/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
2023-08-02 16:10:36 UTC/bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || :
2023-08-30 02:50:30 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-08-30 02:50:30 UTC (buildkit.dockerfile.v0)ARG RELEASE
2023-08-30 02:50:30 UTC (buildkit.dockerfile.v0)LABEL maintainer=MinIO Inc <dev@min.io>
2023-08-30 02:50:30 UTC (buildkit.dockerfile.v0)COPY CREDITS /licenses/CREDITS # buildkit
2023-08-30 02:50:30 UTC (buildkit.dockerfile.v0)COPY LICENSE /licenses/LICENSE # buildkit
2023-08-30 02:52:03 UTC (buildkit.dockerfile.v0)RUN |2 TARGETARCH=arm64 RELEASE=RELEASE.2023-08-29T22-55-06Z /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-08-30 02:52:03 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["mc"]
2023-08-30 02:52:19 UTC
70.1 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:e6b432714e84eb09e741ce73a97220a8ec1dc9fa4553c5daf3f8269e67952487 - 59.92% (42 MB)
[#001] sha256:8f90fc95a3d7e3060e73ac1c66c3a15cb485c0b6683f338bec7674812ede9fb5 - 0.1% (70.8 KB)
[#002] sha256:0730851dc350828c19dcfaeac2c1c01ebe38a577a2e18fc48af927f410ee4e0b - 0.02% (11.6 KB)
[#003] sha256:63eb3c6bd8c975a0d6a5977e5f9fe6ff0e2fb0e38842ed3a3f84ed64f5048faf - 39.96% (28 MB)
/bin/sh -c #(nop) ADD file:280765068108a44a67c93ba12e1c9fe060db8c1a45ee016027fa49af2e1da08b in /
2023-08-02 16:10:26 UTC/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
2023-08-02 16:10:27 UTC/bin/sh -c #(nop) ADD file:214c1de395c24e4a86ef9a706069ef30a9e804c63f851c37c35655e16fea3ced in /tmp/tls-ca-bundle.pem
2023-08-02 16:10:28 UTC/bin/sh -c #(nop) ADD multi:dad1054d72a3e8b4c584c001e3dcf03e2e308d6704afa67bdb7e61f11a6faa13 in /etc/yum.repos.d/
2023-08-02 16:10:28 UTC/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2023-08-02 16:10:28 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi8-minimal-container" name="ubi8-minimal" version="8.8"
2023-08-02 16:10: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-08-02 16:10:28 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 8."
2023-08-02 16:10: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-08-02 16:10:28 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8 Minimal"
2023-08-02 16:10:28 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2023-08-02 16:10:28 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel8"
2023-08-02 16:10:28 UTC/bin/sh -c #(nop) ENV container oci
2023-08-02 16:10:28 UTC/bin/sh -c #(nop) ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2023-08-02 16:10:28 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-08-02 16:10:33 UTC/bin/sh -c rm -rf /var/log/*
2023-08-02 16:10:33 UTC/bin/sh -c #(nop) LABEL release=1037
2023-08-02 16:10:34 UTC/bin/sh -c #(nop) ADD file:fc14a5babeceef1d6f7721e9e8a93cd60f958fd7a13bc5b4a920c2b271320e8c in /root/buildinfo/content_manifests/ubi8-minimal-container-8.8-1037.json
2023-08-02 16:10:36 UTC/bin/sh -c #(nop) ADD file:7ccd2a1033cd2c193389449d3eb13585a30ecc8d4cbabb2f7e58bfc63bd52479 in /root/buildinfo/Dockerfile-ubi8-minimal-8.8-1037
2023-08-02 16:10:36 UTC/bin/sh -c #(nop) LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2023-08-02T16:00:59" "architecture"="ppc64le" "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-1037"
2023-08-02 16:10:42 UTC/bin/sh -c rm -f '/etc/yum.repos.d/repo-cdf2d.repo' '/etc/yum.repos.d/repo-a0366.repo'
2023-08-02 16:10:46 UTC/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
2023-08-02 16:10:50 UTC/bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || :
2023-08-30 02:50:30 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-08-30 02:50:30 UTC (buildkit.dockerfile.v0)ARG RELEASE
2023-08-30 02:50:30 UTC (buildkit.dockerfile.v0)LABEL maintainer=MinIO Inc <dev@min.io>
2023-08-30 02:50:30 UTC (buildkit.dockerfile.v0)COPY CREDITS /licenses/CREDITS # buildkit
2023-08-30 02:50:30 UTC (buildkit.dockerfile.v0)COPY LICENSE /licenses/LICENSE # buildkit
2023-08-30 02:52:19 UTC (buildkit.dockerfile.v0)RUN |2 TARGETARCH=ppc64le RELEASE=RELEASE.2023-08-29T22-55-06Z /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-08-30 02:52:19 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["mc"]
2023-08-30 02:52:03 UTC
62.4 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:a99176ec2bf612eecd92246528bb982ebd6b136024415967dfe6e5d86750c09a - 57.27% (35.7 MB)
[#001] sha256:8f90fc95a3d7e3060e73ac1c66c3a15cb485c0b6683f338bec7674812ede9fb5 - 0.11% (70.8 KB)
[#002] sha256:0730851dc350828c19dcfaeac2c1c01ebe38a577a2e18fc48af927f410ee4e0b - 0.02% (11.6 KB)
[#003] sha256:fe1180fde2f6bf94ba0f87a0111f39df9d2e5d7f24ca6f3454e7db09252dd153 - 42.61% (26.6 MB)
/bin/sh -c #(nop) ADD file:af9e276091a2ce296622f9666378e91de6dc376b23af9e2aabffff75feba5c91 in /
2023-08-02 16:10:28 UTC/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
2023-08-02 16:10:30 UTC/bin/sh -c #(nop) ADD file:214c1de395c24e4a86ef9a706069ef30a9e804c63f851c37c35655e16fea3ced in /tmp/tls-ca-bundle.pem
2023-08-02 16:10:32 UTC/bin/sh -c #(nop) ADD multi:dad1054d72a3e8b4c584c001e3dcf03e2e308d6704afa67bdb7e61f11a6faa13 in /etc/yum.repos.d/
2023-08-02 16:10:32 UTC/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2023-08-02 16:10:32 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi8-minimal-container" name="ubi8-minimal" version="8.8"
2023-08-02 16:10:32 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2023-08-02 16:10:32 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 8."
2023-08-02 16:10:32 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-08-02 16:10:32 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8 Minimal"
2023-08-02 16:10:32 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2023-08-02 16:10:32 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel8"
2023-08-02 16:10:32 UTC/bin/sh -c #(nop) ENV container oci
2023-08-02 16:10:32 UTC/bin/sh -c #(nop) ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2023-08-02 16:10:32 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-08-02 16:10:34 UTC/bin/sh -c rm -rf /var/log/*
2023-08-02 16:10:34 UTC/bin/sh -c #(nop) LABEL release=1037
2023-08-02 16:10:35 UTC/bin/sh -c #(nop) ADD file:c61745b1c7320bc470f74feb0deb56a9cc5408060219bb333defeb839c3e6452 in /root/buildinfo/content_manifests/ubi8-minimal-container-8.8-1037.json
2023-08-02 16:10:35 UTC/bin/sh -c #(nop) ADD file:9619227158f9a707830e88538c0495cc2170839d93284a55b7ba4374c8a2d037 in /root/buildinfo/Dockerfile-ubi8-minimal-8.8-1037
2023-08-02 16:10:35 UTC/bin/sh -c #(nop) LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2023-08-02T16:00:59" "architecture"="s390x" "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-1037"
2023-08-02 16:10:37 UTC/bin/sh -c rm -f '/etc/yum.repos.d/repo-cdf2d.repo' '/etc/yum.repos.d/repo-a0366.repo'
2023-08-02 16:10:40 UTC/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
2023-08-02 16:10:42 UTC/bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || :
2023-08-30 02:50:30 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-08-30 02:50:30 UTC (buildkit.dockerfile.v0)ARG RELEASE
2023-08-30 02:50:30 UTC (buildkit.dockerfile.v0)LABEL maintainer=MinIO Inc <dev@min.io>
2023-08-30 02:50:30 UTC (buildkit.dockerfile.v0)COPY CREDITS /licenses/CREDITS # buildkit
2023-08-30 02:50:30 UTC (buildkit.dockerfile.v0)COPY LICENSE /licenses/LICENSE # buildkit
2023-08-30 02:52:03 UTC (buildkit.dockerfile.v0)RUN |2 TARGETARCH=s390x RELEASE=RELEASE.2023-08-29T22-55-06Z /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-08-30 02:52:03 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.