2021-08-22 19:25:48 UTC
2.28 GB
rancher/rancher-agent:master-a1b2eafbb7baa9d8ffdf3b8353aebbb2734db743-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:295f12394c4f250e83029adb04647faeb736b0c8d275aa9b34f5e3c60a89d0d2 - 50.2% (1.14 GB)
[#001] sha256:c30e212b15b86121fb89bda60f21c14275762ea9c6c2d30c593c9ffecf605c40 - 44.3% (1.01 GB)
[#002] sha256:d12ef05e3114a7a77d83fa053f7da2c08a98590f38b6af430bb5f3c0c8e28352 - 0.0% (1.31 KB)
[#003] sha256:435acd7b0dc8bfbb91e46a7029aad761bc396ad7bea42c2d43b202d94802e7c6 - 0.0% (1.29 KB)
[#004] sha256:5263ee2a7d00a608c7cbcd68bd7749bcf69b46e36b70c4bd59d646f284ab6e33 - 0.67% (15.5 MB)
[#005] sha256:a222f9d5567596f01daec77e280280c0aa0cff4ed8206c3a2c422cabd118c616 - 0.23% (5.27 MB)
[#006] sha256:3eb302920e35d8b47165556f9147797bc8ad4ad3d48e481e1b1d962c1872111b - 0.37% (8.68 MB)
[#007] sha256:e449f66a1ebb603a1a39c688cb1042ce2b376d6d913519cd4993029300386608 - 1.6% (37.2 MB)
[#008] sha256:910968b2c6e0f4f15ecc8b3b9da90b749df6f533066a337a79fbc7aab809c49e - 0.23% (5.35 MB)
[#009] sha256:2884bca333a2ba63f65087e74e726e75d79df5a01cb1a049bd37046c6d368847 - 0.67% (15.6 MB)
[#010] sha256:a58271e1ca1d5b098f13a5132fc79ce84c930b68ac9f3cce0590862c6d25fce5 - 0.55% (12.8 MB)
[#011] sha256:f9f98cca11d85c42fcb2e78629056005441c6fbbd45de20534186edd3d2be202 - 0.0% (1.3 KB)
[#012] sha256:c7d015833e006749503688cc901569847168e9e4ee0814a8bac908bbb12bfc25 - 0.0% (1.3 KB)
[#013] sha256:a3629aa19e295e41258a4ef95947f3985849a3c77281bc770c75d12353dabdb8 - 0.0% (1.31 KB)
[#014] sha256:ae894668b4690b805861a84900482ccbceaef5fa13099dbefaa2ed593c16b77a - 0.0% (1.27 KB)
[#015] sha256:80db94fe1fa25db51779dcaf83c2de14797fdb63831a3c2d2fd7532cef61b6fd - 0.0% (1.29 KB)
[#016] sha256:b76ccc551464214629ebb51822f91843202e11f2517facc7d92defb4b50207dd - 1.2% (28 MB)
[#017] sha256:2e5e6c3a73aca9fc22a593a5f30b00780cc61c644fd11cc256d0b7f752e32691 - 0.0% (1.27 KB)
[#018] sha256:03b961b0815586324471e5e89f3492d88664fa7e8624314a44a18fb7627060fc - 0.0% (1.27 KB)
[#019] sha256:ffcb592fb3bbfeadcd0afea6ab62a3920b67f4c42df3776324746d1e7a2749a5 - 0.0% (1.27 KB)
[#020] sha256:4e3840b8771a16770f96e4368902c91306781136d8b21b485f73183ca6905a00 - 0.0% (1.27 KB)
[#021] sha256:51dfb05e16cf9dfad652d8579bcb3916094b64abb6e972353c7c782780ccb6d7 - 0.0% (1.29 KB)
Apply image 2004-RTM-amd64
2021-08-03 01:07:02 UTCInstall update 2004-amd64
2021-08-22 19:23:17 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-22 19:23:18 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-22 19:23:39 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-22 19:23: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-22 19:24:22 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-22 19:24:34 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-22 19:24:47 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-22 19:24:56 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-22 19:25:04 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-22 19:25:04 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-22 19:25:05 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-22 19:25:05 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-22 19:25:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-a1b2eafbb7baa9d8ffdf3b8353aebbb2734db743-head
2021-08-22 19:25:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-22 19:25:45 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:607d9308f0b8cfc875bf8991aeb55b27daac20ab3d479070071a804d1dd050d0 in \etc\rancher\
2021-08-22 19:25:46 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-22 19:25:47 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-08-22T19:25:42Z
2021-08-22 19:25:47 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-08-22 19:25:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=a1b2eafbb7baa9d8ffdf3b8353aebbb2734db743
2021-08-22 19:25:48 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.