2021-06-17 17:38:43 UTC
2.25 GB
rancher/rancher-agent:master-0ce5f6a76ddea83ef1c1969ce9b97b60772d22bb-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:295f12394c4f250e83029adb04647faeb736b0c8d275aa9b34f5e3c60a89d0d2 - 50.88% (1.14 GB)
[#001] sha256:409e8c9a2688a1824ab167e0815af899280d336440100aab9c47f99ce3e0de07 - 43.56% (1000 MB)
[#002] sha256:297e91e6eb414120080059dba4ae82b17e16b465a32c15f617cc67e7e9219827 - 0.0% (1.26 KB)
[#003] sha256:6d74dcd3ca4a752770f2dcc0959800c9593c7932652a9df900cc216709a56467 - 0.0% (1.27 KB)
[#004] sha256:8d71293f632c52b7ee867428a844dc0722c649ca1fb21a553de2a400f9fd77f4 - 0.67% (15.5 MB)
[#005] sha256:399ad1ea49cf6b3cb99f6b2e0abaa72402f9e5ccfeb11f83b981ff516ee3187f - 0.23% (5.27 MB)
[#006] sha256:bc65d32270ff2057aaec8294a84b99b8836e00ff9a201f4a3046e4bcef3ecfc6 - 0.37% (8.61 MB)
[#007] sha256:baccfe25a1d1a3283d0af1d27b016000fbba1c0f763dce56e5357490bb1e6e55 - 1.62% (37.2 MB)
[#008] sha256:5e7e65f573d288e29e49b43dafcffd0e98741a55132e2403d54f2cc596f46a95 - 0.23% (5.34 MB)
[#009] sha256:610c71922a60c57d986c35013b5c6cbe786d3fe4aaecc8067f7c8141feb3e7b8 - 0.68% (15.6 MB)
[#010] sha256:fbf976a28cff97e369671702fdcf4577fb13cd8501f9cc30f65514c076827550 - 0.55% (12.7 MB)
[#011] sha256:6c45ba8f489a3d7a2a62aadf718c7a0956768d55ad160cc8501044d13ec932ed - 0.0% (1.29 KB)
[#012] sha256:439b99355bf54c5b612af34c3cf2d56e20ad04c33fceefc8b8006a7b0ec623e6 - 0.0% (1.27 KB)
[#013] sha256:297eb1ccf15290c538af9c9065a59a9e1c616f2bd49575a91b59d2fc4fc9c2eb - 0.0% (1.26 KB)
[#014] sha256:a7b5a393ff440e41f745f806ce181a90e18a1185629c69eb770998ca03646077 - 0.0% (1.3 KB)
[#015] sha256:171fd9940fcf3af28bd4bd9794bc2b032a243a29e5b7f9ced0504c88cbbf61d8 - 0.0% (1.32 KB)
[#016] sha256:3f7a474c6fc2af17ce8eef38f9a1fed358b4cfe405918f7c01bf37ff5550876c - 1.21% (27.8 MB)
[#017] sha256:71faa8fa96585c291b46b4a845931efe70b89abb80b1a200fa983dd480227284 - 0.0% (1.27 KB)
[#018] sha256:c306d8b49e83611b94f69747468348e94718ccd052e128b03a527c32593137fe - 0.0% (1.26 KB)
[#019] sha256:9ae3707c03691556028cf82af5949c201cd0b712f7173a712495b4f6f076a82f - 0.0% (1.27 KB)
[#020] sha256:0fca2370722e553257a02a5a24eac1ee15eeb14fa1e3101509cf8b8bc6f3e830 - 0.0% (1.27 KB)
[#021] sha256:10c241a2a61fd1e119ce4df3a0b38ee4e6671a83aae2289bdb169c7af0b75e55 - 0.0% (1.26 KB)
Apply image 2004-RTM-amd64
2021-06-06 19:51:57 UTCInstall update 2004-amd64
2021-06-13 23:18:43 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-06-13 23:18:43 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-06-13 23:18:55 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:19:04 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:19:29 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:19:41 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:19:50 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-06-13 23:19:59 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-06-13 23:20:07 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:20:08 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-06-13 23:20:08 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-06-13 23:20:09 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-06-17 12:52:31 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-0ce5f6a76ddea83ef1c1969ce9b97b60772d22bb-head
2021-06-17 12:52:31 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-06-17 17:38:40 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:f6d487f08d0cdafae5b9747faee8de0305c513b91334b0195580f84f4a53e06e in \etc\rancher\
2021-06-17 17:38:41 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-06-17 17:38:42 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-06-17T17:38:38Z
2021-06-17 17:38:42 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-06-17 17:38:43 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=0ce5f6a76ddea83ef1c1969ce9b97b60772d22bb
2021-06-17 17:38:43 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.