2021-06-24 16:40:32 UTC
2.58 GB
rancher/rancher-agent:master-c7f3cce7d50351db4f5d31493b172b1249799e5b-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 61.93% (1.6 GB)
[#001] sha256:639bb6bb2beb4cfdcacb9f0844344448fe26494665d5fe78a494419f86fbb18f - 33.27% (880 MB)
[#002] sha256:fd16711d61491fcaf15049f4d3803a8c08a11af85b9c6b9484e6e3a007c64417 - 0.0% (1.08 KB)
[#003] sha256:4523c1bb705664d6a601cacd4534047b0a54b5cf7bf21411fc33b19a96c073e2 - 0.0% (1.06 KB)
[#004] sha256:ec7fb526465315812456b92ffff3b8ca2be31dd6c78780dd11996aaeae5ea489 - 0.59% (15.5 MB)
[#005] sha256:afb856a34f6d52ee6e6bd40c2eb41c454248c604e9f9e52da7251551070ce1f1 - 0.2% (5.28 MB)
[#006] sha256:bd1127cd9acc760acc3dd607a43370c1a1fb68859c6bb7e7754e32c6d5d8b289 - 0.28% (7.44 MB)
[#007] sha256:4ff614cfde26cfc462d6722eb3799ada8c8f78915b10186279246453351a4bc7 - 1.41% (37.2 MB)
[#008] sha256:444631c83ebef1239dcf16370bd084a8194c3e80587db9b9a10a69b4795a95fa - 0.2% (5.34 MB)
[#009] sha256:7af3cbb894910ed95104068b359e6230ce09061bca51d166cc91933f89391850 - 0.59% (15.6 MB)
[#010] sha256:c2fb22e908d1c8c1770fbefd46319909287306bc83622ec9b3c037056b90e390 - 0.48% (12.7 MB)
[#011] sha256:dd347edda237a82f6f349c25d11f9fad6b5dabb6448c8f86ee36af2e695e8384 - 0.0% (1.07 KB)
[#012] sha256:eeaac57db4b75459477570d08e3d2679bd73f918997ad846e116eaf7775236fd - 0.0% (1.07 KB)
[#013] sha256:ae5f1edc449aadcc4e8ed17b412b15cbfb00f92bf5ddce9bfec52cde863cb0b8 - 0.0% (1.06 KB)
[#014] sha256:16ba45a44702f656e7aea66dd1199e679eb050833cf859f3ad159ee8ac558978 - 0.0% (1.08 KB)
[#015] sha256:555bda2302b089ad83453f02aa071bc04d5f97baa82816eb6c5114f433e93bc0 - 0.0% (1.09 KB)
[#016] sha256:0ff1a79b517e180f8432618cd439956d28072a484708eb67b9a27f1d5ea75e1e - 1.05% (27.8 MB)
[#017] sha256:4162bf49c05888d64509f147a1721da98cc1a36ce25b509c79307fae051c54e6 - 0.0% (1.07 KB)
[#018] sha256:eb0720b70e4df2cabc874d03b6c22455f96d19c050308c5adafaa7ac8b3567a4 - 0.0% (1.06 KB)
[#019] sha256:cde641680fbd75a5a1f3cf80d6ba6e790a68ad3804c80cc299178fb67c93300e - 0.0% (1.07 KB)
[#020] sha256:7cecc67bdeeeeb6421df5ff111c8d65f45e6d26a5d5001c85ced09d0a2f120f8 - 0.0% (1.09 KB)
[#021] sha256:f3709b102bd521a2b7b0d83f3cf57a289a3f488857afc175476592adca77a7d8 - 0.0% (1.06 KB)
Apply image 1809-RTM-amd64
2021-06-06 04:28:43 UTCInstall update 1809-amd64
2021-06-24 16:38:49 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-06-24 16:38:50 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-06-24 16:38:59 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-24 16:39:07 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-24 16:39:28 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-24 16:39:38 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-24 16:39:44 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-06-24 16:39:50 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-06-24 16:39:56 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-06-24 16:39:56 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-06-24 16:39:57 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-06-24 16:39:57 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-06-24 16:40:28 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-c7f3cce7d50351db4f5d31493b172b1249799e5b-head
2021-06-24 16:40:29 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-06-24 16:40:30 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:966a9065dc65096c373169a3a853fe8d11d3c3db379f60f7c197d76bfc45065e in \etc\rancher\
2021-06-24 16:40:30 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-06-24 16:40:31 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-06-24T16:40:27Z
2021-06-24 16:40:31 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=c7f3cce7d50351db4f5d31493b172b1249799e5b
2021-06-24 16:40:32 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-06-24 16:40:32 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
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.