2021-07-12 18:38:55 UTC
2.62 GB
rancher/rancher-agent:master-ace7674ee2ce409ca84e5cc9a2e323f11da012a2-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 61.08% (1.6 GB)
[#001] sha256:8d5139ce8e391161879a01d93f3cedd815a56486d43851e002819daea95cbbda - 34.2% (918 MB)
[#002] sha256:7ec2dcb396d96c050c2d914f4519693a21c22a04183d1a6dfba3662cf77941f1 - 0.0% (1.09 KB)
[#003] sha256:798ed7eedaba29242d59b1a3b94d00e813635f230ffaf4e1fc38bbcc8bc283c0 - 0.0% (1.09 KB)
[#004] sha256:78ac05ed661331f5dfbe6255553b9577f5d2e349f40eccd594bf8d9b53b77eb5 - 0.58% (15.5 MB)
[#005] sha256:7b60d63eadd9139940218c4c76b2091e5e3642a87d5ca852326b37bc222f5f4a - 0.2% (5.26 MB)
[#006] sha256:c55f4096971d16d7ec9898699dfa6a99eb84c9bc5db8895abfcd3fae40afd83b - 0.28% (7.41 MB)
[#007] sha256:1a4137ad508cecc53f031836b8b4b381145e79a8b8d7b5f43f3999edcbd0a317 - 1.39% (37.2 MB)
[#008] sha256:55f84e8115f865436dbdf8ba222e080a148eb2e856b5f863d1baf1e220c10c5a - 0.2% (5.32 MB)
[#009] sha256:ab4697c68967c25fc03e904965eda3aa0b13616fb33456fd24c3ae393e010e0e - 0.58% (15.6 MB)
[#010] sha256:7acaf75bc7fad83221ed8b002a4cdc050ce50bddbfa8344c6f2bb3d10002e60b - 0.47% (12.7 MB)
[#011] sha256:eb4e6f77361d0add30ee05fcb9b559a3cb9169ac2444c4b990d063f5a8be4d6c - 0.0% (1.06 KB)
[#012] sha256:302f44d4741c32c5d524b7c8042d17ef49cf2261982c3af9c45068d6810ee74a - 0.0% (1.06 KB)
[#013] sha256:d6735fcf110522cda3da186295ffbe9cb4c7b3e84c323cbc75be2c9df4d90b3c - 0.0% (1.07 KB)
[#014] sha256:b06cb98a04fd7a046d9472e9f19fce042c658cc0e3bd2b08528cfd006101b1d8 - 0.0% (1.06 KB)
[#015] sha256:8166a27cf837716a15f9f34ca419d8fa420364226e1eeba3183e3115e41acd67 - 0.0% (1.06 KB)
[#016] sha256:45c09a5381435c5f82fe8584cddf5784e8397ba19ddabc676f8f3d2cd3205a03 - 1.04% (27.8 MB)
[#017] sha256:85cc4eddb8e8553b205bf0db2cd82e9c39024d7588aee3605637474e091f4c08 - 0.0% (1.06 KB)
[#018] sha256:9a08b1a880e8d8b877356b24398a61a6156a8c277ac2c6ee5f8d3cae39879a59 - 0.0% (1.09 KB)
[#019] sha256:094895f50ae21e77e609fe2307d56d44e0cb7c29962b728d58a5873a8156677b - 0.0% (1.06 KB)
[#020] sha256:d9341ce8916f0e6b8fda1851e0797d01c87e63f5d888da666bab1c618c1802c3 - 0.0% (1.06 KB)
[#021] sha256:4da67fb710f2dccafb353860bbef0e90a7f0af401e5e7c0112afa9b3616ea6d7 - 0.0% (1.09 KB)
Apply image 1809-RTM-amd64
2021-07-06 07:14:10 UTCInstall update 1809-amd64
2021-07-12 18:37:04 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-07-12 18:37:04 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-07-12 18:37:24 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-07-12 18:37:32 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-07-12 18:37:53 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-07-12 18:38:02 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-07-12 18:38:08 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-07-12 18:38:14 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-07-12 18:38:20 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-07-12 18:38:20 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-07-12 18:38:20 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-07-12 18:38:21 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-07-12 18:38:51 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-ace7674ee2ce409ca84e5cc9a2e323f11da012a2-head
2021-07-12 18:38:52 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-07-12 18:38:53 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:bb12d4dac2d3ab129609d0a9b3b34e1b8c53b36fee95bee17940962d6c867c37 in \etc\rancher\
2021-07-12 18:38:53 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-07-12 18:38:54 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-07-12T18:38:50Z
2021-07-12 18:38:54 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=ace7674ee2ce409ca84e5cc9a2e323f11da012a2
2021-07-12 18:38:55 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-07-12 18:38:55 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.