2021-08-04 16:20:30 UTC
2.63 GB
rancher/rancher-agent:master-e0123a04fb11301b55b318d9532d4c8419e3b9ad-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:6ff8038181fefff3b4eed64b9d239f921cd7b047744a7b40187dc3a108085307 - 0.0% (1.07 KB)
[#003] sha256:00a0f544e214eb40487f4f6679a81da237088d9fa59689731183039697cf2a2d - 0.0% (1.06 KB)
[#004] sha256:e811c1204d46d4278573c57cef8f0caaf653b840f115babb06481d6dd345f529 - 0.58% (15.5 MB)
[#005] sha256:b15bbf21c59be88702fa02bb263dd1c4a1edffd7727a18e3ef7b3d88d6c2ff84 - 0.2% (5.28 MB)
[#006] sha256:bc4ac70d271d6d393fba15f095a5f1f33e0ce4dd6d84b9bf04c6b62a24f62f2c - 0.28% (7.44 MB)
[#007] sha256:bf44744e6d425077f5c04d469fb9aefcb79f9745f5a163123dbb1b9c1f8b9ecb - 1.39% (37.2 MB)
[#008] sha256:7fba39859458b077bf70173310164fb40ab8463cf15bdbbf29a06c52129c1b91 - 0.2% (5.34 MB)
[#009] sha256:35ea86d8455173187d2d7da8195d4fd45e3c415e0d75cd0fd0fc845fe9b3bd24 - 0.58% (15.6 MB)
[#010] sha256:fe3fcbd3560fbe9af4e279165303aeda1333c9cac4b7278736df72bbfcefe3dd - 0.47% (12.7 MB)
[#011] sha256:44731660d86d300a58ffb5a5118ad41b73a293723fe86a78d1f48b31616bb0ee - 0.0% (1.09 KB)
[#012] sha256:a544d738c1a5808731baf03ec92de48ac7aad438012d048bcc1a7192a0d7067f - 0.0% (1.09 KB)
[#013] sha256:bbb41daa59f35f3a340ae287fb99831d1b00b11972cb726e2ffd3aff74057479 - 0.0% (1.09 KB)
[#014] sha256:1f85722bff767fd277a4796c438c0944e9c41183057a84de6a45f86d31ffb24f - 0.0% (1.09 KB)
[#015] sha256:88d911866bfca2204e288292c97fe8388ddb523df1115f10622f44b75c704490 - 0.0% (1.07 KB)
[#016] sha256:86a0a8c50302dc04b81fd8f8245bebfc3fe02fa00fa1f7f1cb5f4e4139d576bc - 1.04% (28 MB)
[#017] sha256:2c8cde4393306f93c7432e2d178574fbad3123856e83a241413085814f339e34 - 0.0% (1.06 KB)
[#018] sha256:1e6cf1e1d601836925f721ed0dcb41cd1e1911af6e62e9943c725bf67e2ebb38 - 0.0% (1.07 KB)
[#019] sha256:5d283ae98472a9f051857f9eff4c7b613725ccd2b7d7deb2a12379724ba85c61 - 0.0% (1.07 KB)
[#020] sha256:80b2a419caa399aa92de897637c598d8c143af05f16820a628f0b14e9f663bbe - 0.0% (1.07 KB)
[#021] sha256:59a204a314c93b902fded7c22f5411110b3f06d73da48c2d0b784d0ac8048dc0 - 0.0% (1.07 KB)
Apply image 1809-RTM-amd64
2021-07-06 20:34:18 UTCInstall update 1809-amd64
2021-08-04 16:18:19 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-04 16:18:19 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-04 16:18:39 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-04 16:18:47 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-04 16:19:18 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-04 16:19:28 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-04 16:19:35 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-04 16:19:42 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-04 16:19:49 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-04 16:19:50 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-04 16:19:50 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-04 16:19:50 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-04 16:20:25 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-e0123a04fb11301b55b318d9532d4c8419e3b9ad-head
2021-08-04 16:20:26 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-04 16:20:27 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:c606891f69f3087c240ca0a0f9a5960fc40c9f84292ddb7a61bec21f00f9f670 in \etc\rancher\
2021-08-04 16:20:28 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-04 16:20:28 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-04T16:20:24Z
2021-08-04 16:20:29 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=e0123a04fb11301b55b318d9532d4c8419e3b9ad
2021-08-04 16:20:29 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-08-04 16:20:30 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.