2021-08-28 00:13:37 UTC
2.63 GB
rancher/rancher-agent:v2.6-8bc632785ca71cba9329f4589e45627e685ab0e3-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 53.33% (1.4 GB)
[#001] sha256:2c8cd6d97bfe5915dde26687cfdafcb1511808d9699b52da3be03323c75166aa - 41.89% (1.1 GB)
[#002] sha256:4f8758e617deb0bf930f56406a4eea463c6d68ddf38aab24b5ccad6e037fe131 - 0.0% (1.3 KB)
[#003] sha256:9b5b2d9c7fcccb4ac6f826be074137a47ed2939e1bba98d2249140507afbf27c - 0.0% (1.3 KB)
[#004] sha256:1e7a1b68e077df65573eb0ac9a1cfbe38d20b9d6db3c099e1162fd6a8d2101c3 - 0.58% (15.5 MB)
[#005] sha256:3ac65d32807e32651cb253bf29758db4060759d258df57c2963893bdf23f747a - 0.2% (5.27 MB)
[#006] sha256:27b831168fb8f1e0f67115f60b933dea0ac8a02948bb31f888a00281cf62c077 - 0.33% (8.77 MB)
[#007] sha256:25d9023d3e765dcfad19fe619277c93d9a142d173e81fb53d493fb8f01d9bb6d - 1.38% (37.2 MB)
[#008] sha256:049c822aa4d4325db3d6c61f6240f3a0f2c8ac2cb613ccab8ece8e3771f2bfbc - 0.2% (5.34 MB)
[#009] sha256:d4ce95ddba8a9e173aba0a0ca61d401f1dac53b253e33fec3ed63dab8a30be5d - 0.58% (15.6 MB)
[#010] sha256:801d0c73b5ba5c4db2dfd13bd57f76cb424529d527e720cddd0151fe2481195d - 0.47% (12.7 MB)
[#011] sha256:c74b19fd97f287f88a9a421082ba384f5030113db1b1adbb4c9feeab74af639f - 0.0% (1.29 KB)
[#012] sha256:2982d29962647b93896c6c512c3927bc86aaba90ad651e9ac0b28baadb2d3448 - 0.0% (1.27 KB)
[#013] sha256:dfa3cc887e8802cd2668bf287f6b200c8e78fce53b622a9cfa0896c6cb990501 - 0.0% (1.3 KB)
[#014] sha256:9245da199e5a5b3c11a8a6a8ae7ee921198f93cb66e00bbc294f64bc84140fb8 - 0.0% (1.27 KB)
[#015] sha256:c4c0fc6d2b3dc7fd166997ca9eaec08f638b7a4f946b87b82e6be7a40899b06d - 0.0% (1.27 KB)
[#016] sha256:4a2e0b2af9a154ede0742cf417f90dd0d158f958391f2d3e73691bb500ff6d79 - 1.04% (28.1 MB)
[#017] sha256:1c3a64752ce00eeeb1b8e366ef8e179bca4d060227a242ff56bb73d615e89a56 - 0.0% (1.27 KB)
[#018] sha256:130aca5cea03e1adfe2a61af04402644c890e688e4262f3d2fdd51d9bc431cae - 0.0% (1.25 KB)
[#019] sha256:6ce88299ddf3ee28a25da2eecd1e50e9ab66d3e6e31d921c465f48965092270d - 0.0% (1.27 KB)
[#020] sha256:8a7866530885ef2bd5564eb6dac333e79acd1783c9c1d334968db8b3a1d4a6c0 - 0.0% (1.27 KB)
[#021] sha256:3d61867370df9343e273fdab4abcaa4f55c6dc6284ae497194a825e2ed0182fc - 0.0% (1.27 KB)
Apply image 20H2-RTM-amd64
2021-08-01 08:20:33 UTCInstall update 20H2-amd64
2021-08-28 00:11:35 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-28 00:11:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-28 00:12: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-28 00:12:28 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-28 00:12:53 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-28 00:13:04 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-28 00:13:13 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-28 00:13:22 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-28 00:13:30 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-28 00:13:31 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-28 00:13:32 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-28 00:13:33 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-28 00:13:33 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.6-8bc632785ca71cba9329f4589e45627e685ab0e3-head
2021-08-28 00:13:34 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-28 00:13:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:466e2b2a926cb96237be3d4e54abdb54b178ee8716ff7ef5b75bb98903e8c065 in \etc\rancher\
2021-08-28 00:13:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-28 00:13:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-08-28T00:12:00Z
2021-08-28 00:13:37 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-08-28 00:13:37 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=8bc632785ca71cba9329f4589e45627e685ab0e3
2021-08-28 00:13:37 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.