2021-06-16 00:06:09 UTC
2.6 GB
rancher/rancher-agent:master-65e625a8561ab370c9645ca60ee1a3b2de1ce803-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 53.97% (1.4 GB)
[#001] sha256:98622c7525a40dec3c88fac81718f4f208a70f5347eb4faf74f15a78149114df - 41.22% (1.07 GB)
[#002] sha256:a7757d92217cf23933191a403704612796b423db0580a68de4478187a5a8edfe - 0.0% (1.3 KB)
[#003] sha256:8f60e39fb5cfa5b2489516f61fc287f755c808b790e2554da86cee078e5ecbf0 - 0.0% (1.35 KB)
[#004] sha256:15270b5a897474f834d519ea8690f259bb67f2213fa30a8b63472c93c4571f27 - 0.58% (15.5 MB)
[#005] sha256:2a4df4f7e62bae17bdd7648c3016f6dbf90c7b28a3c7fd58d99d218c983a66dd - 0.2% (5.26 MB)
[#006] sha256:ba2e92303b29c9614776e6ec2c1206fae477c81ff38a7e1e639215f23bd85dca - 0.33% (8.72 MB)
[#007] sha256:272c2593da18faf688c91e30aece06142ce98564b7cf123805825bddb76b707d - 1.4% (37.2 MB)
[#008] sha256:8f66a535a9b7eb7a51ef4bcbe8522f5574eb8b75ebc2c0cb5e9a07a6315c35e8 - 0.2% (5.32 MB)
[#009] sha256:5dd69504798d6406327814748e2d99855e7db32cf143948ea626c9ffba0401b2 - 0.58% (15.5 MB)
[#010] sha256:8e3d6fcf8ac7299140b0d812f89aba2d2567a4ad270814666297243fe90fc45d - 0.48% (12.7 MB)
[#011] sha256:42d40722a7968bd48d7b05ecc86c01e113ae804573c0a40de435ba02489ce454 - 0.0% (1.27 KB)
[#012] sha256:3cb90a78d1b419d2f692f3edf23afe05bd0e225821ece22536804c2db44592d8 - 0.0% (1.27 KB)
[#013] sha256:5b334d8edb70b0c1d4651135b6723ef5c38c6c54a40ea4a430dba53f2e631757 - 0.0% (1.27 KB)
[#014] sha256:3a4828592b99dc7578801ca0d73ee633bf3ad6244990203c9cc75e44028c7c1c - 0.0% (1.26 KB)
[#015] sha256:66099e0700ad1d3a3f0dc9320b264bb8726e8277d4d4d29e6a3b445f8093c616 - 0.0% (1.32 KB)
[#016] sha256:8beaec2bb4e5707d0f86d86922f1dcf97e0630fb131f5a39bca4e93f7b2c72a1 - 1.04% (27.8 MB)
[#017] sha256:ba0e753c574716fb14ccd3e9390f5bd7b8612f99c9abad2dc5f8a92c937989d2 - 0.0% (1.26 KB)
[#018] sha256:05c54bf9c6fd6ea199cf38963780e95696f5f7a1ad3bddf7e62c932b7b842b81 - 0.0% (1.27 KB)
[#019] sha256:9fe87c1afd71696e729ea5ad3fca1fd859a9252ded76148a87c925da58252ef3 - 0.0% (1.26 KB)
[#020] sha256:b3b0433e85091b5b340a33ae3ab7404318bdccf26684c9bcb2628a2a5a5a4194 - 0.0% (1.3 KB)
[#021] sha256:d1817183bcd88af052f4197db8a4e3daf5160f8494860d8dace444df298b0623 - 0.0% (1.27 KB)
Apply image 20H2-RTM-amd64
2021-06-06 19:49:44 UTCInstall update 20H2-amd64
2021-06-13 23:18:00 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-06-13 23:18:00 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-06-13 23:18:29 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-06-13 23:18:38 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-06-13 23:19:05 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-06-13 23:19:17 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-06-13 23:19:26 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-06-13 23:19:34 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-06-13 23:19:43 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-06-13 23:19:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-06-13 23:19:45 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-06-13 23:19:45 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-06-16 00:06:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-65e625a8561ab370c9645ca60ee1a3b2de1ce803-head
2021-06-16 00:06:04 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-06-16 00:06:06 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:1bf854b1acfce9f79c2ad128850ed7052869a19383e4b605875013dc93e6eba9 in \etc\rancher\
2021-06-16 00:06:07 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-06-16 00:06:07 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-06-16T00:06:01Z
2021-06-16 00:06:08 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-06-16 00:06:08 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=65e625a8561ab370c9645ca60ee1a3b2de1ce803
2021-06-16 00:06:09 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.