2021-05-26 18:24:05 UTC
104 MB
rancher/rancher-agent:v2.4-5618-head
DOCKER_API_VERSION1.24
DOCKER_URLDOCKER_URL_amd64
DOCKER_URL_amd64https://get.docker.com/builds/Linux/x86_64/docker-1.10.3
DOCKER_URL_arm64https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64
KUBECTL_VERSIONv1.17.6
KUBEPROMPT_VERSIONv1.0.10
LOGLEVEL_VERSIONv0.1.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:4bbfd2c87b7524455f144a03bf387c88b6d4200e5e0df9139a9d5e79110f89ca - 24.46% (25.5 MB)
[#001] sha256:d2e110be24e168b42c1a2ddbc4a476a217b73cccdba69cdcb212b812a88f5726 - 0.0% (857 Bytes)
[#002] sha256:889a7173dcfeb409f9d88054a97ab2445f5a799a823f719a5573365ee3662b6f - 0.0% (189 Bytes)
[#003] sha256:625ec4e05f7f8d8f1ab3beb181cd3d2b61e36a8f6cd16823565883dee502b4f0 - 0.0% (123 Bytes)
[#004] sha256:a768e5cb8fda2ac27b15ffb1e1ad6ce09b2d4d93be1421f19a459fe86d3e1723 - 29.09% (30.3 MB)
[#005] sha256:dc6362a906deca298ca1403f22d5470d7d898893cc97ce044bd5e64add1e7fd5 - 2.12% (2.2 MB)
[#006] sha256:222d84d1729ceb256a159ebf33cace222262d140e0f0ef05335c900e424728f8 - 1.17% (1.22 MB)
[#007] sha256:53786b701ece29970f3f4de1e0799fb2b8e1f40a65d34ecf4e150cc8a5f658c0 - 25.53% (26.6 MB)
[#008] sha256:4e303feaa2bd00f6866191b58da3464de80072eaafa86b97ae3de291b78b72f2 - 17.63% (18.3 MB)
/bin/sh -c #(nop) ADD file:e05689b5b0d51a2316f8a87b1a9d6cbf90d98b19a424dbb924ee3d0b1cc17bfc in /
2021-05-19 19:44:31 UTC/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
2021-05-19 19:44:32 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-05-19 19:44:33 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-05-19 19:44:33 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-05-26 18:23:11 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-05-26 18:23:11 UTC/bin/sh -c #(nop) ENV DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 DOCKER_URL_arm64=https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64 DOCKER_URL=DOCKER_URL_amd64
2021-05-26 18:23:13 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-05-26 18:23:13 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2021-05-26 18:23:49 UTC|1 ARCH=amd64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl ca-certificates jq iproute2 vim-tiny less bash-completion unzip sysstat acl && curl -sLf ${!DOCKER_URL} > /usr/bin/docker && chmod +x /usr/bin/docker && curl -sLf https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl > /usr/bin/kubectl && chmod +x /usr/bin/kubectl && DEBIAN_FRONTEND=noninteractive apt-get autoremove -y && DEBIAN_FRONTEND=noninteractive apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
2021-05-26 18:23:50 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-05-26 18:23:52 UTC|1 ARCH=amd64 /bin/sh -c curl -sLf https://github.com/rancher/loglevel/releases/download/${LOGLEVEL_VERSION}/loglevel-${ARCH}-${LOGLEVEL_VERSION}.tar.gz | tar xvzf - -C /usr/bin
2021-05-26 18:23:55 UTC|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.7/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin
2021-05-26 18:23:55 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-05-26 18:23:58 UTC|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/c-bata/kube-prompt/releases/download/${KUBEPROMPT_VERSION}/kube-prompt_${KUBEPROMPT_VERSION}_linux_${ARCH}.zip > /usr/bin/kube-prompt.zip && unzip /usr/bin/kube-prompt.zip -d /usr/bin
2021-05-26 18:23:59 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-05-26 18:24:00 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-05-26 18:24:00 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-26 18:24:01 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-5618-head
2021-05-26 18:24:01 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-05-26 18:24:03 UTC/bin/sh -c #(nop) COPY multi:1f9b85db8528b47ff16233820ef76d813f71d122db74811b4698e83daf908beb in /usr/bin/
2021-05-26 18:24:04 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-05-26 18:24:04 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-05-26T18:23:05Z
2021-05-26 18:24:05 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-05-26 18:24:05 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=6cbc333919ef52a343d3b61fb7e2ba981f0f60a7
2021-05-26 18:24:05 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-05-26 18:04:47 UTC
240 MB
rancher/rancher-agent:v2.4-5618-head
DOCKER_API_VERSION1.24
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1809
POWERSHELL_TELEMETRY_OPTOUT0
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePathC:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:ea84579f6cd5b58fe78732be37450bd188c8923de3a2062664f3992861449b5c - 40.28% (96.6 MB)
[#001] sha256:2744042ec0628191db13e6af5dfdd07234b5ae1096360e529bb3b5734e00ea92 - 0.0% (1.01 KB)
[#002] sha256:8cbd83848628df38c61ffa3fb6def4f9bc87d0df0faea41133d12ef856c388f8 - 0.0% (1.02 KB)
[#003] sha256:65a0a1050d74220cc9e2f81d326a0ad45cf65eb7162b88c79cc26d241800e9cb - 0.03% (66.3 KB)
[#004] sha256:b51ea9c3722b0aaf6bf322433a3e59c6a7eb77f9a9dc7e383baf02f21d565cad - 0.0% (1.05 KB)
[#005] sha256:12bbf5927942b4546413cba3a35a6525e7cb6e64edf0fe1e05caa1c7a8931b82 - 40.39% (96.9 MB)
[#006] sha256:02753fe59013b4a701d5b74565617fee341ddceab9295db56a20c268e3473ca2 - 0.05% (131 KB)
[#007] sha256:406b17b42a9e1960024ddf35eca26677872439ebbf9ccd384ffb7a3c18d722d9 - 0.0% (1.01 KB)
[#008] sha256:b7cecf861794b865557a4b188734d2e40cf02ad9c9bed778c39193697af07286 - 0.0% (1 KB)
[#009] sha256:2e1544cded7fb74b7feb91d542b204f00c14f5cfee59f1ca1c9fe75e114487f3 - 0.0% (873 Bytes)
[#010] sha256:59637efdd5b1270bd397464a0615214b8a06018c22d7dc1e573027c9a0d08fd4 - 0.04% (96.5 KB)
[#011] sha256:f6ae179e1951c968fa5e88bba139d4d6ec672178d1bce05ecd697231ad225660 - 13.59% (32.6 MB)
[#012] sha256:d44d03af4b567f4d58ca741801cd142ffc133b86200bff3b7555909dea5e1264 - 0.0% (850 Bytes)
[#013] sha256:c8a92e6c8d129a96757b4012a44e5b2362a67bfa63d258fbf5f259df3f13d898 - 0.0% (824 Bytes)
[#014] sha256:02c5a65552eda3a6c82f8418e308b278eca0123b01c2c670e8c81e6427ce2568 - 0.0% (925 Bytes)
[#015] sha256:41028b134eb90d88ad765bbe5495f980718abb2dae6d4f4a6408b5e1f6c709e3 - 0.0% (855 Bytes)
[#016] sha256:94691a4b081dbb85a50bca9b6b206ba645a545b9bfb0d462a6654e3b70ae2abd - 0.0% (837 Bytes)
[#017] sha256:02f21a7b35868fd505a2025e4de57d0c8020cf56890c140703dca3da0819439b - 5.62% (13.5 MB)
[#018] sha256:d1edbd0ddb856a5e428d7bbf61b60e4b9d8804b829ee3e5fd58adc57d17470ce - 0.0% (853 Bytes)
[#019] sha256:c8004d5c1768b6e4041f0f0a8640d29fb6c1ef3518f3ad772da8e222d6e9adba - 0.0% (830 Bytes)
[#020] sha256:1fcbc63dbfb1da4b0fc5d6548caa640a244759018f6a9e099c36d5262998503a - 0.0% (854 Bytes)
[#021] sha256:92a240f24ed034620529c064b00abcfc0a991d268936c7e6fc7424e4e3a9a4b7 - 0.0% (853 Bytes)
[#022] sha256:d8e9422f2233c773593a7df22193f27caaefed04da97661bab510dcc99b837a5 - 0.0% (848 Bytes)
Apply image 1809-amd64
2021-04-14 01:32:16 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1809
2021-04-14 01:32:16 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-14 01:32:39 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-04-14 01:32:40 UTCcmd /S /C #(nop) USER ContainerUser
2021-04-14 01:32:58 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-04-14 01:33:34 UTCcmd /S /C pwsh -NoLogo -NoProfile -Command " $stopTime = (get-date).AddMinutes(15); $ErrorActionPreference = 'Stop' ; $ProgressPreference = 'SilentlyContinue' ; while(!(Test-Path -Path $env:PSModuleAnalysisCachePath)) { Write-Host "'Waiting for $env:PSModuleAnalysisCachePath'" ; if((get-date) -gt $stopTime) { throw 'timout expired'} Start-Sleep -Seconds 6 ; }"
2021-04-14 01:33:34 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-04-14 01:33:35 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-05-24 15:30:34 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-05-24 15:30:34 UTCcmd /S /C #(nop) COPY multi:965b304f043056ca0b908acb4f545cec25b679d606a72d8b8fec16db9d31e8bc in \Windows\System32\
2021-05-26 18:04:22 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-05-26 18:04:23 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-05-26 18:04:24 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-05-26 18:04:25 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-26 18:04:43 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-5618-head
2021-05-26 18:04:44 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-05-26 18:04:44 UTCcmd /S /C #(nop) COPY multi:1b22b71977368dda2c3295a8446020bbaeeb2e9abdb989e5c4ed6b7921f03e28 in \etc\rancher\
2021-05-26 18:04:45 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-05-26 18:04:46 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-05-26T18:04:41Z
2021-05-26 18:04:46 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=6cbc333919ef52a343d3b61fb7e2ba981f0f60a7
2021-05-26 18:04:47 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-05-26 18:04:47 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-05-26 18:05:57 UTC
94.6 MB
rancher/rancher-agent:v2.4-5618-head
DOCKER_API_VERSION1.24
DOCKER_URLDOCKER_URL_arm64
DOCKER_URL_amd64https://get.docker.com/builds/Linux/x86_64/docker-1.10.3
DOCKER_URL_arm64https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64
KUBECTL_VERSIONv1.17.6
KUBEPROMPT_VERSIONv1.0.10
LOGLEVEL_VERSIONv0.1.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:673aeee5c81c892477834e2b5e55575f16bfd52d9b841a1d8c524fb3805ee960 - 23.9% (22.6 MB)
[#001] sha256:018b2790219d2003c0d437e634927887ee5cc3d8f985d7459adc5b2ff62d003f - 0.0% (851 Bytes)
[#002] sha256:509c77ce92ade89fbf09fe03b167023be51bf5a0c14c00487fa7a9ee33b55fc3 - 0.0% (187 Bytes)
[#003] sha256:b75a484b643b668fca387e6dda59be024b4471a8cc69f20936755194bd6a8fe5 - 0.0% (123 Bytes)
[#004] sha256:0b08d12f8c20f749983d1b66be0f174f3a9a39a95506214569570560c0a7fded - 28.98% (27.4 MB)
[#005] sha256:50265dedf24159bd64126b4cfd671788a2712a3ed375f4f3adff4f5bcc9f574a - 2.05% (1.94 MB)
[#006] sha256:b6cf39dd1613aa77eeb9e850f0258c7a8a8d5317bfbe2edee65e70d546d860e8 - 1.2% (1.13 MB)
[#007] sha256:dd6b1edf49a979a92466e2bbf0841fd8c2d74d3f26eccd4934d80e9b118a813c - 26.05% (24.6 MB)
[#008] sha256:dfb14e62b88fe361097c401bd68facbf723ad02ff8d094a7c7434516ebe13248 - 17.81% (16.8 MB)
/bin/sh -c #(nop) ADD file:5f7cb4b44f843eaef6ae7ddb75dfc228a33d20cd974074ca23c1bb2cad7f77ad in /
2021-04-23 22:47:19 UTC/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
2021-04-23 22:47:21 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-04-23 22:47:23 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-04-23 22:47:24 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-05-26 18:05:32 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-05-26 18:05:33 UTC/bin/sh -c #(nop) ENV DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 DOCKER_URL_arm64=https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64 DOCKER_URL=DOCKER_URL_arm64
2021-05-26 18:05:33 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-05-26 18:05:34 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2021-05-26 18:05:50 UTC|1 ARCH=arm64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl ca-certificates jq iproute2 vim-tiny less bash-completion unzip sysstat acl && curl -sLf ${!DOCKER_URL} > /usr/bin/docker && chmod +x /usr/bin/docker && curl -sLf https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl > /usr/bin/kubectl && chmod +x /usr/bin/kubectl && DEBIAN_FRONTEND=noninteractive apt-get autoremove -y && DEBIAN_FRONTEND=noninteractive apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
2021-05-26 18:05:50 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-05-26 18:05:51 UTC|1 ARCH=arm64 /bin/sh -c curl -sLf https://github.com/rancher/loglevel/releases/download/${LOGLEVEL_VERSION}/loglevel-${ARCH}-${LOGLEVEL_VERSION}.tar.gz | tar xvzf - -C /usr/bin
2021-05-26 18:05:52 UTC|1 ARCH=arm64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.7/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin
2021-05-26 18:05:53 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-05-26 18:05:54 UTC|1 ARCH=arm64 /bin/sh -c curl -sL https://github.com/c-bata/kube-prompt/releases/download/${KUBEPROMPT_VERSION}/kube-prompt_${KUBEPROMPT_VERSION}_linux_${ARCH}.zip > /usr/bin/kube-prompt.zip && unzip /usr/bin/kube-prompt.zip -d /usr/bin
2021-05-26 18:05:54 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-05-26 18:05:55 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-05-26 18:05:55 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-26 18:05:55 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-5618-head
2021-05-26 18:05:55 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-05-26 18:05:56 UTC/bin/sh -c #(nop) COPY multi:fd5c58c96725aed8a56cd4aa0c2b2296161292b87f65dea7fc8af8959613ae56 in /usr/bin/
2021-05-26 18:05:56 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-05-26 18:05:57 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-05-26T18:05:29Z
2021-05-26 18:05:57 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-05-26 18:05:57 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=6cbc333919ef52a343d3b61fb7e2ba981f0f60a7
2021-05-26 18:05:57 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
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.