2021-01-20 18:15:40 UTC
162 MB
rancher/rancher-agent:v2.5-8d5b3b8d933d04b04e0f0ae3a23d48d0a962c53f-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.18.2
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:f22ccc0b8772d8e1bcb40f137b373686bc27427a70c0e41dd22b38016e09e7e0 - 15.69% (25.5 MB)
[#001] sha256:3cf8fb62ba5ffb221a2edb2208741346eb4d2d99a174138e4afbb69ce1fd9966 - 0.0% (850 Bytes)
[#002] sha256:e80c964ece6a3edf0db1cfc72ae0e6f0699fb776bbfcc92b708fbb945b0b9547 - 0.0% (162 Bytes)
[#003] sha256:05cf9669fb611c354e087c6b5f5425760ccdb985fda8c69fbf3ac832e5d40d80 - 0.0% (123 Bytes)
[#004] sha256:4368b61cd33b3f4b0b12b1eb82a668337e644b6eb978b312012029f74b2a3087 - 33.46% (54.3 MB)
[#005] sha256:8173306facae086d67be798301e1b4e3edccddc2bfa829b570a59cfdaedd09b8 - 1.36% (2.2 MB)
[#006] sha256:4120ab60680105a71507ecd3ae309f3a786cc95b4a6777f1cee105871d3722a6 - 16.37% (26.6 MB)
[#007] sha256:fc57124091db21a0a3c9bf6116e1d4e7f474803ae3b41828890e0df4e0aeb83a - 14.38% (23.3 MB)
[#008] sha256:b07aa776721094f73465f11736484491c36827b32118a58de00d532bb767266d - 18.73% (30.4 MB)
[#009] sha256:cf1c5792e2b29a096934ae7695a483069c2d03b1f26109183130d755c2ff84d6 - 0.0% (171 Bytes)
/bin/sh -c #(nop) ADD file:6ef542de9959c3061f2d0758adb031e226b221a1a2cd748ff59e6fc13216a1c0 in /
2020-11-25 22:25:14 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
2020-11-25 22:25:15 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-11-25 22:25:16 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-11-25 22:25:17 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-01-20 18:15:05 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-01-20 18:15:05 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-01-20 18:15:06 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-01-20 18:15:06 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2021-01-20 18:15:27 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 && 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-01-20 18:15:27 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-01-20 18:15:28 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-01-20 18:15:28 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-01-20 18:15:30 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-01-20 18:15:31 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-01-20 18:15:31 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-01-20 18:15:31 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-20 18:15:31 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-8d5b3b8d933d04b04e0f0ae3a23d48d0a962c53f-head
2021-01-20 18:15:31 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-01-20 18:15:36 UTC/bin/sh -c #(nop) COPY dir:fdf97620a5211ed2cf2b2de6ab6545ed1aa69387d370fceca5880013f625b112 in /var/lib/rancher-data
2021-01-20 18:15:38 UTC/bin/sh -c #(nop) COPY multi:cbc86cfa4a572ff04d0e3fc6d9fdc38b9cdc8628e2b5a0a3cabb6b4d89ffa9dc in /usr/bin/
2021-01-20 18:15:39 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-01-20 18:15:39 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-01-20 18:15:39 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-01-20T18:14:44Z
2021-01-20 18:15:39 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-20 18:15:39 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=8d5b3b8d933d04b04e0f0ae3a23d48d0a962c53f
2021-01-20 18:15:40 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-20 18:00:37 UTC
257 MB
rancher/rancher-agent:v2.5-8d5b3b8d933d04b04e0f0ae3a23d48d0a962c53f-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:62239e9aa1a352a20b0d4969c2b508b8a18d10e799d4db72e6f24ccbb2c724d9 - 37.61% (96.6 MB)
[#001] sha256:70220169a64d6302f4515abf14ee74d434c26c52ff69344a39e0f2f4b3ad9e1c - 0.0% (1.12 KB)
[#002] sha256:c0f9ae42832169b80a7e5fd5d2c0af705bf2ab6a91e2640fc5da366bca49da5d - 0.0% (1.02 KB)
[#003] sha256:b81a75f9f189ee547be6d8966eafe7b0daeac19d4bd3f01e050d31caa4775797 - 0.03% (69.9 KB)
[#004] sha256:e9d331c5c4fbc2ac580c25d25707a54d530fb84c1a448c028f6b0212844cf973 - 0.0% (1020 Bytes)
[#005] sha256:f8972875c02fa530c7f1d299f39b756432b38ad975cc2647f824b6d46449909c - 37.75% (97 MB)
[#006] sha256:1b71a133c06991dbfb554cb3c18a70c2767910ea1e11edca4fb6a82ba563a8bf - 0.05% (135 KB)
[#007] sha256:ddeeb0ae1ab9d63933fc73f4e59acf095e275192e67ba8f80d303207f2a454c3 - 0.0% (1.02 KB)
[#008] sha256:63774abb91c6cf0aadb55894a9f5f0580b74f4df186b1adfd3a657c3d79b66e5 - 0.0% (1.02 KB)
[#009] sha256:473ff5cdeadef5d5dd0f31298495da6179608b7a9e333121d2f57f0bf4034712 - 0.0% (848 Bytes)
[#010] sha256:3152002a3f6fed13c7b03046fef7a585ef824cbbf66f20c6cca48b41c5931909 - 0.04% (96.5 KB)
[#011] sha256:b461701d35686179d27a936e7657c1c3965f93aa2cc91e6d361c402067705d2c - 12.69% (32.6 MB)
[#012] sha256:1b7f39e0502b03a991efb12067d188edd193621d004d49eec252932b1fe83a1d - 0.0% (826 Bytes)
[#013] sha256:c8afdcbfc48292b6192bc3d6ab52e1dcd6a0c956a1fe788e83c989cf40c5918a - 0.0% (831 Bytes)
[#014] sha256:bcaae0726d8805d27c4d5bf2cab899f828d263a7cd137663538f8e0e21ef51d0 - 0.0% (854 Bytes)
[#015] sha256:a9e0e2a044ba6d4bdd6d0145dcfa4fe5b0b73a50fa58169c31fa5f1687f46349 - 0.0% (831 Bytes)
[#016] sha256:743401d66029901b36a731c02f3772f6cac299c89633aa9327d455ae56ceea29 - 0.0% (855 Bytes)
[#017] sha256:506a9d2522bd8a1183710b22a72f8f51abe961f859ef9c6c834c4ee0e5c16de3 - 11.83% (30.4 MB)
[#018] sha256:10a8247a70c2673349e419b3db1a15a28fbc5240298c5d04e1b0682c03ab5320 - 0.0% (827 Bytes)
[#019] sha256:0742c661afb9d712168d2ec3994af6d597cc73a10174ef6ed8cdef02970c5179 - 0.0% (859 Bytes)
[#020] sha256:cae13b9f91e27e367e7c8d89a19b1e46ad4def2e071e59ef586691eb58cb9652 - 0.0% (861 Bytes)
[#021] sha256:4bbe2ee55d788eee03848938a07183e0e939fa8fe7604829ac4f3d19d51d0770 - 0.0% (829 Bytes)
[#022] sha256:71d147c8462e43b4f0a3910f207f42efa1fc200c2502fdd1462f2d03b4f6f952 - 0.0% (829 Bytes)
Apply image 1809-amd64
2021-01-19 23:20:25 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-01-19 23:20:27 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-19 23:20:59 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-01-19 23:20:59 UTCcmd /S /C #(nop) USER ContainerUser
2021-01-19 23:21:19 UTCcmd /S /C #(nop) COPY dir:2b24e0683bce9a6158e61058fc24411d0e844420ed7e75e69332bbeb47759889 in C:\Program Files\PowerShell
2021-01-19 23:21:57 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-19 23:21:58 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-01-19 23:21:58 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-01-20 00:06:19 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-20 04:21:12 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2021-01-20 04:21:14 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-01-20 04:21:15 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-01-20 04:21:15 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-01-20 04:21:15 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-20 18:00:33 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-8d5b3b8d933d04b04e0f0ae3a23d48d0a962c53f-head
2021-01-20 18:00:33 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-20 18:00:35 UTCcmd /S /C #(nop) COPY multi:436e8d296bce725cf00ff168e0f27617b5a0b940958c44a06972195c544fa81d in \etc\rancher\
2021-01-20 18:00:36 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-20 18:00:36 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-20T18:00:31Z
2021-01-20 18:00:36 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-20 18:00:37 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=8d5b3b8d933d04b04e0f0ae3a23d48d0a962c53f
2021-01-20 18:00:37 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-20 18:02:12 UTC
260 MB
rancher/rancher-agent:v2.5-8d5b3b8d933d04b04e0f0ae3a23d48d0a962c53f-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:3155a5f44f3dc969ff02d04e7f3dbd46e828c217c194c52591f5ac542dcd622b - 38.32% (99.6 MB)
[#001] sha256:fb0d0a5eed4c7e3b9d4dfdfa8b844bfcef7ad31367ac269af0e54415ec105418 - 0.0% (1.02 KB)
[#002] sha256:06806150752e491f8a27a80f45530405979e83f2f26632fc668c844a70bd289b - 0.0% (1.01 KB)
[#003] sha256:c0f33331efcd07bba50f3651e0f8a9084431a914b07e060a4c61802c3770851a - 0.02% (63.9 KB)
[#004] sha256:57d90fb8451c5e89042c677794634ce14a2a76ca7e348e66fca168797086f832 - 0.0% (1.07 KB)
[#005] sha256:2fbd100c04dbf81a6360fa2f18417049fc8e1c7ad54e9027b18326a236432d9a - 37.33% (97 MB)
[#006] sha256:37d494e8738dc9918335085c14701262c32eb03582eccb8f1e2e69548e416d3d - 0.05% (128 KB)
[#007] sha256:a659f515f56209f514254145483ae074ed4790af9ce7fd7592cfc610d830ace8 - 0.0% (1.02 KB)
[#008] sha256:205ec9ef187f76b2b8d9fd8a1e8d69fd69ccda4dd44b2bdbd4b8eb718759e34c - 0.0% (1.02 KB)
[#009] sha256:485601979b744102037cd36c6f949b2e72e2987fb68406574fea4add373117a5 - 0.0% (834 Bytes)
[#010] sha256:752e0b222e5b0de2b33deab0f5191dd5e0104a8e9a9906768b0f320c7955a31f - 0.04% (101 KB)
[#011] sha256:89821220f7d50f4279f3b64e9fcbb939299f0ff264e2b4a6a85ea7f144b4498b - 12.54% (32.6 MB)
[#012] sha256:3191ed4fc3fc8a9770cdd693e2db08c2842a92992fd1c898d4130caf78710f07 - 0.0% (853 Bytes)
[#013] sha256:320cc99b98b1a376143b4c65115a0040bc09080f92a942c7954a8a416df0c33d - 0.0% (860 Bytes)
[#014] sha256:03fd8f2ed61971fd44b5943a902e90cd2fa2e5904e905ff88c99b5051a610e73 - 0.0% (860 Bytes)
[#015] sha256:8590c1c47f64915eccfd8b4f032293a29782c76e9d7629e49f2fb4909fce9a7e - 0.0% (817 Bytes)
[#016] sha256:b7032bf3566c64890e46263ddb1351cb7600fa83c2947c4f8985a7fce8aacd1e - 0.0% (826 Bytes)
[#017] sha256:f5fae2228087c3f15c0aacb0fa1710410f651a3585be89326f9a592c670040c5 - 11.69% (30.4 MB)
[#018] sha256:19906d8229bcd8a53413166089309f0829f2cc8203038f859ad66f7a87305e41 - 0.0% (831 Bytes)
[#019] sha256:f14bc6a2973cf2cb649d2fce506b84d22b3f6094d0e2ef59adea9959fee12cb6 - 0.0% (833 Bytes)
[#020] sha256:82dd3411ac4c2406a357dc2543a97b7d35983da7913738fc1f0cad8dcc36285d - 0.0% (828 Bytes)
[#021] sha256:b266cdc459567180de898bef624dab23cf2c85a72a48a5a9693f212c8e8bd694 - 0.0% (850 Bytes)
[#022] sha256:35e6aadd11570faa9fb3b1f1e9a01bbe639acaaf9ec7fe7b4c03876e6b4a71a6 - 0.0% (854 Bytes)
Apply image 1909-amd64
2021-01-19 23:20:39 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-01-19 23:20:40 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-19 23:21:04 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-01-19 23:21:05 UTCcmd /S /C #(nop) USER ContainerUser
2021-01-19 23:21:22 UTCcmd /S /C #(nop) COPY dir:2b24e0683bce9a6158e61058fc24411d0e844420ed7e75e69332bbeb47759889 in C:\Program Files\PowerShell
2021-01-19 23:22:06 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-19 23:22:06 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-01-19 23:22:07 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-01-20 00:06:33 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-20 04:21:13 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-01-20 04:21:16 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-01-20 04:21:16 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-01-20 04:21:17 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-01-20 04:21:17 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-20 18:02:08 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-8d5b3b8d933d04b04e0f0ae3a23d48d0a962c53f-head
2021-01-20 18:02:08 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-20 18:02:09 UTCcmd /S /C #(nop) COPY multi:436e8d296bce725cf00ff168e0f27617b5a0b940958c44a06972195c544fa81d in \etc\rancher\
2021-01-20 18:02:10 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-20 18:02:11 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-20T18:02:05Z
2021-01-20 18:02:11 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-20 18:02:11 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=8d5b3b8d933d04b04e0f0ae3a23d48d0a962c53f
2021-01-20 18:02:12 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-20 18:01:08 UTC
258 MB
rancher/rancher-agent:v2.5-8d5b3b8d933d04b04e0f0ae3a23d48d0a962c53f-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.97% (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.55% (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:490fdfe4863e27aed7edab4fa89185f432359d349936eebdf76a706b1b7da95e - 0.0% (861 Bytes)
[#010] sha256:3a2dc61c17608e44217eae8b2efb5136002778a04c07196a6ef6728c3e149432 - 0.04% (101 KB)
[#011] sha256:9b989cbec2c4252801ceece0538797a1afa69de365b631ae8eb3b2ffb6310c6d - 12.62% (32.6 MB)
[#012] sha256:f01931c404a15606ed5d0b219cf7420139ba42eff44838d0d6042d963841ef98 - 0.0% (832 Bytes)
[#013] sha256:eda34c65b48f9dc3be3285afd24a800ee78818795f3d2950ca9bb30423a17fd5 - 0.0% (855 Bytes)
[#014] sha256:87ac2aca96d3560dad1d1f0f059eaabae9bb55312cb6f33be375b4a0f26cdaf9 - 0.0% (833 Bytes)
[#015] sha256:e0aa95a21c4f5d941e66bc158e3fea4d46d6b15ae84df5d5ee126b9dbdb04792 - 0.0% (852 Bytes)
[#016] sha256:19e24d89510b62ed1d673ca4dca98c6d2b1215f8354ed659d411cddd023aee02 - 0.0% (829 Bytes)
[#017] sha256:84e07a7936dd48c142d3653fce3ed5d82b1c4e17431edfaa2bce3a16c5923fc8 - 11.76% (30.4 MB)
[#018] sha256:a5cde356fd99d872c497f05f3e1eafadcd842e3577c7ac7fe8622479beaa997c - 0.0% (824 Bytes)
[#019] sha256:3f7bf97ef60740cbc3f6e073ec1085a8e6862d879772c450ee5e9024a4838281 - 0.0% (832 Bytes)
[#020] sha256:39aab230d6c0ddd61285215c2470415e417a9711e8ea88ff99c0e2fef55bbaf0 - 0.0% (857 Bytes)
[#021] sha256:e3c913500e4474692ab5f224f94951f8ad6f6cabf848ff28322858e78d020615 - 0.0% (827 Bytes)
[#022] sha256:c8663f4def0bbe0ab200262680a9e5edf5b291f06214258f8a297cba571e9158 - 0.0% (830 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-01-20 00:06:25 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-20 04:21:15 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-01-20 04:21:17 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-01-20 04:21:17 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-01-20 04:21:18 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-01-20 04:21:18 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-20 18:01:03 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-8d5b3b8d933d04b04e0f0ae3a23d48d0a962c53f-head
2021-01-20 18:01:04 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-20 18:01:05 UTCcmd /S /C #(nop) COPY multi:436e8d296bce725cf00ff168e0f27617b5a0b940958c44a06972195c544fa81d in \etc\rancher\
2021-01-20 18:01:06 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-20 18:01:06 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-20T18:01:00Z
2021-01-20 18:01:07 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-20 18:01:07 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=8d5b3b8d933d04b04e0f0ae3a23d48d0a962c53f
2021-01-20 18:01:08 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-20 18:00:09 UTC
261 MB
rancher/rancher-agent:v2.5-8d5b3b8d933d04b04e0f0ae3a23d48d0a962c53f-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:9334511b2b1d4bc43d8ca0e23b2fcce8b7b0968a9f9aa67cd61de71abad9a5b0 - 38.58% (101 MB)
[#001] sha256:ac18d60ee9d9b4f3015e830753bae6893a532d3b4dd8014e3d6c6eb88da3f6c4 - 0.0% (848 Bytes)
[#002] sha256:f4fdb86e81d80f489c6e6687a68b3d67b8ac86bc1cb97ba04e4824077119721d - 0.0% (866 Bytes)
[#003] sha256:9c41b2f1330f5ae16d95cb2eb3b818e48f9135c0f5464115ac32c0f799d9a2df - 0.02% (66.7 KB)
[#004] sha256:14f7cead66efafb716abf87092223d4734104f8015dcc06a33ee4fc045c900e1 - 0.0% (861 Bytes)
[#005] sha256:8ec87f85aff51331a8202a0e416c7018d6526bc17e8f19cb164e44b8033c7e1b - 37.18% (97 MB)
[#006] sha256:0feb01220857faaa7860a3284633a47e0343e681e78cd104ab724610b3f97566 - 0.03% (93 KB)
[#007] sha256:f1b71f507c90a68807daa2129ce902dc4f776bb6bebbdc000834cc9c2a586646 - 0.0% (841 Bytes)
[#008] sha256:b003621459c006b7ec2ec6b1d222a904338faef546b296601c4558609636e037 - 0.0% (846 Bytes)
[#009] sha256:d320bb3592d145517eb6f476fa9210214b355ecaca95989c07d38ab864a9eb41 - 0.0% (839 Bytes)
[#010] sha256:ec310470d775ba05727f95dfe4af2e7419a8ee745cd5b3dfe7d8f28a0db73f57 - 0.04% (102 KB)
[#011] sha256:cda9c48fa1d80be7ee784ce3faefd71664e520d34c42ca27ec5a52583db2fa4f - 12.49% (32.6 MB)
[#012] sha256:105ae86a8ac419c80a60933b3dbbbd2280646a6ea7a3a5d3f430594533fc1a3c - 0.0% (841 Bytes)
[#013] sha256:f17b7b878d3f51721363d1b087f41de9d53cedaeae7b41af38da75d1910627f2 - 0.0% (841 Bytes)
[#014] sha256:5f904793720f6caa88b1a9f2227ce3a8be1c101c003d9d88290be8e954233e78 - 0.0% (845 Bytes)
[#015] sha256:5ca3195416b9494ecc3f91a85512260a8ff802279b233b42246c37312a110bad - 0.0% (835 Bytes)
[#016] sha256:5322f3226f2f79c77afceb11573a1e945e1e3aeb52882879efc3fab3319c3579 - 0.0% (859 Bytes)
[#017] sha256:aa7d4dd448160380d21c24fd4e9ff56cb5c8af7ab59c85111d81449a4db6f5f0 - 11.65% (30.4 MB)
[#018] sha256:5a077381a66ab16590c63174b3e3850121f8d365434e0b4e1bffdbeb5f981eb7 - 0.0% (840 Bytes)
[#019] sha256:1fea2ad155b8e1ce67f47f58f328ad5cfd4ed0f29805aef0194f8fcb09d69971 - 0.0% (837 Bytes)
[#020] sha256:6cdd1ec14b57006da5231e19eb34f8107612c6cdfc19382d01511959b8213bad - 0.0% (841 Bytes)
[#021] sha256:b2912e647c18d2919a70d6fa307567c98dbdf38035120d43343afd826afdc580 - 0.0% (841 Bytes)
[#022] sha256:de06d692e9dbf930a2a5adfa7f3e34368797a6395ec966295404150743365c7b - 0.0% (856 Bytes)
Apply image 2004-amd64
2021-01-15 20:37:05 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-01-15 20:37:06 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-15 20:37:43 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-01-15 20:37:44 UTCcmd /S /C #(nop) USER ContainerUser
2021-01-15 20:38:30 UTCcmd /S /C #(nop) COPY dir:2b24e0683bce9a6158e61058fc24411d0e844420ed7e75e69332bbeb47759889 in C:\Program Files\PowerShell
2021-01-15 20:39:17 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 20:39:18 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-01-15 20:39:20 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-01-20 00:06:22 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-20 04:21:31 UTCcmd /S /C #(nop) COPY multi:57355cb5be6e2624acb1d32e70fd27ced1f9272669bb34ccf2b7b763da2dd6af in \Windows\System32\
2021-01-20 04:21:33 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-01-20 04:21:34 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-01-20 04:21:34 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-01-20 04:21:34 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-20 18:00:05 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-8d5b3b8d933d04b04e0f0ae3a23d48d0a962c53f-head
2021-01-20 18:00:05 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-20 18:00:06 UTCcmd /S /C #(nop) COPY multi:7179126a44a879c284e11a276dbcc2fb3f115b34b5ca7c1a23202c17487cb397 in \etc\rancher\
2021-01-20 18:00:07 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-20 18:00:07 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-20T18:00:03Z
2021-01-20 18:00:08 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-20 18:00:08 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=8d5b3b8d933d04b04e0f0ae3a23d48d0a962c53f
2021-01-20 18:00:09 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-20 18:00:31 UTC
2.43 GB
rancher/rancher-agent:v2.5-8d5b3b8d933d04b04e0f0ae3a23d48d0a962c53f-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 57.75% (1.4 GB)
[#001] sha256:18629c768c3f1391a29a90ea5e5b8a2b4185ec20b1781c40273741f648a0c882 - 36.96% (918 MB)
[#002] sha256:b9a366c6df6df83388ddc231d9c816a829ca46074954ab7bf5ec7f0613f64507 - 0.0% (1.1 KB)
[#003] sha256:31c6255dc4c1380927caf4016f467bc76560896aa3795ea24ef8f6e0aabc0a63 - 0.0% (1.13 KB)
[#004] sha256:3dedf0d4a818aedc981f51230d69860f1d972fde5fd7edc8768461235197e8d0 - 0.62% (15.5 MB)
[#005] sha256:e57206ad0180e89753ae7b8ac0508c008dd6e1d66e40edf157bed933193bf519 - 0.19% (4.77 MB)
[#006] sha256:52a7b10c59a89c5f7b5a3ce852df8d55691b81e11ba8e7ed25c2ac7d9cccdb85 - 0.31% (7.82 MB)
[#007] sha256:3a037dfb2aa9c4b354b31f42a26b92dedff1b2526c8a7b25a9f089a9ab5e66bb - 1.58% (39.2 MB)
[#008] sha256:eeee4653ec16342f5cb91ffd44318a7c4540d0bed9b13d9737eca11127d01b0d - 0.19% (4.82 MB)
[#009] sha256:5246bcb2953cb1cd4dbe779ab6d24d1d56bf86bbe5332de7ee611a057374f886 - 0.63% (15.5 MB)
[#010] sha256:484c7b8ef4347cd0c9c5f8632e5d8363e4441eaf6cfd30561b1218127ce19024 - 0.54% (13.4 MB)
[#011] sha256:949dc9f7590d82d131a0d9b793808f6b2b5b80e99e69107cb456c0669b51a372 - 0.0% (1.08 KB)
[#012] sha256:7382fdac289aa2fca63c29dcb413138eca91dff9a3b8b0c751118c7ccc2f25fc - 0.0% (1.07 KB)
[#013] sha256:061798ab41de30519785fc2055d69035b294f11941195b2cdaaa14181006343f - 0.0% (1.12 KB)
[#014] sha256:d3e0df9f1aab2cf954cde14b258f29b94ed87c8c3be9b3000ca4e6d02d53faed - 0.0% (1.07 KB)
[#015] sha256:46d15cc7fede4b4e27796dd9f1d31935e1e80149960bccda48577169c6c5c611 - 0.0% (1.08 KB)
[#016] sha256:8bad35a9831a0db755717f27b05ce3a8819514e1a0d0eeee88c21ab62632eec9 - 1.22% (30.4 MB)
[#017] sha256:8b6d813471297b1032d866f96b8b3a9c236a5ccd9b53781e47e4fd1c9d091926 - 0.0% (1.07 KB)
[#018] sha256:ecbc8b814d34d2b19220f4c870a03e3e537c5464878d32037077b79329fc5076 - 0.0% (1.08 KB)
[#019] sha256:e1a9cfd61ffe665aced8a94372ce4dfcecab8722f5c4ae83e4e4bc41a51e558a - 0.0% (1.08 KB)
[#020] sha256:d2a3d948d056c50f4b072bc906f16ed95b4b6bb954c24573b1adfb09e59e2012 - 0.0% (1.07 KB)
[#021] sha256:60feb84e6cf82669cfe3a8c115cf1e8594aca18a09c66aa2ceeee5cac097bdfc - 0.0% (1.07 KB)
Apply image 20H2-RTM-amd64
2021-01-09 13:33:38 UTCInstall update 20H2-amd64
2021-01-19 21:04:26 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-01-19 21:04:26 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-01-19 21:04:49 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-01-19 21:05:05 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.0.4/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-01-19 21:05:55 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-01-19 21:06:32 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://dl.k8s.io/v1.14.3/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-01-19 21:06:42 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-01-19 21:06:54 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-01-19 21:07:12 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-01-19 21:07:12 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-01-19 21:07:13 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-01-19 21:07:13 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-20 18:00:27 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-8d5b3b8d933d04b04e0f0ae3a23d48d0a962c53f-head
2021-01-20 18:00:27 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-20 18:00:28 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:7179126a44a879c284e11a276dbcc2fb3f115b34b5ca7c1a23202c17487cb397 in \etc\rancher\
2021-01-20 18:00:29 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-20 18:00:29 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-01-20T18:00:25Z
2021-01-20 18:00:30 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-20 18:00:30 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=8d5b3b8d933d04b04e0f0ae3a23d48d0a962c53f
2021-01-20 18:00:31 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-20 18:04:37 UTC
151 MB
rancher/rancher-agent:v2.5-8d5b3b8d933d04b04e0f0ae3a23d48d0a962c53f-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.18.2
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:04da93b342eb651d6b94c74a934a3290697573a907fa0a06067b538095601745 - 15.01% (22.6 MB)
[#001] sha256:b235194751dee33624fc154603f7e25ecdfbb02538fb7d55fa796df9afa95fee - 0.0% (855 Bytes)
[#002] sha256:606a67bb8db9a1111022bdc6406442e11c1a66653136c5c777114bf67b61038a - 0.0% (188 Bytes)
[#003] sha256:be4253cbe1935a142199359f2bedc92629f5e8f1455c27a24caac7676d939857 - 0.0% (122 Bytes)
[#004] sha256:c00aca18a9ef8ad48271fb481f134ae26631b7af0c6e074f69828cacd5f486cd - 33.31% (50.2 MB)
[#005] sha256:fb68af301411668cda4b05bc3b14ff0b70aa587d40a456a2d63e58ea65d95e5d - 1.29% (1.94 MB)
[#006] sha256:2a87d55eeb174ef3546fe3aa44774216d1832a6f5fb11a1c9a8da333dc4a9814 - 16.34% (24.6 MB)
[#007] sha256:07e16ef527bc4f467edf935d3ffe316a85f782d91e7d7313f66623fc71a73651 - 15.48% (23.3 MB)
[#008] sha256:9de1a908e09f3c006ad5be2c1834c72b5ad447ffbea33b2fbe9f583e1067089d - 18.57% (28 MB)
[#009] sha256:8cbb4c8acebd0fff39fdd403a19c0fbcefad90550d7e813f301009239a3274d9 - 0.0% (172 Bytes)
/bin/sh -c #(nop) ADD file:e5b221023382c9e42b8558f8887f8317fe7e9759f59feb1799548aed9236e99b in /
2020-11-25 22:42:56 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
2020-11-25 22:42:58 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-11-25 22:43:00 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-11-25 22:43:01 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-01-20 18:04:02 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-01-20 18:04:02 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-01-20 18:04:03 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-01-20 18:04:03 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2021-01-20 18:04:24 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 && 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-01-20 18:04:25 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-01-20 18:04:26 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-01-20 18:04:26 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-01-20 18:04:28 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-01-20 18:04:28 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-01-20 18:04:29 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-01-20 18:04:29 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-20 18:04:29 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-8d5b3b8d933d04b04e0f0ae3a23d48d0a962c53f-head
2021-01-20 18:04:29 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-01-20 18:04:33 UTC/bin/sh -c #(nop) COPY dir:b52de1921cc9cd86f5e3794251011b259dbb504e0ab481764355d017c29b85ce in /var/lib/rancher-data
2021-01-20 18:04:36 UTC/bin/sh -c #(nop) COPY multi:5a280f644780ff90e92fe4cea4c311685fcb9480ee63b23d1ffe7f0cf3aeb92b in /usr/bin/
2021-01-20 18:04:36 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-01-20 18:04:36 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-01-20 18:04:37 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-01-20T18:03:47Z
2021-01-20 18:04:37 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-20 18:04:37 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=8d5b3b8d933d04b04e0f0ae3a23d48d0a962c53f
2021-01-20 18:04:37 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.