2021-04-13 18:13:31 UTC
176 MB
rancher/rancher-agent:master-ae5f46e9932c7b30781a46aa9e9668c6dedd1988-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 - 14.47% (25.5 MB)
[#001] sha256:d47239a868b3375462d644f2ffb1b20114623fac03109d2950bdf0d57ab487d2 - 0.0% (850 Bytes)
[#002] sha256:49cbb10cca8504e3dbd65eb5db3c1dd0cd27070154386f819c5936de321c14b1 - 0.0% (189 Bytes)
[#003] sha256:e3afcb8d48dcd4e4276b0a561a3fed95d22a8b1c1f42d596c93ed7894e20d6b7 - 0.0% (123 Bytes)
[#004] sha256:997ee62bc15a7ae820fe14de162ce3028bd277c61bdaa17add683617125a2889 - 32.41% (57.1 MB)
[#005] sha256:b0cf1c69e4cdec93ee98edf15749d8bd086cad09755299977088473d8243d507 - 1.25% (2.2 MB)
[#006] sha256:c84c68d6485e8f2ea309763f658bb98679f39c5ad4d7c113305454bd4148ec3d - 15.1% (26.6 MB)
[#007] sha256:f0f70a9cdaed6255a9d643d45e6046096cbdc9d3d4f0ad9ceb7ed889688416f1 - 28.14% (49.5 MB)
[#008] sha256:a296d5b2defd75480de44239b362b93b31b83c65ffc43015771d698b129e29ec - 0.01% (9.31 KB)
[#009] sha256:62420a3b968ef77b9b3d7d33119810e47ed4c029f58875b195bd5ef137ccb106 - 8.63% (15.2 MB)
[#010] sha256:273c845fe92ef84ca6b5643540ea8c1dc6e5e3b95a2d3e586e323dea9b181773 - 0.0% (172 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-13 18:12:17 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-04-13 18:12:17 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-13 18:12:19 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-04-13 18:12:19 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-04-13 18:12:59 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-13 18:13:00 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-04-13 18:13:01 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-13 18:13:02 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-04-13 18:13:05 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-13 18:13:06 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-04-13 18:13:07 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-04-13 18:13:07 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-13 18:13:07 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-ae5f46e9932c7b30781a46aa9e9668c6dedd1988-head
2021-04-13 18:13:08 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-04-13 18:13:24 UTC/bin/sh -c #(nop) COPY dir:5f8184369f99d1d54a62691f140c1a7f23f57b7e33482d43c3fc2d97ab6b271b in /var/lib/rancher-data
2021-04-13 18:13:26 UTC/bin/sh -c #(nop) COPY file:06b0b342addff9a717be154d225e24a02cfd9f246783db87a72ccfb06f516df1 in /usr/bin/
2021-04-13 18:13:28 UTC/bin/sh -c #(nop) COPY multi:9dcdcb47fe748b5f649eab974680a8611c50bf96305a4023679340ab62900ad1 in /usr/bin/
2021-04-13 18:13:28 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-04-13 18:13:29 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-04-13 18:13:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-13T18:11:47Z
2021-04-13 18:13:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=ae5f46e9932c7b30781a46aa9e9668c6dedd1988
2021-04-13 18:13:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-04-13 18:13:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-04-13 18:01:33 UTC
238 MB
rancher/rancher-agent:master-ae5f46e9932c7b30781a46aa9e9668c6dedd1988-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 - 40.55% (96.7 MB)
[#001] sha256:1e29214a08a68cc3bab5896a29d8985fca9e12233ed472cd2c6145b1866398e9 - 0.0% (1.05 KB)
[#002] sha256:5d0612e238e6ac2ec0f8cecd67d4a9c3c7f7057095840f820b4a6b6be3f1eb40 - 0.0% (1.07 KB)
[#003] sha256:0b45784adecff220a6553edd5795641c56b36b1e4b57dcab277bbd25883e1d48 - 0.03% (65.8 KB)
[#004] sha256:15b76c0e846ecb01cf839be55fccd055ac480e8a0256d017fe14bc4c8b920ab3 - 0.0% (1.12 KB)
[#005] sha256:f7a723a7649370197918291b2dcd4615f851d12684eef849ebb19e1e1ebe97e9 - 40.63% (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 - 13.6% (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:5f1d5ec956096b9a90370ba006b2279397992202a9c9a7f94318270f049a1c60 - 0.0% (857 Bytes)
[#016] sha256:7641d7008639a56780b766810d72aee8ba4eba91bbe4900e22e550a4cb9aeefb - 0.0% (852 Bytes)
[#017] sha256:3835f437cfaa46ec1e665d5412620aba8513ee25198a799ba2ad55db7847be81 - 5.1% (12.2 MB)
[#018] sha256:54c3db9a0ee9bb54b6cdfbea9f38c2a1a52b3363f35277ac641687988323fa13 - 0.0% (854 Bytes)
[#019] sha256:dd33a167a7b38b63b4bdd7b2e8e562036a4550c118c38d454454d7a163a35605 - 0.0% (874 Bytes)
[#020] sha256:d312f07c6595f610e9da766a746978966615dbd5538d11faa3b2cbc50abe121e - 0.0% (831 Bytes)
[#021] sha256:44c49a424c2ec103a60065f56e21273086fb30e9f96ce3f711b28028cff06b14 - 0.0% (860 Bytes)
[#022] sha256:1b35a2a6bf0ce8a717f9cf51112e3af22ecbe3f7190bdab8ecec538e7e0d7e1d - 0.0% (878 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-13 18:01:29 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-ae5f46e9932c7b30781a46aa9e9668c6dedd1988-head
2021-04-13 18:01:29 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-13 18:01:30 UTCcmd /S /C #(nop) COPY multi:06d5afb18d344fe7e562dacb97645a6cc93ac702ab4090a21ffcd7ace2c3655d in \etc\rancher\
2021-04-13 18:01:31 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-13 18:01:31 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-04-13T18:01:26Z
2021-04-13 18:01:32 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=ae5f46e9932c7b30781a46aa9e9668c6dedd1988
2021-04-13 18:01:32 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-04-13 18:01:33 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-04-13 18:02:29 UTC
239 MB
rancher/rancher-agent:master-ae5f46e9932c7b30781a46aa9e9668c6dedd1988-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 - 40.72% (97.4 MB)
[#001] sha256:dde1ba7643f60847f0fe8c5ce03f23b32c0927305ed32101d81c94c94aeb5a60 - 0.0% (1.06 KB)
[#002] sha256:8a0fcc2069e76692cc8d3be425e860129743cf0a9a8b7c3a4b385a4bde46e24d - 0.0% (1.02 KB)
[#003] sha256:372628681d3f3193edd6b4d325b0e1951cecf78cda01faebff2d74f027129a95 - 0.03% (63.8 KB)
[#004] sha256:b8b3ab6c96ae48b226cc75073ecc078a2fb97a79e8d0b7a2f47f0fc4dad90640 - 0.0% (1.12 KB)
[#005] sha256:975d084e016729a87575417c001084cb5144aca879b7c752d5a994f0133ded4d - 40.51% (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 - 13.56% (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:1c93cd96525e68d5d840e3f230d1d318b97a72a0aa4dbff2ae21bd54a67498c8 - 0.0% (850 Bytes)
[#016] sha256:d679e0b0146dc775a1d2307c8421084769f8a1ea1c8000361977b62bd3877ea5 - 0.0% (857 Bytes)
[#017] sha256:5900cb4fd1eb90570a25dcfab968f3469a9868a3e96fea6f3144cc5b19c2db17 - 5.08% (12.2 MB)
[#018] sha256:8bf92d7043cff3f25d1df9385b5b1dd26c01c5bb77506857d5c1fa65117db6fb - 0.0% (834 Bytes)
[#019] sha256:bac0c733f2ce65dab42bac362751bf7c3cb181a6eacf54426022f0f5241cd7e1 - 0.0% (877 Bytes)
[#020] sha256:7377c223ef1a66324edc07b038d69960ab344cbcddbc403c1a6d9c865f86a0ab - 0.0% (826 Bytes)
[#021] sha256:d908b63690b6f2e68dfddb877eae977aadc7ccd39bbb58e943441ac17ff92795 - 0.0% (871 Bytes)
[#022] sha256:759acad01194f2cce02ab6be714c34662f450152608baac289add79bba394bbe - 0.0% (849 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-13 18:02:24 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-ae5f46e9932c7b30781a46aa9e9668c6dedd1988-head
2021-04-13 18:02:24 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-13 18:02:25 UTCcmd /S /C #(nop) COPY multi:06d5afb18d344fe7e562dacb97645a6cc93ac702ab4090a21ffcd7ace2c3655d in \etc\rancher\
2021-04-13 18:02:27 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-13 18:02:27 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-04-13T18:02:21Z
2021-04-13 18:02:28 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=ae5f46e9932c7b30781a46aa9e9668c6dedd1988
2021-04-13 18:02:28 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-04-13 18:02:29 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-04-13 18:01:36 UTC
240 MB
rancher/rancher-agent:master-ae5f46e9932c7b30781a46aa9e9668c6dedd1988-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 - 40.88% (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 - 40.43% (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 - 13.51% (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:821912bc0b8eeb4fe4cb661719ebd86364f6190746c98828eaf44091d938506b - 0.0% (868 Bytes)
[#016] sha256:9afbb59162573cc95623d8d2f672418bbda5d0c498e6506396dbd5e627dad17b - 0.0% (850 Bytes)
[#017] sha256:3e910393b6457e787aabf9bc6bfacc09de1c5e5f99e5daba31fea62417e109f0 - 5.06% (12.2 MB)
[#018] sha256:89649d33469d07fc744bb755f6f95c63c784a26ef91e7d000ded6d93f4f9e159 - 0.0% (852 Bytes)
[#019] sha256:d7f4ba0eaadf4f95a45944b92047681a77dd2ed0b6a6a7f31d4fcad3ad530132 - 0.0% (860 Bytes)
[#020] sha256:c2fb3363a370425d67e2daf54b9a961ab07386600b5935ead1505e689dc7a746 - 0.0% (844 Bytes)
[#021] sha256:0e452032e988cb09cf151158aeaa9007bc458bb392b1b1c4cee25885cf290375 - 0.0% (879 Bytes)
[#022] sha256:6e7c964d1ea68e03228090c313c97d5f763fb7b62abf0baaab1cf24ee12b8007 - 0.0% (945 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-13 18:01:33 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-ae5f46e9932c7b30781a46aa9e9668c6dedd1988-head
2021-04-13 18:01:33 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-13 18:01:34 UTCcmd /S /C #(nop) COPY multi:06d5afb18d344fe7e562dacb97645a6cc93ac702ab4090a21ffcd7ace2c3655d in \etc\rancher\
2021-04-13 18:01:35 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-13 18:01:35 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-04-13T18:01:31Z
2021-04-13 18:01:36 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-04-13 18:01:36 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=ae5f46e9932c7b30781a46aa9e9668c6dedd1988
2021-04-13 18:01:36 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-04-13 18:06:34 UTC
242 MB
rancher/rancher-agent:master-ae5f46e9932c7b30781a46aa9e9668c6dedd1988-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 - 41.33% (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 - 40.11% (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 - 13.42% (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:bfdb0728446398d5de8ce294e83f27dffeb595903a06e2ee25f9cb11ef0e09bc - 0.0% (889 Bytes)
[#016] sha256:342ea05717a73cc0bd8a85926546177fc7e3175a61b46b043b0f004af687c46d - 0.0% (857 Bytes)
[#017] sha256:658842a8da952af4ad5254b2546b31593ddde6274f8cdc927ce98516a37f4972 - 5.03% (12.2 MB)
[#018] sha256:7b8022acb43ba2643c4aa0e7a72bf1e713d1972a42d2dbf2877fdf95e429c853 - 0.0% (864 Bytes)
[#019] sha256:f4dd597809a20aad1f801cb907be5c7f087c229d9594da3384cb1ac26c66b407 - 0.0% (860 Bytes)
[#020] sha256:ff45064cbca4788c69d3875cc1248b5404658139d06a0b7584f2361752a60bb1 - 0.0% (869 Bytes)
[#021] sha256:4dac0f35f0b4145e23e8ff43470d5709828c491d61a58ed6dcca9b092bf45a33 - 0.0% (883 Bytes)
[#022] sha256:47e7d6d4d12d02f470af8f2c0e1f115ae94aea5a39c458daad46d248a06820e0 - 0.0% (865 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-13 18:06:29 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-ae5f46e9932c7b30781a46aa9e9668c6dedd1988-head
2021-04-13 18:06:30 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-13 18:06:31 UTCcmd /S /C #(nop) COPY multi:33ab7b860ea14cd9428f2210c6a78a1f563e8180a54efc037b8a407e2283e1d0 in \etc\rancher\
2021-04-13 18:06:32 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-13 18:06:32 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-04-13T18:00:35Z
2021-04-13 18:06:33 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-04-13 18:06:33 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=ae5f46e9932c7b30781a46aa9e9668c6dedd1988
2021-04-13 18:06:34 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-04-13 18:07:41 UTC
2.44 GB
rancher/rancher-agent:master-ae5f46e9932c7b30781a46aa9e9668c6dedd1988-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 57.44% (1.4 GB)
[#001] sha256:ad702b8ea1d861f6708801dfed7808856abc2c94d52e7805e2eee95f03a9281d - 38.09% (952 MB)
[#002] sha256:2a8bb981c4cf0b32ffb74dd4f3ef8134654c19d5ac39f27fc7e9df30cdab8703 - 0.0% (1.34 KB)
[#003] sha256:77753ad3fb55ab9a25c7e0bce5391f076703a30f463feb47126c149946b30f12 - 0.0% (1.27 KB)
[#004] sha256:12c96996eabf31239e8016cadce85ce1776843b5b237ea7f394effb5484dc3fd - 0.62% (15.5 MB)
[#005] sha256:a1ef2e6f4d1c926bf2f7e2928f476085fcd81acde530f9f69d3513941c2f18d5 - 0.21% (5.25 MB)
[#006] sha256:0da9fc523dd189030ffd3d1d6f20c0333b973279240d072c167802f1a4c2e375 - 0.31% (7.82 MB)
[#007] sha256:d62967b874e8e6eeb15aa6c9bc39865ef3249e4b1f50be196a73e0b7a56aa117 - 1.49% (37.2 MB)
[#008] sha256:34582ac130c4aa8dc1b477d680c6ce84ba07d9f208a510b2d297b9e41447555e - 0.21% (5.32 MB)
[#009] sha256:b17bc87d12a0abb68e6c81778a5ce41fdffe8d9c9bacd57545df1c99c02ec252 - 0.62% (15.5 MB)
[#010] sha256:548b95b862ecdb24954d4732b39d4e494e9c117596eb6085819fd7da51e1736a - 0.51% (12.7 MB)
[#011] sha256:dbef65f5d008bf287efed7b6cdae5588882bd236ae9b55a3fdc1556329258b54 - 0.0% (1.31 KB)
[#012] sha256:9ed4184a5b27507d77e5e3043ecb7773fbcbb97c2fa664cac152fd45595dfbd3 - 0.0% (1.29 KB)
[#013] sha256:c67a2e7285ecc3c7a929140d3fcc09084676e029b2c2dfa87d3b6e59b77d2325 - 0.0% (1.27 KB)
[#014] sha256:2521c988094d4e10f14436ba092ba8b56edb816e625026a54e44d6a75b8a6785 - 0.0% (1.26 KB)
[#015] sha256:24ef7a62262c7ff3c8ea8ebc1bea1da411eba0a6ddc41e2d6711f4b7497deab9 - 0.0% (1.39 KB)
[#016] sha256:fd3678edd9913f39a8bbc9d17cb27e05dae20e948c6ca9115c2d60f185605de2 - 0.49% (12.2 MB)
[#017] sha256:2756f72ef9f9c811e1a97a8604b27d4374caafa1ba78409dafd89ff44e479565 - 0.0% (1.26 KB)
[#018] sha256:69833a76a733230275dc5245aab47d7bf03d525529f28a0b8c1ad5bda25c7de9 - 0.0% (1.36 KB)
[#019] sha256:acef1f61a97af4016a7784964a99316a8976b5e07860d4ed8aa5232ee94c814c - 0.0% (1.29 KB)
[#020] sha256:93c339c0d3340ab23559efbfe546e8620ea85e8cca9c69d7244e64160572ce69 - 0.0% (1.27 KB)
[#021] sha256:fe34e777a37be63686ac077196f74baf4c56a67a379bc3ef42c537c7b2606953 - 0.0% (1.29 KB)
Apply image 20H2-RTM-amd64
2021-04-09 10:01:30 UTCInstall update 20H2-amd64
2021-04-13 18:04:33 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-04-13 18:04:34 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-04-13 18:05: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-13 18:05:47 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-13 18:06:34 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-13 18:06:51 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-13 18:07:05 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-04-13 18:07:18 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-04-13 18:07:32 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-04-13 18:07:33 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-04-13 18:07:33 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-04-13 18:07:34 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-13 18:07:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-ae5f46e9932c7b30781a46aa9e9668c6dedd1988-head
2021-04-13 18:07:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-13 18:07:37 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:33ab7b860ea14cd9428f2210c6a78a1f563e8180a54efc037b8a407e2283e1d0 in \etc\rancher\
2021-04-13 18:07:38 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-13 18:07:38 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-04-13T18:00:34Z
2021-04-13 18:07:40 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-04-13 18:07:41 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=ae5f46e9932c7b30781a46aa9e9668c6dedd1988
2021-04-13 18:07:41 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-04-13 18:10:52 UTC
165 MB
rancher/rancher-agent:master-ae5f46e9932c7b30781a46aa9e9668c6dedd1988-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 - 13.72% (22.6 MB)
[#001] sha256:9a2babfbd9d095d8a0dc7cfbaa658447a483120087d4ea77cae9ee9a78e370c2 - 0.0% (849 Bytes)
[#002] sha256:f83b7f31d752fef6bce03359dc68487e2d02040b70c57526b72004a0ced4cbf5 - 0.0% (189 Bytes)
[#003] sha256:1bc34e46c7fabb750a9b5ccd6f2d6b60363ec847fcb5c09da1ec1ef5d5a106c9 - 0.0% (123 Bytes)
[#004] sha256:59ae8e8b0a8015452765ed7dcf59fe96b7aa784e2f5556d0550436165f4d5d8a - 31.77% (52.4 MB)
[#005] sha256:982ec94d9e8cc1d85b7d36d76310fd94980377417c12b3119705bf1f794128c7 - 1.18% (1.94 MB)
[#006] sha256:ea0946e78614c500c19a4ea417bdb1e23fd7ad161e53e12d8ee41d43c5f1a4ef - 14.94% (24.6 MB)
[#007] sha256:3eadbc8426a70ce3a9bc2ea92179a4bdd5e279864ca2dac726ab5899533ce719 - 30.11% (49.7 MB)
[#008] sha256:55aead178efe0a7343528cbbf3bb009d43fe70b4592da7a45dedb10aa0ffdcfb - 0.01% (8.89 KB)
[#009] sha256:e4c3683ccc2925ff6a426494ca9f86af642c9f872bf7d94e28214d02484eb78a - 8.27% (13.6 MB)
[#010] sha256:331d28e4be6f3586570e7fd1851390b524aaa201fdfbf2fbea86aee1bea36ff1 - 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-13 18:10:10 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-04-13 18:10:10 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-13 18:10:11 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-04-13 18:10:11 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-04-13 18:10:35 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-13 18:10:35 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-04-13 18:10:36 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-13 18:10:37 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-04-13 18:10:38 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-13 18:10:39 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-04-13 18:10:39 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-04-13 18:10:39 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-13 18:10:39 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-ae5f46e9932c7b30781a46aa9e9668c6dedd1988-head
2021-04-13 18:10:40 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-04-13 18:10:47 UTC/bin/sh -c #(nop) COPY dir:32d09d1bea746e8d0e3d1ed5d53694cfa140c2fd90305a957adc3728a508533c in /var/lib/rancher-data
2021-04-13 18:10:50 UTC/bin/sh -c #(nop) COPY file:c60b26f35c3c5659c4b0e8025022c909934ae8190a20e5ee1935a9d5c70e85ab in /usr/bin/
2021-04-13 18:10:50 UTC/bin/sh -c #(nop) COPY multi:f4aa3f4b5d41fc21b6e72f31c9588aeb5d518a6dbc41b37129b6370f54790125 in /usr/bin/
2021-04-13 18:10:51 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-04-13 18:10:51 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-04-13 18:10:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-13T18:09:55Z
2021-04-13 18:10:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=ae5f46e9932c7b30781a46aa9e9668c6dedd1988
2021-04-13 18:10:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-04-13 18:10:52 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.