2021-08-25 05:52:33 UTC
2.63 GB
rancher/rancher-agent:master-390a336e710a080d1df35029d890bbe0bb5d6f5c-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:4d480b599fd668992e86149956f5cac5d9e073cd01f4deec5db174352043c8e4 - 0.0% (1.07 KB)
[#003] sha256:c34bf6e273d7f2bc221bfd3e8952baf4027ad65e564445a530a3db9b2d1fb10d - 0.0% (1.07 KB)
[#004] sha256:3d5af5a75095ca39f80d09c1211be96b93465b8f589dfcef600631f586645e99 - 0.58% (15.5 MB)
[#005] sha256:66bd58890e6d6235d2362a953c3bfbab3885d83af3533430601428d9639c2cd1 - 0.2% (5.28 MB)
[#006] sha256:21767da3f7fafa72ccdf879f1c847c5db68fcd2b027c8f76eb1c77043a3a59a7 - 0.28% (7.43 MB)
[#007] sha256:8e26e257de3ea28e4d4754548989618d7571efd6bfb55164df641d0576224bba - 1.38% (37.2 MB)
[#008] sha256:fc4eedd3569b678a63b02d783c48c23241502cdad2f277961c0c28e0e8169c31 - 0.2% (5.34 MB)
[#009] sha256:ca6f4541c2b02a4735677f84b0175cc0e1e8fa0358a9bf3bf5c7e899b7af0df5 - 0.58% (15.6 MB)
[#010] sha256:f82fd102164bdc1b1efcbc51690a7ef032b225f813a28c33ce834266e2d26b08 - 0.47% (12.7 MB)
[#011] sha256:cd2228ed300c9518e10b46029b0789fe282c574c1069ef865ca8620a21713400 - 0.0% (1.06 KB)
[#012] sha256:cdce5f9547e8a8a71b3aa2641783ed52f49d83aa8c3876b22cb53a1918da4e53 - 0.0% (1.07 KB)
[#013] sha256:0fa6d83d1f95f5b544c9baaa2b25204090d0e42ee67c5bcd4c28414eaffc9652 - 0.0% (1.07 KB)
[#014] sha256:366dba564f479f732ce5bcd6cd7b7d3dd208259f6ec758b65995409d809bc3f3 - 0.0% (1.07 KB)
[#015] sha256:f81e39642701be40128ad1bc422d5b6bc17ca82776b5c40eb07fb998b834389c - 0.0% (1.06 KB)
[#016] sha256:6786ad4f4668f7a5088f72e129788f95b65a2ad7801ac161a77d6b346824b0e2 - 1.04% (28 MB)
[#017] sha256:f576fba2b3594fc433ae49ce0427638e53e47c75786624f8865843b5f2f6f7c1 - 0.0% (1.09 KB)
[#018] sha256:556f941e6e7fcc5f632bc2043d3419d135192686590c46280b35ea55712057e5 - 0.0% (1.06 KB)
[#019] sha256:45ace3438073f54683720fd146016ae0970be88188891da83c82ed559221f7b7 - 0.0% (1.1 KB)
[#020] sha256:cd8d59c202b48033bcdf58b754eb4655821f8cd212dd82209cf1142ba0df2e1f - 0.0% (1.07 KB)
[#021] sha256:773ad754724dac61affb8045b847680753b41d1005703528d22628099210fc03 - 0.0% (1.07 KB)
Apply image 1809-RTM-amd64
2021-08-05 19:44:34 UTCInstall update 1809-amd64
2021-08-25 05:50:40 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-25 05:50:40 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-25 05:51:00 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-25 05:51:08 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-25 05:51:29 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-25 05:51:38 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-25 05:51:44 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-25 05:51:50 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-25 05:51:56 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-25 05:51:56 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-25 05:51:57 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-25 05:51:57 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-25 05:52:29 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-390a336e710a080d1df35029d890bbe0bb5d6f5c-head
2021-08-25 05:52:30 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-25 05:52:31 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:3484ec95c28868be0e4d5923de79d74b15306a794090ac3d30bfac6778e8acfb in \etc\rancher\
2021-08-25 05:52:32 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-25 05:52:32 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-25T05:52:28Z
2021-08-25 05:52:32 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=390a336e710a080d1df35029d890bbe0bb5d6f5c
2021-08-25 05:52:33 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-08-25 05:52:33 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.