2021-08-20 00:20:25 UTC
2.63 GB
rancher/rancher-agent:v2.6-7f334ec1e86aabe734c5c7fdeb1afdc6f924da43-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:c9bd282e2e07db50e34418cbbc33560f26167a296ddb9fb5908ccee51a100191 - 0.0% (1.07 KB)
[#003] sha256:4c296cf4479da4d00e61bab15ff6c3d88b25d311292b06f7b21a6ff0896461ed - 0.0% (1.07 KB)
[#004] sha256:38a5869250a6ab6fc6e5828a9b33910d353f55637eaaa9ceadcfdf863e9a5bb3 - 0.58% (15.5 MB)
[#005] sha256:90449bd438a22b8dceb0940ad3ad3e678772669f5d71eb1222ee9af20a7e9ca8 - 0.2% (5.28 MB)
[#006] sha256:3c013a8b33884591956f562d6255658bbfb2d478a7c672b4780ac706c262c986 - 0.28% (7.43 MB)
[#007] sha256:82ada5a4717d4ad3caf9ef802b6a3c0470b35e5630a83a6f8bb4759516a634ab - 1.38% (37.2 MB)
[#008] sha256:dccce8df07921b51f9be4f6a4ff883bee06b832b26e65905c0cf99309b2cf07b - 0.2% (5.34 MB)
[#009] sha256:d9381b418803b2fbcdf261d58779def88f9ce16ab3a78087bf81b6eaf714aa3b - 0.58% (15.6 MB)
[#010] sha256:77770f4299e3a5b8384f5e0b586fc908c3b1684c73ccdb3bbd2f55bf761b18d6 - 0.47% (12.7 MB)
[#011] sha256:e295b55fa437770b3d0370e13de942294093b585f144e0f61f3b33a503555be5 - 0.0% (1.07 KB)
[#012] sha256:55d5655cff6e0f8f32bb2509cbbb8296dd70c10fd19cdf98a2fc0b32d351015e - 0.0% (1.09 KB)
[#013] sha256:a695acaef9a0c370ae51bf8d4d6751b0aaf9d0e05117c8170b7c35be496c6964 - 0.0% (1.07 KB)
[#014] sha256:7745f6f4ed82a4a24b0a188b4d66a91cb3548978e711b444265a3f4b74d0ab0d - 0.0% (1.09 KB)
[#015] sha256:444ef12a12c167ac17503a3e2d31b7c9d78447751c90e70b7c866b35a754a837 - 0.0% (1.1 KB)
[#016] sha256:cb79d3a0d431ae9541bf844bd198aa9a5f83da0b30b7d5f6ab563924c27fe49d - 1.04% (28 MB)
[#017] sha256:78abe194c47e7ea729c98cb69717e3619474faac95d1a7e993372d16ff8a764f - 0.0% (1.07 KB)
[#018] sha256:c6d7cea0f76307d7bdec21d5375e6683363d03884c6b347db57f37db6e1d93a0 - 0.0% (1.06 KB)
[#019] sha256:5667b60f9a35ee0a7633c6d1af4f753da9e1945aa5b12b97e765387164bb40a0 - 0.0% (1.06 KB)
[#020] sha256:8f50ac284537ef96dd0a9bc4dd0b090413b1fbabea9cd9474af0d963ee610dfc - 0.0% (1.07 KB)
[#021] sha256:89205c7e7c41a96bac42939b5e19555694a92b3f619340a7acffb6edda0fed25 - 0.0% (1.07 KB)
Apply image 1809-RTM-amd64
2021-08-05 19:44:34 UTCInstall update 1809-amd64
2021-08-20 00:18:37 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-20 00:18:38 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-20 00:18:56 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-20 00:19:03 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-20 00:19:23 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-20 00:19:32 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-20 00:19:38 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-20 00:19:44 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-20 00:19:50 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-20 00:19:50 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-20 00:19:51 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-20 00:19:51 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-20 00:20:21 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.6-7f334ec1e86aabe734c5c7fdeb1afdc6f924da43-head
2021-08-20 00:20:22 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-20 00:20:23 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:2046bbb4b13f6e64e1073e3c7fd7720c8746a2c1d3517bfc30fe45723beeb118 in \etc\rancher\
2021-08-20 00:20:23 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-20 00:20:24 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-20T00:20:20Z
2021-08-20 00:20:24 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=7f334ec1e86aabe734c5c7fdeb1afdc6f924da43
2021-08-20 00:20:24 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-08-20 00:20:25 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.