2021-05-12 20:30:44 UTC
2.45 GB
rancher/rancher-agent:master-5c06f3508adeb4ee2733695b88b9042e44345c95-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 57.24% (1.4 GB)
[#001] sha256:182d4887a30d6c29414d04c41f1093a66f4cc1bf83092d3231cc5538404d75ad - 38.22% (958 MB)
[#002] sha256:d14dd6252eb27f7b4def500776e1ac295168b707f9656a071d83dd110d1f3c24 - 0.0% (1.3 KB)
[#003] sha256:a952ebfcc3311f337e8439749a2a6da1b8622711d16ee48388b81206bd1b991a - 0.0% (1.29 KB)
[#004] sha256:f7d7cd83cba8594bf1c761198799e4b2edb5110644e46891d2b65fbb5f21fa35 - 0.62% (15.5 MB)
[#005] sha256:925b80e202e8d5f9c856a063c40d35cbe4e433a5cc083203edc66bd191df5983 - 0.21% (5.27 MB)
[#006] sha256:8deba8048952555ae569aa61a5b9b76aee488ee4ceb3782af148516c08f0c5e3 - 0.31% (7.83 MB)
[#007] sha256:735eb41c45c9f37940d25bedb34692508fe8e2fd231834e1e74634e4b990c87b - 1.49% (37.2 MB)
[#008] sha256:b0be5ea380bf3de3ee2cc4a27d75971ce9ca6aa2c00b70396a9eacd0647df965 - 0.21% (5.33 MB)
[#009] sha256:8aa62379a1025796030581e8dc991691819536dec8b045e73a2e8e1022a26934 - 0.62% (15.6 MB)
[#010] sha256:6032d88ca5641303015694facfa089b2899511d22c2498912c256c642605c1a1 - 0.51% (12.7 MB)
[#011] sha256:21c02350e5c387f9d371554bf871ac5015542f55c51a183a71526f9a584632e4 - 0.0% (1.27 KB)
[#012] sha256:99ce6f2d81b98b3dda3c83f0a22d61d72a4de6da9dadacc8fa26186d8e942574 - 0.0% (1.26 KB)
[#013] sha256:39cd105b2f4766afacfe5ab1f2900dec7675f3171a6bbd196af7226cdd2e524d - 0.0% (1.27 KB)
[#014] sha256:3dd63934be3143fb44b0af2408355cf4bf28906619b142c7bd0b6991b4748f09 - 0.0% (1.27 KB)
[#015] sha256:2796b74b93b6ae81f0d87b33272498e5cc3f16ec4b88bce2f7ec6c1d7e9d6827 - 0.0% (1.26 KB)
[#016] sha256:2b4d7ff1b0e217e25631c76763621eea02ca05f9382ca234ae5898cc0a327ff9 - 0.58% (14.5 MB)
[#017] sha256:200fcb5a9d3f1ac8aeab5c659b3761982c6198c7ade299f5939707b4ee44a4a5 - 0.0% (1.3 KB)
[#018] sha256:aabbff3ebdbdd168c3362f069d86e875dc2c0d28f3dd2ab7da9715a21ee1127b - 0.0% (1.26 KB)
[#019] sha256:f4716fc6f365ccdc79b6a39405ebc6f1ed960483ca26f04c2169a3c17fd1dbd0 - 0.0% (1.27 KB)
[#020] sha256:cd58c42e904cbc1acc63a33205c3b8f40cd9195cbd05e317c5786c8e579c8e39 - 0.0% (1.27 KB)
[#021] sha256:e8daa2f5f7086627c8d439768ee088b51eea101f1f89333159dca872fc563459 - 0.0% (1.3 KB)
Apply image 20H2-RTM-amd64
2021-04-30 07:39:08 UTCInstall update 20H2-amd64
2021-05-11 19:22:30 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-05-11 19:22:30 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-05-11 19:22:42 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-05-11 19:22:51 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-05-11 19:23:21 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-05-11 19:23:33 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-05-11 19:23:42 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-05-11 19:23:51 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-05-11 19:24:00 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-05-11 19:24:00 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-05-11 19:24:01 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-05-11 19:24:01 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-12 20:30:40 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-5c06f3508adeb4ee2733695b88b9042e44345c95-head
2021-05-12 20:30:41 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-05-12 20:30:41 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:730e6fbbba8418b33851524bc1f77b4fa721447faecffda29e4e0bc39908ef62 in \etc\rancher\
2021-05-12 20:30:42 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-05-12 20:30:43 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-05-12T20:30:39Z
2021-05-12 20:30:43 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-05-12 20:30:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=5c06f3508adeb4ee2733695b88b9042e44345c95
2021-05-12 20:30:44 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.