2021-06-08 18:39:28 UTC
156 MB
rancher/rancher-agent:master-ce97613e8a70001a100c747304e744b062881a7e-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.28% (25.5 MB)
[#001] sha256:d2e110be24e168b42c1a2ddbc4a476a217b73cccdba69cdcb212b812a88f5726 - 0.0% (857 Bytes)
[#002] sha256:889a7173dcfeb409f9d88054a97ab2445f5a799a823f719a5573365ee3662b6f - 0.0% (189 Bytes)
[#003] sha256:e86e99d0f80c14e428b021a7780038ade5a9c320fb97720f27462ed8e3b2af44 - 0.0% (123 Bytes)
[#004] sha256:61d0fc75e0a4e89379a045d8334d41a5b5209712000784ef77d449febd3969c0 - 30.28% (47.4 MB)
[#005] sha256:dc6362a906deca298ca1403f22d5470d7d898893cc97ce044bd5e64add1e7fd5 - 1.41% (2.2 MB)
[#006] sha256:1d3ed17fc9af24a87f4da866e27b1d14cd2d951c3cac431c8007cb01668a5a6c - 16.99% (26.6 MB)
[#007] sha256:142eb4f3efaf6a966e2b4f942421df0ffb2bd601495a98a0991d5e906129bda3 - 22.2% (34.7 MB)
[#008] sha256:cb6b8e48d33a722dd1bd80aac8c0808f5592b045a7e529178ceb941eb9ba6d67 - 0.01% (9.31 KB)
[#009] sha256:6782fbdb9da94da4afef0b30688407c0589adf9339ef253eaa34b12311133b5d - 12.82% (20.1 MB)
[#010] sha256:2519db339a50208d60f3b0ea23dae5cb1780675856f9a7d6f6a1ce7cf6cb8877 - 0.0% (172 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-08 18:38:38 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-06-08 18:38:39 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-06-08 18:38:39 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.20.7
2021-06-08 18:39:10 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-08 18:39:11 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-06-08 18:39:12 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-08 18:39:12 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-06-08 18:39:14 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-08 18:39:14 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-06-08 18:39:15 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-06-08 18:39:15 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-ce97613e8a70001a100c747304e744b062881a7e-head
2021-06-08 18:39:15 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-06-08 18:39:23 UTC/bin/sh -c #(nop) COPY dir:b6f66602d0ecb79ba81063057d2be44463f63764b7007ac04f3d3612cb43417e in /var/lib/rancher-data
2021-06-08 18:39:26 UTC/bin/sh -c #(nop) COPY file:06b0b342addff9a717be154d225e24a02cfd9f246783db87a72ccfb06f516df1 in /usr/bin/
2021-06-08 18:39:27 UTC/bin/sh -c #(nop) COPY multi:cfa79218352f41994d446eee5bf7531bae55821fa4f2614f7314f4e115f2e727 in /usr/bin/
2021-06-08 18:39:27 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-06-08 18:39:27 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-06-08 18:39:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-08T18:38:12Z
2021-06-08 18:39:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=ce97613e8a70001a100c747304e744b062881a7e
2021-06-08 18:39:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-06-08 18:39:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-06-08 18:08:51 UTC
2.42 GB
rancher/rancher-agent:master-ce97613e8a70001a100c747304e744b062881a7e-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:5cec8c1760cfd5c45f048d6196d5b3301cc215c51fb325b87b5baf78e0592084 - 0.0% (1.09 KB)
[#015] sha256:4827bd2a1ee4f32fa2751ccabeab10ab494cb3a7cc008d462b2a77d4cf98e97d - 0.0% (1.1 KB)
[#016] sha256:706786300804a62f2f580a645876903f7629c169e17ec3863f9eda472f38d40c - 0.59% (14.5 MB)
[#017] sha256:de475de78adc9f3512124e9869d34cb872976f137bbb497b7bc7a41eea7e93d1 - 0.0% (1.1 KB)
[#018] sha256:a3d2ed10c851338e034befb5fdbfc3ee95d3b1394d218920d5d0b76c57d74fd4 - 0.0% (1.07 KB)
[#019] sha256:2869ed2c34eeecbaa3aa4180c36f2e360aee2309ffff3036bc7d81160091a109 - 0.0% (1.13 KB)
[#020] sha256:77499f77277ec0bc1a82ec476b28e85a91fd80a83be58a207b8591f9dc94ef5d - 0.0% (1.09 KB)
[#021] sha256:e19278e3f4266a072196f9ab97160cbf5919621c8a3ca25b6b967f7a2ce165c1 - 0.0% (1.07 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-08 18:08:47 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-ce97613e8a70001a100c747304e744b062881a7e-head
2021-06-08 18:08:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-06-08 18:08:49 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:fcf338c3d3dcc01830e1de949cb141ad1fe45ee9b12eb74c681a66ab2cc8add4 in \etc\rancher\
2021-06-08 18:08:49 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-06-08 18:08:50 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-06-08T18:08:46Z
2021-06-08 18:08:50 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=ce97613e8a70001a100c747304e744b062881a7e
2021-06-08 18:08:51 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-06-08 18:08:51 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-06-08 18:09:16 UTC
2.45 GB
rancher/rancher-agent:master-ce97613e8a70001a100c747304e744b062881a7e-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:cee653a621c91706f38912ddc10c3febbed25c33f6302506ae88de9377983fe5 - 0.0% (1.29 KB)
[#015] sha256:8170f95021c711bccc1747b75d083c65399c0c5685f4be806517975557228323 - 0.0% (1.31 KB)
[#016] sha256:6a53d2f8f9c2ab420fc1728be33daaecfda0a980f5ade2a1bb0df2e95ec5a7b3 - 0.58% (14.5 MB)
[#017] sha256:ce30d7efaae6c55d3cbc132031ef36adcfc3f514ebdccd393863d3ce34ac5d88 - 0.0% (1.34 KB)
[#018] sha256:9c2e16f6e051dbf0405533e6adb56a68facbe76da0e2466af38c70acc14aaca7 - 0.0% (1.26 KB)
[#019] sha256:16fadd52d36c54253a70feaedcaf3f2944eccb6b957763813e8c3da5ad0d077a - 0.0% (1.29 KB)
[#020] sha256:cda010673fcb4957d8ee869704250afee3bfce57bacb339deac8be2698fba613 - 0.0% (1.3 KB)
[#021] sha256:4a42f6c31d52b0d341e7c3a2e867871e3cd85addc490635dbe91ef3ed2948d78 - 0.0% (1.26 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-08 18:09:12 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-ce97613e8a70001a100c747304e744b062881a7e-head
2021-06-08 18:09:13 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-06-08 18:09:14 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:7fc5cf87456cac31ab176a1bc7a4793c2c6c980895da4646e0e748dfe7ffec9c in \etc\rancher\
2021-06-08 18:09:14 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-06-08 18:09:15 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-06-08T18:09:11Z
2021-06-08 18:09:15 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-06-08 18:09:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=ce97613e8a70001a100c747304e744b062881a7e
2021-06-08 18:09:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-06-08 18:08:57 UTC
2.11 GB
rancher/rancher-agent:master-ce97613e8a70001a100c747304e744b062881a7e-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:879cbd002ec4b959b16f86d83130833783e86cbde8eab7421e1f2c7d34c902dd - 0.0% (1.31 KB)
[#015] sha256:81a5c69ce6217b6e2bd43e4088c958fc3a044236cd0c1e1e7b2140f7a97955e5 - 0.0% (1.29 KB)
[#016] sha256:8ccd8fb402822ccd9c5b410749bde1e183d980ef5524e41abfa8a28531dd2372 - 0.67% (14.5 MB)
[#017] sha256:393bfeed48583b247fea0dd4d12d31ea24ebc8d5a6212c72dcaa4754da16a7a6 - 0.0% (1.27 KB)
[#018] sha256:97866ba00637479e3a44d33c24da207f42bb96dc6d20efbebc831ae308e1a769 - 0.0% (1.27 KB)
[#019] sha256:33c88fda50d3f23dc51f7a6dc1ba838670908f1242ffd59aeeaf1f3762a53e8c - 0.0% (1.29 KB)
[#020] sha256:20fb3d49f33f252f479829bc3b8896c3f19549c806fbb32208a004431b440cde - 0.0% (1.29 KB)
[#021] sha256:ba1483f12507984b14a3db6ba6a10763b5206cc94aaa598055d24fd75e1658e3 - 0.0% (1.26 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-08 18:08:53 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-ce97613e8a70001a100c747304e744b062881a7e-head
2021-06-08 18:08:53 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-06-08 18:08:54 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:7fc5cf87456cac31ab176a1bc7a4793c2c6c980895da4646e0e748dfe7ffec9c in \etc\rancher\
2021-06-08 18:08:55 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-06-08 18:08:55 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-06-08T18:08:52Z
2021-06-08 18:08:56 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-06-08 18:08:56 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=ce97613e8a70001a100c747304e744b062881a7e
2021-06-08 18:08:57 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-06-08 18:17:46 UTC
146 MB
rancher/rancher-agent:master-ce97613e8a70001a100c747304e744b062881a7e-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.51% (22.6 MB)
[#001] sha256:15c11899c85b166cc1ed1af82b5f8bda57b93fa119405e47bb96f45bbbd93533 - 0.0% (852 Bytes)
[#002] sha256:86ebe93eb4a196c3d45c24bb95176c57287e87aed340cf757e873a861aed2540 - 0.0% (189 Bytes)
[#003] sha256:99bb4863596dc1b797c95ac01ba226dfb2f8a8ccd83747662404521e6221df6e - 0.0% (123 Bytes)
[#004] sha256:4b0be08edd3db000c5d9a5252a7739cc1143470023c7fdd3ef358bec20ea8722 - 29.99% (43.7 MB)
[#005] sha256:4acb2ad3cd2a57ed259a683d89f1ea9f5a4d7ad0110aad19664f931da8e475fd - 1.33% (1.94 MB)
[#006] sha256:f044f23be2d729d974e354756a1f949d095960238c7221f4be19021e4a44404d - 16.91% (24.6 MB)
[#007] sha256:dc5475d03a7d9baf7ed3c5dc928d28c9ee8ebc2f7443251cee856787c8ecc3cd - 23.83% (34.7 MB)
[#008] sha256:f5152b14093fd787401f4ac019a227c6c898ef38ea485e5550f7237e7d6a178e - 0.01% (8.89 KB)
[#009] sha256:c7d75d9ed30091b86502edf2925a3467eaa8f3e7dc629f54e6938edef6719ac8 - 12.43% (18.1 MB)
[#010] sha256:5e1ecdb8d7dd8bbd4bef201bb2f35234ac19b3e7422880a974f4af45a6f39602 - 0.0% (172 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-08 18:17:10 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-06-08 18:17:11 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-06-08 18:17:11 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.20.7
2021-06-08 18:17:31 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-08 18:17:31 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-06-08 18:17:32 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-08 18:17:32 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-06-08 18:17:34 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-08 18:17:34 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-06-08 18:17:34 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-06-08 18:17:35 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-ce97613e8a70001a100c747304e744b062881a7e-head
2021-06-08 18:17:35 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-06-08 18:17:42 UTC/bin/sh -c #(nop) COPY dir:c2d99f1fb0005c08be2b7fe788b2bbcd285ee5de22a1ec60240fdc2786d15f9f in /var/lib/rancher-data
2021-06-08 18:17:43 UTC/bin/sh -c #(nop) COPY file:c60b26f35c3c5659c4b0e8025022c909934ae8190a20e5ee1935a9d5c70e85ab in /usr/bin/
2021-06-08 18:17:44 UTC/bin/sh -c #(nop) COPY multi:a7d199207ca5b14471499ca3d098302d5fc33b9fd949af52e922d4d4dac88ba8 in /usr/bin/
2021-06-08 18:17:44 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-06-08 18:17:45 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-06-08 18:17:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-08T18:16:53Z
2021-06-08 18:17:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=ce97613e8a70001a100c747304e744b062881a7e
2021-06-08 18:17:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-06-08 18:17:46 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.