2021-08-03 00:19:05 UTC
2.25 GB
rancher/rancher-agent:master-f04ae9f4e3d6177d6ef81e18378fcd6d7ceac5c9-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:295f12394c4f250e83029adb04647faeb736b0c8d275aa9b34f5e3c60a89d0d2 - 50.79% (1.14 GB)
[#001] sha256:6907d97093063478e2c552549bbcd0b499d1dfba051bad994179f5a1d343fe58 - 43.65% (1010 MB)
[#002] sha256:8b444a63fdefe5e5bcfda8bebfd36e2836d6a483933b04d5ca16eec7c7b2191c - 0.0% (1.27 KB)
[#003] sha256:b6d2cbe7f9731bc6602f0f1470d1c0ad2d8597225b364968c67232a810578422 - 0.0% (1.27 KB)
[#004] sha256:ea75a36ba1d834e82f5f90c87f8b33a0396c57dffbbb6e4ad2908622ee772a5f - 0.67% (15.5 MB)
[#005] sha256:3927dea93f3c148f3b0ab3a44f903925be1b11df93ba198dac1260d4308366fd - 0.23% (5.27 MB)
[#006] sha256:9eec49fbc3659a68aa202bf9bc2592b8b10421cc019087a167d206e3b9121cd9 - 0.37% (8.63 MB)
[#007] sha256:ee371118ed24e7abf1bb1389df6500ccd366fbd53a4544009f9db9882450f6a6 - 1.61% (37.2 MB)
[#008] sha256:159219bea8325ee8774a136a6ef1def00f8a61c0fcd251b8f1ff60f3e7bfdd9e - 0.23% (5.32 MB)
[#009] sha256:bb8408678d03458baa0e958439354f8ff77894475a1b18722222c8c4dcae6481 - 0.67% (15.6 MB)
[#010] sha256:71e6d211240d04b5ca6ab91a008481a038cef855d6441874bd37e5a5192fdc72 - 0.55% (12.7 MB)
[#011] sha256:c63e6608f82b3e6479046cea7432bab992c5f608e2bed97403654aabf2897fb1 - 0.0% (1.27 KB)
[#012] sha256:ddcb379fe611b3592d56b4dc6b896520697c2ae67aa2a628a409ada4928b8a13 - 0.0% (1.27 KB)
[#013] sha256:22e08dfd0a3539a262388ae27d368e631d0699deeeaefa8d0a1de2d9974aff19 - 0.0% (1.29 KB)
[#014] sha256:01f10c37cca407b9db5c4347331b0a460b70e72c541194f163c49064ed92906d - 0.0% (1.27 KB)
[#015] sha256:1a5d41fd67e3594c007653cb314ca06ec4eaa8b59a9b2d07818608b33b8f8c94 - 0.0% (1.27 KB)
[#016] sha256:4a84031ad3f003765849a5a81951427091a4e9b5946473773a6c686b7199b0da - 1.21% (28 MB)
[#017] sha256:3ca03fff858cde55e2538f1310433528d9d84346c12d2834bae7d56c75876fea - 0.0% (1.29 KB)
[#018] sha256:f1fcb6ffb25d10ea8d679dce4ebfe4e771c51ccf08204a66af88b5b36a347020 - 0.0% (1.26 KB)
[#019] sha256:429782d56fba6af503c1e80dbc70987850c46d57dc07d231203532bb6f665c26 - 0.0% (1.27 KB)
[#020] sha256:9370b70da68b81b7eb5ec22f7635fe36b7264b337020b277c9852100e8b7303a - 0.0% (1.27 KB)
[#021] sha256:b5d7435e70f0a8336f9741741cb7f9609764bd18a6811c761c646dbd512bebd4 - 0.0% (1.31 KB)
Apply image 2004-RTM-amd64
2021-07-10 18:37:09 UTCInstall update 2004-amd64
2021-08-03 00:02:17 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-03 00:02:18 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-03 00:02:37 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-03 00:02:54 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-03 00:03: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-08-03 00:03: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-08-03 00:03:45 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-03 00:03:54 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-03 00:04:03 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-03 00:04:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-03 00:04:04 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-03 00:04:04 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-03 00:18:56 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-f04ae9f4e3d6177d6ef81e18378fcd6d7ceac5c9-head
2021-08-03 00:18:57 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-03 00:18:59 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:c1ecb685a7c16fce8799b4a1a240401b0162053937128b14eda6f2105df2dec9 in \etc\rancher\
2021-08-03 00:19:00 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-03 00:19:02 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-08-03T00:18:54Z
2021-08-03 00:19:04 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-08-03 00:19:05 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=f04ae9f4e3d6177d6ef81e18378fcd6d7ceac5c9
2021-08-03 00:19:05 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.