2021-07-13 18:26:37 UTC
2.62 GB
rancher/rancher-agent:master-0fa480c1ca566de7fa923423c80cf0e7ab5717e7-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 60.97% (1.6 GB)
[#001] sha256:f143c6fed32d477c35b660b2e108ea62e3593c03e44bd9ced208ce52b26b0841 - 34.31% (922 MB)
[#002] sha256:ae2f7fffa5344454dc9e2f5ac987912119f15f453b071c75202c8e67e0db5ab3 - 0.0% (1.07 KB)
[#003] sha256:8ec4fda37333c8b7111e42bf1b17be5c09b4e3eb7f67606a8a011983f16ad719 - 0.0% (1.06 KB)
[#004] sha256:0835dce235753dce9dab194ad508d6f9cf5d422380b611cfd0efcdc1b1dbc891 - 0.58% (15.5 MB)
[#005] sha256:833a991abd284d4d1c4f509ade28f97f6e5b32ddd6c35b0940333903de4ba9dd - 0.2% (5.26 MB)
[#006] sha256:60b570940c8330b10abfdaef733790be6720ebc38990ebd881052d9906d00533 - 0.28% (7.44 MB)
[#007] sha256:fdfc9b9fbf64441c82043b786fbba1753746620d773ce2129dea99ea86bdaf8e - 1.38% (37.2 MB)
[#008] sha256:f8f43aa77bfc7e50f2959711ef59e9dd29be87e1b303b3bdcf79c217d6e4dde6 - 0.2% (5.29 MB)
[#009] sha256:f598a3efeacbacf49cd4588966a6bb2380bd72a862435c44519bdd99929785cf - 0.58% (15.5 MB)
[#010] sha256:9513a0f8705f113c928f65630fe5d6fecce329d3d35dc0ef8889156f63d32812 - 0.47% (12.7 MB)
[#011] sha256:e72d9c305e66f909a78f43f4e6e45079722798ef0234371495883e06cb28150b - 0.0% (1.07 KB)
[#012] sha256:1375754a61492b86f409699a856de2847e2a410af3cac664b55a294c56828e70 - 0.0% (1.07 KB)
[#013] sha256:b3f9685da0cdd07ed187c0ae2a88137427d10abc995bfb5777dc38c26b2bed17 - 0.0% (1.06 KB)
[#014] sha256:5ef2320c89edaba21fd51dc27f90e8298825044e9f5f5e326572cd1d638c033a - 0.0% (1.06 KB)
[#015] sha256:63c719468c1c262e13a436bbcccb3800f78e400321b56c56cd620cc4aa78b7c3 - 0.0% (1.09 KB)
[#016] sha256:ea68bbd9be803fba3acc4e8afa1abdbbcd9edaf76b61dd09bc0229973eb0a11c - 1.04% (27.8 MB)
[#017] sha256:d4690975d5c8d8b3ebfda91a8d3458a8a5a6d98bb2525219967a736cf8c6336e - 0.0% (1.07 KB)
[#018] sha256:2f19add0e29eb47f41991c050e2e84e2231c89ff39bdb88c4a0292a011868557 - 0.0% (1.07 KB)
[#019] sha256:94a9a0fb90db060783ab0889d257bdcfb5e9bdb3e1a8534647667eba4b44c515 - 0.0% (1.11 KB)
[#020] sha256:ce90f62c58c3af57a529eb0d8a2b43390d182b300b23996a6059c96f9cf5347a - 0.0% (1.06 KB)
[#021] sha256:ec9094b4ec0dc20fe8f2a1b64269bee0ef6b3d979e3aa6d8d4014b0ee1fe1898 - 0.0% (1.06 KB)
Apply image 1809-RTM-amd64
2021-07-06 20:34:18 UTCInstall update 1809-amd64
2021-07-13 18:22:55 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-07-13 18:22:56 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-07-13 18:23:14 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-07-13 18:23:21 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-07-13 18:25:24 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-07-13 18:25:34 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-07-13 18:25:40 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-07-13 18:25:47 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-07-13 18:25:53 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-07-13 18:25:53 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-07-13 18:25:54 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-07-13 18:25:54 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-07-13 18:26:33 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-0fa480c1ca566de7fa923423c80cf0e7ab5717e7-head
2021-07-13 18:26:34 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-07-13 18:26:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:1a599bb5855b6caa14d981f820aa05fb807dd6f33bedaf9390a14999c9872cfb in \etc\rancher\
2021-07-13 18:26:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-07-13 18:26:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-07-13T18:26:32Z
2021-07-13 18:26:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=0fa480c1ca566de7fa923423c80cf0e7ab5717e7
2021-07-13 18:26:37 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-07-13 18:26:37 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.