2021-06-16 16:25:59 UTC
2.58 GB
rancher/rancher-agent:master-e4f97694845e947a5e5d3f8f74dad47ba650a3f2-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 61.93% (1.6 GB)
[#001] sha256:639bb6bb2beb4cfdcacb9f0844344448fe26494665d5fe78a494419f86fbb18f - 33.27% (880 MB)
[#002] sha256:b2ce1e45880f27619be36d16b27cf831b52b44aeaa7e630c55e6a878dae6f985 - 0.0% (1.07 KB)
[#003] sha256:0bbd6a5951b56cf5f586f44615cf74a81d6e54ea334050c908ab4c0b9fe7b933 - 0.0% (1.07 KB)
[#004] sha256:9fea211bf3e280d8cc6bc7680521f05aef47f8e36e963a6ce44db1144181e748 - 0.59% (15.5 MB)
[#005] sha256:5d31c19f6a6601fd261f9d7fb3db089881a1d40ef21fd8fa0c88f1044f324245 - 0.2% (5.28 MB)
[#006] sha256:8d8789ec063fe860c8df716416871d6b9383802f8991e8a110c54f422b194c95 - 0.28% (7.44 MB)
[#007] sha256:6c7be93064c8a7292c178c9f26f2b598dd853a700f0b76c2d968b70c7d01fbbd - 1.41% (37.2 MB)
[#008] sha256:14139b519dbd2ab7269f3c397e4ddf6faeb860babcc4e2a4f6d40ba617c59979 - 0.2% (5.34 MB)
[#009] sha256:3d3fdc6b437090ac2c6165e6fb333bf0dabf23a4c480f5c7a0548dfd7e782585 - 0.59% (15.6 MB)
[#010] sha256:ff1da3e3dd0cb297274b4c1a9f6842646209f7722ce5ecbc82345ca28c6d0c88 - 0.48% (12.7 MB)
[#011] sha256:92e8dc107ab809cd4500a9b2d2c17c8c3fd472adbe0525ce654123f01defd8c3 - 0.0% (1.07 KB)
[#012] sha256:caefee257dc8c7b73b4264cbb10ad0c881ea8d21d572b5e46fab92a641657412 - 0.0% (1.09 KB)
[#013] sha256:e9a384619a0f309a87dfbddf141bc2cbce112263ee518effdec740cda8aff946 - 0.0% (1.06 KB)
[#014] sha256:5ec2700d79d8f647053506dec3d75ba915409a740bc51ed60406ac0b4c960bf6 - 0.0% (1.06 KB)
[#015] sha256:c496fec7abccf8d89095b494f963c76fa4996321285afed63fba92400f45686a - 0.0% (1.07 KB)
[#016] sha256:d9629c821323c0f1d8cd8de3a00bcf9ff1aae6fcec0baab19c30811bf48d3a3d - 1.05% (27.8 MB)
[#017] sha256:697a5e65a0aec9a20b0d5d2cdccc5c8a768fa1ecf2514532048bf1eefef6461d - 0.0% (1.07 KB)
[#018] sha256:a80d952e40e4e2e25743b9a3f744b90f14c05f8ccdc247ad82dd078576afd4c4 - 0.0% (1.09 KB)
[#019] sha256:6067a00040b13e9d893e890b5f0e08178a366852d999cd0e7a070925512a17c5 - 0.0% (1.07 KB)
[#020] sha256:3e1ce2b010dc6347773a38e4c6c1ec5fc2650789b524b22fc8cfc5b8575c07e8 - 0.0% (1.07 KB)
[#021] sha256:9e6784962362fdc78f5986809aaddf3f2985e34f4ba36790209cd36478613d87 - 0.0% (1.07 KB)
Apply image 1809-RTM-amd64
2021-06-06 04:28:43 UTCInstall update 1809-amd64
2021-06-13 23:17:38 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-06-13 23:17:38 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-06-13 23:17:48 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-06-13 23:17:56 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-06-13 23:18:19 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-06-13 23:18:29 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-06-13 23:18:36 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-06-13 23:18:43 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-06-13 23:18:49 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-06-13 23:18:50 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-06-13 23:18:50 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-06-13 23:18:51 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-06-16 16:25:55 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-e4f97694845e947a5e5d3f8f74dad47ba650a3f2-head
2021-06-16 16:25:55 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-06-16 16:25:57 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:f4cd1c052e1b4af3cf683ebb2e60431a2c88427866fb2d60a0a87f7787f0c11d in \etc\rancher\
2021-06-16 16:25:57 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-06-16 16:25:58 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-06-16T16:25:53Z
2021-06-16 16:25:58 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=e4f97694845e947a5e5d3f8f74dad47ba650a3f2
2021-06-16 16:25:59 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-06-16 16:25:59 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.