2021-08-10 21:21:11 UTC
2.28 GB
rancher/rancher-agent:master-f8600c6e359e2ba99ce161ee1d4e9c2c5ca67509-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:295f12394c4f250e83029adb04647faeb736b0c8d275aa9b34f5e3c60a89d0d2 - 50.2% (1.14 GB)
[#001] sha256:c30e212b15b86121fb89bda60f21c14275762ea9c6c2d30c593c9ffecf605c40 - 44.3% (1.01 GB)
[#002] sha256:c5182ff5543802fac6c63da733f83374a1647e67ea32cf392047a2484f1b1db6 - 0.0% (1.27 KB)
[#003] sha256:6e8c37427a29456d26b087ea777ff42f4fe8fa88183a9541355d7cbf97ad7010 - 0.0% (1.32 KB)
[#004] sha256:323dde3a31603d3c09baf174f509d675e811d5b93e5fc7fa94a299b883ff88f5 - 0.67% (15.5 MB)
[#005] sha256:688e6d4b407cd0a45d465cd79de31919a67382f315ebe85b76664175e0371a8a - 0.23% (5.28 MB)
[#006] sha256:9434ca012929ed98fc6733fc675334adbe0ef25c0a140ed94b83db3c0d2a392f - 0.37% (8.68 MB)
[#007] sha256:41360253b9cc2d45cde665089db89a07c7dba3ced9548b95fff67ecc3a90e80a - 1.6% (37.2 MB)
[#008] sha256:35e5a64e00597f81fcfb9ae5972f2e3bedd52e1c4de2745e1307dd3acf8242f6 - 0.23% (5.35 MB)
[#009] sha256:75a3d78a33dc93e78be6349426ce3f68718dc045b9406caa028a0e30594fdc27 - 0.67% (15.6 MB)
[#010] sha256:e89ea4b3dd52e871ea21e46bb7ea9a727c636da5a739b1970bacf5425e718f14 - 0.55% (12.8 MB)
[#011] sha256:1550b2ddffd807e266ebd71fcdf40e0db8ac18444e76b07751a5af1d68c34ff4 - 0.0% (1.27 KB)
[#012] sha256:8c2c3d66c496f36b8843b44ba87e66e6f50f9aa79eafaf3e1651e82d43b7727e - 0.0% (1.29 KB)
[#013] sha256:9d77f9c00b324fb861c5f9ebeb9c39f5286fa92b7e2c23c07122a3b83ad17173 - 0.0% (1.29 KB)
[#014] sha256:681ec41a38a1391ee7356eae43ca2fbde9a269b0effaa2268800b40a6f9421a3 - 0.0% (1.26 KB)
[#015] sha256:8534063ba6828f8e5769479a667645f146912b499091dc06ad22f69f0502fc76 - 0.0% (1.29 KB)
[#016] sha256:6abca29b6b840fbd70f87ae9d6db6fb163305ee5761e5795f0592a88b8571734 - 1.2% (28 MB)
[#017] sha256:a22c6b846c8b70d23571cb5f8d4c63a603c884a8de4cf6fefaaa94dd3ac323b0 - 0.0% (1.27 KB)
[#018] sha256:df3903ab99166649ac1703f8ceb0827828975accb952a8439d2575b4194f405d - 0.0% (1.3 KB)
[#019] sha256:ed5c2134d4754c6d715fcf6ef952d47eaeeb9e385627556af7fd544fe2f75eac - 0.0% (1.27 KB)
[#020] sha256:1b0bd7358259753e89e9632cc63e18c334372c7091711d1fd25775a8f5b996d0 - 0.0% (1.3 KB)
[#021] sha256:68168d7f33c8f0292049569dfd708acaba9c4c5da1954656861f99dd0700677f - 0.0% (1.26 KB)
Apply image 2004-RTM-amd64
2021-08-03 01:07:02 UTCInstall update 2004-amd64
2021-08-10 21:19:09 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-10 21:19:10 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-10 21:19:21 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-10 21:19:28 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-10 21:19:53 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-10 21:20:04 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-10 21:20:13 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-10 21:20:21 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-10 21:20:29 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-10 21:20:29 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-10 21:20:30 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-10 21:20:30 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-10 21:21:06 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-f8600c6e359e2ba99ce161ee1d4e9c2c5ca67509-head
2021-08-10 21:21:06 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-10 21:21:08 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:16318800e3f2da25e01115734dd62bcc01fbb58417713c5b88199ff6e16a2850 in \etc\rancher\
2021-08-10 21:21:09 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-10 21:21:09 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-08-10T21:21:04Z
2021-08-10 21:21:10 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-08-10 21:21:10 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=f8600c6e359e2ba99ce161ee1d4e9c2c5ca67509
2021-08-10 21:21:11 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.