2021-07-13 23:54:32 UTC
2.62 GB
rancher/rancher-agent:master-24ab0826ae4b4345f07134478a376044f8016b11-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 60.97% (1.6 GB)
[#001] sha256:f143c6fed32d477c35b660b2e108ea62e3593c03e44bd9ced208ce52b26b0841 - 34.31% (922 MB)
[#002] sha256:0a5099a6d1daa07d7649f521c10f74186abd62c82a55b61deee90b19bd445799 - 0.0% (1.09 KB)
[#003] sha256:5be6cdf2a26b7f1340731621e8ca3479b450f88acf54aa66214fc25555008648 - 0.0% (1.09 KB)
[#004] sha256:4f9b7a7be559766b257efe976cdcaed16becd4d8fa89f932d79a11a71e8b3305 - 0.58% (15.5 MB)
[#005] sha256:5f7b9fb640d134ecfdf92e63f73d75a77586e9ee8aa1f3ffa6e63f5d9459a56c - 0.2% (5.28 MB)
[#006] sha256:6d15d7968d290f0ebac339c359ec6d895b31c98fe4220b05d81f4e0b01a5b6e1 - 0.28% (7.45 MB)
[#007] sha256:9b8bcd30b4cd0c447647f871a39b8dba5f6277842bd2d5a8e2f0d061138e7653 - 1.38% (37.2 MB)
[#008] sha256:d121f5a419c68d0c7f76c71e80ab53eeb555de11cf5321c286c58106dcf7bf7e - 0.2% (5.31 MB)
[#009] sha256:9898a915174c967458f7b72052eab296d1154e61330ca46543219984cdc9651f - 0.58% (15.5 MB)
[#010] sha256:a32a2f258477b83958d1567072661bf77348a4045659f04ca0fadede305836ff - 0.47% (12.7 MB)
[#011] sha256:3ff6d56a6fed8f65cf3bf3a7eda4fd0d20496ed384763885ae30648a365c41ff - 0.0% (1.07 KB)
[#012] sha256:b6af6adee59f868658efcddec60daf29a97c94adc3dafdca8651cce5ebd8452e - 0.0% (1.09 KB)
[#013] sha256:be54fdbd0fd034542d537493299c3f7a5472745a7ade6afe04544a18c2640e51 - 0.0% (1.06 KB)
[#014] sha256:32b93433fd9ee13c203a2e2f2c194e6164a9abf40769e3bb1f28b7c79734103e - 0.0% (1.07 KB)
[#015] sha256:71156c4371ecaffc3410a6d074dee6c40b4b7e17f8d6c875af60554917326b13 - 0.0% (1.07 KB)
[#016] sha256:905711ec378f14cb50d76fb867dc0c4e026e3a10f968cc3384b38ec0f041d8ed - 1.04% (27.8 MB)
[#017] sha256:8bfc858350410b3ff1c5a238b53d53562465629665dea6c5bc0ea9188d07f18f - 0.0% (1.1 KB)
[#018] sha256:34654a2aa95d197fc6a46cb843ff12d57bff24706b5e04df7669ba6236075ded - 0.0% (1.06 KB)
[#019] sha256:7652448df7633c274318865a830bdb810af7ae861ef97e0e6e36dcf9cb8b3020 - 0.0% (1.06 KB)
[#020] sha256:fe966d2a07ad9d79d366e643e1f0c3774b840f493ece25f975063f6bc6d27342 - 0.0% (1.06 KB)
[#021] sha256:efaf7c6f9857df10fd45347ccdfc7462bbe9ecc35848b4067c000666e6b97196 - 0.0% (1.1 KB)
Apply image 1809-RTM-amd64
2021-07-06 20:34:18 UTCInstall update 1809-amd64
2021-07-13 23:51:59 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-07-13 23:52:00 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-07-13 23:52:19 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-13 23:52:27 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-13 23:53:34 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-13 23:53:43 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-13 23:53:49 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-07-13 23:53:55 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-07-13 23:54:02 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-07-13 23:54:02 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-07-13 23:54:02 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-07-13 23:54:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-07-13 23:54:28 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-24ab0826ae4b4345f07134478a376044f8016b11-head
2021-07-13 23:54:28 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-07-13 23:54:29 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:81458a4806a02650198bd29a12d8e9f31ac9ea83a08b4014345c56eff6303668 in \etc\rancher\
2021-07-13 23:54:30 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-07-13 23:54:31 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-07-13T23:54:27Z
2021-07-13 23:54:31 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=24ab0826ae4b4345f07134478a376044f8016b11
2021-07-13 23:54:31 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-07-13 23:54: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.