2021-07-06 23:55:22 UTC
2.25 GB
rancher/rancher-agent:master-94cb4ebcdd6cc9956c62acdab0811d9d0de0dc31-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:295f12394c4f250e83029adb04647faeb736b0c8d275aa9b34f5e3c60a89d0d2 - 50.88% (1.14 GB)
[#001] sha256:409e8c9a2688a1824ab167e0815af899280d336440100aab9c47f99ce3e0de07 - 43.55% (1000 MB)
[#002] sha256:6501a6e1736b73bffe21f3ca4aefec9d654ee64067302f7d2377986a61ce8bf8 - 0.0% (1.29 KB)
[#003] sha256:3bad9331c611619bb8224dbca5ef5079d4286d21280fedc141c39a2290b8c01a - 0.0% (1.27 KB)
[#004] sha256:e6faaedcdbe7a856927b3ca06613951c184ebaf210255f0c2edf98d08e66e7c1 - 0.67% (15.5 MB)
[#005] sha256:60ca5107111cf0f345af7cb4d0d04789bc99bf843a03230dc173900047c69fde - 0.23% (5.27 MB)
[#006] sha256:4ad5e69fdc831fa44f293109f86c6b10d81044536521995c6db46bd6b54321a0 - 0.37% (8.6 MB)
[#007] sha256:473b52b9a87125d01bf4331fa7c0f1cd78b848be2075745bb8f66d60c666b9f9 - 1.62% (37.2 MB)
[#008] sha256:4dc4437051648e4e57049521ff5fb386b34e973dc27603bca7891537bf3abc01 - 0.23% (5.33 MB)
[#009] sha256:ffde4f82435536e6b30a33dcbec4a52887d30a286f76f9fe2fac9915f206cfff - 0.68% (15.6 MB)
[#010] sha256:79da6bc182c61f0bcca57c3564dad24664f971bea69ae85000b3f75a765e4f79 - 0.55% (12.8 MB)
[#011] sha256:563b2a38442680f98cbe2af81faf6440c7644225fe1dc45c3205ca4e0f197066 - 0.0% (1.29 KB)
[#012] sha256:336928b6b0f5b5a748deb8015cf78ca050ef855e1f337a1246b4cc1e69d1e8a8 - 0.0% (1.27 KB)
[#013] sha256:7c463a3ded72fb591030c68a47316c8b6ca2d8c316ea8833a945798b001e48a6 - 0.0% (1.26 KB)
[#014] sha256:1ad9ec1ffb841596829587ded7641eb6c8a1d7e65ac9ca977df34cf7023a4223 - 0.0% (1.27 KB)
[#015] sha256:c5909a3183e6e3a0ca0fd1700883cc2272e0f1aa90607a0613129fccb5beb585 - 0.0% (1.27 KB)
[#016] sha256:429570cd4e4cf1d20db67070df0a96cdc000fe5322e2fccdc95a4a41bc6f8f83 - 1.21% (27.8 MB)
[#017] sha256:ccc22207915591fdf5a18ae5ff79fc3391bbb95582929fd13af02ff256c9b87d - 0.0% (1.27 KB)
[#018] sha256:d69655d803010f4c65141ef5e031a14bb2f28cfe8fbb631dd8945611ece06c5b - 0.0% (1.27 KB)
[#019] sha256:a7d95a443f568c475b6daa133097345f837203114d27561a6358f4da9ee2c809 - 0.0% (1.26 KB)
[#020] sha256:02876a6115334dd7e09da3ba902ece67d993d78abee13b33219ff5a4c954a8ee - 0.0% (1.26 KB)
[#021] sha256:e2f155d5feb044e5ca2827a8d829c460db5bb02d84af09e293fa6329b774b64a - 0.0% (1.27 KB)
Apply image 2004-RTM-amd64
2021-06-06 19:51:57 UTCInstall update 2004-amd64
2021-07-06 23:53:04 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-07-06 23:53:05 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-07-06 23:53:15 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-06 23:53:23 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-06 23:53:48 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-06 23:54:00 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-06 23:54:12 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-07-06 23:54:19 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-07-06 23:54:27 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-07-06 23:54:27 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-07-06 23:54:28 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-07-06 23:54:29 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-07-06 23:55:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-94cb4ebcdd6cc9956c62acdab0811d9d0de0dc31-head
2021-07-06 23:55:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-07-06 23:55:17 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:1aa4bbd2d43214f8c07ff166ae1d555b3de7a3afb54e76ea63a84e29423c5c09 in \etc\rancher\
2021-07-06 23:55:18 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-07-06 23:55:19 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-07-06T23:55:13Z
2021-07-06 23:55:21 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-07-06 23:55:21 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=94cb4ebcdd6cc9956c62acdab0811d9d0de0dc31
2021-07-06 23:55:22 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.