2021-02-26 18:34:02 UTC
2.45 GB
rancher/rancher-agent:v2.5-cddbe20e0eb433104ff4e181c5b094146b28aeb0-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 57.32% (1.4 GB)
[#001] sha256:37a37544be35743883db3ce75c258781c584706308c42cde380476e57c4851ac - 36.91% (924 MB)
[#002] sha256:cf17f7f9c9235a64b683a0f0887dc98d8ddcc0adf8dc30a612bda3e8185b9d3a - 0.0% (1.27 KB)
[#003] sha256:afcfb8c03d948915f9432ae998ee9a96ee44ced5f89b48dc3579236df9f9c775 - 0.0% (1.27 KB)
[#004] sha256:cf7f361b0f88b4c447d00bb8e620e69a98bd8bfca4212afb615699d2fd10076d - 0.82% (20.5 MB)
[#005] sha256:749dca716e0bf7be6f9e1391e11ffed690267bcdf18c636850b71c7560b6f3ec - 0.39% (9.78 MB)
[#006] sha256:5cd40ed063a9be7ee473b958d9d009c8404241b6120dbcd843d1fd47d1798469 - 0.31% (7.87 MB)
[#007] sha256:dfe1957e4cff311426569aad5ffc09a671ed31ea25e244bffb9ed28782e6d436 - 1.69% (42.2 MB)
[#008] sha256:30b6c3c0c7cb68f7a18dcaf130873079b433ae134b9ae6cf70c576df4f648268 - 0.19% (4.86 MB)
[#009] sha256:c8a2c9dc83b8d1c33a8da146f1bdb5d93019169fac16edd2da67f4de8f3888ab - 0.62% (15.6 MB)
[#010] sha256:e6ff885564216b6f99d19c72b8a9d2c487f978e52aa47c7f72696f2f9294e4d3 - 0.51% (12.8 MB)
[#011] sha256:20acb15714243afdad627515b3054b4484bb5adbd63f662da63f0bd081206ab7 - 0.02% (457 KB)
[#012] sha256:25141a390f9f90fe959b23f7cb59b749c8b4e45b7db738caf6affe92bdfd1c2e - 0.0% (1.3 KB)
[#013] sha256:377eb090e618afa9b385bc08dec05546495200b8ecae98fdc0986778ad9eed30 - 0.0% (1.29 KB)
[#014] sha256:1df5d496bd16a4a08d83f27488d97838b541aa0964531d06cf163189518a5e20 - 0.0% (1.34 KB)
[#015] sha256:4cc3ad30620d0b5ac399f2de82dfcee633049c98cb7850b363cc464b639014c5 - 0.0% (1.32 KB)
[#016] sha256:0af345b5e28a5d0b68a9eb07a7a9f1a398d7c09ae8b19f379141b84bb420ae52 - 0.0% (1.3 KB)
[#017] sha256:4ba476171a953dbd5bfd0d4040243274dfb15eb5009407450bbf9cc5f86f6a0b - 1.22% (30.6 MB)
[#018] sha256:0335d5860a783145a0fb7fbb5db7f59ba35726f8920674302fa8a587affd096a - 0.0% (1.31 KB)
[#019] sha256:b989bec66d3aaa20a5fc9f22adbc38b51a401af74288a0577e900473eed86eda - 0.0% (1.31 KB)
[#020] sha256:7bfd80f6950602437dbc790453f114cf9d72aa923396fd39a969d78bb5cda11e - 0.0% (1.3 KB)
[#021] sha256:0800e76fbc6c2df4a63a65407ea622f11234dee14d1e1d13ca4975137c484e60 - 0.0% (1.29 KB)
[#022] sha256:4defa05f186f82990292aa5a975d51ab3bbda5110cb68828516ee28fe35345a2 - 0.0% (1.3 KB)
Apply image 20H2-RTM-amd64
2021-02-05 16:31:04 UTCInstall update 20H2-amd64
2021-02-21 18:25:21 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-02-21 18:25:21 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-02-21 18:25:32 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-02-21 18:25:42 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-02-21 18:26:04 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-02-21 18:26: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-02-21 18:26:25 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-02-21 18:26:33 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-02-21 18:26:42 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-02-21 18:26:50 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Alias -Name pwsh -Value powershell
2021-02-21 18:26:50 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-02-21 18:26:51 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-02-21 18:26:51 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-02-26 18:33:55 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-cddbe20e0eb433104ff4e181c5b094146b28aeb0-head
2021-02-26 18:33:55 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-02-26 18:33:57 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:d70968e38cbd7195ab62b52e6d1a02ca81607a0ed4393cee314c260bc3895592 in \etc\rancher\
2021-02-26 18:33:59 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-02-26 18:34:00 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-02-26T18:33:52Z
2021-02-26 18:34:00 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-02-26 18:34:01 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=cddbe20e0eb433104ff4e181c5b094146b28aeb0
2021-02-26 18:34:02 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.