2021-05-19 16:33:44 UTC
104 MB
rancher/rancher-agent:v2.4-5576-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:907f0e5d66051fe86f08467478e192ad146167320065426c87e5b350952fa526 - 0.0% (124 Bytes)
[#004] sha256:8b268617fc7809b4cc3188145f12a635974d5a1f7c638291328662cfea555f20 - 29.09% (30.3 MB)
[#005] sha256:cad0069a97e2db91b8c60435d6804b94565f0bc9fac2c8706a7613cb3144b672 - 2.12% (2.2 MB)
[#006] sha256:8eee3ac1495787debba3656c67c2deee6010b9449a3fce8a33e30e32d29820b3 - 1.17% (1.22 MB)
[#007] sha256:b255deb53861e80d8e57f6e477321f2a5d4f27149cb60ad7d09337c6298155f7 - 25.53% (26.6 MB)
[#008] sha256:cbf0ad3efe9a9029fb07606d228ca380d3e5b4da1485264c8dfab706a05d4c2d - 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-19 16:33:18 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-05-19 16:33: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_amd64
2021-05-19 16:33:19 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-05-19 16:33:19 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2021-05-19 16:33:36 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-19 16:33:37 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-05-19 16:33:38 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-19 16:33:39 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-19 16:33:39 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-05-19 16:33:41 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-19 16:33:41 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-05-19 16:33:42 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-05-19 16:33:42 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-19 16:33:42 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-5576-head
2021-05-19 16:33:42 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-05-19 16:33:43 UTC/bin/sh -c #(nop) COPY multi:41efbd2a225bc713d3ebfb2f6858a9ec9b440d6e788a3b94846e90749c2b6402 in /usr/bin/
2021-05-19 16:33:43 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-05-19 16:33:44 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-05-19T16:33:16Z
2021-05-19 16:33:44 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-05-19 16:33:44 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=30be96967d288c7a0d03c816690ce8980d2665cb
2021-05-19 16:33:44 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-05-19 16:26:14 UTC
240 MB
rancher/rancher-agent:v2.4-5576-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:3d94f8f21fa8f22e3c9381ec1d3ac516838bb5437eb5cd184dd44a9c195fa560 - 0.0% (830 Bytes)
[#016] sha256:f66642e19bc661ed6806b6dd27fd51402dd9ae9586c2025738d17cc6164b1166 - 0.0% (831 Bytes)
[#017] sha256:83db2e6543c78a299860bee0e5f25370a775469fa7037357666d6e75c276277f - 5.62% (13.5 MB)
[#018] sha256:4d38c3fece0eaf5eb37ba1c2225899453cb59f21acb6873c534ff34e2f5a597e - 0.0% (825 Bytes)
[#019] sha256:11e40be1d70e150354d4257a0f422ef753b9e45864264e83d188e43a7efcf1fd - 0.0% (859 Bytes)
[#020] sha256:6892929dc75ec34ac55137c1d98d02d6895a5d50040ce2e53c07b6960e1d558a - 0.0% (857 Bytes)
[#021] sha256:0a78fd41b8c51fa3dada7bf58b02efa52bbe8cc3924b9d6d5aa1ffe767dca884 - 0.0% (859 Bytes)
[#022] sha256:293eff5f8ef6f58c66345d69d00b8d15080e0f3c90ae9e6098b228ecb780c4cd - 0.0% (853 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-19 16:26:10 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-5576-head
2021-05-19 16:26:11 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-05-19 16:26:12 UTCcmd /S /C #(nop) COPY multi:46bba0e6ac00a633f890cc802f3b48060062068dbd655f718ab4f526e1cc40cf in \etc\rancher\
2021-05-19 16:26:12 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-05-19 16:26:13 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-05-19T16:26:09Z
2021-05-19 16:26:13 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=30be96967d288c7a0d03c816690ce8980d2665cb
2021-05-19 16:26:14 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-05-19 16:26:14 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-05-19 16:32:30 UTC
94.6 MB
rancher/rancher-agent:v2.4-5576-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:eb24581fcf6de9f01653cf02559dc437edf7b7f79b7312c34c0020c8c1c2f772 - 0.0% (124 Bytes)
[#004] sha256:9b9e3ee4705efaa392f400fd1e1d3aedf05c9633124bbf336f6301d5646ae6a1 - 28.98% (27.4 MB)
[#005] sha256:50265dedf24159bd64126b4cfd671788a2712a3ed375f4f3adff4f5bcc9f574a - 2.05% (1.94 MB)
[#006] sha256:2ff65e0ff66b60eb1b0f3513cde8afa430ba5c0d8f81d63650d2e6bb6ebdf748 - 1.2% (1.13 MB)
[#007] sha256:df34bf1d3a934035c509957d59ef987fca67c6213b7ddca89467f8eed489e5dc - 26.05% (24.6 MB)
[#008] sha256:ba25fa18733d1b1f1ec81d6d378a95d02f97d721c20197b100f1a804b2d30c18 - 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-19 16:32:05 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-05-19 16:32:06 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-19 16:32:07 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-05-19 16:32:07 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2021-05-19 16:32:22 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-19 16:32:23 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-05-19 16:32:24 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-19 16:32:25 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-19 16:32:25 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-05-19 16:32:27 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-19 16:32:27 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-05-19 16:32:27 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-05-19 16:32:27 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-19 16:32:28 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-5576-head
2021-05-19 16:32:28 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-05-19 16:32:29 UTC/bin/sh -c #(nop) COPY multi:8dfa0776051bb014a74851f4e8f124dcdf5126ec59c55e09ede78ce011ee56c5 in /usr/bin/
2021-05-19 16:32:29 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-05-19 16:32:29 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-05-19T16:32:03Z
2021-05-19 16:32:29 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-05-19 16:32:30 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=30be96967d288c7a0d03c816690ce8980d2665cb
2021-05-19 16:32:30 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.