2021-06-06 22:55:11 UTC
156 MB
rancher/rancher-agent:master-b2f88241d8a5194b5a3a39cc84de0b0a046f8b7e-head
KUBECTL_VERSIONv1.20.7
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 - 16.31% (25.5 MB)
[#001] sha256:d2e110be24e168b42c1a2ddbc4a476a217b73cccdba69cdcb212b812a88f5726 - 0.0% (857 Bytes)
[#002] sha256:889a7173dcfeb409f9d88054a97ab2445f5a799a823f719a5573365ee3662b6f - 0.0% (189 Bytes)
[#003] sha256:8f20f305861f136f07ba8e99c6b37866a2724bd801c7c7b98138aa52fc9a2524 - 0.0% (123 Bytes)
[#004] sha256:b0ffb92cde7b58eb6a1750ee02ac6c1c86d4e602e26d8e5a1ec10bcb33d0485f - 30.33% (47.4 MB)
[#005] sha256:dc6362a906deca298ca1403f22d5470d7d898893cc97ce044bd5e64add1e7fd5 - 1.41% (2.2 MB)
[#006] sha256:83941faf7bb2aedb934956873a3bf3e70454cee906319d7d1c77ceb7ac313017 - 17.02% (26.6 MB)
[#007] sha256:e903c61edfbeb64917b75ff45627247b95d3f5cfe350fa7260479c07d22ecb8a - 22.07% (34.5 MB)
[#008] sha256:d02b5447526f9783d7f5c4d22a5a86abaf1c3d128aa60100104b5b21e56bfe98 - 0.01% (9.31 KB)
[#009] sha256:92dc16e1481918466dc37e826d96c6dfcc2720096666ec2383dc9532ba93ddcb - 12.85% (20.1 MB)
[#010] sha256:74329094b7952ed1383075d4d0de60978fd6f492bf53a7d0f574813533009a0e - 0.0% (170 Bytes)
/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-06-06 22:54:13 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-06-06 22:54:14 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-06-06 22:54:14 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.20.7
2021-06-06 22:54:45 UTC|1 ARCH=amd64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends git curl ca-certificates jq iproute2 vim-tiny less bash-completion unzip sysstat acl ssh iptables && 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-06-06 22:54:46 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-06-06 22:54:47 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-06-06 22:54:48 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-06-06 22:54:50 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-06-06 22:54:50 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-06-06 22:54:51 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-06-06 22:54:51 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-b2f88241d8a5194b5a3a39cc84de0b0a046f8b7e-head
2021-06-06 22:54:51 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-06-06 22:55:05 UTC/bin/sh -c #(nop) COPY dir:b888178e2697b305ec9e3fbd0d52ebcc756e4ebb5e73409bf003308e6592bb5c in /var/lib/rancher-data
2021-06-06 22:55:06 UTC/bin/sh -c #(nop) COPY file:06b0b342addff9a717be154d225e24a02cfd9f246783db87a72ccfb06f516df1 in /usr/bin/
2021-06-06 22:55:08 UTC/bin/sh -c #(nop) COPY multi:7f45474384e27c344027329e8b88e0f9a44c43fdfbae5c83bdf6432049f255ff in /usr/bin/
2021-06-06 22:55:09 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-06-06 22:55:09 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-06-06 22:55:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-06T22:53:43Z
2021-06-06 22:55:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=b2f88241d8a5194b5a3a39cc84de0b0a046f8b7e
2021-06-06 22:55:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-06-06 22:55:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-06-06 22:42:32 UTC
2.42 GB
rancher/rancher-agent:master-b2f88241d8a5194b5a3a39cc84de0b0a046f8b7e-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 66.25% (1.6 GB)
[#001] sha256:8116de3c91c3f1ef2d6c09b49ef5407c9b4d672896eb3af5182a997c3c5379c9 - 29.15% (721 MB)
[#002] sha256:23a99b0c429740ba5a952475f73fb2da710f026ac9e1906a079b8065befe1011 - 0.0% (1.07 KB)
[#003] sha256:7b1ac1a049cbfcaa07fd1dee9afe62e33a958bdb9b59af26831b2490bca7bf79 - 0.0% (1.07 KB)
[#004] sha256:8ac78db6329b7c1bcce75dc0fb83fe69c0aeb7c7c9608776c18885e87165631a - 0.63% (15.5 MB)
[#005] sha256:bdde652a56d5a991457e7a793c23b0972a4894f45aaa46762f87514226645543 - 0.21% (5.28 MB)
[#006] sha256:301dc7fbfa556bdcd0733d128507cb2244d2a4cd3ca68f962892c0de641d4128 - 0.3% (7.4 MB)
[#007] sha256:8bc4bb33dd8f9a18163481c21a62e7306048c68196b04d50aac8ed28434897d2 - 1.51% (37.2 MB)
[#008] sha256:85860776d3e722bc884a36242d6630e1e904153524261b905963b1372d9ac6df - 0.22% (5.34 MB)
[#009] sha256:d3b9edd7d00f5ea8adc65a8348f31388ee21ea627c60b2a88de72ae22851a897 - 0.63% (15.6 MB)
[#010] sha256:7450c192e3ced920cf2ca1380d26701473efaaa4457033e62158ca4528009d00 - 0.52% (12.8 MB)
[#011] sha256:fee281078c2bd1d7572c9a0364f36416ccf0d769dd5e6ba1f9e0f423c644d06d - 0.0% (1.06 KB)
[#012] sha256:2296e52f3056748f7bc3c697437c6132573b0f1269f8a2de7eece1be82ad4ead - 0.0% (1.07 KB)
[#013] sha256:c15f4f8bacdca70c90394c630c5c372eb0b89522e3bb2d7b6208859187160314 - 0.0% (1.09 KB)
[#014] sha256:7d6e24f542a4223ea8973c856e844af2fec2b435c4cf9b760c57c244469d1643 - 0.0% (1.1 KB)
[#015] sha256:46e8b64834c90ccfb516f3ac013ff8bfa318e2b6f32218a601211870e472c168 - 0.0% (1.06 KB)
[#016] sha256:29aabfe705ffbb9130c21577fd0f53bb0b9512b130d5c4bbff2e79777f34d614 - 0.59% (14.5 MB)
[#017] sha256:3baec73ee7bfab42382c4dac1dfcfa87b551f813eaefeea271adc1ce2d3fa1cc - 0.0% (1.07 KB)
[#018] sha256:d6e9dc6470da0c3ab3cc999159686a1c690ca6aa76f0a265b7382c01d5a5a4ac - 0.0% (1.07 KB)
[#019] sha256:12326b80f4f5d39a474c02a682d9d4f5de6d524f5667da5baebde7c63d57be0b - 0.0% (1.09 KB)
[#020] sha256:ae53498d03f2e8fab2337a69254fef7917e57e32600d74cd5610a6841f95fa2d - 0.0% (1.09 KB)
[#021] sha256:12f542019301032833f3c4508e67a75724c346f3277875fae100e81ca9afe6a7 - 0.0% (1.09 KB)
Apply image 1809-RTM-amd64
2021-05-08 09:21:48 UTCInstall update 1809-amd64
2021-06-06 22:40:57 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-06-06 22:40:58 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-06-06 22:41:06 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/StefanScherer/docker-cli-builder/releases/download/18.09.6/docker.exe'; Write-Host ('Downloading Docker from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\docker.exe -Uri $URL; Write-Host 'Complete.'
2021-06-06 22:41:13 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.1.1/wins.exe'; Write-Host ('Downloading Wins from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\wins.exe -Uri $URL; Write-Host 'Complete.'
2021-06-06 22:41:31 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; if (-not (Get-Command Expand-7Zip -ErrorAction Ignore)) { Install-PackageProvider -Name NuGet -Force -Verbose; Install-Module -Name 7Zip4Powershell -Repository PSGallery -Force -Verbose; if(-not $?) { Write-Error "Failed to install package"; Exit 1; } }
2021-06-06 22:41:40 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://dl.k8s.io/v1.19.7/kubernetes-client-windows-amd64.tar.gz'; function Expand-GZip ($inFile, $outFile) { $input = New-Object System.IO.FileStream $inFile, ([IO.FileMode]::Open), ([IO.FileAccess]::Read), ([IO.FileShare]::Read); $output = New-Object System.IO.FileStream $outFile, ([IO.FileMode]::Create), ([IO.FileAccess]::Write), ([IO.FileShare]::None); $gzipStream = New-Object System.IO.Compression.GzipStream $input, ([IO.Compression.CompressionMode]::Decompress); try { if (!$input -or !$output -or !$gzipStream) { Write-Error "Failed to Unzip the archive"; Exit 1; } $buffer = New-Object byte[](1024); while ($true) { $read = $gzipstream.Read($buffer, 0, 1024); if ($read -le 0 ) { break; } $output.Write($buffer, 0, $read); } } finally { $gzipStream.Close(); $output.Close(); $input.Close(); } }; Write-Host ('Downloading Kubernetes from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\kubernetes.tar.gz -Uri $URL; Write-Host 'Expanding ...'; Expand-GZip c:\kubernetes.tar.gz c:\kubernetes.tar; Expand-7Zip c:\kubernetes.tar c:\; Write-Host 'Complete.'
2021-06-06 22:41:46 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-06-06 22:41:52 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-06-06 22:41:57 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-06-06 22:41:58 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-06-06 22:41:58 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-06-06 22:41:59 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-06-06 22:42:29 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-b2f88241d8a5194b5a3a39cc84de0b0a046f8b7e-head
2021-06-06 22:42:29 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-06-06 22:42:30 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:5bd2eac1c083c7e6ca90cc68e475c28b5c0ab4fe71f71c419643e22f24d48096 in \etc\rancher\
2021-06-06 22:42:30 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-06-06 22:42:31 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-06-06T22:42:28Z
2021-06-06 22:42:31 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=b2f88241d8a5194b5a3a39cc84de0b0a046f8b7e
2021-06-06 22:42:32 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-06-06 22:42:32 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-06-06 22:42:52 UTC
2.45 GB
rancher/rancher-agent:master-b2f88241d8a5194b5a3a39cc84de0b0a046f8b7e-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 57.23% (1.4 GB)
[#001] sha256:182d4887a30d6c29414d04c41f1093a66f4cc1bf83092d3231cc5538404d75ad - 38.21% (958 MB)
[#002] sha256:1c2eefbbf0dbc99aadce724e6cfddf05459bb62b077daf599e8996281bb061d8 - 0.0% (1.27 KB)
[#003] sha256:66369d7e0d259debd0e903a96dfa7424a742e4a074c1541690dd3a3351719290 - 0.0% (1.27 KB)
[#004] sha256:232af5577916bd6b0af33f73eaac0f7649b62c3cc95844c20bbd85ba396fab23 - 0.62% (15.5 MB)
[#005] sha256:d81c11e6c3e4f9520a19c1a712c5a255dacec8c8db96e5f3f01b848190b6aa8f - 0.21% (5.27 MB)
[#006] sha256:9cd54621d89e2614c8c48312bc56216645392bcbc5e73f9b94c7e4510c48b770 - 0.33% (8.2 MB)
[#007] sha256:10b8c83f188494692bb1a609221ed6b930a09b9b9d3914c779ebb5a8af68ec8d - 1.48% (37.2 MB)
[#008] sha256:195cfe975352e40325acc2d261b6f85894b5ff81e5087706212d90a51c915367 - 0.21% (5.33 MB)
[#009] sha256:8679896c722e9f3246fc86a8d3b0512697a2087604f8e050414c6aaccf579183 - 0.62% (15.6 MB)
[#010] sha256:ff6da2c29f8bade0b074509707f5e8509e746625be5716e9f2da133f05d72091 - 0.51% (12.7 MB)
[#011] sha256:e3a08176e7cedf3af513ec2815f4c6928922c36b95f72a2b9341a28e16a58a59 - 0.0% (1.27 KB)
[#012] sha256:24a40845a6cb7d7e862c7196baec1eb2f279587204b58e7d1ca5c04e7145e2cb - 0.0% (1.27 KB)
[#013] sha256:a87850117a1380570ad0dfeec18c94e24091ea555d2b71511f41cbba6413daa4 - 0.0% (1.29 KB)
[#014] sha256:112a83d47559c4c7eaedd5c8f3a2debd8c792fe6d4f8a6df69c674ac1db3e8a7 - 0.0% (1.29 KB)
[#015] sha256:92edd9655b840630b4c45e745e64dc7039a1f54fa489b2aa409678bbef9f7d10 - 0.0% (1.3 KB)
[#016] sha256:8d718366d86e413e49707693c0f3d41ad19c079e3d375fac03e2dc71e74e4a13 - 0.58% (14.5 MB)
[#017] sha256:fbfe679e2759613df4dd87c3e454fb6718e1fb52fce663c69f410f96682f6596 - 0.0% (1.27 KB)
[#018] sha256:50451eed74476652b762b31ca75b4a81e2784b556f312a83efd0886a3eeb83f5 - 0.0% (1.29 KB)
[#019] sha256:a48a1de7e212be6f6a48b22e8f1053b35a5a0ce335d72fc5b70ebae3945b5311 - 0.0% (1.26 KB)
[#020] sha256:08c60eda0f5e5fe101934b9630603fefb72d29d9022c272f35e3250a1830c489 - 0.0% (1.27 KB)
[#021] sha256:28b689a68a808a964f7e2bdb175b806d398e7fbfedbafaaf4b9941ddbe4426b3 - 0.0% (1.29 KB)
Apply image 20H2-RTM-amd64
2021-04-30 07:39:08 UTCInstall update 20H2-amd64
2021-06-06 22:41:01 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-06-06 22:41:02 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-06-06 22:41:31 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/StefanScherer/docker-cli-builder/releases/download/18.09.6/docker.exe'; Write-Host ('Downloading Docker from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\docker.exe -Uri $URL; Write-Host 'Complete.'
2021-06-06 22:41:41 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.1.1/wins.exe'; Write-Host ('Downloading Wins from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\wins.exe -Uri $URL; Write-Host 'Complete.'
2021-06-06 22:42:07 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; if (-not (Get-Command Expand-7Zip -ErrorAction Ignore)) { Install-PackageProvider -Name NuGet -Force -Verbose; Install-Module -Name 7Zip4Powershell -Repository PSGallery -Force -Verbose; if(-not $?) { Write-Error "Failed to install package"; Exit 1; } }
2021-06-06 22:42:19 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://dl.k8s.io/v1.19.7/kubernetes-client-windows-amd64.tar.gz'; function Expand-GZip ($inFile, $outFile) { $input = New-Object System.IO.FileStream $inFile, ([IO.FileMode]::Open), ([IO.FileAccess]::Read), ([IO.FileShare]::Read); $output = New-Object System.IO.FileStream $outFile, ([IO.FileMode]::Create), ([IO.FileAccess]::Write), ([IO.FileShare]::None); $gzipStream = New-Object System.IO.Compression.GzipStream $input, ([IO.Compression.CompressionMode]::Decompress); try { if (!$input -or !$output -or !$gzipStream) { Write-Error "Failed to Unzip the archive"; Exit 1; } $buffer = New-Object byte[](1024); while ($true) { $read = $gzipstream.Read($buffer, 0, 1024); if ($read -le 0 ) { break; } $output.Write($buffer, 0, $read); } } finally { $gzipStream.Close(); $output.Close(); $input.Close(); } }; Write-Host ('Downloading Kubernetes from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\kubernetes.tar.gz -Uri $URL; Write-Host 'Expanding ...'; Expand-GZip c:\kubernetes.tar.gz c:\kubernetes.tar; Expand-7Zip c:\kubernetes.tar c:\; Write-Host 'Complete.'
2021-06-06 22:42:28 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-06-06 22:42:38 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-06-06 22:42:47 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-06-06 22:42:47 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-06-06 22:42:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-06-06 22:42:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-06-06 22:42:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-b2f88241d8a5194b5a3a39cc84de0b0a046f8b7e-head
2021-06-06 22:42:49 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-06-06 22:42:50 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:68fd392107309dd200bad6e4ec9087893083f32ca9c7240202aff39b4b19f6d6 in \etc\rancher\
2021-06-06 22:42:50 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-06-06 22:42:51 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-06-06T22:41:18Z
2021-06-06 22:42:51 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-06-06 22:42:52 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=b2f88241d8a5194b5a3a39cc84de0b0a046f8b7e
2021-06-06 22:42:52 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-06-06 22:44:47 UTC
2.11 GB
rancher/rancher-agent:master-b2f88241d8a5194b5a3a39cc84de0b0a046f8b7e-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:295f12394c4f250e83029adb04647faeb736b0c8d275aa9b34f5e3c60a89d0d2 - 54.32% (1.14 GB)
[#001] sha256:6ee75c9d841d4fb3020fd424af724bdaa5c9792bb0baaa204609ffcdc0b3c2f3 - 40.36% (871 MB)
[#002] sha256:f076ae05d84dfd8ed0fa3517e7fd1f6e4879d35a76f3fe39bf70ff0ace5946a2 - 0.0% (1.3 KB)
[#003] sha256:9ab6bb5268bafa183ed02323b5293ff571563cee5e1ff119eb83b276bb1083cb - 0.0% (1.33 KB)
[#004] sha256:737ca6c729b1b733e857847c5b0dc0c3a4965cc15bcc0a2c0b291f89817681f7 - 0.72% (15.5 MB)
[#005] sha256:e1ffe6afad3d82c282a6e863d759197ac73c73ee04766a0e6b0b0e1a4ca783e6 - 0.24% (5.27 MB)
[#006] sha256:4e4c341b85112e48dbbc337dc48ae7cc5c8734dd041e2554709bd64371d0f966 - 0.4% (8.6 MB)
[#007] sha256:fed32d21f4728b512f59f7fe2d7ffea60a44cda38f679ae06cbbbac01d26b49b - 1.73% (37.2 MB)
[#008] sha256:9f23daf126dd976186ca454fdd546f621f5e60735b5d23a65954ec7b48d6f2f0 - 0.25% (5.33 MB)
[#009] sha256:2a8f90dacbf47241795caf14f9cd78b04de7d89160f1f8977a692e4ffe32747d - 0.72% (15.6 MB)
[#010] sha256:0a22d93274d6d94449336a5a4e562032c0cb1e253fec1021fb0846347611f259 - 0.59% (12.7 MB)
[#011] sha256:b36c268f08699a071026a021da6edcf2fc5c38deeff7a658b42163660ea9facb - 0.0% (1.27 KB)
[#012] sha256:c18aeff8054c9b39c3b3850ac5e816342614b42b3d030a1fb78c234ee4fe6aff - 0.0% (1.26 KB)
[#013] sha256:455d66eb928c023ea08aaa401b2e3f7940e6d96879720ff67bbb33d2f6ae0aa8 - 0.0% (1.26 KB)
[#014] sha256:25f9ccc0ecab3b6d1f15db294f2ef910476ee3443ce4857f8539ea11462ab522 - 0.0% (1.27 KB)
[#015] sha256:d0954d47cf057c0a8e3c857e26322de9c6bf8989f7f8b4f57a8ab7351775403a - 0.0% (1.3 KB)
[#016] sha256:ab669cdf002f3ba89033532ca4e74362d2728dcc753a968c2614eb835c863bc2 - 0.67% (14.5 MB)
[#017] sha256:dac7a41030651d9da7e50a63ae20dd52f2b9d09a1dcdb93b76dff52c4d7b9711 - 0.0% (1.27 KB)
[#018] sha256:7ffd57d4c333bca507abfe5b3ebbf8a1af9a7f66829ac518b626807e6eaff5be - 0.0% (1.27 KB)
[#019] sha256:2b355c3e74ba7a20de529373e8f2bd7468d357cfa85392d01f27c23a8fcf1140 - 0.0% (1.27 KB)
[#020] sha256:b7578b999842b7979b2070186e227479b9adcac03aad24b52d5978397113c1a4 - 0.0% (1.27 KB)
[#021] sha256:4831ad536e87e69de679f37c588ec9da522179f6a4bd5a5b0774bc0c1d4c0f79 - 0.0% (1.3 KB)
Apply image 2004-RTM-amd64
2021-04-30 07:39:51 UTCInstall update 2004-amd64
2021-06-06 22:42:39 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-06-06 22:42:40 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-06-06 22:42:52 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/StefanScherer/docker-cli-builder/releases/download/18.09.6/docker.exe'; Write-Host ('Downloading Docker from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\docker.exe -Uri $URL; Write-Host 'Complete.'
2021-06-06 22:43:00 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.1.1/wins.exe'; Write-Host ('Downloading Wins from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\wins.exe -Uri $URL; Write-Host 'Complete.'
2021-06-06 22:43:25 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; if (-not (Get-Command Expand-7Zip -ErrorAction Ignore)) { Install-PackageProvider -Name NuGet -Force -Verbose; Install-Module -Name 7Zip4Powershell -Repository PSGallery -Force -Verbose; if(-not $?) { Write-Error "Failed to install package"; Exit 1; } }
2021-06-06 22:43:37 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://dl.k8s.io/v1.19.7/kubernetes-client-windows-amd64.tar.gz'; function Expand-GZip ($inFile, $outFile) { $input = New-Object System.IO.FileStream $inFile, ([IO.FileMode]::Open), ([IO.FileAccess]::Read), ([IO.FileShare]::Read); $output = New-Object System.IO.FileStream $outFile, ([IO.FileMode]::Create), ([IO.FileAccess]::Write), ([IO.FileShare]::None); $gzipStream = New-Object System.IO.Compression.GzipStream $input, ([IO.Compression.CompressionMode]::Decompress); try { if (!$input -or !$output -or !$gzipStream) { Write-Error "Failed to Unzip the archive"; Exit 1; } $buffer = New-Object byte[](1024); while ($true) { $read = $gzipstream.Read($buffer, 0, 1024); if ($read -le 0 ) { break; } $output.Write($buffer, 0, $read); } } finally { $gzipStream.Close(); $output.Close(); $input.Close(); } }; Write-Host ('Downloading Kubernetes from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\kubernetes.tar.gz -Uri $URL; Write-Host 'Expanding ...'; Expand-GZip c:\kubernetes.tar.gz c:\kubernetes.tar; Expand-7Zip c:\kubernetes.tar c:\; Write-Host 'Complete.'
2021-06-06 22:43:46 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-06-06 22:43:55 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-06-06 22:44:04 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-06-06 22:44:04 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-06-06 22:44:05 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-06-06 22:44:05 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-06-06 22:44:43 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-b2f88241d8a5194b5a3a39cc84de0b0a046f8b7e-head
2021-06-06 22:44:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-06-06 22:44:45 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:68fd392107309dd200bad6e4ec9087893083f32ca9c7240202aff39b4b19f6d6 in \etc\rancher\
2021-06-06 22:44:45 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-06-06 22:44:46 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-06-06T22:44:42Z
2021-06-06 22:44:46 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-06-06 22:44:47 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=b2f88241d8a5194b5a3a39cc84de0b0a046f8b7e
2021-06-06 22:44:47 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-06-06 22:47:22 UTC
146 MB
rancher/rancher-agent:master-b2f88241d8a5194b5a3a39cc84de0b0a046f8b7e-head
KUBECTL_VERSIONv1.20.7
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:ed6dc9c66f7cc607969a6f995c83956f1e614ec5dd42205a2ea544f8f6260a34 - 15.53% (22.6 MB)
[#001] sha256:15c11899c85b166cc1ed1af82b5f8bda57b93fa119405e47bb96f45bbbd93533 - 0.0% (852 Bytes)
[#002] sha256:86ebe93eb4a196c3d45c24bb95176c57287e87aed340cf757e873a861aed2540 - 0.0% (189 Bytes)
[#003] sha256:10de79e298b31e51dd4ceda4a46584aad0782783d9a432c270651ecf00218a1c - 0.0% (124 Bytes)
[#004] sha256:adb77f65ffe78b249323898255c6d047f65123a1b512ab6a29c477250b646d1d - 30.03% (43.7 MB)
[#005] sha256:4acb2ad3cd2a57ed259a683d89f1ea9f5a4d7ad0110aad19664f931da8e475fd - 1.33% (1.94 MB)
[#006] sha256:caeb87540e19b86ee0155ce7a55dc2927d3ab7f9b5017c50a7a887e39126314e - 16.93% (24.6 MB)
[#007] sha256:e10c367278c1c9692e835285ded6d097bbd2c5a74f746c2b69996b05bfe2eaf5 - 23.71% (34.5 MB)
[#008] sha256:dbe1c34ca731fa6385cc67296bd817f26190b51114c51beda70ebdd769df6d5c - 0.01% (8.89 KB)
[#009] sha256:4811227560be01aceeca043bb4d1db42481aaace0fd512adc6305ea8e59fd2ed - 12.45% (18.1 MB)
[#010] sha256:11123512013ba4eb9c7435a50c91f420c61b2b58758dbc96f587caab4d1ab88c - 0.0% (170 Bytes)
/bin/sh -c #(nop) ADD file:813209ca97a54f1f092727aea57fe5652a037b9c167df8bfccd9262415f8553f in /
2021-05-27 12:29:49 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-27 12:29:50 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-05-27 12:29:51 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-05-27 12:29:51 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-06-06 22:46:48 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-06-06 22:46:49 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-06-06 22:46:49 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.20.7
2021-06-06 22:47:08 UTC|1 ARCH=arm64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends git curl ca-certificates jq iproute2 vim-tiny less bash-completion unzip sysstat acl ssh iptables && 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-06-06 22:47:08 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-06-06 22:47:09 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-06-06 22:47:09 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-06-06 22:47:11 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-06-06 22:47:11 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-06-06 22:47:11 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-06-06 22:47:12 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-b2f88241d8a5194b5a3a39cc84de0b0a046f8b7e-head
2021-06-06 22:47:12 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-06-06 22:47:19 UTC/bin/sh -c #(nop) COPY dir:a9b4e969547e1dc7dd8ca2c73509b6d06d233e0785f6c6a791c13c11d2117b50 in /var/lib/rancher-data
2021-06-06 22:47:20 UTC/bin/sh -c #(nop) COPY file:c60b26f35c3c5659c4b0e8025022c909934ae8190a20e5ee1935a9d5c70e85ab in /usr/bin/
2021-06-06 22:47:21 UTC/bin/sh -c #(nop) COPY multi:cfdd41d73649663b270c26970d47bb974be2b1227abaf33abe3a93f87f048540 in /usr/bin/
2021-06-06 22:47:21 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-06-06 22:47:21 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-06-06 22:47:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-06T22:46:31Z
2021-06-06 22:47:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=b2f88241d8a5194b5a3a39cc84de0b0a046f8b7e
2021-06-06 22:47:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-06-06 22:47:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
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.