2021-05-18 18:41:25 UTC
104 MB
rancher/rancher-agent:v2.4-5574-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:01bf7da0a88c9e37ae418d17c0aeed0621524848d80ccb9e38c67e7ab8e11928 - 24.46% (25.5 MB)
[#001] sha256:f3b4a5f15c7a0722b4f22e61b5387317eaf2602c27ffb2bceac9a25f19fbd156 - 0.0% (852 Bytes)
[#002] sha256:57ffbe87baa135002dddb7a7460082c5d6a352186e1be9464c5f31db81378824 - 0.0% (188 Bytes)
[#003] sha256:51a32e2b82127807fb88e7750f00fb7a6433096499e16af9f4dfd6eb3f7c125e - 0.0% (123 Bytes)
[#004] sha256:ee186f31baa0a747aa11c473715b19f6a9d791d07180adae97f41d1a92f30f0d - 29.09% (30.3 MB)
[#005] sha256:cad0069a97e2db91b8c60435d6804b94565f0bc9fac2c8706a7613cb3144b672 - 2.12% (2.2 MB)
[#006] sha256:97d8d83229a731a683c83cfa3900ae7e670672556f96c3ee6fc5c0b89095d521 - 1.17% (1.22 MB)
[#007] sha256:a36f86a7be4d3cd7170b3481277cff6136c1eaf90231f37054f52266fd088cbe - 25.53% (26.6 MB)
[#008] sha256:6776df65baa0046c2f4f775c9073af3ea31948172b37d6cf242dbe1ecaf4f1bc - 17.64% (18.4 MB)
/bin/sh -c #(nop) ADD file:d7fa3c26651f9204a5629287a1a9a6e7dc6a0bc6eb499e82c433c0c8f67ff46b in /
2021-04-23 22:21:23 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:21:24 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-04-23 22:21:25 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-04-23 22:21:25 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-05-18 18:40:58 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-05-18 18:40:58 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-18 18:40:59 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-05-18 18:40:59 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2021-05-18 18:41:17 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-18 18:41:17 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-05-18 18:41:18 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-18 18:41:20 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-18 18:41:20 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-05-18 18:41:22 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-18 18:41:22 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-05-18 18:41:22 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-05-18 18:41:22 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-18 18:41:23 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-5574-head
2021-05-18 18:41:23 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-05-18 18:41:24 UTC/bin/sh -c #(nop) COPY multi:55d0d7511966c1ce4b552c1a000e41bf809b78bc2087deea022cd18bd9a9c0b7 in /usr/bin/
2021-05-18 18:41:24 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-05-18 18:41:24 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-05-18T18:40:55Z
2021-05-18 18:41:24 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-05-18 18:41:25 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=5514ec3063b05cf3e8b77629eeae52e8879db76d
2021-05-18 18:41:25 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-05-18 18:33:33 UTC
240 MB
rancher/rancher-agent:v2.4-5574-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:5e63235622476d1589e34c1ea645bcbe1a2afe88aa143be8129e566bbbd518fc - 0.0% (875 Bytes)
[#010] sha256:7d2c78185a1ba98de9827744f16377b2315c12f53dbf3b790ec57b05a6d9ec53 - 0.04% (96.5 KB)
[#011] sha256:3f955d8673909d210cfae3be40fe29c00a8e63f67ecb9c7d059ec77145092d1a - 13.59% (32.6 MB)
[#012] sha256:f02b2145896e37f545b8654ae14188c037aa37ca12e299cab00c19fb9aa41362 - 0.0% (831 Bytes)
[#013] sha256:06bf6fdaa9d1a4b5676c24584ea563438011bc064433ea715508ef058c37bbf5 - 0.0% (827 Bytes)
[#014] sha256:95d21adea5da727c86c807a33afee186e9ebd0fe68760a98967cd6dfff37f8ef - 0.0% (818 Bytes)
[#015] sha256:2f688c6f516b9f66760d8bcf65b2a317128a7426c757e2eb015ad43a4cded06b - 0.0% (829 Bytes)
[#016] sha256:43640b22988e2cf90839c980bfee5cf4fddce8c6bf29ec541253afb911fd6da6 - 0.0% (831 Bytes)
[#017] sha256:ce575e9fc23fd7dca61ebaa044acf9e3c78e651ff3439ebf3caa08015a6f6618 - 5.62% (13.5 MB)
[#018] sha256:42f5bf23e99c39cb900c0b98273b4309014a1b80d0901f26b1ce5cf453d2041d - 0.0% (884 Bytes)
[#019] sha256:93f22a1286f1cbc54e321dc0df4eb91abf41eddd67c72b6461484fa26cebb4cf - 0.0% (855 Bytes)
[#020] sha256:1e159c963ae7645e9fce991c1f1c3aea6b0c3ff742657396ed6d31c113f52c2a - 0.0% (824 Bytes)
[#021] sha256:d20f0bb163aeb2f7b4e6b25d2afd6e1101323a315bbe03185f31ff02d5f2db47 - 0.0% (877 Bytes)
[#022] sha256:ce292e1faeb3c9632d258cc1a8e750d5f9dff3e82d12c2bbd87c3b523efd44b6 - 0.0% (874 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-17 19:51:04 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-05-17 19:51:05 UTCcmd /S /C #(nop) COPY multi:965b304f043056ca0b908acb4f545cec25b679d606a72d8b8fec16db9d31e8bc in \Windows\System32\
2021-05-18 18:33:11 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-05-18 18:33:12 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-05-18 18:33:12 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-05-18 18:33:12 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-18 18:33:29 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-5574-head
2021-05-18 18:33:30 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-05-18 18:33:30 UTCcmd /S /C #(nop) COPY multi:cc3ba794c9e5b49fc1c157bbbe0b396b377cb53f9256cf1dd89bf4947da41969 in \etc\rancher\
2021-05-18 18:33:31 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-05-18 18:33:31 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-05-18T18:33:27Z
2021-05-18 18:33:32 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=5514ec3063b05cf3e8b77629eeae52e8879db76d
2021-05-18 18:33:32 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-05-18 18:33:33 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-05-18 18:39:42 UTC
94.6 MB
rancher/rancher-agent:v2.4-5574-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:3c7c2ebf8901635f191dab14c6f45c37f4884744a44a6dd08f7fbffa30a49c8e - 0.0% (123 Bytes)
[#004] sha256:32754a25c4f358d5032b5c1aca20d59c0e8e76829aa98c6ac289e63e71374362 - 28.98% (27.4 MB)
[#005] sha256:50265dedf24159bd64126b4cfd671788a2712a3ed375f4f3adff4f5bcc9f574a - 2.05% (1.94 MB)
[#006] sha256:0de37cfcbdf20399c8d6ca1bc6ecd28b9452688f144737f7e2af837d84161a6a - 1.2% (1.13 MB)
[#007] sha256:fd52518904d9af49112dc022e9ff49299699c6111b8630825a5c74d86cd33f13 - 26.05% (24.6 MB)
[#008] sha256:b00f8eeef7994addcd766f318d32b056f95217e9e83e259e3d8aa890bdeed268 - 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-18 18:39:17 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-05-18 18:39:18 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-18 18:39:18 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-05-18 18:39:19 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2021-05-18 18:39:34 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-18 18:39:35 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-05-18 18:39:36 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-18 18:39:37 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-18 18:39:37 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-05-18 18:39:39 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-18 18:39:39 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-05-18 18:39:39 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-05-18 18:39:39 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-18 18:39:40 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-5574-head
2021-05-18 18:39:40 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-05-18 18:39:41 UTC/bin/sh -c #(nop) COPY multi:b12492f94b5fe6121a4bd31f27cfdfa3019af556a1f6d19079a42f97edba50f3 in /usr/bin/
2021-05-18 18:39:41 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-05-18 18:39:41 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-05-18T18:39:15Z
2021-05-18 18:39:41 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-05-18 18:39:42 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=5514ec3063b05cf3e8b77629eeae52e8879db76d
2021-05-18 18:39:42 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.