2021-08-20 17:16:48 UTC
2.63 GB
rancher/rancher-agent:master-19f856203c89786735afc2bf9297e47f3eb63468-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 60.95% (1.6 GB)
[#001] sha256:c67ded6868b61d392a0c096f911563fd6bc0bc3ed4fe401d077b3718a1b0cdaf - 34.32% (923 MB)
[#002] sha256:fc9b69d2556a523cc532d054b9fb1c633beaa6b20fb92972f03887a14348fbd9 - 0.0% (1.07 KB)
[#003] sha256:b689d15e8cfb68754ce24099e863acd3671acfcc1f5962fdc5565208e37ed0f4 - 0.0% (1.09 KB)
[#004] sha256:8209b43c64120044b9418997ea3eeded2ec47508f143ee6b15780ccf6f0b8cd0 - 0.58% (15.5 MB)
[#005] sha256:e11f59f7133720dbde18f065790d1281fa7c177dd4fd821a08653febca3f8892 - 0.2% (5.28 MB)
[#006] sha256:73506bf9dca1896af832040edc63f3585cf125d70e4e39120dee03e7075a4c93 - 0.28% (7.43 MB)
[#007] sha256:1f31f907202dc3a77eb79bbcecbfbd690bea86d453ee1cc9e86900ed9f12dd15 - 1.38% (37.2 MB)
[#008] sha256:878db82f993b91e73a047f6b028b0306c667f426525cf0ab8529b3e0656fb6cd - 0.2% (5.34 MB)
[#009] sha256:bcabaf78e9dd4eff1c8a961536111954c564887c97e87a8f0af6117ea7f71ff8 - 0.58% (15.6 MB)
[#010] sha256:24e605bb6a39cd41da8bea90f1944797d24a0a22086a6206afb7f84b99e39e4e - 0.47% (12.7 MB)
[#011] sha256:c70c8b04d7b0c07065b9ffd3ee432dc5cd4f1b4f73cb9115f61b609efdf8109a - 0.0% (1.07 KB)
[#012] sha256:8a313816e952824a745a01ab3498126362b641305e51cad0a9ceaa81cfd075c0 - 0.0% (1.07 KB)
[#013] sha256:231c677e3494a187ac81ff953f05a37c45facd440cd0c61752cc975770642fcb - 0.0% (1.07 KB)
[#014] sha256:0d90de0ae9a63654b7570af94800b28f9d26388e8d9280d337d68cc73b5f3fc0 - 0.0% (1.07 KB)
[#015] sha256:0dfd3bd73076bf092ab9f3c68f139d4689139843ad7b50b413e061b1a86abe3c - 0.0% (1.07 KB)
[#016] sha256:4c45242ebd3bf158e1861fdaa2731c0046d723dce3b6c6def51be0df52a9a30a - 1.04% (28 MB)
[#017] sha256:0094066287c1ac4823e14e941cc932df33ec4dcd4f873649ea9bf3116486b269 - 0.0% (1.07 KB)
[#018] sha256:6549aefa93cb81a13e25598954699198c3e4a74d620dd4ca85e04eb6cbfa4aec - 0.0% (1.09 KB)
[#019] sha256:fc759ffc856901ab97f513ba905c41f17c1a0917ebdcfec4aff5139754bad4d5 - 0.0% (1.07 KB)
[#020] sha256:0f61d61a57f12483a15082db2318431207490cc5844dedbcfd241475ade32d12 - 0.0% (1.07 KB)
[#021] sha256:9530aecda294e6bd623b571215e3e8523425a6218e57b8d4b2d1948d7dc9cc03 - 0.0% (1.07 KB)
Apply image 1809-RTM-amd64
2021-08-05 19:44:34 UTCInstall update 1809-amd64
2021-08-20 16:56:29 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-20 16:56:29 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-20 16:56:48 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-20 16:56:55 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-20 16:57:16 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-20 16:57:25 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-20 16:57:31 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-20 16:57:37 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-20 16:57:43 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-20 16:57:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-20 16:57:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-20 16:57:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-20 17:16:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-19f856203c89786735afc2bf9297e47f3eb63468-head
2021-08-20 17:16:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-20 17:16:46 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:7151b61cfd1c7bfe0ab219e39ef3e2585b62750899e86991cd31c3df352b9182 in \etc\rancher\
2021-08-20 17:16:46 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-20 17:16:47 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-20T17:16:43Z
2021-08-20 17:16:47 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=19f856203c89786735afc2bf9297e47f3eb63468
2021-08-20 17:16:47 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-08-20 17:16:48 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.