2021-08-30 17:05:30 UTC
2.63 GB
rancher/rancher-agent:v2.6-1ae31b171c80be186a72de41b11fe00e40dfe6cc-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:1887dcf11a5a25019f08579268fcce9f771dd8809a8e5abfec0de998ac572cc5 - 0.0% (1.12 KB)
[#003] sha256:f88cf229bf36ab0e1d1300a6ef9593f9e78b1a738bfc3ee5e532578e98564dd7 - 0.0% (1.09 KB)
[#004] sha256:e3529f8f1309a93f1e0342affaef5014c163ae4ccd75d112f065f185101500e5 - 0.58% (15.5 MB)
[#005] sha256:43f3e8780f334b86e793d12ccca94462b184577b0c881a1b2679d502d70976fb - 0.2% (5.28 MB)
[#006] sha256:e717ed17056b9232523d644a519be83649b7ea8c9af6f5916c2c2d8a2ff4d9a9 - 0.28% (7.44 MB)
[#007] sha256:e1f44ff85106a7acf0e406f7c63051603cca63b62740b64f6a94ab66db2ae836 - 1.38% (37.2 MB)
[#008] sha256:3296ba0ecdcf69adfeda9dc545d90f54f47abd9793848e816e012dd8d1dfefe3 - 0.2% (5.34 MB)
[#009] sha256:bae51a43a48610d833a8199337d3d365d1b4c811ae56873926d3b32aba131665 - 0.58% (15.6 MB)
[#010] sha256:fa7b4ffd97e70cc4765bd4b72e45d04008a493d58a7630168183481e0389e104 - 0.47% (12.7 MB)
[#011] sha256:a17f0551507a7a2162f0ecd68a5a414535447dd96fc3cbe5a756b847e1ba104a - 0.0% (1.09 KB)
[#012] sha256:9a1a85b372019b9d0ebbf79189fd6af599779caedc5ee69007db20c75223a4c8 - 0.0% (1.12 KB)
[#013] sha256:caa5a80c03f1839f26bf763a7ba26d7d8a415c874b6b3d70c6231307a1c3f824 - 0.0% (1.11 KB)
[#014] sha256:4f651258620cf4ce2ef98eafd97582c58be86cbf74c18a7fa3c281bc5613297c - 0.0% (1.09 KB)
[#015] sha256:0acbe0f885796a07239388e80396985aa6812c9e0f9732db422f02d7f8a68870 - 0.0% (1.1 KB)
[#016] sha256:a625d94b63a9f3dd2d2b496a5e7e99d50cbad27bc4eb2e8a0f7a3e6b2bee58ed - 1.04% (28.1 MB)
[#017] sha256:61c40c703fd915620db7c31e2f77dbd47a2b5bedd3ac244efc6a0a06ac13f332 - 0.0% (1.07 KB)
[#018] sha256:7d5151e96bc46bcddd20803290e47a7e6e7421d10796ef01c5db4d33a034ed68 - 0.0% (1.07 KB)
[#019] sha256:42729aa800c8837bc9e6b09ada3c8cd78b29fa61829d98ea949393b14e02a0c3 - 0.0% (1.06 KB)
[#020] sha256:3183526a6f63e856eda6a7c5f000eb47d2f6763ff1aadfda578664483e531842 - 0.0% (1.09 KB)
[#021] sha256:ff888342cec9c5cfb4845c0eb6036f80a4f6d690e592e06708028745822aff70 - 0.0% (1.06 KB)
Apply image 1809-RTM-amd64
2021-08-05 19:44:34 UTCInstall update 1809-amd64
2021-08-30 16:59:11 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-30 16:59:12 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-30 16:59:32 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-30 16:59:40 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-30 17:00:03 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-30 17:00:13 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-30 17:00:20 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-30 17:00:28 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-30 17:00:37 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-30 17:00:38 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-30 17:00:38 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-30 17:00:39 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-30 17:05:26 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.6-1ae31b171c80be186a72de41b11fe00e40dfe6cc-head
2021-08-30 17:05:27 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-30 17:05:28 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:15eb79e587459e0f8a999d1be6c97fb5ba013169899152796277a08211b06bfd in \etc\rancher\
2021-08-30 17:05:29 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-30 17:05:29 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-30T17:05:25Z
2021-08-30 17:05:30 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=1ae31b171c80be186a72de41b11fe00e40dfe6cc
2021-08-30 17:05:30 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-08-30 17:05: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.