2021-07-13 23:03:36 UTC
2.25 GB
rancher/rancher-agent:master-a075a485e64a43d16863cb0009806b00c18e26ae-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:295f12394c4f250e83029adb04647faeb736b0c8d275aa9b34f5e3c60a89d0d2 - 50.8% (1.14 GB)
[#001] sha256:6907d97093063478e2c552549bbcd0b499d1dfba051bad994179f5a1d343fe58 - 43.65% (1010 MB)
[#002] sha256:2d803d4dd7fd10c133764c475ae577bf097b40842dbf8c80f1f95263440145e4 - 0.0% (1.27 KB)
[#003] sha256:8de8f549843e4a153ab80c5f34694f8f4cadc7f4221e1bfed982dd784e480a2b - 0.0% (1.27 KB)
[#004] sha256:c859e2da0d4173e2ba467526d9856731ab45a5da8ded8678d735adb43a47355c - 0.67% (15.5 MB)
[#005] sha256:15b52a989795e40cbb4bdb499e0c85b01ce3ef2f4b996f893d4dd9f2b98b0075 - 0.23% (5.25 MB)
[#006] sha256:ede31b046b5ed2ed9a1d31ca921e3621f45fd0b0415e4efbd33fc255c862e70e - 0.37% (8.63 MB)
[#007] sha256:c79ce10ce6c7d24b70421ab900e3f81c75964ab1ead0ec143d1e3c19c80db7ca - 1.61% (37.2 MB)
[#008] sha256:57d1b33cd06b4213fd8b9c80ebd2218bd8150c6519d7eaa139f250eabde345e2 - 0.23% (5.29 MB)
[#009] sha256:b213fdb097ad2b644b2c86c93fdc4594dcf27cfb439f36a32524e0f9fa2de791 - 0.67% (15.5 MB)
[#010] sha256:0bbf7a0f952a366725325c64f884969f63346e9345d8b69fede45438d45590e8 - 0.55% (12.7 MB)
[#011] sha256:6dc0f857e693066597ab92cb737802d1583be422c299fe9022d01e34252ed8d7 - 0.0% (1.27 KB)
[#012] sha256:36cfe0c00b1f9af29925c50342976e3a28e52a839869023f88a1d2a15dec9905 - 0.0% (1.26 KB)
[#013] sha256:61fa1e6a9e1d641adfffe3e5511c8fbcf09fbcac75013f5581762e1e69aec6f3 - 0.0% (1.27 KB)
[#014] sha256:b2d8f27f162613c966ce6a1bafcdabbcb052595d3d0d56b3fc6236e0ef04542e - 0.0% (1.26 KB)
[#015] sha256:b25663f53b8a629ba8ab07ad9ed9fb303cd9049f130a86051c55ab14ee7a1f2b - 0.0% (1.27 KB)
[#016] sha256:d793625448353cb69c1c0de1651a452a3d461f43b262c43c3e0d699440cdee4e - 1.21% (27.8 MB)
[#017] sha256:0c97d00b8f68dc22a318ec7ade6463e2d4b5fc64578729e6243654c8fce2286c - 0.0% (1.26 KB)
[#018] sha256:3b3b8a56f578be52d380b259a696a660aee1bf263972573ba42a5cd3452359de - 0.0% (1.26 KB)
[#019] sha256:dc999a21feb9ddea08b2e3a7536db488867638b804b9fc7c0ff05a824cd58bcf - 0.0% (1.3 KB)
[#020] sha256:3a54978377a6bb0d591c9f3b96f76e4f0fdd7c878b3b32d874b1d72e24cdd8d1 - 0.0% (1.27 KB)
[#021] sha256:3f8dd7311e20d307e07d6e96b085d20fdd5889186af9fc55fd091aaa715c851c - 0.0% (1.28 KB)
Apply image 2004-RTM-amd64
2021-07-10 18:37:09 UTCInstall update 2004-amd64
2021-07-13 22:49:56 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-07-13 22:49:56 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-07-13 22:50:09 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-13 22:50:18 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-13 22:52:21 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-13 22:52:35 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-13 23:02:48 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-07-13 23:02:57 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-07-13 23:03:06 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-07-13 23:03:07 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-07-13 23:03:07 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-07-13 23:03:08 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-07-13 23:03:28 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-a075a485e64a43d16863cb0009806b00c18e26ae-head
2021-07-13 23:03:29 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-07-13 23:03:31 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:76fd518337da7d211ffe30af65abd76eafcb25b35c41b3f5d0c0107c4eee6c86 in \etc\rancher\
2021-07-13 23:03:33 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-07-13 23:03:33 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-07-13T23:03:27Z
2021-07-13 23:03:34 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-07-13 23:03:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=a075a485e64a43d16863cb0009806b00c18e26ae
2021-07-13 23:03:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
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.