2021-06-22 19:12:12 UTC
2.25 GB
rancher/rancher-agent:master-e02a217721e85ad87b679d4cbf9506887ad55152-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:295f12394c4f250e83029adb04647faeb736b0c8d275aa9b34f5e3c60a89d0d2 - 50.89% (1.14 GB)
[#001] sha256:409e8c9a2688a1824ab167e0815af899280d336440100aab9c47f99ce3e0de07 - 43.56% (1000 MB)
[#002] sha256:0436cb9d97944f68effcff498806015f5665e33416b9db39fdd4f4ef5d7d4a36 - 0.0% (1.27 KB)
[#003] sha256:f58a2284ef4115cb951c381eda19defc534964643e6820b94f06092f5dfac7e3 - 0.0% (1.34 KB)
[#004] sha256:c4d8d7dfc3cae19202bb28ffc4d279b444f8d503f25ac58e2ef6423867a0a9e7 - 0.67% (15.5 MB)
[#005] sha256:ccb81abb89e7ca4a98f005348e876855c23a263112a999806d5b5e9918dcebbc - 0.23% (5.27 MB)
[#006] sha256:bf4a8b6f053f2dd380d2c09d8dbd01c65f5a24e6c37a54c1354356614e73f534 - 0.37% (8.61 MB)
[#007] sha256:4aa4a310725d4278082f0e8c553c3f4fcf9dca247baf20a60308edb9a59ddd5d - 1.62% (37.2 MB)
[#008] sha256:87d8c06132ba787a61b7e3e3e7289dfb15039069169249981a162bcb6aa81a49 - 0.23% (5.3 MB)
[#009] sha256:68d685e1071eb4a049d3b266e1581105b95f0064b1572360fa5f9a682105a283 - 0.67% (15.5 MB)
[#010] sha256:4761ee94fb140618aeee1a33bd7fffa6cce2fc5b53182cce8b2edb153b82debf - 0.55% (12.7 MB)
[#011] sha256:94c96f9af240278554735a56bec31623be3c7dfb686d92cbd4b8e934f4450402 - 0.0% (1.26 KB)
[#012] sha256:c49ccd8b5ad1fceae6e2a7e2e32cff60bc42d070550337567d49fa2e645bdd2f - 0.0% (1.29 KB)
[#013] sha256:e59902b8a90bded5075544f1c084a68e8dc89a6ec01a5a80c04fc65610ac9c67 - 0.0% (1.27 KB)
[#014] sha256:730013158ef1385fa6ee5d6a052e7a24339c66962819903c9e30850cba74fe3f - 0.0% (1.27 KB)
[#015] sha256:6c0aed898973137dc0ac60267fff7bc65efc9680d5078a05002e1e374ea89fa4 - 0.0% (1.26 KB)
[#016] sha256:6bb811fa886f852d712a82031f8578d03bb62aa080733de8b6f51da23ce45b14 - 1.21% (27.8 MB)
[#017] sha256:5a4f94e2d3f4f7304ebcfa7eb78051f0cd6e1fd9af81e81f053003236d485f45 - 0.0% (1.29 KB)
[#018] sha256:ad6e192c5046e80dfea3c30359869ae7fc50f19d22725e370ba01832f43cfcef - 0.0% (1.27 KB)
[#019] sha256:9969c9fb784f569780ce4390fa7eadc315d966d0e3230b79f66058c0ecbba218 - 0.0% (1.3 KB)
[#020] sha256:7f3b446e098dc60c2c112f517e59baba898ed64b2373fbf4dbe85759f01ad4ce - 0.0% (1.27 KB)
[#021] sha256:12e7ff48aac732c1974368901a153deb40e0d6194532ded1a2fe46b736eec045 - 0.0% (1.27 KB)
Apply image 2004-RTM-amd64
2021-06-06 19:51:57 UTCInstall update 2004-amd64
2021-06-22 19:09:56 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-06-22 19:09:56 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-06-22 19:10:08 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-22 19:10:17 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-22 19:10:54 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-22 19:11: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-06-22 19:11:14 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-06-22 19:11:23 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-06-22 19:11:31 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-06-22 19:11:31 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-06-22 19:11:32 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-06-22 19:11:32 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-06-22 19:12:08 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-e02a217721e85ad87b679d4cbf9506887ad55152-head
2021-06-22 19:12:08 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-06-22 19:12:09 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:d8ec4b8e18368175d535a94cba6e7192839dd04607c362b118360129817d9b54 in \etc\rancher\
2021-06-22 19:12:10 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-06-22 19:12:11 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-06-22T19:12:06Z
2021-06-22 19:12:11 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-06-22 19:12:12 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=e02a217721e85ad87b679d4cbf9506887ad55152
2021-06-22 19:12:12 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.