2021-08-20 05:49:41 UTC
2.63 GB
rancher/rancher-agent:v2.6-1f54519992ff2b7c5824366cb0f445b20d285bce-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 60.95% (1.6 GB)
[#001] sha256:c67ded6868b61d392a0c096f911563fd6bc0bc3ed4fe401d077b3718a1b0cdaf - 34.32% (923 MB)
[#002] sha256:51e3623d8d4d64ef5ea4636383c7dd28155bf261f54392c0b32c2373a1d8e13a - 0.0% (1.07 KB)
[#003] sha256:ea158f2defdbf06b33848122baa0a0876466c75f1558121ae31c8fa9c9949a88 - 0.0% (1.1 KB)
[#004] sha256:f6b2324b2f6db3660e6ca53d96ba6c4e542e76c5c41b454aef60a06b912c457a - 0.58% (15.5 MB)
[#005] sha256:3a9c4dc04e1b9ef07ca1f3fe528cc28e1244c80f298d0f8d4c5c26824af34fd2 - 0.2% (5.28 MB)
[#006] sha256:d70ce3328c0088b92c78f4e0a191783481a0a94c2d7c2fdb0e9b9f1fef4a1f2f - 0.28% (7.43 MB)
[#007] sha256:8d5b6f64185e7a2caeae2a50060bd05a318ae82592aa2ef0b69ac6f2bc788581 - 1.38% (37.2 MB)
[#008] sha256:e27959994a38824ced6491b65a533b7211a66956307ed9b8ca2054b3d2572416 - 0.2% (5.34 MB)
[#009] sha256:7132f715ee2ca93531ab7471f8bc7c7dd143fe21faaad9be80cc0a0edbf2d628 - 0.58% (15.6 MB)
[#010] sha256:b455e841fa159047e02c90d52c0e5e2d1abe3266d75000781e0ef173b1f20ed7 - 0.47% (12.7 MB)
[#011] sha256:452ee414c18d5d1230994b1fb3c5bfe5a2c5729bef1603f72fca079279f0dfde - 0.0% (1.07 KB)
[#012] sha256:772cf911179e66b268af6e36d3e23a642ef26d5287bfd5294a9e2d467503756b - 0.0% (1.09 KB)
[#013] sha256:d4dab6db220a35ce1b6de666b5701e965f23b0f885a7b29c7ebda1564aabfeae - 0.0% (1.07 KB)
[#014] sha256:369a23a928a230b8de4a0943e52d9148eaa84e6e43bc47877dd68b2b322843f2 - 0.0% (1.06 KB)
[#015] sha256:6b3fe706a531a7cbf457a16fbb02d55a7be01ecf9116a10d34213cee314ebcec - 0.0% (1.07 KB)
[#016] sha256:8bd562a42a661196bb0b6e422c92be8f2a735d6df71868c3c34a8fb3201630b4 - 1.04% (28 MB)
[#017] sha256:9d6d3fabbfcfcb8317f24d3e586aaa49822eea2502449b93adaab032fb6c8286 - 0.0% (1.07 KB)
[#018] sha256:79e993d64be5978f848db077512a9ee702823ee353e19f6705560b5df03ed23b - 0.0% (1.09 KB)
[#019] sha256:04973ec7258accd47309510349035d2e154c12af3806e6f0720d523226db8c3b - 0.0% (1.06 KB)
[#020] sha256:055f186bbeca4d1fd384c47b46229fd84f908cfb5df4956a8c038f24c2452944 - 0.0% (1.07 KB)
[#021] sha256:73595004b7435342df0af6b0efbef4ff4dc149d2aeb9524685b463235fb7dc37 - 0.0% (1.09 KB)
Apply image 1809-RTM-amd64
2021-08-05 19:44:34 UTCInstall update 1809-amd64
2021-08-20 05:47:55 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-20 05:47:56 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-20 05:48: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-08-20 05:48: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-08-20 05:48:43 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-08-20 05:48:51 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-08-20 05:48:57 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-20 05:49:03 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-20 05:49:09 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-20 05:49:09 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-20 05:49:10 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-20 05:49:10 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-20 05:49:38 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.6-1f54519992ff2b7c5824366cb0f445b20d285bce-head
2021-08-20 05:49:38 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-20 05:49:39 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:d45bd2992fa5eb64da5412971764e6ab413d3fc2ed5abdffbc3dfce6aa63c8b4 in \etc\rancher\
2021-08-20 05:49:40 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-20 05:49:40 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-20T05:49:37Z
2021-08-20 05:49:41 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=1f54519992ff2b7c5824366cb0f445b20d285bce
2021-08-20 05:49:41 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-08-20 05:49:41 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(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.