2021-06-07 20:59:37 UTC
173 MB
rancher/rancher-agent:v2.5.9-c22c65acb177c809d4cf50cfc43f1562ec4e2974-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.75% (25.5 MB)
[#001] sha256:d2e110be24e168b42c1a2ddbc4a476a217b73cccdba69cdcb212b812a88f5726 - 0.0% (857 Bytes)
[#002] sha256:889a7173dcfeb409f9d88054a97ab2445f5a799a823f719a5573365ee3662b6f - 0.0% (189 Bytes)
[#003] sha256:3acb7d7bfcd37e71b2ea1cf460be0797342a168e87459e1d705266babfbccefe - 0.0% (123 Bytes)
[#004] sha256:99f653593d6dd447de7ef6a0ef6f3ccf6a1502147617e1041046cb9847008ff7 - 33.05% (57.1 MB)
[#005] sha256:dc6362a906deca298ca1403f22d5470d7d898893cc97ce044bd5e64add1e7fd5 - 1.28% (2.2 MB)
[#006] sha256:5d988dbf48e2520ab1c88408535a2afe8088893ba0ab20ccb3b2944ee7112d07 - 15.39% (26.6 MB)
[#007] sha256:9848d6e06cd67e8bd70eff0da5cf96631fd7c021deacda7f188a744366768ce6 - 17.53% (30.3 MB)
[#008] sha256:9cff228246dd779b0d95979b5a9384130ebdd64ea2084ba68ce02d06f8a249b8 - 0.01% (9.31 KB)
[#009] sha256:c58804ce112a967c8d73bd9a902b7bdd5b482ad6873a42560c34f1e9a7b7ebc5 - 18.0% (31.1 MB)
[#010] sha256:01e099a25b3ee2ba978eb2e1adfe52efacbb3c01f0b43c52e24cf604d36f6985 - 0.0% (172 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-06-07 20:58:49 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-06-07 20:58:49 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-06-07 20:58:50 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-06-07 20:58:51 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-06-07 20:59:21 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-06-07 20:59:21 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-06-07 20:59:23 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-06-07 20:59:23 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-06-07 20:59:25 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-06-07 20:59:25 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-06-07 20:59:26 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-06-07 20:59:26 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-06-07 20:59:26 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.9-c22c65acb177c809d4cf50cfc43f1562ec4e2974-head
2021-06-07 20:59:26 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-06-07 20:59:34 UTC/bin/sh -c #(nop) COPY dir:2e64ecd1ac6b732b57053141d1a156f00431ebb3ca44dc10ee59073667a463ba in /var/lib/rancher-data
2021-06-07 20:59:35 UTC/bin/sh -c #(nop) COPY file:06b0b342addff9a717be154d225e24a02cfd9f246783db87a72ccfb06f516df1 in /usr/bin/
2021-06-07 20:59:36 UTC/bin/sh -c #(nop) COPY multi:0d03b8cf31237679b9a73ac0b06b76c737da87f78f7b54b561fb4026e7089ef7 in /usr/bin/
2021-06-07 20:59:36 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-06-07 20:59:37 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-06-07 20:59:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-07T20:58:25Z
2021-06-07 20:59:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=c22c65acb177c809d4cf50cfc43f1562ec4e2974
2021-06-07 20:59:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-06-07 20:59:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-06-07 20:46:30 UTC
257 MB
rancher/rancher-agent:v2.5.9-c22c65acb177c809d4cf50cfc43f1562ec4e2974-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.57% (96.7 MB)
[#001] sha256:6b7bad93c11e812e2f0c5ab404d095ec8e030e94d2f5cce4cd0370672a2c32b6 - 0.0% (1.02 KB)
[#002] sha256:59f852491115f703d7c336125278162ae9e72dbbd2d8b45a80f6aea8f1a3c8ee - 0.0% (1.06 KB)
[#003] sha256:efaa642785f959b721e6a32b037acb2d4ecf4d09c6651a52345cb6d9ddfc2e1d - 0.03% (68.5 KB)
[#004] sha256:4a2b5d5c6809f48dd6a20c905ee746b5b1cb8c8d363bb5be82d221eb4964ede2 - 0.0% (1.02 KB)
[#005] sha256:94b0fac429014c7fdb39cbd79c646634cbb06ee2895d3ac1f6764c87b3fd7832 - 37.66% (96.9 MB)
[#006] sha256:dc142ff30e18fc6eb45a314eb29bd588b4cb56d039c1f550c566a6405249210a - 0.05% (142 KB)
[#007] sha256:9bc909a96b413d7d13671ef7f14ed1fc141e4dae553467afbf85a101e8f4ede4 - 0.0% (1.06 KB)
[#008] sha256:b0cfe634ae1010881b3718b7ba4681eed14328d38a74631fb907c0d80e712e2f - 0.0% (1.01 KB)
[#009] sha256:2ca049c5acc84886dc18b2e61f38f0b917defaee7bea29713ea5ecdad78db092 - 0.0% (855 Bytes)
[#010] sha256:7418c7ab10ff8658cb23b35756be0749ced6cbe4c49db076e7779ad6cf237872 - 0.04% (96.5 KB)
[#011] sha256:e4a7a85dcb8b8260538464b686e4397cc6bca53ea98c9734ba348e24c6963b73 - 12.6% (32.4 MB)
[#012] sha256:b80bedb08e4e096a3806f7e673853aaaf114055d29975b5754fa37814862bbe4 - 0.0% (835 Bytes)
[#013] sha256:bdeb0ac717f1046953809b475f06cf0878b9529c50ee5a200a250abdad9dca76 - 0.0% (826 Bytes)
[#014] sha256:ba748ca9637cbfb6f9d805bb235fae1b3476100a473f6a1630f1d64cbe1d02b8 - 0.0% (832 Bytes)
[#015] sha256:19ad56e69aa60954a381d40cc9f3c35bfc901f43a678ede1baee3cc4ce7bcf91 - 0.0% (831 Bytes)
[#016] sha256:4177cdaca1c393eea433b0c134d8664b87ad764ca8a0bbb6a23d6e994430f4a9 - 0.0% (830 Bytes)
[#017] sha256:0d9929ab0d4ee3de8d07091b089bf3609371e9e91be11f3aec9f52546dff8545 - 12.05% (31 MB)
[#018] sha256:035e6f8ddda7e419e5854096bf4c4f090ec5c5b7f239d594baa3451f006987ba - 0.0% (854 Bytes)
[#019] sha256:08d863d9f2257f5193e677b17efa1d9bb3b95a0655b0d3777e4559e9752a4dc2 - 0.0% (852 Bytes)
[#020] sha256:4014448ef6b316e0f4e88608db8b3b90709fbf174c8018b9bdf78a71a1afe9af - 0.0% (829 Bytes)
[#021] sha256:799fc7084cde647becb1ae99a53e6ea5d9e1222b35e4317c8a23c7a9d0a6a15f - 0.0% (825 Bytes)
[#022] sha256:2915287cde0428cda7845d771d7a5bac886563ae899bce81a9aa3944a3e20bb7 - 0.0% (854 Bytes)
Apply image 1809-amd64
2021-06-03 18:57:45 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-06-03 18:57:46 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-06-03 18:58:12 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-06-03 18:58:13 UTCcmd /S /C #(nop) USER ContainerUser
2021-06-03 18:58:27 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-06-03 18:59:04 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-06-03 18:59:05 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-06-03 18:59:05 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-06-07 16:17:41 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-06-07 16:17:42 UTCcmd /S /C #(nop) COPY multi:965b304f043056ca0b908acb4f545cec25b679d606a72d8b8fec16db9d31e8bc in \Windows\System32\
2021-06-07 16:17:45 UTCcmd /S /C #(nop) COPY multi:9fbcc3fdcefcac4dd668961bc6c1483422ade3852ea2954fbc1b62cc6d8dc899 in \Windows\
2021-06-07 16:17:46 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-06-07 16:17:46 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-06-07 16:17:47 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-06-07 20:46:25 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.9-c22c65acb177c809d4cf50cfc43f1562ec4e2974-head
2021-06-07 20:46:26 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-06-07 20:46:27 UTCcmd /S /C #(nop) COPY multi:ab0949f95e2fdb1c903e3a0d6ca86301b1bc8ed80f57a01bd7e540fa5f9934b3 in \etc\rancher\
2021-06-07 20:46:28 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-06-07 20:46:29 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-06-07T20:46:23Z
2021-06-07 20:46:29 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=c22c65acb177c809d4cf50cfc43f1562ec4e2974
2021-06-07 20:46:30 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-06-07 20:46:30 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-06-07 20:47:02 UTC
2.47 GB
rancher/rancher-agent:v2.5.9-c22c65acb177c809d4cf50cfc43f1562ec4e2974-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 56.85% (1.4 GB)
[#001] sha256:182d4887a30d6c29414d04c41f1093a66f4cc1bf83092d3231cc5538404d75ad - 37.95% (958 MB)
[#002] sha256:1c2eefbbf0dbc99aadce724e6cfddf05459bb62b077daf599e8996281bb061d8 - 0.0% (1.27 KB)
[#003] sha256:66369d7e0d259debd0e903a96dfa7424a742e4a074c1541690dd3a3351719290 - 0.0% (1.27 KB)
[#004] sha256:232af5577916bd6b0af33f73eaac0f7649b62c3cc95844c20bbd85ba396fab23 - 0.61% (15.5 MB)
[#005] sha256:d81c11e6c3e4f9520a19c1a712c5a255dacec8c8db96e5f3f01b848190b6aa8f - 0.21% (5.27 MB)
[#006] sha256:9cd54621d89e2614c8c48312bc56216645392bcbc5e73f9b94c7e4510c48b770 - 0.32% (8.2 MB)
[#007] sha256:10b8c83f188494692bb1a609221ed6b930a09b9b9d3914c779ebb5a8af68ec8d - 1.47% (37.2 MB)
[#008] sha256:195cfe975352e40325acc2d261b6f85894b5ff81e5087706212d90a51c915367 - 0.21% (5.33 MB)
[#009] sha256:8679896c722e9f3246fc86a8d3b0512697a2087604f8e050414c6aaccf579183 - 0.62% (15.6 MB)
[#010] sha256:ff6da2c29f8bade0b074509707f5e8509e746625be5716e9f2da133f05d72091 - 0.5% (12.7 MB)
[#011] sha256:921591115bc05d7501a844f3b926736ec13c5a83d8318048f72a187521dc8461 - 0.02% (426 KB)
[#012] sha256:61923485098c7d514f1dbf6748585c7f2e89a1d0cbe823e12a159d57e4ffa61c - 0.0% (1.27 KB)
[#013] sha256:b28cb82a244ccd52c8f30d7e7e159a09ca627a6fa44fb0b591e77171bff3144c - 0.0% (1.3 KB)
[#014] sha256:a1b04e7018bc1708e41c6066ab9cfc3d7c8d7ac5d219f113afe8d7a19dff4fa2 - 0.0% (1.3 KB)
[#015] sha256:cd788bdd48c1281bce2c07ce176cc8a929c4e05f568e3ea5c4902adb578c9213 - 0.0% (1.26 KB)
[#016] sha256:b7654f6b88d7413c0c13151d5484dd88f99c8be8b1ef492afacc028e986b1bb7 - 0.0% (1.3 KB)
[#017] sha256:152f85f6bea5ca418ed228400539e897a96cc9fd1944869de0d6481ca46ec091 - 1.23% (31 MB)
[#018] sha256:4b55f3e94c6a67de5c362782a5bdc5d937b795b62b3934fe52a3081c3e9b206f - 0.0% (1.29 KB)
[#019] sha256:84e4c96ff27042e517c2e8cbbc450e2d68167a9e171c4fbeb212f635bf9cfff9 - 0.0% (1.27 KB)
[#020] sha256:830969e78e55fa9a5bdc96ea9d411c2035439433d516d5a3fd2c72bcc85b1f57 - 0.0% (1.29 KB)
[#021] sha256:d07b1e9a213e4e0473be7e97c15feccb9ecfdc1a6e81a06335133e5b69198b0d - 0.0% (1.34 KB)
[#022] sha256:9a4dfac5e66f56f77c996c5bff2acba63888a637e1ce9c4ab05d7f06ca61f668 - 0.0% (1.26 KB)
Apply image 20H2-RTM-amd64
2021-04-30 07:39:08 UTCInstall update 20H2-amd64
2021-06-06 22:41:01 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-06-06 22:41:02 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-06-06 22:41:31 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-06-06 22:41:41 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-06-06 22:42:07 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-06-06 22:42:19 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-06-06 22:42:28 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-06-06 22:42:38 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-06-06 22:42:47 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-06-07 17:56:38 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Alias -Name pwsh -Value powershell
2021-06-07 17:56:38 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-06-07 17:56:39 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-06-07 17:56:39 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-06-07 20:46:57 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.9-c22c65acb177c809d4cf50cfc43f1562ec4e2974-head
2021-06-07 20:46:58 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-06-07 20:46:59 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:4fcda1bc2e002fdaa06c2dc40e27b20d1b40603471edb2c139b7670afc0dbbfd in \etc\rancher\
2021-06-07 20:47:00 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-06-07 20:47:01 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-06-07T20:46:56Z
2021-06-07 20:47:01 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-06-07 20:47:02 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=c22c65acb177c809d4cf50cfc43f1562ec4e2974
2021-06-07 20:47:02 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-06-07 20:46:23 UTC
261 MB
rancher/rancher-agent:v2.5.9-c22c65acb177c809d4cf50cfc43f1562ec4e2974-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.35% (99.9 MB)
[#001] sha256:b2c0fc0d6dd315d4e4e8d83191fb6734e109a09205367f27d583b54445024e7f - 0.0% (1.02 KB)
[#002] sha256:041c613b04de746af1399035c14bb8978204b9aab59ecdf2184c0bcb15f24b08 - 0.0% (1.02 KB)
[#003] sha256:8a5ba91ba8758892d81577f3201c8c2e75cf7ecbbc4c32594142c0df92c24bcd - 0.03% (72.5 KB)
[#004] sha256:046d10a1ee7c0f4de2f5c92166cc459cc45628f62741abc6431959cb4f0ed89d - 0.0% (1.01 KB)
[#005] sha256:3f9b3e396360eb2174599a78c81f829381715c349884739c161d48d1e2a6d571 - 37.2% (96.9 MB)
[#006] sha256:32b0bfc25fb66b41fe6d0bbd234bcd55aec3b3d9755a96a3774073ac67c59fa4 - 0.04% (99 KB)
[#007] sha256:5ca81c330ef5d0641c7e5d99033f6a48ef451d2220d4e2b2a019bf086afb47a9 - 0.0% (1.01 KB)
[#008] sha256:887a361a99819ef4fdc1358d24cbc655b51cada91e06d0093df2f60dd02dbec2 - 0.0% (1.01 KB)
[#009] sha256:ab6630a2e300d54974a56b7465794c03929e33bae24048376221f480d7615b22 - 0.0% (1.02 KB)
[#010] sha256:f5b9041915ca89a588dae693c73b07510941d2499dde24847a3d5b0b7d4327a5 - 0.04% (102 KB)
[#011] sha256:91dbb3b091556d45e3b8a706e7b9ef350ce086c5b7d51b58796d5620506a93d1 - 12.45% (32.4 MB)
[#012] sha256:629e3838a309b4e23e8354032ba1bf83a13506dda8e668f957bb5a7139eb8794 - 0.0% (1.02 KB)
[#013] sha256:2043cb795be8168ec8d0fac27ef6e02021863f9f8657279d3cde703af0c348fd - 0.0% (1.04 KB)
[#014] sha256:b9447c96486a0f256d699708a43657600066f5f62d39a4e20e0f303a3d7ee1df - 0.0% (1.05 KB)
[#015] sha256:cb0365b3ab49dad842ae900c8c1537e1298095809a14e74d55d1f23af4909626 - 0.0% (1.04 KB)
[#016] sha256:a4521142802025e2ead9b60354120c261b96744e1aa08c64686aaa0fdc3eab63 - 0.0% (1.02 KB)
[#017] sha256:74b77b645c35fbc3653f77c57af0dae601a5d5dbef6b147b5aa4a9e7e2926534 - 11.9% (31 MB)
[#018] sha256:3016b7a31f7e9f95756acdabd270c76bef9cdcdaeeeed039a01e52a05fc7a3ce - 0.0% (1.02 KB)
[#019] sha256:de9726f9f63a603e24de6e7f975ce0ab0a7a873f681a6282f630520b606b399d - 0.0% (1.01 KB)
[#020] sha256:9ea915fe62c6149ab2434d7287490acae88918c87206a84783791c0a9261d4f7 - 0.0% (1.05 KB)
[#021] sha256:a1ae1f4fee8b3b0063e58272b818132067e5ec9f6bc213931e4cb67bfc3f24c6 - 0.0% (1.06 KB)
[#022] sha256:dab24ec869db681c9aa8ae1e1d5dae5bc8c5ff24f0924a889577d2175452e638 - 0.0% (1.04 KB)
Apply image 2004-amd64
2021-06-03 18:47:23 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-06-03 18:47:24 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-06-03 18:47:31 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-06-03 18:47:32 UTCcmd /S /C #(nop) USER ContainerUser
2021-06-03 18:47:49 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-06-03 18:48:22 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-06-03 18:48:23 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-06-03 18:48:23 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-06-07 16:17:29 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-06-07 16:17:30 UTCcmd /S /C #(nop) COPY multi:57355cb5be6e2624acb1d32e70fd27ced1f9272669bb34ccf2b7b763da2dd6af in \Windows\System32\
2021-06-07 16:17:33 UTCcmd /S /C #(nop) COPY multi:9fbcc3fdcefcac4dd668961bc6c1483422ade3852ea2954fbc1b62cc6d8dc899 in \Windows\
2021-06-07 16:17:34 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-06-07 16:17:34 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-06-07 16:17:35 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-06-07 20:46:17 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.9-c22c65acb177c809d4cf50cfc43f1562ec4e2974-head
2021-06-07 20:46:18 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-06-07 20:46:19 UTCcmd /S /C #(nop) COPY multi:4fcda1bc2e002fdaa06c2dc40e27b20d1b40603471edb2c139b7670afc0dbbfd in \etc\rancher\
2021-06-07 20:46:21 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-06-07 20:46:21 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-06-07T20:46:15Z
2021-06-07 20:46:22 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-06-07 20:46:22 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=c22c65acb177c809d4cf50cfc43f1562ec4e2974
2021-06-07 20:46:23 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-06-07 20:53:41 UTC
160 MB
rancher/rancher-agent:v2.5.9-c22c65acb177c809d4cf50cfc43f1562ec4e2974-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.09% (22.6 MB)
[#001] sha256:15c11899c85b166cc1ed1af82b5f8bda57b93fa119405e47bb96f45bbbd93533 - 0.0% (852 Bytes)
[#002] sha256:86ebe93eb4a196c3d45c24bb95176c57287e87aed340cf757e873a861aed2540 - 0.0% (189 Bytes)
[#003] sha256:8862cb51136b1e524983cacc13a1c591f01049810102ed4a5ef435947a2f378b - 0.0% (124 Bytes)
[#004] sha256:9113b63137cca0e2d493f605039a8c190b7bf416ef1d8775f74ce720257a3d5d - 32.65% (52.4 MB)
[#005] sha256:4acb2ad3cd2a57ed259a683d89f1ea9f5a4d7ad0110aad19664f931da8e475fd - 1.21% (1.94 MB)
[#006] sha256:eff7168892d3d1d465197a92b578bc4a4b24062ca733fd49e3d05317c417505c - 15.36% (24.6 MB)
[#007] sha256:c6ea16591c9ad163bd302bb0211f5f440a6059a8b9f519004afd2a3ce0ec5efa - 18.86% (30.3 MB)
[#008] sha256:aad0b4828eeb7bd062c6bc5545060525a1ef224dd2de5f742c8dec351729c544 - 0.01% (8.89 KB)
[#009] sha256:20ef2e2639935f3f56d811d1b418530ecae284c796a6c4adce67aa28276be539 - 17.83% (28.6 MB)
[#010] sha256:89a79a9cd593e7ec4b679e20c6c57cbdd080db27867344bab492e703f2cfc9cf - 0.0% (170 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-06-07 20:53:06 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-06-07 20:53:06 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-06-07 20:53:07 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-06-07 20:53:07 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-06-07 20:53:27 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-06-07 20:53:27 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-06-07 20:53:28 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-06-07 20:53:29 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-06-07 20:53:30 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-06-07 20:53:30 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-06-07 20:53:31 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-06-07 20:53:31 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-06-07 20:53:31 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.9-c22c65acb177c809d4cf50cfc43f1562ec4e2974-head
2021-06-07 20:53:31 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-06-07 20:53:37 UTC/bin/sh -c #(nop) COPY dir:d18c34960b16a42007b74f9747be3567d6db97c2cb1030ba2c3d3be515932b6b in /var/lib/rancher-data
2021-06-07 20:53:39 UTC/bin/sh -c #(nop) COPY file:c60b26f35c3c5659c4b0e8025022c909934ae8190a20e5ee1935a9d5c70e85ab in /usr/bin/
2021-06-07 20:53:40 UTC/bin/sh -c #(nop) COPY multi:59723ff0daefb0a263fb384955716b0483314390cf5b88fabcfccebc6aa6ad72 in /usr/bin/
2021-06-07 20:53:40 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-06-07 20:53:40 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-06-07 20:53:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-07T20:52:49Z
2021-06-07 20:53:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=c22c65acb177c809d4cf50cfc43f1562ec4e2974
2021-06-07 20:53:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-06-07 20:53:41 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.