2021-07-13 23:42:34 UTC
2.6 GB
rancher/rancher-agent:master-24ab0826ae4b4345f07134478a376044f8016b11-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 53.89% (1.4 GB)
[#001] sha256:58774ea6a2cebd62d24073292e71120a3b5e2bb74dc7b2358b29eedfa30b5a8f - 41.3% (1.07 GB)
[#002] sha256:7f88bb50d19919c3d46248c73ff54a888c268fbc61d108a5e4d955c3c1bde802 - 0.0% (1.26 KB)
[#003] sha256:95f640b4924eb2b4112b54a4767794255abc0bf8e3a0097b283fb0103d6a2b82 - 0.0% (1.34 KB)
[#004] sha256:38385df716fec8c989c09857b0a42e23743c352f3c6fc70888c95314542b2041 - 0.58% (15.5 MB)
[#005] sha256:8726f275f8e2ebba84fb5fa16d663f0e1b4f0112ecdd6592392c89198db38a34 - 0.2% (5.26 MB)
[#006] sha256:dedcee5c81d31e81d5c3f8431a611a40703d5d166818019b6a91212bf01a2961 - 0.33% (8.74 MB)
[#007] sha256:bcf28edd2c888a62c38a8eecc6bd4d178f28580e698fce6e5134429594429173 - 1.4% (37.2 MB)
[#008] sha256:4aa233012c47e6f036a80bc221dfd9ad05bf1a65518195f19832dae17e061d81 - 0.2% (5.3 MB)
[#009] sha256:853a6e021ee6791e6fdc8496d67cfb75d4ba5f17558f6265ee331e1dd8d2edde - 0.58% (15.5 MB)
[#010] sha256:b55e98e010b6892754164e0f497e1293ffbe1f5d9cd935cb7a2334af5379569a - 0.48% (12.7 MB)
[#011] sha256:276ccfafd7b1228c375de799d26f3bc3135c8d6399ccfc7db49fe7c1f88e77fb - 0.0% (1.26 KB)
[#012] sha256:a29f895ab8ae2c0e5037f28b124048d1233df5571278e3b27d0fd9d85c1a0df2 - 0.0% (1.26 KB)
[#013] sha256:8748f2368e8e4a85db431031b3d4537a6edecd05b33820f7933b5fcffa5f94a1 - 0.0% (1.29 KB)
[#014] sha256:4abb657815bca2f179a2aeedad31b9bd4242b88015d546eed9a390f1f996ed5a - 0.0% (1.26 KB)
[#015] sha256:5d7dfa75ea0e13bb6a4f4864fda58605146f75ab92cb02c29ab8d98f986f8bc9 - 0.0% (1.29 KB)
[#016] sha256:83e649af2f1ec40f4b0a9f7fc1e232021f4874454aa6e64dc0b2cf543f894ba8 - 1.05% (27.8 MB)
[#017] sha256:4b18a4f8e924c7f4258bc335918a34c42e9d670fb76ebcfb6d9b050944a6e362 - 0.0% (1.26 KB)
[#018] sha256:43c1323e80e0e6eede6bc2ff250b174fb240762e293579d07dd84ca0a73f99a2 - 0.0% (1.29 KB)
[#019] sha256:96fc76c6d7fe60702adb3931d58fddbe1a8a332e1b187102bb174c359b136c54 - 0.0% (1.27 KB)
[#020] sha256:7d2e713c29deecbaa9345c951a56fa2f3d460be9ba71ef48c782927d3b76f342 - 0.0% (1.26 KB)
[#021] sha256:cf83553259dce0afe894bd596e1dc0638a892c5212f871c605080331f9c55663 - 0.0% (1.29 KB)
Apply image 20H2-RTM-amd64
2021-07-10 18:29:59 UTCInstall update 20H2-amd64
2021-07-13 23:31:14 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-07-13 23:31:14 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-07-13 23:31:46 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-07-13 23:31:54 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-07-13 23:32:59 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-07-13 23:33:10 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-07-13 23:33:18 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-07-13 23:33:26 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-07-13 23:33:34 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-07-13 23:33:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-07-13 23:33:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-07-13 23:33:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-07-13 23:33:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-24ab0826ae4b4345f07134478a376044f8016b11-head
2021-07-13 23:33:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-07-13 23:33:38 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:db378e99887ee1055b5f100370f15e48acc9c4d004e92069359a0f62d92e87ac in \etc\rancher\
2021-07-13 23:33:38 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-07-13 23:42:31 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-07-13T23:42:30Z
2021-07-13 23:42:32 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-07-13 23:42:33 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=24ab0826ae4b4345f07134478a376044f8016b11
2021-07-13 23:42:34 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.