2021-07-28 22:42:48 UTC
2.6 GB
rancher/rancher-agent:master-0589afab8bdd4daeafdf126e2c68f12a3ea2a417-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 53.88% (1.4 GB)
[#001] sha256:58774ea6a2cebd62d24073292e71120a3b5e2bb74dc7b2358b29eedfa30b5a8f - 41.3% (1.07 GB)
[#002] sha256:ab1847d0c83424756841beffdda68abeab282a121b867bc3fde2ade26b711786 - 0.0% (1.3 KB)
[#003] sha256:fe4563c51ce5bd191bec2aaa8574296787a47e4f9b82407f635dd3b125415cc5 - 0.0% (1.33 KB)
[#004] sha256:89b65a5f3e02009bbf92e02bf057d0decb3d1f90a1c6aa6a9f04a69afafb0c55 - 0.58% (15.5 MB)
[#005] sha256:88ec75dfedc4fdde79ecc86377d12e65cebe33314294e7b717244e9077778a71 - 0.2% (5.27 MB)
[#006] sha256:946bd4d0159d8e5fe5784a149819018a5f2a33f89ec2758af0294877e3c7d2f6 - 0.33% (8.84 MB)
[#007] sha256:ddaec880fd6ebcd3f5b76593c2f2a5128e1ef957f7c77497d6e0f75f28de17ef - 1.4% (37.2 MB)
[#008] sha256:76c0a387d0bfe37d243f9642a2b4dbc7239b5d163d8d631ca6e50a51a0f42b41 - 0.2% (5.31 MB)
[#009] sha256:cb68ac1ab232885a78b876fbff3e5aaaa1a34caf4b51a61db31a16307dfee150 - 0.58% (15.5 MB)
[#010] sha256:c807f7ca50ea69ac95b53bf30853b0646b11700314a5a409a66eac3984efd986 - 0.48% (12.7 MB)
[#011] sha256:9355918f963af47e58ecbb0fd9a3630886ae2b6553b6c3da4dd3d7a9fe8db668 - 0.0% (1.3 KB)
[#012] sha256:5c29946836d32ad3c897cf676dd621f5059395411f6c5dcd0c7584d61a2b04cf - 0.0% (1.29 KB)
[#013] sha256:0beb5c419ffb6fb6100979901f359a8424e33ea7379c4f8e5b54ef6b5397db3c - 0.0% (1.27 KB)
[#014] sha256:9e1cf7b214c973f79b26c2c99d96ec192a8d9956cf56224ccbe3d113fb0f8ddc - 0.0% (1.29 KB)
[#015] sha256:d129e54300c330a3df295b2300a594dfd69b34691b78032a41581afc2940e76a - 0.0% (1.29 KB)
[#016] sha256:adfc6eb5dfd797deee62c473539ba947d93abebf969986b55e7834e27e23ca30 - 1.05% (28 MB)
[#017] sha256:79003206fad896d8954f50d6be5cc9e97fc3be03d830dde9db5f9a85d79ac62d - 0.0% (1.26 KB)
[#018] sha256:e153c6dbfe26889a399c30c0ab05b02d8e696674894ba09dc44ac059734e3bef - 0.0% (1.3 KB)
[#019] sha256:59ec107f5ddb3d13748436442f1a176c008cd00d01fdbfa01fd95f348410dbd6 - 0.0% (1.3 KB)
[#020] sha256:8761b7e5bf0bb0f2cb87d9cdf7c3a92ebd37d313982c3f2c35b7080e4c1ef6ef - 0.0% (1.27 KB)
[#021] sha256:e1d2b0eead64b00f99cef751a43566c815e8daeef733b8e89e0f7d509d1e6d3c - 0.0% (1.26 KB)
Apply image 20H2-RTM-amd64
2021-07-10 18:29:59 UTCInstall update 20H2-amd64
2021-07-28 22:37:55 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-07-28 22:37:56 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-07-28 22:38:27 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-28 22:38:36 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-28 22:42:05 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-28 22:42:16 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-28 22:42:25 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-07-28 22:42:33 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-07-28 22:42:42 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-07-28 22:42:42 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-07-28 22:42:43 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-07-28 22:42:43 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-07-28 22:42:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-0589afab8bdd4daeafdf126e2c68f12a3ea2a417-head
2021-07-28 22:42:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-07-28 22:42:46 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:4875413fd694419d92d3c508e5278ac5d97d210b19c2393f065a383941d74089 in \etc\rancher\
2021-07-28 22:42:46 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-07-28 22:42:47 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-07-28T22:38:15Z
2021-07-28 22:42:47 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-07-28 22:42:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=0589afab8bdd4daeafdf126e2c68f12a3ea2a417
2021-07-28 22:42:48 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.