2021-08-28 00:45:22 UTC
2.63 GB
rancher/rancher-agent:master-1e777e7d6ff9a4d817c25dbded14141f958e40dd-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 60.95% (1.6 GB)
[#001] sha256:c67ded6868b61d392a0c096f911563fd6bc0bc3ed4fe401d077b3718a1b0cdaf - 34.32% (923 MB)
[#002] sha256:90d6d8a63b346122c5490ca5f94ad223b6c44ff8758efd9da463ef7f7b76b79f - 0.0% (1.1 KB)
[#003] sha256:4d6e7d791fd52c1e2abbbcf9eb199b14b35d3f946a81eadfd981c23eebfca8bb - 0.0% (1.06 KB)
[#004] sha256:bd587008872d68aaa2a92033381dba65ef608f5e9c6972566fffe550e928f89d - 0.58% (15.5 MB)
[#005] sha256:41e0ed106fede7b90fcccdcff1046d32a8e112d294a6a710ec3dc4a2ab56234a - 0.2% (5.28 MB)
[#006] sha256:7c021f7921708dfd9fc0eebbd14574492870aa2099a5acb43f437db10ef59fee - 0.28% (7.43 MB)
[#007] sha256:92f066711b4922c3b75da5f4488d7ac68586a28173737701647b80d6c8a5add2 - 1.38% (37.2 MB)
[#008] sha256:e5335fd619654e001f481104814d94db3899d67294279cb5b379d947e2791ae5 - 0.2% (5.34 MB)
[#009] sha256:9efc50f6beb6963449cee3c232628d46c3c54da090716016bd22097047f1a073 - 0.58% (15.6 MB)
[#010] sha256:a6453b576b3528a27773f3d1fe92e6497d734f3fc7883d3afa29f36a2a0f9a4a - 0.47% (12.7 MB)
[#011] sha256:dfad9cd01839814f56d269343a220cbec1fa4d2a811f5d4b2b0d9b8a4f91ed83 - 0.0% (1.07 KB)
[#012] sha256:933419e38a3ec15d2fe20ce2a635f2054062186f976bcf68214a37a5ea864c3e - 0.0% (1.07 KB)
[#013] sha256:9fa6ba21caa339febe85589df3c9ffa47c253748e34d63188371e520bed64fe5 - 0.0% (1.07 KB)
[#014] sha256:d10e0607abcd65ca3e5fab4eff110b866844aa8f9d955347f1db69b189e8718d - 0.0% (1.09 KB)
[#015] sha256:eab81e0d15192cd1a441a0005c7ce76cc0bab1f4a3dd1571fbf942cac5d4246c - 0.0% (1.07 KB)
[#016] sha256:6ed8b07f5760914d5883a4d75eaeafa8c0c3080fbbac20ddb8d599b1a753f513 - 1.04% (28.1 MB)
[#017] sha256:78fbab7895fc4470a5af54179313657eeef4bdd0893055a574e81732db13e4c7 - 0.0% (1.08 KB)
[#018] sha256:a234be8f308a8adf11274b611a19abf76562c74ad738383524632f0b95c8c9c8 - 0.0% (1.09 KB)
[#019] sha256:7204b54e4d3f5608866176c51126ae79dc6c18a415708a7e7c84adadb9747c46 - 0.0% (1.09 KB)
[#020] sha256:feb8fd93d9c7efc6bdc7d77cbadc987a77c72bb2f3648d1abec7cd8086c8485b - 0.0% (1.09 KB)
[#021] sha256:a26bc9a3bbfe5c53a367ff8aefdbab71b5256bd167046e0f9d7b5e5507973c86 - 0.0% (1.07 KB)
Apply image 1809-RTM-amd64
2021-08-05 19:44:34 UTCInstall update 1809-amd64
2021-08-28 00:43:27 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-28 00:43:27 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-28 00:43:47 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-28 00:43:55 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-28 00:44:17 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-28 00:44:26 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-28 00:44:33 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-28 00:44:39 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-28 00:44:46 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-28 00:44:46 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-28 00:44:46 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-28 00:44:47 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-28 00:45:17 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-1e777e7d6ff9a4d817c25dbded14141f958e40dd-head
2021-08-28 00:45:17 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-28 00:45:19 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:2bc35d99340e139c03731ddbda8c546175c9c9a6ee1d6136fa4a4f4cf950f9fc in \etc\rancher\
2021-08-28 00:45:20 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-28 00:45:21 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-28T00:45:15Z
2021-08-28 00:45:21 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=1e777e7d6ff9a4d817c25dbded14141f958e40dd
2021-08-28 00:45:21 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-08-28 00:45:22 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.