2021-07-29 20:25:52 UTC
2.63 GB
rancher/rancher-agent:master-7358429b3846809f415597d6bd7ab6bc5b73ecc8-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:0aadde53b742c562c5b7ad1a2a9a39375f09c0f3cd7a75c2ade667c997003f0a - 0.0% (1.07 KB)
[#003] sha256:829da696f6d5f17125617265c504de083da1dffd1d15752179cb790035643d42 - 0.0% (1.06 KB)
[#004] sha256:163a249e10f010be04fa6af89c6b5a0b184cab3aba774d5924b01a73012d37af - 0.58% (15.5 MB)
[#005] sha256:7cf327bd9c386d0c7bd544295c3185099e3cff7e26eb1a15f47744f34c3034cd - 0.2% (5.28 MB)
[#006] sha256:61511c44bc32a0f22cfac29fdde9eeeccedb72f13c02a3c16631eaa57647b529 - 0.28% (7.44 MB)
[#007] sha256:b41c7514d42b9993848164f6de5ebb74fb4bddfa739860d483b25b664260ae08 - 1.39% (37.2 MB)
[#008] sha256:cc5ed9354c9fe5bda60993d6ae45225a4354fa6ab0de040c3419f353fb30cb48 - 0.2% (5.34 MB)
[#009] sha256:26e06dec39ec8c722e4871457e1ee82a884de7999158dd15081fc3f113ba4f38 - 0.58% (15.6 MB)
[#010] sha256:85dfeb84687ab1b4b05ccb632c68d133b9b7646b63bb38fe837bb68c5b27515d - 0.47% (12.7 MB)
[#011] sha256:d7888f8778865d4acd0dfcd684ebc2f02576462ccd5edfeb5637e002df6157d0 - 0.0% (1.1 KB)
[#012] sha256:da71a045a83a2129f72ac9101c6bbab2988ca0c7dead144ee552c7eeead9f2c0 - 0.0% (1.07 KB)
[#013] sha256:1f4c09ea335d02e4d8d7bb9f43f04d9df0a38b95734a40a0e8eea6bd4f6262bb - 0.0% (1.06 KB)
[#014] sha256:5b40264293161b3f63bd5d07ec13ba403a0ba176d68c36765876dd169953d3fa - 0.0% (1.07 KB)
[#015] sha256:50bf7c54b20ff453cfca713a260c84f4d12eb8dec8def0513ce0e3ebeba88f4b - 0.0% (1.09 KB)
[#016] sha256:9b0b5ccae2cd2e91bd8f2c6f31fb710cb8a2fc80c4c76877d14e98ecbe722732 - 1.04% (28 MB)
[#017] sha256:2e45ddb139606a12a6bcbec7e777c184aa12088e89993a93eb47d765bf6695ce - 0.0% (1.07 KB)
[#018] sha256:d764e71c59ff3d14edcde5e1b712c15f15136da9f0cc612a5474a88afd030709 - 0.0% (1.06 KB)
[#019] sha256:7b0b272e8416d9e10caf3d9fa235ea9f96ed12bfcd2342406ec22bdfa6af9d3b - 0.0% (1.07 KB)
[#020] sha256:a0188bc2df12df91cb8ced7ebcfc9e566eff5e45571caf0e412a58ce3fca00e5 - 0.0% (1.07 KB)
[#021] sha256:80d47ac8d8c8f653c3fc40f9d04677d754c1e660fdb392caa28850d48a545f28 - 0.0% (1.09 KB)
Apply image 1809-RTM-amd64
2021-07-06 20:34:18 UTCInstall update 1809-amd64
2021-07-29 20:23:56 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-07-29 20:23:57 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-07-29 20:24:16 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-29 20:24:24 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-29 20:24:49 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-29 20:24:58 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-29 20:25:05 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-07-29 20:25:12 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-07-29 20:25:18 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-07-29 20:25:18 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-07-29 20:25:19 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-07-29 20:25:19 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-07-29 20:25:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-7358429b3846809f415597d6bd7ab6bc5b73ecc8-head
2021-07-29 20:25:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-07-29 20:25:49 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:43fb333470892ca4befd54f53d9a43225a7d4186dfd669b8070c890db32931c1 in \etc\rancher\
2021-07-29 20:25:50 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-07-29 20:25:50 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-07-29T20:25:46Z
2021-07-29 20:25:51 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=7358429b3846809f415597d6bd7ab6bc5b73ecc8
2021-07-29 20:25:51 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-07-29 20:25:52 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.