2021-04-11 20:14:21 UTC
192 MB
rancher/rancher-agent:v2.5-d1083bc63e4ddde70ffadd09bf0133ae5862b5fe-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:6e0aa5e7af40303f56126b1469d1f37525b3a55a788836a6c9b773f6ce8bc446 - 13.29% (25.5 MB)
[#001] sha256:d47239a868b3375462d644f2ffb1b20114623fac03109d2950bdf0d57ab487d2 - 0.0% (850 Bytes)
[#002] sha256:49cbb10cca8504e3dbd65eb5db3c1dd0cd27070154386f819c5936de321c14b1 - 0.0% (189 Bytes)
[#003] sha256:58946fe60cb4c0d78ab62f96deb8766106f42047f947fb8558929c6c36b55165 - 0.0% (124 Bytes)
[#004] sha256:7134f395f44f5919bb0ccbaa2b73de71686f9a0ba5177c94a63e86d4f6fb936d - 29.78% (57.1 MB)
[#005] sha256:b0cf1c69e4cdec93ee98edf15749d8bd086cad09755299977088473d8243d507 - 1.15% (2.2 MB)
[#006] sha256:2c4ec12e9e87494d7a332e22d5e8706867e293d58ac022744be24963c6c8605e - 13.87% (26.6 MB)
[#007] sha256:8b7f973ca23282e8cef55cce12c08758e934e75508e09def053448313a1e0bbe - 25.81% (49.5 MB)
[#008] sha256:7088f33f0a077d6fc1f7d28d95c5d77369d546af93ad2694f8c4279e872f06b5 - 0.0% (9.31 KB)
[#009] sha256:18080b7c91711f1842dfbd69501aff580f4cdffcaab94b36b58c0f0ed609dfa6 - 16.1% (30.8 MB)
[#010] sha256:0797597d9806b017f89c0dcaa544d468b46eecc45bbcbdab76bd51586bfc9e24 - 0.0% (171 Bytes)
/bin/sh -c #(nop) ADD file:e80ae8d359b484dac5346f98c549abc694e1d0c87e1d9753d495aed4d9c8b2b3 in /
2021-03-25 22:32:59 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-03-25 22:33:00 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-03-25 22:33:01 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-03-25 22:33:02 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-04-11 20:13:39 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-04-11 20:13:39 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-04-11 20:13:40 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-04-11 20:13:40 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-04-11 20:14:03 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-04-11 20:14:03 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-04-11 20:14:04 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-04-11 20:14:04 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-04-11 20:14:06 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-04-11 20:14:06 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-04-11 20:14:07 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-04-11 20:14:07 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-11 20:14:07 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-d1083bc63e4ddde70ffadd09bf0133ae5862b5fe-head
2021-04-11 20:14:07 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-04-11 20:14:16 UTC/bin/sh -c #(nop) COPY dir:5658d8566decb01dabf711da2b5c4bd78891d3a913459db4749a359dcba02952 in /var/lib/rancher-data
2021-04-11 20:14:18 UTC/bin/sh -c #(nop) COPY file:06b0b342addff9a717be154d225e24a02cfd9f246783db87a72ccfb06f516df1 in /usr/bin/
2021-04-11 20:14:19 UTC/bin/sh -c #(nop) COPY multi:2ae2ff22408a836a9107076f849aecd6303f7c6a53316c359ed29cc077b2a830 in /usr/bin/
2021-04-11 20:14:20 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-04-11 20:14:20 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-04-11 20:14:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-11T20:13:14Z
2021-04-11 20:14:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=d1083bc63e4ddde70ffadd09bf0133ae5862b5fe
2021-04-11 20:14:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-04-11 20:14:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-04-11 20:13:45 UTC
257 MB
rancher/rancher-agent:v2.5-d1083bc63e4ddde70ffadd09bf0133ae5862b5fe-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:a11c4ca8f1ba16b6e1395d4523be2215bd0871c2e3e4695b9f2b87bd7472be52 - 37.6% (96.7 MB)
[#001] sha256:1e29214a08a68cc3bab5896a29d8985fca9e12233ed472cd2c6145b1866398e9 - 0.0% (1.05 KB)
[#002] sha256:5d0612e238e6ac2ec0f8cecd67d4a9c3c7f7057095840f820b4a6b6be3f1eb40 - 0.0% (1.07 KB)
[#003] sha256:0b45784adecff220a6553edd5795641c56b36b1e4b57dcab277bbd25883e1d48 - 0.02% (65.8 KB)
[#004] sha256:15b76c0e846ecb01cf839be55fccd055ac480e8a0256d017fe14bc4c8b920ab3 - 0.0% (1.12 KB)
[#005] sha256:f7a723a7649370197918291b2dcd4615f851d12684eef849ebb19e1e1ebe97e9 - 37.68% (96.9 MB)
[#006] sha256:89f8320245754316677404661ea5262e74e31c8a9d068fe9959f532f738835c7 - 0.05% (131 KB)
[#007] sha256:9deac63a32ab50c762ae00da5c23eafcb37b0340d7a403f1fb11336f72b6e6fb - 0.0% (1.02 KB)
[#008] sha256:30f6ca13ff406b2f43cddd954d1ee3af6ab87531b8955a5a3ce6967cc950da30 - 0.0% (1.02 KB)
[#009] sha256:54725a32952b392ce929d1714d6bdae1e5035c576d60f29f2cb9a5e88e106b50 - 0.0% (853 Bytes)
[#010] sha256:f3e511c6699b562ba7580e91681a478cb006c8ff2a7b92feaa83a07508b3e50e - 0.04% (96.5 KB)
[#011] sha256:a2890c0aedb331376e2989ba9f1a34dd19c5f89deec4349f915b49d874184b60 - 12.61% (32.4 MB)
[#012] sha256:660932482d28f47269ea754b876f8221d175704318b165e1de9124a30322bfef - 0.0% (852 Bytes)
[#013] sha256:18a8b8e1e4befd71273f1b51bc997196859d949cff6705124df521d929265684 - 0.0% (825 Bytes)
[#014] sha256:164fb73bd0bc1c686a0110eb288d919839ff6f3fde57e4168690cbbb24f1ffd6 - 0.0% (831 Bytes)
[#015] sha256:788af21b494d81e33c8d65558973ec74d835b574982935034eae935195482907 - 0.0% (854 Bytes)
[#016] sha256:b19501014e96e6c87bfc4f41ddc084d4d2e450b9675100cc087cf6ee926a5bce - 0.0% (831 Bytes)
[#017] sha256:69ec5b6c7981de4057820b021c1981105043bdc76f5b18ec08e165b25633419e - 11.99% (30.8 MB)
[#018] sha256:2128ba0fa39d48cb1f7b9d7a4ee3d2d187ff92a8cde19110aa2eba603820a907 - 0.0% (858 Bytes)
[#019] sha256:57334c77549cb3ad117ff88bb1b1b83d884850a44760300ab73d671ee8821d82 - 0.0% (825 Bytes)
[#020] sha256:54d1f2ce04ee07cbb32b5be5b54222adbec84e0eb9eca186b714c684f936129a - 0.0% (824 Bytes)
[#021] sha256:5e9043613b336f6c26aa94773245d470e5151f2882fd0a1950d3a1567dacdc60 - 0.0% (858 Bytes)
[#022] sha256:0104cd30a2ea37a612187621b2c5dfebd71beb021eb9b1524678bb7741ec18f6 - 0.0% (828 Bytes)
Apply image 1809-amd64
2021-03-16 20:49:38 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-03-16 20:49:39 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-03-16 20:50:06 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-03-16 20:50:06 UTCcmd /S /C #(nop) USER ContainerUser
2021-03-16 20:50:29 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-03-16 20:51:08 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-03-16 20:51:09 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-03-16 20:51:10 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-04-11 20:13:01 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-11 20:13:02 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2021-04-11 20:13:04 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-04-11 20:13:05 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-04-11 20:13:06 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-04-11 20:13:06 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-11 20:13:41 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-d1083bc63e4ddde70ffadd09bf0133ae5862b5fe-head
2021-04-11 20:13:41 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-11 20:13:43 UTCcmd /S /C #(nop) COPY multi:e1273a542263dfce512597317d7fbbde5945d50eb93d89cd5a2e46cdd3c7af8b in \etc\rancher\
2021-04-11 20:13:44 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-11 20:13:44 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-04-11T20:13:39Z
2021-04-11 20:13:44 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=d1083bc63e4ddde70ffadd09bf0133ae5862b5fe
2021-04-11 20:13:45 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-04-11 20:13:45 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-04-11 20:16:12 UTC
258 MB
rancher/rancher-agent:v2.5-d1083bc63e4ddde70ffadd09bf0133ae5862b5fe-head
DOCKER_API_VERSION1.24
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1909
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:d94040b3fb21af94caf37df4e5732028c860fbdff08d3f6f98552316af465108 - 37.78% (97.4 MB)
[#001] sha256:dde1ba7643f60847f0fe8c5ce03f23b32c0927305ed32101d81c94c94aeb5a60 - 0.0% (1.06 KB)
[#002] sha256:8a0fcc2069e76692cc8d3be425e860129743cf0a9a8b7c3a4b385a4bde46e24d - 0.0% (1.02 KB)
[#003] sha256:372628681d3f3193edd6b4d325b0e1951cecf78cda01faebff2d74f027129a95 - 0.02% (63.8 KB)
[#004] sha256:b8b3ab6c96ae48b226cc75073ecc078a2fb97a79e8d0b7a2f47f0fc4dad90640 - 0.0% (1.12 KB)
[#005] sha256:975d084e016729a87575417c001084cb5144aca879b7c752d5a994f0133ded4d - 37.58% (96.9 MB)
[#006] sha256:21cf46249eb98082a41c66691f63e18665ad35770ad6b26eee5a1b8b860bbed0 - 0.05% (127 KB)
[#007] sha256:5d30b6436c00ea54209c3a742e3b55559e90a29bd12a18dfdfef090b48da80b6 - 0.0% (1.02 KB)
[#008] sha256:293b4a523414b356f590eb0ecf1243d4bb8dacd6de738847c751efea835263f0 - 0.0% (1.02 KB)
[#009] sha256:8960feedcad581615252b0a9f7e110b04cf554ab28ae8056cdbb9ce615a4704b - 0.0% (877 Bytes)
[#010] sha256:6477b9ddefc7fbb5883c4d6f4eec9ae3ccdc0e89e7da94ae34115f69fce98686 - 0.04% (101 KB)
[#011] sha256:4bc0262ac357ca45bc4887a6ea8109bfefa158d32e8a715686e93cb9fc8fbd4e - 12.58% (32.4 MB)
[#012] sha256:2ccfcce08d9dc34306d5f919cc3ff20160d29790d7746e8a8c4019e4cb3f4310 - 0.0% (823 Bytes)
[#013] sha256:6ae4cc826eaf9f3480f5d1d61fef374017456aa7f2fe33bb5314d844dc675046 - 0.0% (866 Bytes)
[#014] sha256:5575f53f8d4f73072c44368690ae98daaee23a3dada8b557657b25ec8b3b2942 - 0.0% (823 Bytes)
[#015] sha256:dd4ee8c878d159c397a2401c47056cba4fa0610a2dae574d977886a8aba28add - 0.0% (822 Bytes)
[#016] sha256:6fe76857c2f0a8d9a5962da05a33b68979801be36076972e9565acd83037de06 - 0.0% (828 Bytes)
[#017] sha256:728b03a218759f7a4385b4be59282f94bb1fe07dbbfb0652ad917bbea6291e99 - 11.95% (30.8 MB)
[#018] sha256:f67bd27a1385459e90f826c5f31c6196ed864a358b89cf9edc75f0dcfeeade51 - 0.0% (848 Bytes)
[#019] sha256:9d843e481a34241544677102347a25e4f79ee266cbddd7f6bdd2651164e629d4 - 0.0% (826 Bytes)
[#020] sha256:84428e5403f07dacb5c73125003c969657b9fa3115c4315ca7ba867055644abb - 0.0% (832 Bytes)
[#021] sha256:67ff3385fdc494bdd613419e66d3584026e32be781a78fe9a5b41d25a88f71e3 - 0.0% (849 Bytes)
[#022] sha256:ee367994fd4633e80fe4693d0d51532475438b515b8925d3a23fb05507f7d233 - 0.0% (822 Bytes)
Apply image 1909-amd64
2021-03-16 21:08:18 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-1909
2021-03-16 21:08:19 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-03-16 21:08:42 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-03-16 21:08:42 UTCcmd /S /C #(nop) USER ContainerUser
2021-03-16 21:09:02 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-03-16 21:09:41 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-03-16 21:09:41 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-03-16 21:09:42 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-04-11 20:15:25 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-11 20:15:26 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-04-11 20:15:29 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-04-11 20:15:30 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-04-11 20:15:30 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-04-11 20:15:30 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-11 20:16:08 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-d1083bc63e4ddde70ffadd09bf0133ae5862b5fe-head
2021-04-11 20:16:08 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-11 20:16:09 UTCcmd /S /C #(nop) COPY multi:e1273a542263dfce512597317d7fbbde5945d50eb93d89cd5a2e46cdd3c7af8b in \etc\rancher\
2021-04-11 20:16:10 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-11 20:16:11 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-04-11T20:16:05Z
2021-04-11 20:16:11 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=d1083bc63e4ddde70ffadd09bf0133ae5862b5fe
2021-04-11 20:16:11 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-04-11 20:16:12 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-04-11 20:11:45 UTC
259 MB
rancher/rancher-agent:v2.5-d1083bc63e4ddde70ffadd09bf0133ae5862b5fe-head
DOCKER_API_VERSION1.24
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1903
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:302b7cf33b3a2bd3c958c33a0bb0221099c7abebd46bd685a171899210be5180 - 37.93% (98.1 MB)
[#001] sha256:de401d0ad50a73809f52f1b2cdd08372d48affaed3cdc2d9c82fd93fdb86935d - 0.0% (822 Bytes)
[#002] sha256:b251ece4f860cf57423dd1455d77586f293f469389d4e8f22eda21f3f3865674 - 0.0% (921 Bytes)
[#003] sha256:da83f3e327d6be0778a2e9cb3bdbcd4381d91d53be27a9d83e7a02d713898ab6 - 0.03% (67.5 KB)
[#004] sha256:128bd25e4a5fd56d89d1d3519ab5299fad89e0fa26b42a19bbcacf3ffc63a75a - 0.0% (849 Bytes)
[#005] sha256:02a46850464f896128d38032429af01ed881c9561496b85a7dcf75894d1cfd3f - 37.51% (97 MB)
[#006] sha256:99558043528fca28cf576a5dae72c8dbbe8a309833109869786f3e709ee3e864 - 0.04% (92.7 KB)
[#007] sha256:39ff56c128357f2bde42c7177c54985736cd9022f26f72f0560ccd997975b59d - 0.0% (843 Bytes)
[#008] sha256:bb889420c0e542967f5ff0364fc7f0f64026326699d5dba17be0ff04d9435c8c - 0.0% (917 Bytes)
[#009] sha256:c2e4570154f822e7e5e55b2de7958115263e9160ee88ac499704cc920a112d31 - 0.0% (824 Bytes)
[#010] sha256:b2b0f0232d90104aeba9a317eb39350997e5d7406f0d51f8704eb0463239ee32 - 0.04% (101 KB)
[#011] sha256:1ccaa0e872ca933803f7c228dd7545cf984cb05e0eecf6521b141c9052cf4e8b - 12.54% (32.4 MB)
[#012] sha256:d54a477570518a0e874d274b61f74055564eb37c4d3df96f55a3b5ae249ca737 - 0.0% (847 Bytes)
[#013] sha256:152767154615bfa769085ac129134e26bae2b52b32128df450f57942d24098fa - 0.0% (828 Bytes)
[#014] sha256:b1d9e53f77d21da85a1b52bf0dc9edb34169002e586cc60888d125012350f1cf - 0.0% (824 Bytes)
[#015] sha256:b81b6b11e2f3f8f1cb92bbb9c378cdc7a5299bcc11e19b5f900437b5c8566937 - 0.0% (856 Bytes)
[#016] sha256:1753abf393c436cc88a6df48757027a13b0d54a589739db83dc2529e7dc8bf64 - 0.0% (854 Bytes)
[#017] sha256:26f280f1a1299bda54842eeac96963db247658f87983729b7e9eecf72e55edad - 11.92% (30.8 MB)
[#018] sha256:b467e8d92beb5d1d0c03e90586b955975f569fd3c3e9b2ec8ef2b823e95600b5 - 0.0% (849 Bytes)
[#019] sha256:d741b506ec0944b0e6ae0a5c80f5e235d5f6316903a1585400be774f49711e23 - 0.0% (830 Bytes)
[#020] sha256:58044a7e319bfabeab5b997c363b2529e822888d02833441ca9db3b792186edd - 0.0% (847 Bytes)
[#021] sha256:e70fa8fdbd1cec394764b2e4299c693b6a55695fba93fe1e5eadbabbd6eb8c80 - 0.0% (852 Bytes)
[#022] sha256:31b00cc4853c5cf894a9f2a991f4ba7119d9c5204522c26f7115783367f93ff9 - 0.0% (827 Bytes)
Apply image 1903-amd64
2021-01-15 21:08:09 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-1903
2021-01-15 21:08:10 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-15 21:08:55 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-01-15 21:08:56 UTCcmd /S /C #(nop) USER ContainerUser
2021-01-15 21:09:18 UTCcmd /S /C #(nop) COPY dir:2b24e0683bce9a6158e61058fc24411d0e844420ed7e75e69332bbeb47759889 in C:\Program Files\PowerShell
2021-01-15 21:09:58 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-01-15 21:09:59 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-01-15 21:10:00 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-04-11 20:10:56 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-11 20:10:57 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-04-11 20:10:59 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-04-11 20:10:59 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-04-11 20:11:00 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-04-11 20:11:00 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-11 20:11:42 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-d1083bc63e4ddde70ffadd09bf0133ae5862b5fe-head
2021-04-11 20:11:42 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-11 20:11:44 UTCcmd /S /C #(nop) COPY multi:e1273a542263dfce512597317d7fbbde5945d50eb93d89cd5a2e46cdd3c7af8b in \etc\rancher\
2021-04-11 20:11:44 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-11 20:11:44 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-04-11T20:11:40Z
2021-04-11 20:11:45 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-04-11 20:11:45 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=d1083bc63e4ddde70ffadd09bf0133ae5862b5fe
2021-04-11 20:11:45 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-04-11 20:22:56 UTC
260 MB
rancher/rancher-agent:v2.5-d1083bc63e4ddde70ffadd09bf0133ae5862b5fe-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:ef11e3fc4f3c8fde075a1b6b355f949a4163916f4072d517d85436e89af06a04 - 38.36% (99.9 MB)
[#001] sha256:6fac50e5ea9440b763f0f8dd58d69e63559a2f5d23699ddb06bebc4e32457358 - 0.0% (1.08 KB)
[#002] sha256:4a722553d5b78dc72fdfb9cfa606e981a5e16e91bd39e1a31d48d404100a1818 - 0.0% (1.04 KB)
[#003] sha256:5cc4e742396cfd33c96a66606fdd2307fca8332c3017f800f1d469a29db4da6b - 0.03% (69.9 KB)
[#004] sha256:6efd700701e5ddcf36ea5f200578fc1591ec2ede441805f924257c7c2b927173 - 0.0% (1.02 KB)
[#005] sha256:42e2fcb8ee26da679f19acb0e9745b232cf906a1ed06ae22cd76347d40d29edb - 37.23% (96.9 MB)
[#006] sha256:d6e9194bcf6cc510d6cad386008fe83a7f55a32c226dd49d983063497f87d076 - 0.04% (98.5 KB)
[#007] sha256:85ad06cf60bc5b98c298fadd512a78ce8183e802f1aaaa0382363ed84e99b254 - 0.0% (1.02 KB)
[#008] sha256:afb0f01d0f03927cdf49da73a8ed697c412b396f10193cab1998ff6f8e35e442 - 0.0% (1.04 KB)
[#009] sha256:d5d2834876b251bab04611cfe377ad6e029b1ea0c9c1d50f68bd9de010911749 - 0.0% (923 Bytes)
[#010] sha256:08d28a2ea95f1180d950eff9d3d641f4d3b4bc59a07cf7a790f180d56172f1e3 - 0.04% (102 KB)
[#011] sha256:4b1ba6b0353d2a98a71a5107a81dd4c0017c630ed00f98cb7e1177d6953e06b3 - 12.46% (32.4 MB)
[#012] sha256:c05a09e8779f1351db9523ac8f203ef9e09b5c0245e2343b67d077a77ad5e0b2 - 0.0% (874 Bytes)
[#013] sha256:10eed813647675ee005b5d85b0bbf859bb7928e4348c28bff2b600992ea4178d - 0.0% (834 Bytes)
[#014] sha256:b1dbb245fe1856459c6c0e412423fc5db283ce072e76da80b2c554d2587133a9 - 0.0% (835 Bytes)
[#015] sha256:45be1e3b121ed0046fdbcd1a8bcc1082dd97cf80ec3aa462e026661e8703cf3b - 0.0% (833 Bytes)
[#016] sha256:a4db81eb0b88129c9a495b81b4daddd6612ed102f002e79e14da2055bc5ccff7 - 0.0% (854 Bytes)
[#017] sha256:a63724a9d0c237737abc688361d7730126beefbf68cb3e33312add19c55003f9 - 11.84% (30.8 MB)
[#018] sha256:a2281f1c9af4c0fd018e8900e39620245570998878317937a05eb1918b768b09 - 0.0% (839 Bytes)
[#019] sha256:38a0aa6ddfcc753989b574337d397c136cfed06d5ad42b9408bd1c8c02060efc - 0.0% (857 Bytes)
[#020] sha256:2065c0b34986712783afd6bb95aebfa47d4a5066a12ed43c8cd216e78bded68b - 0.0% (836 Bytes)
[#021] sha256:258e94e895fcbc04a2f48c56babbacebea27dc960154e6b7b5927487ebc23686 - 0.0% (851 Bytes)
[#022] sha256:f7608f8f6cf83f455b16b7cfce021cc14dd3c4c230c4535e4792626cc28f2962 - 0.0% (834 Bytes)
Apply image 2004-amd64
2021-03-16 21:15:26 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-03-16 21:15:27 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-03-16 21:15:35 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-03-16 21:15:35 UTCcmd /S /C #(nop) USER ContainerUser
2021-03-16 21:15:51 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-03-16 21:16:25 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-03-16 21:16:25 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-03-16 21:16:26 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-04-11 20:22:44 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-11 20:22:45 UTCcmd /S /C #(nop) COPY multi:57355cb5be6e2624acb1d32e70fd27ced1f9272669bb34ccf2b7b763da2dd6af in \Windows\System32\
2021-04-11 20:22:48 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-04-11 20:22:49 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-04-11 20:22:50 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-04-11 20:22:50 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-11 20:22:50 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-d1083bc63e4ddde70ffadd09bf0133ae5862b5fe-head
2021-04-11 20:22:51 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-11 20:22:52 UTCcmd /S /C #(nop) COPY multi:7870b2f7b84be8e290ae5370c3539a44729e3d846f7ffe89b2bfdae9f1108f4e in \etc\rancher\
2021-04-11 20:22:54 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-11 20:22:54 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-04-11T20:21:19Z
2021-04-11 20:22:55 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-04-11 20:22:55 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=d1083bc63e4ddde70ffadd09bf0133ae5862b5fe
2021-04-11 20:22:56 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-04-11 20:15:48 UTC
2.47 GB
rancher/rancher-agent:v2.5-d1083bc63e4ddde70ffadd09bf0133ae5862b5fe-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 56.73% (1.4 GB)
[#001] sha256:b67d61f938f3725a9bf5b4e0ece52422f5b09c5994bb0af1971b526e4e0f8666 - 37.31% (944 MB)
[#002] sha256:2f7e5a27baa273f2dd86aa45b20467f41e0703553a2ce614b790e01c7cbdd9f2 - 0.0% (1.27 KB)
[#003] sha256:46b53bbd93b734e7a83e68ac2104f58f9af85c8358899abbd2eb2b373838c9e9 - 0.0% (1.3 KB)
[#004] sha256:b9a30728c7f1a7972e49395785145da8edcde756cd55faeb65ac115fe4e320f7 - 0.81% (20.5 MB)
[#005] sha256:8c3b550ab6e11ba866d5668ec038d1fa570b5f21f3b621250ac7b5778183744e - 0.41% (10.3 MB)
[#006] sha256:82a37b5630baf9491ba25a838f6ad0e0bf56c9abf4fc9bab96f4d5fa9d09311d - 0.31% (7.85 MB)
[#007] sha256:ac083c45f0b5e538b5589d4896be5f4184b731b312c338e31f75d0fdf932f872 - 1.67% (42.2 MB)
[#008] sha256:e67b0c6ce5f5f287204ca46ebfde12fb2143df9929bc4dd72b2e4044cadb1edd - 0.41% (10.3 MB)
[#009] sha256:00a3dbc93073d1ece162731b4e2e8e334f873a73dde6e028703d108694a4fdf6 - 0.62% (15.6 MB)
[#010] sha256:e9d2a491af81da34ed0d332dc61c960dea2421e0a817fb31d7341ce693b0a937 - 0.5% (12.8 MB)
[#011] sha256:bbe22891c3009bb9c5f548bb66b51bec3066a9dafaa75c38939c87577bb386a3 - 0.02% (447 KB)
[#012] sha256:7db1324c750b1ac49dea2d8a78c6d9adf6ad80608ef6bbb3e5e7f9c687acd5c8 - 0.0% (1.27 KB)
[#013] sha256:9dd643a3b55fb6f9be400f5b5c6267bed5edc516302241fae00ef44645541989 - 0.0% (1.31 KB)
[#014] sha256:8871d4aa863eb3a6f990da9b8debd4fe8bb3bbb44ec3ad3351544ded1388cbe7 - 0.0% (1.32 KB)
[#015] sha256:e336547002795edc3aaca9891d46fe188dd02baa1b22d501127d4f5b1503f545 - 0.0% (1.27 KB)
[#016] sha256:fac43c09ae525a51d66b3439a64a76e772245b638100e49edea1f8c8df858a34 - 0.0% (1.38 KB)
[#017] sha256:0053b58a1bea3c92663e055669d6ee3be64834ab356911642d6b1cd2bdec9bd0 - 1.22% (30.8 MB)
[#018] sha256:554662316f9427c72e57a42397f72dd96f4d783e678b6bf5bd0c50b28d876740 - 0.0% (1.27 KB)
[#019] sha256:4059e315b89388f31360f02aedfe26ae4f58018a22dc71eab89161f3bc9ee4a7 - 0.0% (1.29 KB)
[#020] sha256:6b8d3e98bbe7ca29e64a32132452564a8e2dbdcc2e8dce611aa00a2e57005a42 - 0.0% (1.32 KB)
[#021] sha256:49bf9c86636ecc360d06fbfa5d120293cfc62ced85a7a03f2f37eaea1a275938 - 0.0% (1.29 KB)
[#022] sha256:836ec56fa3fa11411479ff08636a7cc866d968682b5034b4425f7b14c8bb8503 - 0.0% (1.27 KB)
Apply image 20H2-RTM-amd64
2021-03-05 14:38:58 UTCInstall update 20H2-amd64
2021-04-11 20:14:02 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-04-11 20:14:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-04-11 20:14:15 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-04-11 20:14:25 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.1.0/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-04-11 20:14:49 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-04-11 20:15:03 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-04-11 20:15:13 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-04-11 20:15:22 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-04-11 20:15:32 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-04-11 20:15:41 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Alias -Name pwsh -Value powershell
2021-04-11 20:15:41 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-04-11 20:15:42 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-04-11 20:15:43 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-11 20:15:43 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-d1083bc63e4ddde70ffadd09bf0133ae5862b5fe-head
2021-04-11 20:15:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-11 20:15:45 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:7870b2f7b84be8e290ae5370c3539a44729e3d846f7ffe89b2bfdae9f1108f4e in \etc\rancher\
2021-04-11 20:15:46 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-11 20:15:47 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-04-11T20:14:00Z
2021-04-11 20:15:47 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-04-11 20:15:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=d1083bc63e4ddde70ffadd09bf0133ae5862b5fe
2021-04-11 20:15:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-04-11 20:12:33 UTC
179 MB
rancher/rancher-agent:v2.5-d1083bc63e4ddde70ffadd09bf0133ae5862b5fe-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:af9ca2923c1e73640f6df497fc7fc63e3c2e24892f1d6abbd4225542339b6e06 - 12.61% (22.6 MB)
[#001] sha256:9a2babfbd9d095d8a0dc7cfbaa658447a483120087d4ea77cae9ee9a78e370c2 - 0.0% (849 Bytes)
[#002] sha256:f83b7f31d752fef6bce03359dc68487e2d02040b70c57526b72004a0ced4cbf5 - 0.0% (189 Bytes)
[#003] sha256:fffe49d99b18717ca6c6e8712e8dd02cc97899987f6c6fea4a77ee2ec637f8a9 - 0.0% (124 Bytes)
[#004] sha256:4e7adc9eb5851b4c7c3be6755361a8ba22ee2f8a634bb6331e3de47e8b45b8ab - 29.19% (52.4 MB)
[#005] sha256:982ec94d9e8cc1d85b7d36d76310fd94980377417c12b3119705bf1f794128c7 - 1.08% (1.94 MB)
[#006] sha256:7f3dfa382b5494bbe836962a5eda8fd7a4c9db9c3b54a8b52888b9b2f243e845 - 13.73% (24.6 MB)
[#007] sha256:09158e13f9698d09f530ed05b2d3dcaed192ab4596c3673c12747ed291cac3c7 - 27.56% (49.5 MB)
[#008] sha256:deefb7b66ddb6495240918763b62e8c89b82dffad314c220365140863d3c75e0 - 0.0% (8.89 KB)
[#009] sha256:831f45402c735568d3ee1b642b74fce00ae5338125db098b89c981292cecc697 - 15.83% (28.4 MB)
[#010] sha256:50827a97a042ddba1dde82d9487e71e881de37636feb64b3066be7f8812f1077 - 0.0% (171 Bytes)
/bin/sh -c #(nop) ADD file:c2ebeb57ae78696b3c16020bf2c3030d8f36acd3032907fea3fec885ac614541 in /
2021-03-25 23:21:47 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-03-25 23:21:57 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-03-25 23:22:01 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-03-25 23:22:07 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-04-11 20:11:52 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-04-11 20:11:52 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-04-11 20:11:53 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-04-11 20:11:53 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-04-11 20:12:15 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-04-11 20:12:16 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-04-11 20:12:17 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-04-11 20:12:17 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-04-11 20:12:19 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-04-11 20:12:20 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-04-11 20:12:20 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-04-11 20:12:20 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-11 20:12:20 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-d1083bc63e4ddde70ffadd09bf0133ae5862b5fe-head
2021-04-11 20:12:21 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-04-11 20:12:28 UTC/bin/sh -c #(nop) COPY dir:37b0dc2c3e7ace25ece7bb1a6d17c5275abb3df9c57fd4840522bfa478d3b391 in /var/lib/rancher-data
2021-04-11 20:12:31 UTC/bin/sh -c #(nop) COPY file:c60b26f35c3c5659c4b0e8025022c909934ae8190a20e5ee1935a9d5c70e85ab in /usr/bin/
2021-04-11 20:12:31 UTC/bin/sh -c #(nop) COPY multi:7454081c35adf9a9b09291160f7de070ac6559a543b5357f6ffc67b4383c4762 in /usr/bin/
2021-04-11 20:12:32 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-04-11 20:12:32 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-04-11 20:12:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-11T20:11:34Z
2021-04-11 20:12:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=d1083bc63e4ddde70ffadd09bf0133ae5862b5fe
2021-04-11 20:12:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-04-11 20:12:33 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.