2021-05-28 17:36:03 UTC
173 MB
rancher/rancher-agent:v2.5.9-a44c77e8ddca69155df78c7226f33f388ce8452f-head
DOCKER_API_VERSION1.24
DOCKER_URLDOCKER_URL_amd64
DOCKER_URL_amd64https://get.docker.com/builds/Linux/x86_64/docker-1.10.3
DOCKER_URL_arm64https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64
KUBECTL_VERSIONv1.19.7
KUBEPROMPT_VERSIONv1.0.10
LOGLEVEL_VERSIONv0.1.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:4bbfd2c87b7524455f144a03bf387c88b6d4200e5e0df9139a9d5e79110f89ca - 14.76% (25.5 MB)
[#001] sha256:d2e110be24e168b42c1a2ddbc4a476a217b73cccdba69cdcb212b812a88f5726 - 0.0% (857 Bytes)
[#002] sha256:889a7173dcfeb409f9d88054a97ab2445f5a799a823f719a5573365ee3662b6f - 0.0% (189 Bytes)
[#003] sha256:afa46a11a33a794ac5e4d936e72d3684d9b4777acaaedd23803bb20926598e05 - 0.0% (121 Bytes)
[#004] sha256:d417d8be0e13377c4cb1c0ab81619b48217e52a5af3d1f2dee4bb3d83bc74c62 - 33.08% (57.1 MB)
[#005] sha256:dc6362a906deca298ca1403f22d5470d7d898893cc97ce044bd5e64add1e7fd5 - 1.28% (2.2 MB)
[#006] sha256:95e3b27efdc3316dcf8a9ce5dd567d32aa5d45fc43ea17cbb759eb9825a9449f - 15.4% (26.6 MB)
[#007] sha256:0d308ac0655e3555c275fa58e02c2ce11b762cd8f05849a8eab0d589f7127dc4 - 17.54% (30.3 MB)
[#008] sha256:99e7f225bbebb310166198d8d5cfbd6f38791d13eac846b12d2c6cf55602a4ba - 0.01% (9.31 KB)
[#009] sha256:55c1ff2fc99479ef85d28dc7af4e774239d83dce6e457fd3d4ac1e86afc8fd58 - 17.94% (30.9 MB)
[#010] sha256:44b305ec4923e3237db68b5786caf970f0d0c73de3281c3ccb626a11dbbea9cb - 0.0% (170 Bytes)
/bin/sh -c #(nop) ADD file:e05689b5b0d51a2316f8a87b1a9d6cbf90d98b19a424dbb924ee3d0b1cc17bfc in /
2021-05-19 19:44:31 UTC/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
2021-05-19 19:44:32 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-05-19 19:44:33 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-05-19 19:44:33 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-05-28 17:35:16 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-05-28 17:35:16 UTC/bin/sh -c #(nop) ENV DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 DOCKER_URL_arm64=https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64 DOCKER_URL=DOCKER_URL_amd64
2021-05-28 17:35:17 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-05-28 17:35:18 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-05-28 17:35:45 UTC|1 ARCH=amd64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends git curl ca-certificates jq iproute2 vim-tiny less bash-completion unzip sysstat acl ssh && curl -sLf ${!DOCKER_URL} > /usr/bin/docker && chmod +x /usr/bin/docker && curl -sLf https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl > /usr/bin/kubectl && chmod +x /usr/bin/kubectl && DEBIAN_FRONTEND=noninteractive apt-get autoremove -y && DEBIAN_FRONTEND=noninteractive apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
2021-05-28 17:35:46 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-05-28 17:35:47 UTC|1 ARCH=amd64 /bin/sh -c curl -sLf https://github.com/rancher/loglevel/releases/download/${LOGLEVEL_VERSION}/loglevel-${ARCH}-${LOGLEVEL_VERSION}.tar.gz | tar xvzf - -C /usr/bin
2021-05-28 17:35:48 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-05-28 17:35:50 UTC|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/c-bata/kube-prompt/releases/download/${KUBEPROMPT_VERSION}/kube-prompt_${KUBEPROMPT_VERSION}_linux_${ARCH}.zip > /usr/bin/kube-prompt.zip && unzip /usr/bin/kube-prompt.zip -d /usr/bin
2021-05-28 17:35:50 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-05-28 17:35:50 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-05-28 17:35:50 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-28 17:35:51 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.9-a44c77e8ddca69155df78c7226f33f388ce8452f-head
2021-05-28 17:35:51 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-05-28 17:35:58 UTC/bin/sh -c #(nop) COPY dir:849c3306a0e76efee8804c44f301186747cf7b6ba78344c4e0be7f8e59622825 in /var/lib/rancher-data
2021-05-28 17:36:00 UTC/bin/sh -c #(nop) COPY file:06b0b342addff9a717be154d225e24a02cfd9f246783db87a72ccfb06f516df1 in /usr/bin/
2021-05-28 17:36:01 UTC/bin/sh -c #(nop) COPY multi:cc8b16a24150b8a9a6b8323213459cef3e2bb4d0904e15b12c10b4c5d6944fe5 in /usr/bin/
2021-05-28 17:36:02 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-05-28 17:36:02 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-05-28 17:36:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-28T17:34:48Z
2021-05-28 17:36:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=a44c77e8ddca69155df78c7226f33f388ce8452f
2021-05-28 17:36:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-05-28 17:36:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-05-28 17:23:49 UTC
257 MB
rancher/rancher-agent:v2.5.9-a44c77e8ddca69155df78c7226f33f388ce8452f-head
DOCKER_API_VERSION1.24
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1809
POWERSHELL_TELEMETRY_OPTOUT0
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePathC:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:b9043d31610e0dfa43b1afe286f8918b6e3bf69ece50f44424b29d48f20aa662 - 37.59% (96.7 MB)
[#001] sha256:3629d9ce06a844deb84c791d00e37943a5671c6e08558173bd768a176330e3c6 - 0.0% (1.01 KB)
[#002] sha256:ee5749fbc2266ab9f023afd4f1a5f0114565df06ccc9d94f42b9ccce45c2d3ad - 0.0% (1.1 KB)
[#003] sha256:1e01879f89fc150db0f940a48765f7b747927db308ec9e31fa4dce66bda1ecfd - 0.03% (74.2 KB)
[#004] sha256:a7fa6391504a320baf5a23a2067cc67e92da4a53cb1215227f37b295b66b65b2 - 0.0% (1.02 KB)
[#005] sha256:879d9be6aad2d8c0aa188ee34d977487a9caa3f5a2603250caec47585abc394c - 37.68% (96.9 MB)
[#006] sha256:6217b35340a359f4efcb5dc19f0cdfd42fdcb3be6a605b541dab09b6169afaf1 - 0.05% (137 KB)
[#007] sha256:335c3ea0942e5393f2b02ba1d84df0f4f908b2a771e67e63f9d9d336f06f6db1 - 0.0% (1.05 KB)
[#008] sha256:a26028671ec49d9bcb4487ae7f993dad80cb2988b9615cdd624da294d0777bc1 - 0.0% (1.01 KB)
[#009] sha256:fec394b57db0c59de832eaaaf5800daa4f7d75dba0b954d444f0ccb811d9d7f9 - 0.0% (879 Bytes)
[#010] sha256:49568fe3c50d0a3cb7f6abd1d2d832424cc5ab96468aac83dedd75c284578270 - 0.04% (96.5 KB)
[#011] sha256:35facd78096faad5b736fdd49570b9ac4b320b24b8e9a5badec8fedc626b044f - 12.61% (32.4 MB)
[#012] sha256:19e646456f940fd2fe59517903e6a80537ebb8eeeea0ed0c324df0308d508a55 - 0.0% (832 Bytes)
[#013] sha256:d667ff7cfcf4bf8110cb9b01dadf333ed485015d59a2389f601201c9b0e996b3 - 0.0% (853 Bytes)
[#014] sha256:fad86d21ecee0c8707093ece0d176b4a12dbc1766ba634667197aead5b2f41c9 - 0.0% (833 Bytes)
[#015] sha256:5cb2be09c1b73e29c9e79f15f15b7dc6e1522c332bda24e60e5089ce4ccfb0f7 - 0.0% (849 Bytes)
[#016] sha256:b18d451d7bda3bf65359a0e654530e0fe1a2afec6ac6e4f896a9eb1916f16043 - 0.0% (875 Bytes)
[#017] sha256:6eef92da57af82ebaa3f2bc4e0896293515e6029c32a23e02eb04beabc05ed35 - 12.0% (30.9 MB)
[#018] sha256:997d1a3282d5ab07e5dc871096bbe325173fad3d444e8d894728349794a1f5f3 - 0.0% (831 Bytes)
[#019] sha256:10ac6ca172baf5687d37f5450f775f7ff385846e5cbf391684cd08d208e23531 - 0.0% (829 Bytes)
[#020] sha256:747df946a507c715e0a483dcf2cdc693d59f2c73385d757f88e82589ccb9ec2d - 0.0% (821 Bytes)
[#021] sha256:3c50d1df9a44f1e702616c5f04ca10ae1fb33d9928ff5edd95c30182e83532c5 - 0.0% (859 Bytes)
[#022] sha256:c38fe9c5a5fea142d5ff1922d6ee0ba48196dde8e5cb308266fdd0f20b52dfcc - 0.0% (829 Bytes)
Apply image 1809-amd64
2021-05-26 17:00:20 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1809
2021-05-26 17:00:21 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-05-26 17:00:50 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-05-26 17:00:50 UTCcmd /S /C #(nop) USER ContainerUser
2021-05-26 17:01:05 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-05-26 17:01:39 UTCcmd /S /C pwsh -NoLogo -NoProfile -Command " $stopTime = (get-date).AddMinutes(15); $ErrorActionPreference = 'Stop' ; $ProgressPreference = 'SilentlyContinue' ; while(!(Test-Path -Path $env:PSModuleAnalysisCachePath)) { Write-Host "'Waiting for $env:PSModuleAnalysisCachePath'" ; if((get-date) -gt $stopTime) { throw 'timout expired'} Start-Sleep -Seconds 6 ; }"
2021-05-26 17:01:40 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-05-26 17:01:40 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-05-27 19:10:20 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-05-27 19:10:21 UTCcmd /S /C #(nop) COPY multi:965b304f043056ca0b908acb4f545cec25b679d606a72d8b8fec16db9d31e8bc in \Windows\System32\
2021-05-27 19:10:23 UTCcmd /S /C #(nop) COPY multi:9fbcc3fdcefcac4dd668961bc6c1483422ade3852ea2954fbc1b62cc6d8dc899 in \Windows\
2021-05-27 19:10:24 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-05-27 19:10:24 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-05-27 19:10:25 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-28 16:45:24 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.9-a44c77e8ddca69155df78c7226f33f388ce8452f-head
2021-05-28 16:45:24 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-05-28 16:45:26 UTCcmd /S /C #(nop) COPY multi:9d1e7a0cd47e8cbd04de417b56993b79e3d583de907ab6b62026131429859887 in \etc\rancher\
2021-05-28 16:45:27 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-05-28 17:23:48 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-05-28T17:23:46Z
2021-05-28 17:23:48 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=a44c77e8ddca69155df78c7226f33f388ce8452f
2021-05-28 17:23:49 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-05-28 17:23:49 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-05-28 17:22:57 UTC
2.47 GB
rancher/rancher-agent:v2.5.9-a44c77e8ddca69155df78c7226f33f388ce8452f-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 56.85% (1.4 GB)
[#001] sha256:182d4887a30d6c29414d04c41f1093a66f4cc1bf83092d3231cc5538404d75ad - 37.96% (958 MB)
[#002] sha256:17df2c10bd18432cbbef097b26d7da4a436df88812f885583684df9b846142e3 - 0.0% (1.27 KB)
[#003] sha256:7d3935597e883cc70696070e9c7dff95609230acccda1271da9b060d77b7bc2d - 0.0% (1.34 KB)
[#004] sha256:c7f1fb6bc3d0ec9116b00fa6ecd55d6b8a25565c6975ca4b731e5b75de78f31a - 0.61% (15.5 MB)
[#005] sha256:d1b0d4e3a97508ea00a8dc6d7b4a09a7a1133797fbce3ecfe5e9fcd8bc14cf27 - 0.21% (5.27 MB)
[#006] sha256:a4de799d5df45d582166b27fafebf096bd8c68795c226df226170117145fe14a - 0.32% (8.2 MB)
[#007] sha256:07b79eb5d06b45609ab8e2bcda5f6ec357f144478fb0322b27c2de325d66fe32 - 1.47% (37.2 MB)
[#008] sha256:24140678dfcbb8bd74175e5426b3e2e2cd2b2fa3edbfc12c292aa27bf3af5277 - 0.21% (5.33 MB)
[#009] sha256:1225f0935edfa52974b37925433102092e2ac3d01eeefc1d5b6e96c5e3f4545d - 0.62% (15.6 MB)
[#010] sha256:a2df330469ab59cf478dfea2f4a922d49797107c40ac699c28b788146ef1a3e2 - 0.5% (12.7 MB)
[#011] sha256:038603649a6b92f392e63f1afac1e7cbe25c41e471db51756c14b3b693787211 - 0.02% (431 KB)
[#012] sha256:2404164993024ed0e1e0655b1a06b8377aa4f48d348eeb5651e6072a50c68a74 - 0.0% (1.29 KB)
[#013] sha256:db1ca4b0e7d5a21abbc5412e0d266a916eeb287b2cbc2d82f8b5e68aa90cf761 - 0.0% (1.29 KB)
[#014] sha256:f58142d0646550567d6d3bf25da9bade298e0d08e54572842ebffd5858849e83 - 0.0% (1.27 KB)
[#015] sha256:e3eaec1cf7afdbe510f810dd08c8779684ed7e2d13b47a6e0e4ef3b4ed041ef8 - 0.0% (1.27 KB)
[#016] sha256:6e4ae821357a56eb4897139c77c1cf89d6ccf10dce8cb6f4451552e0ebfc420b - 0.0% (1.26 KB)
[#017] sha256:979d4a8838516424ebfc18ebfff2ec8f0d4fa78036a9c058d708d27f7a249e2a - 1.22% (30.9 MB)
[#018] sha256:d384f4ced8098be1453243bf7899dc4fa45c92635c28d56c09c04741b8acbdbe - 0.0% (1.27 KB)
[#019] sha256:f603e7c811880ad275a49d9c27b4207284b32f86e6993c557e5881f22e25956d - 0.0% (1.27 KB)
[#020] sha256:15e95f948c1f6babb5415d7b4c2ae25f29920b2ed7d46719a8774c3c9370da3f - 0.0% (1.26 KB)
[#021] sha256:3b7f735e857a3754495113d49b5d6b56a1ae258f2e495b4dcdbb6dd36aec4160 - 0.0% (1.26 KB)
[#022] sha256:e8ee9a64ad567c97a34bd6d89308894f044b9d06cf44892847271517314b1df1 - 0.0% (1.29 KB)
Apply image 20H2-RTM-amd64
2021-04-30 07:39:08 UTCInstall update 20H2-amd64
2021-05-24 15:27:03 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-05-24 15:27:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-05-24 15:27:33 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-24 15:27:43 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-24 15:28:17 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-24 15:28:29 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-24 15:28:39 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-05-24 15:28:48 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-05-24 15:28:57 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-05-24 17:42:31 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Alias -Name pwsh -Value powershell
2021-05-24 17:42:31 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-05-24 17:42:32 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-05-24 17:42:32 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-28 16:44:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.9-a44c77e8ddca69155df78c7226f33f388ce8452f-head
2021-05-28 16:44:17 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-05-28 16:44:18 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:10cf07482aa5921a4a3299fcee78f0f5e1e4902000dcdc8214a8f82255a0f00f in \etc\rancher\
2021-05-28 16:44:19 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-05-28 17:22:55 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-05-28T17:22:54Z
2021-05-28 17:22:56 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-05-28 17:22:56 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=a44c77e8ddca69155df78c7226f33f388ce8452f
2021-05-28 17:22:57 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-05-28 17:23:03 UTC
260 MB
rancher/rancher-agent:v2.5.9-a44c77e8ddca69155df78c7226f33f388ce8452f-head
DOCKER_API_VERSION1.24
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-2004
POWERSHELL_TELEMETRY_OPTOUT0
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePathC:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:911d5927702b4106ec92dc9af043208685f87704d17f0939c014111c65a18d85 - 38.36% (99.9 MB)
[#001] sha256:f19faca862bcb13ccc136b2b7dd13b85c65001f80fbc6557f8d3a23b222d6f2a - 0.0% (1.09 KB)
[#002] sha256:dde2ec6106e27e14269b41f3f97948cf058f8ee2ebfac5b8c53dc21fd99ffb85 - 0.0% (1.02 KB)
[#003] sha256:5f16c5876acb8eedc06325c313c64440410f4674086f0a983af7a949aa4687d2 - 0.03% (69.1 KB)
[#004] sha256:00b8909783afe672123e06c34a96bdc682cf971fd1a9badf348341d8b373123a - 0.0% (1.02 KB)
[#005] sha256:2ae97dedaf15a93b690f7da9f2257cec57772b07503eb3128abe5cf508b23967 - 37.21% (96.9 MB)
[#006] sha256:7968036e401307da70749ac0200be2faa22d71d7d8952d47440ce46b9b1e8d23 - 0.05% (143 KB)
[#007] sha256:6d14c66d90b346b09f16270cf25b45f2fb5416e5d87395328a1e8cae871a0b98 - 0.0% (1.02 KB)
[#008] sha256:47027babcb567c1155ea192679c79b12ccb23afcd6276a5584eaff839fecb0b1 - 0.0% (1.04 KB)
[#009] sha256:6d3b94efb18968cabf69c4c8526c661326b25320959b1108a221a5ceb1c43d70 - 0.0% (1.1 KB)
[#010] sha256:b8f4675be20a3effb19167e9b0620df5d284aa90330a50f2206c8412b7113ed7 - 0.04% (102 KB)
[#011] sha256:fc233247bcd4ac739db857e96104a2a998e7db0389ad40db0d566c13e4d3a6ae - 12.45% (32.4 MB)
[#012] sha256:aaa6009256e5e1dd8264d5a9b1239ee066fc99234fdfa46c9a001619b0ca1883 - 0.0% (1.02 KB)
[#013] sha256:65972b58a5bbf68c465772cfe7bdc3be25b8c2755b9cbc3d3f086e591c4a21ea - 0.0% (1.02 KB)
[#014] sha256:dd142e152a2922f28266a20aed7876bfe84461348ebbaa747f0d29d1bcb14545 - 0.0% (1.05 KB)
[#015] sha256:8be0694be57e1794e9b2e994cd42fe81192326f0623a235a64f0dc51ef987c69 - 0.0% (1.04 KB)
[#016] sha256:1c3f225da3047998d1728d2f163062979f48c35e029317126b755798335d04b1 - 0.0% (1.01 KB)
[#017] sha256:b2676f24649cc5dd84702a05745642bba75ced2b0e2bae63fd09e1084808e92a - 11.85% (30.9 MB)
[#018] sha256:2f242151e84ca986159d967cd021dce747f12b0cebd402b73aa8790d7a438c23 - 0.0% (1.01 KB)
[#019] sha256:d2384aafbaeb31ae095700583b3d545f152c136e643ac593d4cf70e612682a6b - 0.0% (1.01 KB)
[#020] sha256:a49d6bed862a9fe6f98e3c46742b3df7074dd427f6540ad4134992317cf7fdcd - 0.0% (1.01 KB)
[#021] sha256:ebf54c83a1c4d93bfd32224331548d1d6ddc648f743809936dba5a2ecaf96f83 - 0.0% (1.01 KB)
[#022] sha256:ef788a05bd55005081b8dc9bd883025c431d11b6efaee30b8de0397edd6d83df - 0.0% (1.01 KB)
Apply image 2004-amd64
2021-05-26 16:47:12 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-2004
2021-05-26 16:47:13 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-05-26 16:47:38 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-05-26 16:47:38 UTCcmd /S /C #(nop) USER ContainerUser
2021-05-26 16:47:53 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-05-26 16:48:27 UTCcmd /S /C pwsh -NoLogo -NoProfile -Command " $stopTime = (get-date).AddMinutes(15); $ErrorActionPreference = 'Stop' ; $ProgressPreference = 'SilentlyContinue' ; while(!(Test-Path -Path $env:PSModuleAnalysisCachePath)) { Write-Host "'Waiting for $env:PSModuleAnalysisCachePath'" ; if((get-date) -gt $stopTime) { throw 'timout expired'} Start-Sleep -Seconds 6 ; }"
2021-05-26 16:48:27 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-05-26 16:48:28 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-05-27 19:09:35 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-05-27 19:09:36 UTCcmd /S /C #(nop) COPY multi:57355cb5be6e2624acb1d32e70fd27ced1f9272669bb34ccf2b7b763da2dd6af in \Windows\System32\
2021-05-27 19:09:38 UTCcmd /S /C #(nop) COPY multi:9fbcc3fdcefcac4dd668961bc6c1483422ade3852ea2954fbc1b62cc6d8dc899 in \Windows\
2021-05-27 19:09:39 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-05-27 19:09:39 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-05-27 19:09:39 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-28 16:44:11 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.9-a44c77e8ddca69155df78c7226f33f388ce8452f-head
2021-05-28 16:44:12 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-05-28 16:44:13 UTCcmd /S /C #(nop) COPY multi:10cf07482aa5921a4a3299fcee78f0f5e1e4902000dcdc8214a8f82255a0f00f in \etc\rancher\
2021-05-28 16:44:14 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-05-28 17:23:02 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-05-28T17:23:00Z
2021-05-28 17:23:02 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-05-28 17:23:02 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=a44c77e8ddca69155df78c7226f33f388ce8452f
2021-05-28 17:23:03 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-05-28 17:28:55 UTC
160 MB
rancher/rancher-agent:v2.5.9-a44c77e8ddca69155df78c7226f33f388ce8452f-head
DOCKER_API_VERSION1.24
DOCKER_URLDOCKER_URL_arm64
DOCKER_URL_amd64https://get.docker.com/builds/Linux/x86_64/docker-1.10.3
DOCKER_URL_arm64https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64
KUBECTL_VERSIONv1.19.7
KUBEPROMPT_VERSIONv1.0.10
LOGLEVEL_VERSIONv0.1.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:ed6dc9c66f7cc607969a6f995c83956f1e614ec5dd42205a2ea544f8f6260a34 - 14.1% (22.6 MB)
[#001] sha256:15c11899c85b166cc1ed1af82b5f8bda57b93fa119405e47bb96f45bbbd93533 - 0.0% (852 Bytes)
[#002] sha256:86ebe93eb4a196c3d45c24bb95176c57287e87aed340cf757e873a861aed2540 - 0.0% (189 Bytes)
[#003] sha256:9babf336e45363bbad8fd04d2db09234ce927b3d2dbec4186bba3242f56192dd - 0.0% (123 Bytes)
[#004] sha256:75f007e2e0e765c30cee4135b0ab401c9ad022b528453a0a9e4cd65c8ada8839 - 32.67% (52.4 MB)
[#005] sha256:4acb2ad3cd2a57ed259a683d89f1ea9f5a4d7ad0110aad19664f931da8e475fd - 1.21% (1.94 MB)
[#006] sha256:5d16e707022ab102f37b51d86947f5b672caea86ceeb4193388820d6f5a978b6 - 15.37% (24.6 MB)
[#007] sha256:1a001a596de2c1a586505aa782a790209828a59d67e5b2e5f5d2ca933dc6c3fe - 18.87% (30.3 MB)
[#008] sha256:55074e41ab386d784023c3f7f7c9cc778150326f60190874e26d16653d170224 - 0.01% (8.89 KB)
[#009] sha256:f75c5e56b06358ff72b9984a9c51832e5f6d13281945a3ef396953ed319bae82 - 17.78% (28.5 MB)
[#010] sha256:5fc884496aacd8a9fd73ef75f9ec825f7f8a524a3b0637d67879d6cfe8a4f553 - 0.0% (171 Bytes)
/bin/sh -c #(nop) ADD file:813209ca97a54f1f092727aea57fe5652a037b9c167df8bfccd9262415f8553f in /
2021-05-27 12:29:49 UTC/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
2021-05-27 12:29:50 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-05-27 12:29:51 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-05-27 12:29:51 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-05-28 17:28:21 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-05-28 17:28:21 UTC/bin/sh -c #(nop) ENV DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 DOCKER_URL_arm64=https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64 DOCKER_URL=DOCKER_URL_arm64
2021-05-28 17:28:21 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-05-28 17:28:22 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-05-28 17:28:41 UTC|1 ARCH=arm64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends git curl ca-certificates jq iproute2 vim-tiny less bash-completion unzip sysstat acl ssh && curl -sLf ${!DOCKER_URL} > /usr/bin/docker && chmod +x /usr/bin/docker && curl -sLf https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl > /usr/bin/kubectl && chmod +x /usr/bin/kubectl && DEBIAN_FRONTEND=noninteractive apt-get autoremove -y && DEBIAN_FRONTEND=noninteractive apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
2021-05-28 17:28:41 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-05-28 17:28:42 UTC|1 ARCH=arm64 /bin/sh -c curl -sLf https://github.com/rancher/loglevel/releases/download/${LOGLEVEL_VERSION}/loglevel-${ARCH}-${LOGLEVEL_VERSION}.tar.gz | tar xvzf - -C /usr/bin
2021-05-28 17:28:42 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-05-28 17:28:44 UTC|1 ARCH=arm64 /bin/sh -c curl -sL https://github.com/c-bata/kube-prompt/releases/download/${KUBEPROMPT_VERSION}/kube-prompt_${KUBEPROMPT_VERSION}_linux_${ARCH}.zip > /usr/bin/kube-prompt.zip && unzip /usr/bin/kube-prompt.zip -d /usr/bin
2021-05-28 17:28:44 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-05-28 17:28:44 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-05-28 17:28:45 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-28 17:28:45 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.9-a44c77e8ddca69155df78c7226f33f388ce8452f-head
2021-05-28 17:28:45 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-05-28 17:28:51 UTC/bin/sh -c #(nop) COPY dir:f72ea7c5011dadce1a36984ca204f0f80833048285031cf1c917cafc121c8675 in /var/lib/rancher-data
2021-05-28 17:28:52 UTC/bin/sh -c #(nop) COPY file:c60b26f35c3c5659c4b0e8025022c909934ae8190a20e5ee1935a9d5c70e85ab in /usr/bin/
2021-05-28 17:28:53 UTC/bin/sh -c #(nop) COPY multi:2de976f23dec46dd59382200638ce9604f0836b0a65e6f8031ec935411f25417 in /usr/bin/
2021-05-28 17:28:54 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-05-28 17:28:54 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-05-28 17:28:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-28T17:28:04Z
2021-05-28 17:28:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=a44c77e8ddca69155df78c7226f33f388ce8452f
2021-05-28 17:28:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-05-28 17:28:55 UTC/bin/sh -c #(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.