2021-06-08 21:46:09 UTC
156 MB
rancher/rancher-agent:master-b2dfd8e0da2a07c5ad70baf7dd43db613c321b62-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:8aee6819b06aaeab68c7d883bad7109277ebde3cc50b641b9c72dcd5ba6ab437 - 0.0% (123 Bytes)
[#004] sha256:2b95e417f543203bbeaa44ecc0d381239160a0b9583cea6c33cdad6b3221f0fa - 30.29% (47.4 MB)
[#005] sha256:dc6362a906deca298ca1403f22d5470d7d898893cc97ce044bd5e64add1e7fd5 - 1.41% (2.2 MB)
[#006] sha256:50c01249e16055393d412937ad75b37ecaee12e06e6da279263929acb7af14a0 - 17.0% (26.6 MB)
[#007] sha256:199e77a8e9aa51119ae6d15d07f76100918b1fbbc5a0bf0608dd5363d2eb6efc - 22.19% (34.7 MB)
[#008] sha256:24b0d6a123cd96e8d9175f298b7c63fd8bb8a6753129960c6438ef51f2b633b4 - 0.01% (9.31 KB)
[#009] sha256:bc3cb0661c23a0fa06576ba120a96aec0e623efc83a6591b60403b62c519f198 - 12.83% (20.1 MB)
[#010] sha256:6b4c2aca52eff14991afedeaa2f28e3b18519e9a2a95120cbcf72a63581c711a - 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-08 21:45:10 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-06-08 21:45:11 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-06-08 21:45:12 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.20.7
2021-06-08 21:45:48 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 21:45:49 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-06-08 21:45:51 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 21:45:51 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-06-08 21:45:53 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 21:45:54 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-06-08 21:45:54 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-06-08 21:45:54 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-b2dfd8e0da2a07c5ad70baf7dd43db613c321b62-head
2021-06-08 21:45:54 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-06-08 21:46:04 UTC/bin/sh -c #(nop) COPY dir:34f18da906587c6cae340bc9bdbe5d978af1e6a55f1bfb4e6dd6fff5c3a5d8bc in /var/lib/rancher-data
2021-06-08 21:46:06 UTC/bin/sh -c #(nop) COPY file:06b0b342addff9a717be154d225e24a02cfd9f246783db87a72ccfb06f516df1 in /usr/bin/
2021-06-08 21:46:07 UTC/bin/sh -c #(nop) COPY multi:1ce8bcb0e1d37dbae0b3af1a1350d8565aa810ca3bb435c35c328851b73573e1 in /usr/bin/
2021-06-08 21:46:08 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-06-08 21:46:08 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-06-08 21:46:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-08T21:44:50Z
2021-06-08 21:46:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=b2dfd8e0da2a07c5ad70baf7dd43db613c321b62
2021-06-08 21:46:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-06-08 21:46:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-06-08 21:22:41 UTC
2.57 GB
rancher/rancher-agent:master-b2dfd8e0da2a07c5ad70baf7dd43db613c321b62-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 62.24% (1.6 GB)
[#001] sha256:639bb6bb2beb4cfdcacb9f0844344448fe26494665d5fe78a494419f86fbb18f - 33.44% (880 MB)
[#002] sha256:c480474dcbc13e6ca1ca595d940117aaed40512929c28ab3bca19ba6b546e5b5 - 0.0% (1.12 KB)
[#003] sha256:0e25b223d9d56cd1098cf1c14551f7bb10986f8dab96e1557a8d3823fcb2b27f - 0.0% (1.12 KB)
[#004] sha256:a11dcfebc4510c0ec32f66746dec506b39c1b73b63e56a33b65970a9b13b8be4 - 0.59% (15.5 MB)
[#005] sha256:d69e5d5fc42c33b0f942fc6bf0e07f7609934d1d9b56edcbfbe39f332c58fa4a - 0.2% (5.26 MB)
[#006] sha256:6c09b1117b52904715a54fda555a8c8e9d499a1d765f9dca9e567d919ad8e6af - 0.28% (7.42 MB)
[#007] sha256:1b3f076c3db731cf409c85600b76ebb906fc951e2a3327b2ffdc157c07d66cab - 1.41% (37.2 MB)
[#008] sha256:cc5d946095a9c3349c25e0b453b41d4c42c2633b2b7122078da8b3126a47f067 - 0.2% (5.32 MB)
[#009] sha256:5030b58a538fa1a4bcd8f4caae5b8284da754f4f6a591f607a75357bdc678260 - 0.59% (15.6 MB)
[#010] sha256:679a31cd371263e6146783fc20b873ca1261a58ee0e383ec315c2d9a2d4383b2 - 0.48% (12.7 MB)
[#011] sha256:6a93aabdb5276a6aea9652377bd55ec7e60eb97015f567146626dbee975a936f - 0.0% (1.09 KB)
[#012] sha256:ccbfde20f44d7809562185a5251f63912f777fe7811b6536190b070fa2ecbfc4 - 0.0% (1.1 KB)
[#013] sha256:b06047fa49a48e03c343ee063e571e16d822d43414dfcf467637799ba4279764 - 0.0% (1.09 KB)
[#014] sha256:5a8bd560045501a148a7fee867284cb0265be4edb399bd8b5a10f40c29897248 - 0.0% (1.09 KB)
[#015] sha256:5f579ada4d68f52b0d2f4a2e33a15850f086f72b1af60beca0054b6836108855 - 0.0% (1.1 KB)
[#016] sha256:2d1deba3bbfdaae8d12273ecb1cfb035188880a4b198f97564f62f5c1c4e2987 - 0.55% (14.5 MB)
[#017] sha256:412f0136138b31ddf89faac8425b1209c566363304512d9d8dbd6e83e316a6ba - 0.0% (1.1 KB)
[#018] sha256:5443a314c959c8d52a3586d6ed57ad796b90244a00369efa4cd0cc189be25e4e - 0.0% (1.09 KB)
[#019] sha256:2fc8898a3188b42b4143560123fbce1204aaab411c42ab1bac64165a18b3c400 - 0.0% (1.14 KB)
[#020] sha256:edd9ee2ad9417c17d19dc159c3a195867a53229616f0b87e9acde9d8b2cfb592 - 0.0% (1.1 KB)
[#021] sha256:bb575941ded6e266be1ada64f0fb86dac3d8980a4e28ed685bfb0f405da60792 - 0.0% (1.12 KB)
Apply image 1809-RTM-amd64
2021-06-06 04:28:43 UTCInstall update 1809-amd64
2021-06-08 21:20:55 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-06-08 21:20:57 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-06-08 21:21:11 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-08 21:21:21 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-08 21:21:47 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-08 21:22:03 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-08 21:22:12 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-06-08 21:22:23 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-06-08 21:22:33 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-06-08 21:22:34 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-06-08 21:22:34 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-06-08 21:22:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-06-08 21:22:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-b2dfd8e0da2a07c5ad70baf7dd43db613c321b62-head
2021-06-08 21:22:37 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-06-08 21:22:39 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:d277368bbb482054cc020b39346d669310b827ab6df93ee04d3616772e190a40 in \etc\rancher\
2021-06-08 21:22:39 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-06-08 21:22:40 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-06-08T21:17:03Z
2021-06-08 21:22:40 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=b2dfd8e0da2a07c5ad70baf7dd43db613c321b62
2021-06-08 21:22:41 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-06-08 21:22:41 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-06-08 21:24:24 UTC
2.58 GB
rancher/rancher-agent:master-b2dfd8e0da2a07c5ad70baf7dd43db613c321b62-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 54.24% (1.4 GB)
[#001] sha256:98622c7525a40dec3c88fac81718f4f208a70f5347eb4faf74f15a78149114df - 41.42% (1.07 GB)
[#002] sha256:bf2c6cf06e1068f4b1aae08ae9f88794bfa086292f2537c8007df88cb33d4bd3 - 0.0% (1.33 KB)
[#003] sha256:e73f6797d5302df036f00608dc7eda8ac62f60a3e438970768029b46daa3bcc1 - 0.0% (1.32 KB)
[#004] sha256:5db71b3999c1135da94ff51193d8915f8610e8b9ea32f6380bdb07409bac8dfb - 0.59% (15.5 MB)
[#005] sha256:808d1820d664ceae5c86a9813fb5c57d488836e009cfbb461e19d2378fcbadc5 - 0.2% (5.25 MB)
[#006] sha256:7999ef5551569acc206c164d81cc933c68211eaca09e7d705dc814970cfd80c1 - 0.33% (8.72 MB)
[#007] sha256:5263b5c28d0c311263c64b3304552ec3abf9c8ed7ead64900c1376925bffe498 - 1.41% (37.2 MB)
[#008] sha256:9d957f1d0bbb798640524d368a720fe0c9099a3493e17ecb592b28ae35348255 - 0.2% (5.32 MB)
[#009] sha256:3c5e3e9d60ccf6d612563e6dbcf279a15b1ce2d8f708f736fd4595d2f0cadedd - 0.59% (15.6 MB)
[#010] sha256:877cf9cfa6fa5b0ed977082e0e690fa780a5e90662b2d7b4922ade35f881030c - 0.48% (12.7 MB)
[#011] sha256:7eafd130baac9577f322caaa3909de8d5658cf3b542c8b03738997503b6ab280 - 0.0% (1.31 KB)
[#012] sha256:b61dac4b61cf57064273283578858efac1097b4fdf7a65ec47017aea30e7a3ab - 0.0% (1.32 KB)
[#013] sha256:8a9eee15ba827daa6d63f366b8554e3daa326d4d3cc8dff441100a3acc6e1b80 - 0.0% (1.3 KB)
[#014] sha256:019464b713c662cce37ae7215a9361dae41394806bdaa400bfc8a01a35433e1e - 0.0% (1.32 KB)
[#015] sha256:a77523b6db0abc2f4107aa1ccbecddbca8f2a084d9307ece9d12f4734cbf254e - 0.0% (1.41 KB)
[#016] sha256:d3e7a1a197bb1756dbb55937f5ea9ef6099a0f3c38555cf635579431c39275a8 - 0.55% (14.5 MB)
[#017] sha256:46cb295566e4147f9ac0b21025fc236abf5f062bafc00f8407c67945510126e6 - 0.0% (1.27 KB)
[#018] sha256:48ca84aaac160876251c2f7b10c41c4dcfa062ac5fddd135c645d5b3ba8878ef - 0.0% (1.37 KB)
[#019] sha256:e91e50a04e66f3950efbb1bb96ce632a6beb03378109f88665d7fb8da3db6d4c - 0.0% (1.4 KB)
[#020] sha256:19afa68ee7cb563f5ee795e1416ce09024f3cb8cb72c21690b450a3de3a6fddb - 0.0% (1.4 KB)
[#021] sha256:817840ff8d6d7869a367f7626aa68b334eea821d789d333d3ae2917688833d3f - 0.0% (1.29 KB)
Apply image 20H2-RTM-amd64
2021-06-06 19:49:44 UTCInstall update 20H2-amd64
2021-06-08 21:21:35 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-06-08 21:21:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-06-08 21:21:50 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-08 21:22:02 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-08 21:22:48 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-08 21:23:22 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-08 21:23:46 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-06-08 21:24:01 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-06-08 21:24:12 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-06-08 21:24:13 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-06-08 21:24:14 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-06-08 21:24:14 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-06-08 21:24:15 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-b2dfd8e0da2a07c5ad70baf7dd43db613c321b62-head
2021-06-08 21:24:15 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-06-08 21:24:17 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:1b4c21819a92ee7377bfef49786ba0d287daa8fad80164d08019dcf9c0b18fd2 in \etc\rancher\
2021-06-08 21:24:18 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-06-08 21:24:19 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-06-08T21:17:29Z
2021-06-08 21:24:21 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-06-08 21:24:23 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=b2dfd8e0da2a07c5ad70baf7dd43db613c321b62
2021-06-08 21:24:24 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-06-08 21:24:05 UTC
2.24 GB
rancher/rancher-agent:master-b2dfd8e0da2a07c5ad70baf7dd43db613c321b62-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:295f12394c4f250e83029adb04647faeb736b0c8d275aa9b34f5e3c60a89d0d2 - 51.18% (1.14 GB)
[#001] sha256:409e8c9a2688a1824ab167e0815af899280d336440100aab9c47f99ce3e0de07 - 43.81% (1000 MB)
[#002] sha256:880e28aaf0e8f087896aeb2cef18b8cdba85d2303f29b4cc6db46beacf20620e - 0.0% (1.27 KB)
[#003] sha256:c37a6f5701b32ad915b2c99bba5d90548a3979cbc1edf42615d2ad3bbe42f774 - 0.0% (1.3 KB)
[#004] sha256:ac8f3e73fb6637344b120de8b9f86f2cb3af8027c9187d700f984eee486a743d - 0.68% (15.5 MB)
[#005] sha256:99f131cb91cd6c54cd6659e2cde31755adff10d3ae3ab914b9aac0cc84c4cf03 - 0.23% (5.25 MB)
[#006] sha256:45452358c288ef783aebfdac5f493c08a47d08fc37a6056cd65523c676476dc7 - 0.38% (8.6 MB)
[#007] sha256:7cb619b07287f13bdf8f4314411baeeeaecc65007d484b124ae3842c7ce202ed - 1.63% (37.2 MB)
[#008] sha256:502dfa8e8c507da9058202891ecbe32268c65fb311af92c2533b2466db797877 - 0.23% (5.32 MB)
[#009] sha256:ba2c76116631860ee14b3da46545cf8b31a606e141b46c86aaec95d4a893c720 - 0.68% (15.5 MB)
[#010] sha256:258e0b8bc4ecd2c49df9f972245c406acfe97387a43eff32d53746a74a605956 - 0.56% (12.7 MB)
[#011] sha256:e06f91189943bebf6cb9c0a85e856398f8ae64e4f5fcf5166d55a24143bebcb7 - 0.0% (1.27 KB)
[#012] sha256:977b4c7bd32e7f6ff534ba99170b120ac70da297f5bd14fc4e5d936cf68be64e - 0.0% (1.38 KB)
[#013] sha256:f5e884d470294bd2cac751db68a4e175bda4c182b5fab6d3e155f36ee56f727e - 0.0% (1.27 KB)
[#014] sha256:bc064c18cf7f1f3430afaff7d6c17b9b485a195e229f84454929fe1eee76e874 - 0.0% (1.34 KB)
[#015] sha256:a43f2be275dfd69801ad800ea701c8e97eb91245715df1f3ac2d85bb847e1fcd - 0.0% (1.29 KB)
[#016] sha256:aa99c20b013b4851eb16e961d8053f9fb474c1d1aadb31e7e5bf4a3fb1041cc1 - 0.64% (14.5 MB)
[#017] sha256:a0fea782f8a862fcc6a83a95ef331f9da4754d8099ac4f61d92adc81af8ff8a5 - 0.0% (1.3 KB)
[#018] sha256:a3a41f5c99c1e200c6dc7809f4eeaf67170487fe2cc058eac352723fb8075b1f - 0.0% (1.3 KB)
[#019] sha256:00495031aaf2e5245109669a27f1ea478acd6be89cdef343d48c8bf009919073 - 0.0% (1.3 KB)
[#020] sha256:fa019a9509bcbe6b7ace7b2abfe23209457d186e7ffae03ffcffe55f70722a69 - 0.0% (1.27 KB)
[#021] sha256:a56d0cc6be7a62a40c3b8f08e8fbf3a56510c88015034eb5ad1a37c0d430b4ce - 0.0% (1.27 KB)
Apply image 2004-RTM-amd64
2021-06-06 19:51:57 UTCInstall update 2004-amd64
2021-06-08 21:21:58 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-06-08 21:21:58 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-06-08 21:22:14 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-08 21:22:32 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-08 21:23: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-08 21:23:23 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-08 21:23:35 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-06-08 21:23:46 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-06-08 21:23:57 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-06-08 21:23:58 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-06-08 21:23:59 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-06-08 21:23:59 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-06-08 21:24:00 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-b2dfd8e0da2a07c5ad70baf7dd43db613c321b62-head
2021-06-08 21:24:01 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-06-08 21:24:02 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:1b4c21819a92ee7377bfef49786ba0d287daa8fad80164d08019dcf9c0b18fd2 in \etc\rancher\
2021-06-08 21:24:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-06-08 21:24:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-06-08T21:17:10Z
2021-06-08 21:24:04 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-06-08 21:24:04 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=b2dfd8e0da2a07c5ad70baf7dd43db613c321b62
2021-06-08 21:24:05 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-06-08 21:26:31 UTC
146 MB
rancher/rancher-agent:master-b2dfd8e0da2a07c5ad70baf7dd43db613c321b62-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:dbcceba1ee77e9ad107465d7e3df195482ece1e5ae6acc68d1d4a3895bb872e0 - 0.0% (123 Bytes)
[#004] sha256:595a79465b3b2fb438d9f2918b1632d5d0abeada843a3aae26165c75f497056e - 29.99% (43.7 MB)
[#005] sha256:4acb2ad3cd2a57ed259a683d89f1ea9f5a4d7ad0110aad19664f931da8e475fd - 1.33% (1.94 MB)
[#006] sha256:bd6961cdc7fc6dc0453c79be3087e52f2fa1e561638f42ea0dbd2d80f1f08def - 16.91% (24.6 MB)
[#007] sha256:600d519bc31e230f899cfcd6f6e9dea3e78e7630f1460e86977091f9b38c08f1 - 23.81% (34.7 MB)
[#008] sha256:6eaa5fa55620c21ee889df520c617e415dd8de2b6be83dcfa68249441e80ca7c - 0.01% (8.89 KB)
[#009] sha256:18da948f724b43ae64f9b4867dbb9458a9a9bb07af85d18c816d78b485c8f0ff - 12.43% (18.1 MB)
[#010] sha256:cce6f5ad93716ec63deed8be6d8488aa1c80dd48660db0009cf5c71798d5e902 - 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 21:25:55 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-06-08 21:25:56 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-06-08 21:25:56 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.20.7
2021-06-08 21:26:16 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 21:26:17 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-06-08 21:26:18 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 21:26:18 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-06-08 21:26:19 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 21:26:20 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-06-08 21:26:20 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-06-08 21:26:20 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-b2dfd8e0da2a07c5ad70baf7dd43db613c321b62-head
2021-06-08 21:26:20 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-06-08 21:26:28 UTC/bin/sh -c #(nop) COPY dir:851d5316c409f40a1b569ee2f1d73799e47531aa3493ff82a47e7d164d888ae5 in /var/lib/rancher-data
2021-06-08 21:26:29 UTC/bin/sh -c #(nop) COPY file:c60b26f35c3c5659c4b0e8025022c909934ae8190a20e5ee1935a9d5c70e85ab in /usr/bin/
2021-06-08 21:26:30 UTC/bin/sh -c #(nop) COPY multi:ee71e24112d933a68d4fd7b5e56e61b8334d387cab22ea8816ca34192a8f0df5 in /usr/bin/
2021-06-08 21:26:30 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-06-08 21:26:31 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-06-08 21:26:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-08T21:25:37Z
2021-06-08 21:26:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=b2dfd8e0da2a07c5ad70baf7dd43db613c321b62
2021-06-08 21:26:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-06-08 21:26:31 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.