2021-01-13 00:35:36 UTC
2.44 GB
rancher/rancher-agent:v2.5-4684-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 57.42% (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:f409f9156ca3e6bc30703bc6654936b9638ae0bff060c2c9d3cf2fa92e02af1e - 0.0% (1.07 KB)
[#015] sha256:692a1a6cb2adb9c1869cff32207bf6b6304dad8cb4cd577ef97473b8011743df - 0.0% (1.07 KB)
[#016] sha256:0c4a80c2fcf70ba74e4bc9a48137bebbaf0fe1c98885385b68b051abeab92dc8 - 1.2% (30 MB)
[#017] sha256:36bb0ce598328c622c6189d04b78caddf88076678c6d618e485734496e81ebce - 0.0% (1.07 KB)
[#018] sha256:90a53a980870f7bdfe8e034a31e8542ab68989cb48f9027bb187310fafbd770c - 0.0% (1.07 KB)
[#019] sha256:a32e58e059641be711ca2c6c327505faa8d937bc49880bfa8a0bed7c004643dd - 0.0% (1.07 KB)
[#020] sha256:372c8722858f92138caf9e85905855bd8d7b5b6cd7abb6788a1a70fc92e93453 - 0.0% (1.1 KB)
[#021] sha256:b0ed924b4ff5cfbfc1963899569604fa7f5f080476db7b84ee56ab90133bb769 - 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-13 00:35:32 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-4684-head
2021-01-13 00:35:33 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-13 00:35:34 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:c64e6fabcc6881d9f169356b65d860ea09a4715e4981fe88f4062a3bbf0abb53 in \etc\rancher\
2021-01-13 00:35:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-13 00:35:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-01-13T00:35:30Z
2021-01-13 00:35:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-13 00:35:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=5abf07219e955c3f1969ca3da39ed0a841c9a6cf
2021-01-13 00:35: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.