2021-08-20 15:29:04 UTC
2.63 GB
rancher/rancher-agent:v2.6-a0398246ec4f01946bf6ca40cd542226e5765071-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:11f272f2a033ad9d1e964c1c4df416adec22d4c89f02da369e82f10780c45c4c - 0.0% (1.07 KB)
[#003] sha256:e268b7cde3b15e6867a51f91b14b692afb88de0197024d66853d6bba0fc8fb93 - 0.0% (1.09 KB)
[#004] sha256:a1f55b287c21825281df6057b1ffa332caa0516f198332444924fafa9f64a06f - 0.58% (15.5 MB)
[#005] sha256:3dc0ab7ccfca9f0a05cf76b90e67121283d33dc3bb2dcc631fb6d5f2597d4d51 - 0.2% (5.28 MB)
[#006] sha256:33f60477c83c04772d0d302beabf35b529cdb080af453a71f966aad2e1643f19 - 0.28% (7.43 MB)
[#007] sha256:b620f84ceb49d52d3a615c79d4928bcf6ac000024ddf913da6e6d25a42d7e295 - 1.38% (37.2 MB)
[#008] sha256:6f212b1b801a3324d50b08541797c7399c9531f0776ff065cb4351ec6dbd8cde - 0.2% (5.34 MB)
[#009] sha256:be56907042302bf2fc89b408beb2209dea7ed3dd69e5cb137d86821cd3f00e36 - 0.58% (15.6 MB)
[#010] sha256:74b31cf75176147d11ff79fc4bb8c73e78601272ddc2792bdcc3b2a054e328f5 - 0.47% (12.7 MB)
[#011] sha256:8580e4b0fc16d2f9cd72c40926952c7aeaf49abe909d972f30932d01dee0d1cb - 0.0% (1.07 KB)
[#012] sha256:34b95780f0f80d98c450a3741048a7cf3c50b52c359de296f4d7cce3c77b6abf - 0.0% (1.07 KB)
[#013] sha256:25199374731fe564897da575c19ebd2aa7f63f02b24203d1f29f5cc9f475b9a4 - 0.0% (1.07 KB)
[#014] sha256:9ac93c0876ed306a7e3fcdf19073787f8978b1fe9611698aa4228369375d85f8 - 0.0% (1.1 KB)
[#015] sha256:48ee2df24d2021814fdcf10719922362ee85abc93330bf88597552e4aeb2ebc4 - 0.0% (1.06 KB)
[#016] sha256:7116c5388f6ca35e58e1a61036029d918ee604fafad407c0a22cfa6bb89b68f5 - 1.04% (28 MB)
[#017] sha256:df9f088adb7b2eb91c90855b5823885c64a9801896fb7b00294fdc2da3153360 - 0.0% (1.06 KB)
[#018] sha256:6735c86e194ec2dd889170daa613a0720b23f10d09136c9da336ff8054aabbd9 - 0.0% (1.07 KB)
[#019] sha256:ea20e3e22bbb1fe80acd6b954a4481f03248689bd2526da4722e04eb51461700 - 0.0% (1.07 KB)
[#020] sha256:4cdb7621ba15760c01cd1ef0c888a592afcb586dcd225751a361650c3853f2ec - 0.0% (1.07 KB)
[#021] sha256:b521944c8cd6a93f0d5a1cd19a0c7bf433707448341a00b71b1c4ec240ae5948 - 0.0% (1.07 KB)
Apply image 1809-RTM-amd64
2021-08-05 19:44:34 UTCInstall update 1809-amd64
2021-08-20 15:27:03 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-20 15:27:04 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-20 15:27:25 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 15:27:33 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 15:27:56 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 15:28:06 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 15:28:14 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-20 15:28:21 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-20 15:28:28 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-20 15:28:28 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-20 15:28:28 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-20 15:28:29 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-20 15:29:00 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.6-a0398246ec4f01946bf6ca40cd542226e5765071-head
2021-08-20 15:29:00 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-20 15:29:01 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:0ae770565ea0979cd7527a974df55c6fd7c695598d4754bf81a328af3afd4cb4 in \etc\rancher\
2021-08-20 15:29:02 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-20 15:29:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-20T15:28:58Z
2021-08-20 15:29:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=a0398246ec4f01946bf6ca40cd542226e5765071
2021-08-20 15:29:04 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-08-20 15:29:04 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.