2021-08-30 17:43:23 UTC
2.63 GB
rancher/rancher-agent:master-203395a249089a560f9180926ba48b8886bfa680-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:fafe27618a22bf4ce1c46fde500ec3952d3e63fb942a52ee02231ddcd232fec9 - 0.0% (1.07 KB)
[#003] sha256:d9fd14e819849ea99fd02f7a8ce23e03b6b3e9357b4a8b625110ae213cd3d9fb - 0.0% (1.08 KB)
[#004] sha256:0b27d718ce4ef598477dd54cc748f516bd2f812b393530536c5975cf94596db3 - 0.58% (15.5 MB)
[#005] sha256:98b2f24e2ca15284c8343c1bb726fb62836c144095e28de6f4659c5d3472fbea - 0.2% (5.28 MB)
[#006] sha256:b9e3ef027f37fcf02b38f70a0d5a6d9f22fb698c00be6dce29c58a61a1b04212 - 0.28% (7.43 MB)
[#007] sha256:9a6aadafd43ab04ae90abe116f2b37eb5cba7938ee6be90714b5c28c4695837c - 1.38% (37.2 MB)
[#008] sha256:b40f64c0fac5133b516f0e96c45f2ba9c7d827491cf0711a179236a5b8315e80 - 0.2% (5.34 MB)
[#009] sha256:d46f6bb2945e3bce430e1b626c2e281170d709b801ead411fab49da520602497 - 0.58% (15.6 MB)
[#010] sha256:7f9185da6db5a8f07a34269c7db90df6c85ceb4237b9b0fc9a5f0390eb925129 - 0.47% (12.7 MB)
[#011] sha256:9d1a1b2707cc94156c21ecaa9c732be6a1104d887d6074954b8b976c896f4db3 - 0.0% (1.11 KB)
[#012] sha256:5f504a3234664f402ec761e760d32b1062dee7f3e32390d5b1772608ec5558d6 - 0.0% (1.07 KB)
[#013] sha256:3dd7ec1b70f83e3db5539eaba7105825499c64e4e76d78658876766bb56479d3 - 0.0% (1.07 KB)
[#014] sha256:1f1218b20e41fccd7e8c466fd9380cd0148d5888d502774f2568d68d04fca493 - 0.0% (1.07 KB)
[#015] sha256:e518561516852a4a8c6a3806b04342903e522a78c71accdea2ef9cdfa3190bc1 - 0.0% (1.07 KB)
[#016] sha256:c5199c2d1c6cbb8d38268ceee1c32fd19a3a16b9eebed12bbebc5f9dbd8e5f1b - 1.04% (28.1 MB)
[#017] sha256:67fc42dba2d93f34658bebb632140f77a79a43ab392fad5a698edcd2df6ce34b - 0.0% (1.07 KB)
[#018] sha256:7789073580eff7134c481438fba01653f57f2a03b9987ca513af6c67ca9deb0e - 0.0% (1.09 KB)
[#019] sha256:2fc38ff61b8316bcc944c0cca3622a2638682aea17b4b4c46495ea9ab0bfee10 - 0.0% (1.1 KB)
[#020] sha256:79b79aa1d68116ba4700722b7f49d0bd789066478f7f9228a453e08a4617847e - 0.0% (1.06 KB)
[#021] sha256:fcdd535bb0d112650fd71c1265559540a2b9ca69a1681eb044fdb819d15860eb - 0.0% (1.1 KB)
Apply image 1809-RTM-amd64
2021-08-05 19:44:34 UTCInstall update 1809-amd64
2021-08-30 17:41:25 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-30 17:41:26 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-30 17:41:45 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-30 17:41:52 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-30 17:42:15 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-30 17:42:24 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-30 17:42:30 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-30 17:42:37 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-30 17:42:44 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-30 17:42:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-30 17:42:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-30 17:42:45 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-30 17:43:19 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-203395a249089a560f9180926ba48b8886bfa680-head
2021-08-30 17:43:20 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-30 17:43:21 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:95bc5b773a9de4505eb5676221e7ee459def10cb70428b98187ba37e29bd8102 in \etc\rancher\
2021-08-30 17:43:21 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-30 17:43:22 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-30T17:43:18Z
2021-08-30 17:43:22 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=203395a249089a560f9180926ba48b8886bfa680
2021-08-30 17:43:23 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-08-30 17:43:23 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.