2021-08-08 22:44:56 UTC
2.63 GB
rancher/rancher-agent:master-1167fdcbac3a11bc9ad5c508cd5ca3cfed404e00-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 60.96% (1.6 GB)
[#001] sha256:f143c6fed32d477c35b660b2e108ea62e3593c03e44bd9ced208ce52b26b0841 - 34.31% (922 MB)
[#002] sha256:e8d31ee100a5b37d3f285c2bb59e7e500e6903971593ddc1dad721f79e056b9d - 0.0% (1.07 KB)
[#003] sha256:797ef6d6940047f944d820d3266bef3c46144d45ca38d1b67a4509c2df0c19a9 - 0.0% (1.09 KB)
[#004] sha256:ffb418b6888a386dbb9cc961b7d2201d92b4906230c3f07f9020bb7f2c6ec4b7 - 0.58% (15.5 MB)
[#005] sha256:25d813d0f08683103f60def49920067746fea2dc31dbe3e7c94c9a600dd2ff98 - 0.2% (5.28 MB)
[#006] sha256:5c1cfc1730ddef003f606b366473ea22c9680c7f8c67f41467b8b4564d479feb - 0.28% (7.44 MB)
[#007] sha256:7a87a7d1b563aedd821165f2c055944b66b6f354962853192b90140a46f5accf - 1.39% (37.2 MB)
[#008] sha256:95970b8692398aa4655363392a84a71e08809ca448116f4eb13e2eb0a2b13b98 - 0.2% (5.34 MB)
[#009] sha256:b735d50e226d9008744a7a4c4c52b9e50cf75d9c5ea31aa9a01ceed8a76daf6d - 0.58% (15.6 MB)
[#010] sha256:dc69032b12c272d613a3d84ba1db3fe29181d60b67ef5119ac6e2f5e9546ddc0 - 0.47% (12.7 MB)
[#011] sha256:d1a6b62ae63c96907319500c6dea52443a5d285cf8cad7be02384292c136a9d3 - 0.0% (1.07 KB)
[#012] sha256:c0cccdbb64746709a8bf66d465d922a1f0e22449e78757d8f6d578d251de5d0b - 0.0% (1.07 KB)
[#013] sha256:ffc70b4459a0344a52330995ad4f19759ae1308edfd6e4fe362d89378daf1ca0 - 0.0% (1.07 KB)
[#014] sha256:03eb6fdfe3f5c1fb13a80b59460c634720fe534858ee7a9198ba1199a838523c - 0.0% (1.06 KB)
[#015] sha256:12b8217d00c57b63a1c818072e1eb571a7bdec2b34a871bad6c414f4a1adc667 - 0.0% (1.06 KB)
[#016] sha256:3ddd06a0198836278365345e91525dd83ee352b4c84a9eba3d8cce7b272cc380 - 1.04% (28 MB)
[#017] sha256:7982d55afb777fa62dbde0a6dc85f8878ffda0e5bf7161ef300724b2984897d1 - 0.0% (1.1 KB)
[#018] sha256:5e1b831fd7029694361f8ebe0bc4d601b4aeaaff66d6ce94c8eec46bd030cefa - 0.0% (1.07 KB)
[#019] sha256:8687abef1101b025ba9a2c4ea69a1debe49cbaec3afa13f6dbda30496671c6db - 0.0% (1.06 KB)
[#020] sha256:d74133fd3d7031b362ed261bfba15a27cd461e45c1681b019914f71aaa3013ba - 0.0% (1.06 KB)
[#021] sha256:75cc4077b386facf9d5a03510adc272f707dd83c775434e9329746fcbc79c4ac - 0.0% (1.06 KB)
Apply image 1809-RTM-amd64
2021-07-06 20:34:18 UTCInstall update 1809-amd64
2021-08-08 22:27:34 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-08 22:27:34 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-08 22:27:54 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-08 22:28:02 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-08 22:28:24 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-08 22:28:34 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-08 22:28:41 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-08 22:28:47 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-08 22:28:54 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-08 22:28:54 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-08 22:28:55 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-08 22:28:55 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-08 22:44:52 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-1167fdcbac3a11bc9ad5c508cd5ca3cfed404e00-head
2021-08-08 22:44:53 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-08 22:44:54 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:b12ded68ef596ed74a0ef9ea086b6772a416007650a975e8024427a2a057cadb in \etc\rancher\
2021-08-08 22:44:55 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-08 22:44:55 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-08T22:44:51Z
2021-08-08 22:44:55 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=1167fdcbac3a11bc9ad5c508cd5ca3cfed404e00
2021-08-08 22:44:56 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-08-08 22:44:56 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.