2021-08-21 00:42:46 UTC
2.28 GB
rancher/rancher-agent:master-ae1fe19b76c92c4f7ad6cc1a0bcca25df2321f45-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:295f12394c4f250e83029adb04647faeb736b0c8d275aa9b34f5e3c60a89d0d2 - 50.2% (1.14 GB)
[#001] sha256:c30e212b15b86121fb89bda60f21c14275762ea9c6c2d30c593c9ffecf605c40 - 44.3% (1.01 GB)
[#002] sha256:52d20af07f36ee219d9a35fb9c77e780aeb9f4464ceda0606ab48a5d516c1c22 - 0.0% (1.3 KB)
[#003] sha256:6db692e9610bb444a75e195cfaf81ca2ba1bff44613c444c0062607fbef745ae - 0.0% (1.3 KB)
[#004] sha256:eb60211adffb72812a0ddbcba8fb7a9dd52ecaa467df32c66555eaf9af33896f - 0.67% (15.5 MB)
[#005] sha256:58cc8c0a6ecc95f54cda6ced5f9658ac3942a4cc36a65019498084a8ce55eb51 - 0.23% (5.28 MB)
[#006] sha256:97f9dfc82745de859741512394c436af3cf97f536b25f0c01f21af85470d9efc - 0.37% (8.68 MB)
[#007] sha256:7d578f2b2699ab5d27956e3f7db0e5511b2f2319a0e702aad9fbe5e35fe3084a - 1.6% (37.2 MB)
[#008] sha256:254b8ebb323792f389e5d6b02bab34a796f991be7db3f08d9f228a01fdc2c475 - 0.23% (5.35 MB)
[#009] sha256:b80ef2ab061c24291bbb05a6ba8934487e08b54305f4095c4dfd47229ec6c9d4 - 0.67% (15.6 MB)
[#010] sha256:8e8dc4d4c43007396aa62b3b7d91e47cae5e398df4eff03f2a9976d0ec7d4e75 - 0.55% (12.8 MB)
[#011] sha256:6e834aea85be9ea036d8ba651954d4c125a71873833fdafa8fd6c3c9cb9dc22d - 0.0% (1.27 KB)
[#012] sha256:59741a91fb1b05ea2ce11e0ba7df6f1ee068c5805f4d73952d16dbc9aa5ed2e0 - 0.0% (1.27 KB)
[#013] sha256:7169b1a4b6ab025f5f49ff154d5edc7656fb5538ad57d3a7586572ac572b143c - 0.0% (1.34 KB)
[#014] sha256:21e3e11640bc4e2aa0300da72c68e3fd1935038486e72722cba9d0df2a3fce25 - 0.0% (1.29 KB)
[#015] sha256:9031087411f69f726a8809d342a656f6989940606b3590e1223a4855a3c95fba - 0.0% (1.27 KB)
[#016] sha256:ff5525152d986d96ef8c24e26e9d1688f08c0e02de79816146c7fdaa68329571 - 1.2% (28 MB)
[#017] sha256:428419f0a59d7bf04aa1cc84b44b0d48026e43bf71287be45206a93a5abef064 - 0.0% (1.27 KB)
[#018] sha256:35165b9e553f8c7942a9c9ea1f1714e443c673908c42c3f7d26172ab10358f30 - 0.0% (1.26 KB)
[#019] sha256:5c13e2656bc173d75a47d351e173002c9f725766639f9bd5cf525966393f75e3 - 0.0% (1.27 KB)
[#020] sha256:8b72209dccce64139080afa44dbf96c59141e5f7b5782955ec16c09beead9d5a - 0.0% (1.27 KB)
[#021] sha256:eedc376e2af1cf9f4e9aa2ed7262789ec87d41b933dc9cad00200f2e5616a7ff - 0.0% (1.26 KB)
Apply image 2004-RTM-amd64
2021-08-03 01:07:02 UTCInstall update 2004-amd64
2021-08-21 00:25:55 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-21 00:25:55 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-21 00:26:06 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-21 00:26:14 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-21 00:26:39 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-21 00:26:50 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-21 00:26:58 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-21 00:27:05 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-21 00:27:14 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-21 00:27:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-21 00:27:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-21 00:27:17 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-21 00:42:42 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-ae1fe19b76c92c4f7ad6cc1a0bcca25df2321f45-head
2021-08-21 00:42:43 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-21 00:42:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:7df69c1ca8a635325e9c8efd0c6363fbf343ee7448e9afc2fa806bc8c7380052 in \etc\rancher\
2021-08-21 00:42:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-21 00:42:45 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-08-21T00:42:41Z
2021-08-21 00:42:45 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-08-21 00:42:46 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=ae1fe19b76c92c4f7ad6cc1a0bcca25df2321f45
2021-08-21 00:42:46 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.