2022-01-25 05:10:22 UTC
2.66 GB
rancher/rancher-agent:v2.5.12
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 52.65% (1.4 GB)
[#001] sha256:835e32b394368e6c2d93a613f19b425654bcb45ef2680db32b7021713303a782 - 42.5% (1.13 GB)
[#002] sha256:e0dbe383596956d8476433549fd09fba4d0db29d6f4427579059cb368fbe9b4b - 0.0% (1.35 KB)
[#003] sha256:5b3ce07aca7ba1054d4652de6617b5056a6d250d7c67c68f64e27b40e548eb3d - 0.0% (1.29 KB)
[#004] sha256:25a2db1e2755db2c09f4c9f36205768c966ddeca3f3c990417c783bdfa4354e4 - 0.57% (15.5 MB)
[#005] sha256:5df11143fc2824b539420813990c40359447d6f2e2e368ecc32fc6f5a014e04b - 0.19% (5.27 MB)
[#006] sha256:c0d7ad1da76ebabcc00e2237f72446d48392a0a602246464c69403d86a3f00df - 0.32% (8.79 MB)
[#007] sha256:6adc2571f291878c8ba1595479a5a1d365634dd7817071278eaf5c031f60a5e9 - 1.37% (37.2 MB)
[#008] sha256:3966aa0bc5e95d56953d45572d45f67644b38b40521ddb5702ee65e813732319 - 0.2% (5.34 MB)
[#009] sha256:3af4fe7214cdecce25f9da110afa8e420d5dd1114cf9169d588d9b7b43bf5d74 - 0.57% (15.6 MB)
[#010] sha256:64c4d76ed8fa11c6d58e0951813b6eb519f9a8d0de0de48e15dcfafd639486bb - 0.47% (12.8 MB)
[#011] sha256:93ec49fa25e951b7f79e2a99c2cda5068065f59b9a854222563054bfdeb1a0d0 - 0.02% (445 KB)
[#012] sha256:e71410d4484d999f7f8760cb49a1568a3056cf77293163f2afe99a315ce26c28 - 0.0% (1.26 KB)
[#013] sha256:72751506903100ba2dc2e3c8bd10adcab60f6396bec28bfef976aa578b3dc20d - 0.0% (1.28 KB)
[#014] sha256:7e27cd8d662d2d8340bc35af97fecdd2e67bcd9eed7a76af4d5ab960e3f85312 - 0.0% (1.29 KB)
[#015] sha256:0163f923b43cc001056bc7f7f3a68f8773edc69ad6f0eb09297176ab474ada08 - 0.0% (1.28 KB)
[#016] sha256:53b384e0808a92f29ea444cc2fcdcc6e3c0563da835020fad128b8857d2e155a - 0.0% (1.3 KB)
[#017] sha256:60fa473e60d6a48fdb8d93dd11d3cc8a9920b7064a5821fdd8a4c96cc4591a51 - 1.14% (31.2 MB)
[#018] sha256:024d57db3c53cf083bfc176ca3df79d00691ee6436fe46b17a8efe095b786da1 - 0.0% (1.29 KB)
[#019] sha256:c8bdbb95535441628469d2147e1408a512d16aa83d128e6fafd9fd1a0bfbc758 - 0.0% (1.29 KB)
[#020] sha256:7d551410829226f1efb7dcce5a393892d5c7a3ed79c0521f19bdce87b3ad5b5a - 0.0% (1.29 KB)
[#021] sha256:41417fe4fb2879e2b93386839a6616c45b530e498eec15e3b56367912141cbba - 0.0% (1.26 KB)
[#022] sha256:73ea6b3c38334eab7509e19a8cece7f6e14a7f390cef6c57ee39f8cfa8d600de - 0.0% (1.3 KB)
Apply image 20H2-RTM-amd64
2022-01-16 06:48:22 UTCInstall update 20H2-amd64
2022-01-25 05:08:47 UTCcmd /S /C #(nop) ARG ARCH=amd64
2022-01-25 05:08:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2022-01-25 05:08:58 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.'
2022-01-25 05:09:06 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.'
2022-01-25 05:09: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; } }
2022-01-25 05:09:42 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.'
2022-01-25 05:09:50 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2022-01-25 05:09:59 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2022-01-25 05:10:07 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2022-01-25 05:10:15 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Alias -Name pwsh -Value powershell
2022-01-25 05:10:15 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2022-01-25 05:10:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2022-01-25 05:10:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2022-01-25 05:10:17 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.12
2022-01-25 05:10:17 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2022-01-25 05:10:18 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:9dd263c0a98bc53c5af6f7da978803f5b0f433e25eca86a6fcc2f0cff35747ad in \etc\rancher\
2022-01-25 05:10:19 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2022-01-25 05:10:20 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2022-01-25T05:08:45Z
2022-01-25 05:10:21 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2022-01-25 05:10:21 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=c5f7295f6f105b3b21daac066c3b05616b81ec68
2022-01-25 05:10:22 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.