2021-05-19 23:30:37 UTC
2.45 GB
rancher/rancher-agent:master-d154369bf0bf6cd23f39a5ca0db757a82bdedbfd-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 57.23% (1.4 GB)
[#001] sha256:182d4887a30d6c29414d04c41f1093a66f4cc1bf83092d3231cc5538404d75ad - 38.21% (958 MB)
[#002] sha256:8fc39e8e64174cd1070ef8e40225bf55db21b010cac4807ac9b30b12a93a2cff - 0.0% (1.36 KB)
[#003] sha256:2367cd20dae3e69ffc0a9fea91cc5e107f6363fdb27fda86426bc3dfddee858e - 0.0% (1.36 KB)
[#004] sha256:8b6f3ef239e063dd67bcf67b64885ba5e5f03f5206d6dd12021a0bba371254de - 0.62% (15.5 MB)
[#005] sha256:df50b88cd53b22ee0c599448540a8b1c40c38031205ac736448372bed6e324a7 - 0.21% (5.26 MB)
[#006] sha256:a208909347afca024d7b0afda83192af4ffb08cf1a851cfe81d31377170f3fbd - 0.33% (8.21 MB)
[#007] sha256:3f4819d5ee62ba72fff46d39038eba17bccdb7260de5241dcb58bc7a59824d89 - 1.48% (37.2 MB)
[#008] sha256:994d13f17ce7cdf3bb6bfdf5c5559aba08b8284547903d52eb8e55c2e5f6b1c9 - 0.21% (5.33 MB)
[#009] sha256:1fda8cbb55b25b286044f14b46800b356fdb066be365874152c959f0cb2250f0 - 0.62% (15.6 MB)
[#010] sha256:555f09914c33844fd25873dfae61e0935071bac51a13200c63191d87ce2df43e - 0.51% (12.7 MB)
[#011] sha256:83d7baf07871c0c4acf13f3f6c57d5729605dbc82cde8587f62c4ddc65bc9ea5 - 0.0% (1.31 KB)
[#012] sha256:6e2b4a2e71ebd10ff3fb2badd8e8ec6601f9bc228bc56118dd281719bd749f7a - 0.0% (1.3 KB)
[#013] sha256:d02c4b6169ac3da4b701ca830187ff3ba2781c9743f9a02e895521f4f26576d4 - 0.0% (1.32 KB)
[#014] sha256:917e3ed68ed0fa4ab44cd65745fba049c7003cfd816773717a4d3ad27a45eadc - 0.0% (1.27 KB)
[#015] sha256:8a696f4decad6cab49613f9ff029c4459d6ba83c57499bc47a671c6107d6bee8 - 0.0% (1.31 KB)
[#016] sha256:f9769dc3cb66ce5ac3abe4a9e7c7be5dc263f9f3a26c5b89c5736f660cfce534 - 0.58% (14.5 MB)
[#017] sha256:3c011c0ee2d3f674304146e3545f2dc592bb012ded4806f16e6a0a01f6c23ea0 - 0.0% (1.27 KB)
[#018] sha256:95fc68ac99a31236884f987ed6deb852d4b45a958c8ef6823030dcaa3702b1d5 - 0.0% (1.31 KB)
[#019] sha256:ca2507f3b72755fbf3d740eeecbea49b28e9958cea32f419418480e681131cb9 - 0.0% (1.26 KB)
[#020] sha256:8abbc46c09886d6a2bf67addae0cae138db14bec1bb6d6b6babc2136c5b9368e - 0.0% (1.27 KB)
[#021] sha256:fbd06ee1b884e34f5fc2916259d08aef3330c4be11fabf1f3d5686caf6f3422a - 0.0% (1.27 KB)
Apply image 20H2-RTM-amd64
2021-04-30 07:39:08 UTCInstall update 20H2-amd64
2021-05-17 19:50:02 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-05-17 19:50:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-05-17 19:50:42 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-05-17 19:50: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-05-17 19:51:33 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-05-17 19:51:46 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-05-17 19:51:56 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-05-17 19:52:06 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-05-17 19:52:18 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-05-17 19:52:18 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-05-17 19:52:19 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-05-17 19:52:19 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-19 23:30:33 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-d154369bf0bf6cd23f39a5ca0db757a82bdedbfd-head
2021-05-19 23:30:33 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-05-19 23:30:34 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:f2edb584213616b48ff071ec62dc77b0c43309ff6e0be29ea6528e45309f43ff in \etc\rancher\
2021-05-19 23:30:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-05-19 23:30:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-05-19T23:30:32Z
2021-05-19 23:30:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-05-19 23:30:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=d154369bf0bf6cd23f39a5ca0db757a82bdedbfd
2021-05-19 23:30:37 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.