2021-08-05 21:38:25 UTC
2.63 GB
rancher/rancher-agent:v2.6-ccba7b7f4e347ff43731c3830c885dc70769b669-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 60.96% (1.6 GB)
[#001] sha256:f143c6fed32d477c35b660b2e108ea62e3593c03e44bd9ced208ce52b26b0841 - 34.31% (922 MB)
[#002] sha256:d8746c5fe690a1778f50b988673fc896f8d9b858e95b370a9f1db5112b921f4a - 0.0% (1.07 KB)
[#003] sha256:8a606f6327087f5d76bd2e6a83d651344744859d9a60aa11c7523e139d7c41d5 - 0.0% (1.12 KB)
[#004] sha256:086fdc4fbab5ebdbe8401d8ebcd66e43f5720333352ffe1d41d97523d5e33227 - 0.58% (15.5 MB)
[#005] sha256:bd8f06387c496f6c2ae5a232c3d1b6e83d4885b965620aa0e0fa8940a24ffc0f - 0.2% (5.28 MB)
[#006] sha256:5280088ecce90f7f95715a208b6253b2ce3042a3a83fd24e61398b4d48c7ae4b - 0.28% (7.44 MB)
[#007] sha256:2a1897bb7869341b74e11b8e565078b84a0d37142ed24f794f5dcbbbb284079b - 1.39% (37.2 MB)
[#008] sha256:f40d5c5b771d18b1187af584756c8c210042e43bf1d0715c268254c86cd5d548 - 0.2% (5.34 MB)
[#009] sha256:85942f73899911082b579c834122fcf092760ed5dc60316ae52ebf0c7cc738e5 - 0.58% (15.6 MB)
[#010] sha256:093d692a60af61c2924b1a61bb029cfda6ca129348fab63953f357dd81c3e0a3 - 0.47% (12.7 MB)
[#011] sha256:e511f527ab0a5091bb896a879f255d8a5653e5b8fce9a10acad55545e728b985 - 0.0% (1.07 KB)
[#012] sha256:8f11ec06065e4bcaa161c4a33c93dd2a49532a3fa7baa8503f3e90c6b4839aee - 0.0% (1.07 KB)
[#013] sha256:e27a1ce0054091d5b5a0799c0fa80f6b1315bde06f874b1ff253fea1f4ba8abd - 0.0% (1.06 KB)
[#014] sha256:f721cd625a95b9ccbe4ad393101f6177c3f4f59a440a6a060a81436b422afc17 - 0.0% (1.06 KB)
[#015] sha256:05394480c901321445da817f8151da92f6603973d2af8db61eb64c8c8156273d - 0.0% (1.07 KB)
[#016] sha256:8a10d28c76187819345b91414b50d32282683fd83220ac9499ab73a74c169adf - 1.04% (28 MB)
[#017] sha256:dd693f2e604510ac7b5e4d84050169e6bce1c0671df1ad91e7bc625a9012e94c - 0.0% (1.06 KB)
[#018] sha256:aabd298e96dc0b6531161a3c2556670050cc0f67ecfedd78a08d036046eda076 - 0.0% (1.07 KB)
[#019] sha256:17d37e769755e4ad3220eaeefe34fa4108d17afa39cc4436a8f743ae68074355 - 0.0% (1.1 KB)
[#020] sha256:440c717ca114bfca725e8a9fa78c204e5c0b519249fca85b7c1e3a94a7cbf5ba - 0.0% (1.07 KB)
[#021] sha256:295700a6ee31f808c6519f2190e2bfd352f9de753a1e832dc04c8996e6c15ece - 0.0% (1.06 KB)
Apply image 1809-RTM-amd64
2021-07-06 20:34:18 UTCInstall update 1809-amd64
2021-08-05 21:36:30 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-05 21:36:30 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-05 21:36:50 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-05 21:36:57 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-05 21:37: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-08-05 21:37:32 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-05 21:37:38 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-05 21:37:44 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-05 21:37:50 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-05 21:37:51 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-05 21:37:51 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-05 21:37:51 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-05 21:38:21 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.6-ccba7b7f4e347ff43731c3830c885dc70769b669-head
2021-08-05 21:38:21 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-05 21:38:22 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:20ae0239eb644fff0f8d1578965dc8a3d963fb2f25437dff85da5b9ec0103f9c in \etc\rancher\
2021-08-05 21:38:23 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-05 21:38:23 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-05T21:38:19Z
2021-08-05 21:38:24 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=ccba7b7f4e347ff43731c3830c885dc70769b669
2021-08-05 21:38:24 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-08-05 21:38:25 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.