2021-08-06 22:17:04 UTC
2.25 GB
rancher/rancher-agent:master-b992366df8d95643a101f1f9ab849fd59d19014e-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:295f12394c4f250e83029adb04647faeb736b0c8d275aa9b34f5e3c60a89d0d2 - 50.79% (1.14 GB)
[#001] sha256:6907d97093063478e2c552549bbcd0b499d1dfba051bad994179f5a1d343fe58 - 43.64% (1010 MB)
[#002] sha256:053b702258df5ad574abe0fb409de542fe919745cce689d868d24578584a08e9 - 0.0% (1.27 KB)
[#003] sha256:d62e607e6e21d0a65a5ba3b142b0a857338adc0ae7977032aeef063e3c496338 - 0.0% (1.27 KB)
[#004] sha256:9b6957273d7060a16c9d0f2eddde4eadf50679d985a5285da36aed25fbf5709f - 0.67% (15.5 MB)
[#005] sha256:d30165553be9f6ceb03aba0bb2a51eada80c9fd802e0f7762566d26ecbd26055 - 0.23% (5.27 MB)
[#006] sha256:53d05af32a3824347b22cc82bfe4ee1debd236bebffa1140e0413c59e111959b - 0.37% (8.63 MB)
[#007] sha256:b925c23ed66da57f4ecbaaf48f91d28fc2ff30a3a8a498d0b499b999c70acdda - 1.61% (37.2 MB)
[#008] sha256:2a1786c22e416e7813c702e9de4258bced29f21902ba61d023dd48d4629442c8 - 0.23% (5.32 MB)
[#009] sha256:cc2f7d95e361c6284a99f224a073b0bf1843ccdac129831052cfcb590d771441 - 0.67% (15.6 MB)
[#010] sha256:525469205e2ce5477ea8ad973d3caaffc510926f19712fb14892fe0fe042a2b0 - 0.55% (12.8 MB)
[#011] sha256:75334ec4e8818b8693aedc1f781adb0f1471cbc7870e313b9d43a1cc60b9514a - 0.0% (1.27 KB)
[#012] sha256:c64b4935887920cfa29b952c9fac7dbcb3dd3e064b226de69244a6d333dc0d1e - 0.0% (1.27 KB)
[#013] sha256:5249558546d1c2801f1d24c1b19464368564a40a3b8a93ead3eaf18cfaab1c90 - 0.0% (1.29 KB)
[#014] sha256:defda58b468f7a8a97a5ac6c300f27e3b65f4442fc1e2ebfae442df502f339ac - 0.0% (1.3 KB)
[#015] sha256:09c16e9dfadee756cc219a02e48360f8bf2b82e4c88efa8a6c70a4055e44d964 - 0.0% (1.27 KB)
[#016] sha256:28bc77a40f69a0d5aa2d6f070aa28c7df1ae8f85847c6e6368c4ec03a95038f6 - 1.21% (28 MB)
[#017] sha256:4c96b4d42cd98a566f585753f8ea4e2388a23c02700354053d429312c6827e17 - 0.0% (1.29 KB)
[#018] sha256:6dde5fd535eefcedfe267c854c16a083ec188b99135533bbcf64087a8bd5db4f - 0.0% (1.26 KB)
[#019] sha256:5b91e3f24fb5eb9c57b4d9a3484af92dcb3eccb35896e32b9be12147e4813de0 - 0.0% (1.29 KB)
[#020] sha256:6c59f0e00783856ed89d239a80808d37d5d2cacb19a2c460a992e01f8c46f503 - 0.0% (1.27 KB)
[#021] sha256:12cbd2c5296143cc9ff49e10ebefd4b645f63b2031a54c17f40a95d0846fcea9 - 0.0% (1.29 KB)
Apply image 2004-RTM-amd64
2021-07-10 18:37:09 UTCInstall update 2004-amd64
2021-08-06 22:03:18 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-06 22:03:19 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-06 22:03:30 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-06 22:03:39 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-06 22:04:06 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-06 22:04:17 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-06 22:04:25 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-06 22:04:33 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-06 22:04:41 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-06 22:04:42 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-06 22:04:42 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-06 22:04:43 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-06 22:16:59 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-b992366df8d95643a101f1f9ab849fd59d19014e-head
2021-08-06 22:17:00 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-06 22:17:01 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:b7c5199f2e24d72d768c0b44a0b3038fc480da930f2c45560df010cf1ec6dd07 in \etc\rancher\
2021-08-06 22:17:02 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-06 22:17:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-08-06T22:16:57Z
2021-08-06 22:17:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-08-06 22:17:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=b992366df8d95643a101f1f9ab849fd59d19014e
2021-08-06 22:17:04 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
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.