2021-08-12 20:33:57 UTC
2.63 GB
rancher/rancher-agent:v2.6-5e9310ab15ec923d2073f63b95848086c6c0ff32-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 60.95% (1.6 GB)
[#001] sha256:c67ded6868b61d392a0c096f911563fd6bc0bc3ed4fe401d077b3718a1b0cdaf - 34.32% (923 MB)
[#002] sha256:887e21552b40a659d44caaba69a885651896c51288c7066d83318301700758d7 - 0.0% (1.06 KB)
[#003] sha256:2d425983f8d90106f1dc58a79eeadb9f6cd7718cae3428bf4acd16cbe4c86eb0 - 0.0% (1.07 KB)
[#004] sha256:6e1a7324d9037130d1d8b755051ccec07b38c1ec2acf411040251ab74da4debf - 0.58% (15.5 MB)
[#005] sha256:e4259b22e70c7868e3d5f1327d7d64eb774dbc052005e53cd83ab22808409426 - 0.2% (5.27 MB)
[#006] sha256:f28d75efc68d4264698bcbf1414b693f86b5cda2d8fc30dbef948aeef42f26ab - 0.28% (7.43 MB)
[#007] sha256:22d5f6f8329b95fa1d1a6a343046f42743a409a9f0d49dcb0ae5c83ad2b5dc8e - 1.38% (37.2 MB)
[#008] sha256:556b19c953f3159ee813fb70b41226d12c29edec29c79761c84a7fb1dfa8563d - 0.2% (5.34 MB)
[#009] sha256:8c3e5b91072ec6483c631a9dd38c8b3b701df207d7a3fe2c3a7e16e1188f2767 - 0.58% (15.6 MB)
[#010] sha256:9e1e1b78d9f1a16353f878587f2cd638f904aa8f38c217d878a5f8bdc4c8ae0a - 0.47% (12.7 MB)
[#011] sha256:d89adb42c44b1dbb4a84c93fd2e5b46ac1b21ccbc845c239b0a9e78d5c409da7 - 0.0% (1.09 KB)
[#012] sha256:bcb2aadf81b61675e4a62b3ea6f18d364f4c133f4bb2e809992027d27a4fa45e - 0.0% (1.07 KB)
[#013] sha256:e23ce9b727f56913c55f99d8184fe2c2be8007bb19c137c60675fac49ed7f0ea - 0.0% (1.07 KB)
[#014] sha256:4ad757c1f619ffec11161495176e00c8ab17e1b6a31ff9010b3587f812850233 - 0.0% (1.07 KB)
[#015] sha256:f17b13aa519dd73b0e5bcf86f9e9557357b6d87b2265baf1b5c33b7e7449a887 - 0.0% (1.07 KB)
[#016] sha256:6a134512504bc168ca5e443a1f1ca85590ec64bc865032caaaf24caaa4b4f8a0 - 1.04% (28 MB)
[#017] sha256:f3b1c8cba3e174d6e76aa31ef0208dd4efd0d348cf84863e92d1e06956e2dfe4 - 0.0% (1.09 KB)
[#018] sha256:7609e8a4b9dbef91b4a679441ffdf1e6459c0f4cac986555668d817ce640a37f - 0.0% (1.07 KB)
[#019] sha256:9535e0b08fbb62847d3e3e55b40512d383a1a115b1dd2ed3dd9e300deae3229b - 0.0% (1.09 KB)
[#020] sha256:380be44788c30dd012fbce942d2398676ee0659dba5e65cb36985e8cd2e6646f - 0.0% (1.07 KB)
[#021] sha256:3a7c7c8a9df925cd91889fc0b71b1457fc1456e840eb05bfc0f018ae17fae4c3 - 0.0% (1.09 KB)
Apply image 1809-RTM-amd64
2021-08-05 19:44:34 UTCInstall update 1809-amd64
2021-08-12 20:32:02 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-12 20:32:02 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-12 20:32:22 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-12 20:32:30 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-12 20:32: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-12 20:33:03 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-12 20:33:09 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-12 20:33:16 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-12 20:33:22 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-12 20:33:22 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-12 20:33:23 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-12 20:33:23 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-12 20:33:53 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.6-5e9310ab15ec923d2073f63b95848086c6c0ff32-head
2021-08-12 20:33:53 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-12 20:33:54 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:068d73df233a7e6528b6fa04b8d98f2c1ab879055c1bdb156348672ed0343fcc in \etc\rancher\
2021-08-12 20:33:55 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-12 20:33:55 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-12T20:33:51Z
2021-08-12 20:33:56 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=5e9310ab15ec923d2073f63b95848086c6c0ff32
2021-08-12 20:33:56 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-08-12 20:33:57 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.