2021-01-12 23:30:36 UTC
2.44 GB
rancher/rancher-agent:master-4681-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 57.41% (1.4 GB)
[#001] sha256:18629c768c3f1391a29a90ea5e5b8a2b4185ec20b1781c40273741f648a0c882 - 36.74% (918 MB)
[#002] sha256:f7c7d8985e8647205aaf456ffd290bfe23a910b624f0305931380dec6901619f - 0.0% (1.1 KB)
[#003] sha256:e7ece232eb5c2b5e4cbcb03809b3c51c141b7dd2a2acaf701f488e526b89c255 - 0.0% (1.1 KB)
[#004] sha256:0a474b39078973dd86e3933d1f20dd066fa408f5152e62aaa6c144f28fb69243 - 0.82% (20.5 MB)
[#005] sha256:f3b0e28582a4e3754b70e4e3cd2d42d2387c972b1fa3e45ad9500898194d9742 - 0.39% (9.74 MB)
[#006] sha256:dbd10a1b25e120a6841bf3d0e73ca65fe44195abaad70933c284bcb1d95d7f95 - 0.31% (7.82 MB)
[#007] sha256:e2cf210aa7da4f9570d9d363d3cb4d622eae9a347dc226b453af416f7f1ba27c - 1.77% (44.1 MB)
[#008] sha256:03b470fe2cfbb06a4adb7f9d4fb10a719396a7160102280ea41bd5445e0ea0fc - 0.19% (4.83 MB)
[#009] sha256:037ce034aa86cdb1977d268e7d11553b23e2beabcd4f4826f10850ac36eee5ec - 0.62% (15.6 MB)
[#010] sha256:2c583cb1a7d09a953fcfef47616bd029d4915deba8086ac5236bf77619dfc790 - 0.54% (13.4 MB)
[#011] sha256:b3eab8349714eca32dd014185bb26ed3fa4bd0a01cff5070ead7d8e091fdcb71 - 0.0% (1.07 KB)
[#012] sha256:9edd968862eb5fd56bb4c85701fe878b1923d5c2f7c10df1729ff37925ae2fa9 - 0.0% (1.09 KB)
[#013] sha256:79c1872bd44feb9f942ab8d62fcb8d4933d64094af64d02a97a8454ef9521d6c - 0.0% (1.1 KB)
[#014] sha256:8a715871bedb83d62af79e66f9b7060b7ab98371b3460dba0f1d3e09745b4818 - 0.0% (1.1 KB)
[#015] sha256:0c556a2148b7caef55b8673b8afaaed6c79265ddf67cd3ebd02ed083b6dfeb9a - 0.0% (1.1 KB)
[#016] sha256:b6874d4f5e52d1bc2d3a12a78c2cd832a8a167257f2232de772f2641c50ba56d - 1.21% (30.3 MB)
[#017] sha256:e4e0c99cadf255bd5fc18d1dfac341bb4bebd2fbd606539c713e7a6f9805b670 - 0.0% (1.09 KB)
[#018] sha256:3734c2f722e91254cef594607810e7753f97ff394ceecf95c8d757101aedb12a - 0.0% (1.08 KB)
[#019] sha256:b350409a76c515295ae67e909f1515c8bcd54fc0152253c15d3ec3288b594883 - 0.0% (1.1 KB)
[#020] sha256:160dec914c1934f69ec789c207c33c56ae508eacfbdd83ac509e970519785293 - 0.0% (1.1 KB)
[#021] sha256:5f8d2a257b8853e22f0890340f3d14f5a9839bb3b4008bf8d5d8e64e709f7eb2 - 0.0% (1.07 KB)
Apply image 20H2-RTM-amd64
2021-01-09 13:33:38 UTCInstall update 20H2-amd64
2021-01-12 19:28:36 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-01-12 19:28:37 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-01-12 19:28:49 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-01-12 19:28:58 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.0.4/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-01-12 19:29:22 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-01-12 19:29:35 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://dl.k8s.io/v1.14.3/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-01-12 21:23:43 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-01-12 21:23:52 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-01-12 21:23:59 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-01-12 21:24:00 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-01-12 21:24:00 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-01-12 21:24:00 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-12 23:30:32 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-4681-head
2021-01-12 23:30:33 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-12 23:30:34 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:c088c46fdd26f73d9af6605e31f516fcbedf34c1b53ce603b303cece2853970d in \etc\rancher\
2021-01-12 23:30:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-12 23:30:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-01-12T23:30:30Z
2021-01-12 23:30:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-12 23:30:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=847d3c272719404978eb74374be65940b849d92a
2021-01-12 23:30:36 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.