2021-09-29 19:03:30 UTC
2.64 GB
rancher/rancher-agent:v2.5-8dffbe5c2f592fc38102996602dcf3e92598d2d0-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 53.17% (1.4 GB)
[#001] sha256:df018de092998d207eb6d4d5e4ab074425d73b935d5300df298a3f765f1954b3 - 41.94% (1.11 GB)
[#002] sha256:94225aa07c4b864d99e82a5b3215ebd8d57ef0ad02999894e262651afce4141e - 0.0% (1.32 KB)
[#003] sha256:13835c4c3c7ac43334ed651d96727b8797da1797e3c2beac52927958c8fc6083 - 0.0% (1.26 KB)
[#004] sha256:cf8cfee10dff96adb843567cb2a166657edb848f04b5ba841c5c59d485eb35bc - 0.58% (15.5 MB)
[#005] sha256:be3cec738352399d5090efc69747a75212e5eaaa6d8caf27539962fc904bb234 - 0.2% (5.27 MB)
[#006] sha256:876cd0f217b42176bda936d93bb1c46e710a64b15642b0e9d5ddd2b6797b2e3e - 0.33% (8.79 MB)
[#007] sha256:7e58da80f194ff3c8ea91c7d5e83cfa7bb373ce9d359e0d60802707f4915e502 - 1.38% (37.2 MB)
[#008] sha256:bf22b782a414393badc834bd3208839b313094faf715890351094f942d644af3 - 0.2% (5.33 MB)
[#009] sha256:9eee15319c78e55562c419ab94f0365f5206bb4391a9be615d8bc013cb395a78 - 0.58% (15.6 MB)
[#010] sha256:1a5ce6cadd740d9d1918d2460aede6a3bddc8d3cdd891223efdb4f4804f88619 - 0.47% (12.7 MB)
[#011] sha256:e3047ca823a95a4d2d453d9dc9d636e876c83c91bd30766cd490e4e6fb75b73a - 0.02% (432 KB)
[#012] sha256:b196c54fbb873d72f9c2c04a90d5cbfc767ee20960e7da0963c0abeae724fb22 - 0.0% (1.27 KB)
[#013] sha256:1d49a85da55127b8da68834090fbc6ec6a41902a9da72c28cbd2dc5afa4c003d - 0.0% (1.3 KB)
[#014] sha256:359a48bbe5b838af7d2c23d2a0062fa5a66bf3ff973ac6c93ea2826756a8482e - 0.0% (1.3 KB)
[#015] sha256:14b256c1210e2a6226eafaf8af17317fe06c54bb03ee7ddba290b2be0def486c - 0.0% (1.27 KB)
[#016] sha256:833f2503946e2ed567942d96291b44df95638ee67f007653dbe53bc70dd64c99 - 0.0% (1.26 KB)
[#017] sha256:17d37888610b4c0b7a6a7dc194b3a1f10b277aee24385925ba6b06b86b633e43 - 1.15% (31 MB)
[#018] sha256:92f20ad494507786d24b09bff21d3d80cdc23a34d8773483e244557171f3e110 - 0.0% (1.27 KB)
[#019] sha256:735f3170b8a934bb6ab51179832dd10dea4a888cf13f20dd016f8f62661bac59 - 0.0% (1.27 KB)
[#020] sha256:ca5d357d48b013b261f855730d98dd447bf4e0ae554b1d6960b5bfb2f2f604d2 - 0.0% (1.26 KB)
[#021] sha256:5fd98cef37869927b1549458ce0b2d873405251ed833bbd3dfdb31f4bc999ce9 - 0.0% (1.27 KB)
[#022] sha256:2a957e3b76e7b066c24507185054e08c44390935f4b8a65461865bebe1f0b19d - 0.0% (1.26 KB)
Apply image 20H2-RTM-amd64
2021-09-13 05:28:20 UTCInstall update 20H2-amd64
2021-09-29 19:01:46 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-09-29 19:01:46 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-09-29 19:01:57 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-09-29 19:02:04 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-09-29 19:02: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-09-29 19:02:41 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-09-29 19:02:49 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-09-29 19:02:56 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-09-29 19:03:05 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-09-29 19:03:15 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Alias -Name pwsh -Value powershell
2021-09-29 19:03:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-09-29 19:03:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-09-29 19:03:17 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-09-29 19:03:18 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-8dffbe5c2f592fc38102996602dcf3e92598d2d0-head
2021-09-29 19:03:18 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-09-29 19:03:20 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:25551f0450164ed430b76187c0381b4f7d1bc5fd6a2450855b8de19dbc8973c8 in \etc\rancher\
2021-09-29 19:03:27 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-09-29 19:03:28 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-09-29T19:01:44Z
2021-09-29 19:03:29 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-09-29 19:03:30 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=8dffbe5c2f592fc38102996602dcf3e92598d2d0
2021-09-29 19:03:30 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.