2021-02-18 17:38:32 UTC
170 MB
rancher/rancher-agent:master-3134a9a74c3027aafd79c3a0e92a5df14f3911e0-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:d519e2592276828ca171d85e0532899cd4f98c70f5c697b45fa2e126e9f9fe49 - 14.99% (25.5 MB)
[#001] sha256:d22d2dfcfa9cd230ed3c47defec2670d45081598c721dd85cafc34ea459f970e - 0.0% (852 Bytes)
[#002] sha256:b3afe92c540b778c64ca316d1e679d55d2d2e812e450f516a808ee591f0c3f77 - 0.0% (162 Bytes)
[#003] sha256:9b3b871ef16009e71486d5e9d9d174defb14015db1387c68073827db56b7ee6c - 0.0% (123 Bytes)
[#004] sha256:cb5ef36e0f0942236a07bc64ed331192936781b84d3e2367b9f4f58fbef54b8b - 33.93% (57.7 MB)
[#005] sha256:45bd5c24af08019cb7892aab421508f07b286c4f80bdf54a67225cd637df0878 - 1.3% (2.2 MB)
[#006] sha256:4f05e320b6e80039289ae2226bbabb1baa24348f57118f95a8a540860d321703 - 15.64% (26.6 MB)
[#007] sha256:fdecab2f888451def5f26701447bc405181b577757111d7a88244b751df4a607 - 16.12% (27.4 MB)
[#008] sha256:c3903d9dc3ce41ea200670c4af1977c106b08bc39b7341771649f1e6541c0ac5 - 18.02% (30.6 MB)
[#009] sha256:90ee65b61998e195d33a9b31db6425f180386b69ebf58876ab3d16ac6ed2f55f - 0.0% (171 Bytes)
/bin/sh -c #(nop) ADD file:ef36fee25b0bd1d99979ecb8d54b206cec33d4e8fd2232189f0d8e5ab9754798 in /
2021-01-21 03:38:01 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-01-21 03:38:03 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-01-21 03:38:05 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-01-21 03:38:05 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-02-18 17:37:52 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-02-18 17:37: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_amd64
2021-02-18 17:37:53 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-02-18 17:37:53 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2021-02-18 17:38:17 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-02-18 17:38:17 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-02-18 17:38:18 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-02-18 17:38:18 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-02-18 17:38:20 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-02-18 17:38:21 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-02-18 17:38:21 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-02-18 17:38:21 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-02-18 17:38:21 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3134a9a74c3027aafd79c3a0e92a5df14f3911e0-head
2021-02-18 17:38:22 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-02-18 17:38:27 UTC/bin/sh -c #(nop) COPY dir:baecab38118310508d684d152c9351988488ca5a53920e9d8a27c70cceefba0c in /var/lib/rancher-data
2021-02-18 17:38:30 UTC/bin/sh -c #(nop) COPY multi:18186896343c2c951b32a61b1d5234a510eb8c2248dcf0d002ec458ee595b329 in /usr/bin/
2021-02-18 17:38:31 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-02-18 17:38:31 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-02-18 17:38:31 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-02-18T17:37:30Z
2021-02-18 17:38:31 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-02-18 17:38:31 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=3134a9a74c3027aafd79c3a0e92a5df14f3911e0
2021-02-18 17:38:32 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-02-18 17:27:19 UTC
257 MB
rancher/rancher-agent:master-3134a9a74c3027aafd79c3a0e92a5df14f3911e0-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:ba17af31b9276ee11fdf859681b442db50979a39eff4cea2a559a5755cedbe01 - 37.61% (96.7 MB)
[#001] sha256:54a502bbe7e82e8f84d6a1b5954b02cfde47dc81cc4b5a92e0d937fd8521d21b - 0.0% (1.02 KB)
[#002] sha256:ef8134956854939c8f85cea2037ae946543120a15f20fcefa4625ee65f9b486f - 0.0% (1.07 KB)
[#003] sha256:91f2e2efb5bb2b99f4260cccdbac50c48e8ad677bb1102e362bf34a8b4af7fc7 - 0.03% (70.4 KB)
[#004] sha256:2f56376c97a6033a388cc76aa48aa004c050885eebcf42d94cf60758e2ccba2a - 0.0% (1.02 KB)
[#005] sha256:badba7c5cf4a661f0758160fe41ba829431d571290ce1505f7c1d4dd6e1bb879 - 37.69% (96.9 MB)
[#006] sha256:173a0ba20e65960cc1d611c311e62ccc2f10963fb798123ac0376ec86c1fa4ad - 0.05% (135 KB)
[#007] sha256:89d3e1b45dbbd32f636f9083fdb55297dd0af48cb908e2d6f266436339f31a38 - 0.0% (1.02 KB)
[#008] sha256:d8e59b71595d69c68599cff8711c5ea10c7953be1f4bd706eda8e63d1897b6d1 - 0.0% (1.01 KB)
[#009] sha256:588d077ffeb9884bcbfdb5e29f837570183ce3beb607567fb3962dce66a5c098 - 0.0% (824 Bytes)
[#010] sha256:d3c532c48ded0f287911317290a01979e68d98c27fc4f3a59be0b0bb22b8a1e5 - 0.04% (96.5 KB)
[#011] sha256:a7840622f5dc12c80d5222970f083aee4ed86f72670d63a1702dd42e510b38bc - 12.68% (32.6 MB)
[#012] sha256:bbaf43a082df16d06a7aa4938067a0aad592e3a7cebb47f78d34bccc3741e3e1 - 0.0% (826 Bytes)
[#013] sha256:c30874cbce4f6b80093385be41a60f6c0383650a295dc55f8604ac4fb2e0eb56 - 0.0% (830 Bytes)
[#014] sha256:ae1f3a1f389df52758b729cd3b7e6500434d1f35bc2bd0ae91a2937766b2260d - 0.0% (850 Bytes)
[#015] sha256:25341d4e4d109cb881b92e9678ef5c1c4f27f770db0678421bdcf752751b0020 - 0.0% (831 Bytes)
[#016] sha256:c14949bb00c41b807ce878d3d14aa5f5fd6944ea9579e5cd1e2e7ba3ba46817e - 0.0% (850 Bytes)
[#017] sha256:3864304eb39d9321eea5eb862d4ffe83f44387cfe6ef5d92cd4a8509511f2d45 - 11.9% (30.6 MB)
[#018] sha256:175acaa58fca712bb176eaf96989e7ea540d8f4017c1bde236eb9dbc9be99b1a - 0.0% (848 Bytes)
[#019] sha256:bb2941788ecf3f088d761476d28c8f5a3943f989fff42b7611b242122df26fd7 - 0.0% (854 Bytes)
[#020] sha256:9b1c3e64b62bb5749d1912df32f6b5d987f00c1d99139ddf26387684d8f798b1 - 0.0% (829 Bytes)
[#021] sha256:f87920a5f7cdadbce30076ac79bc683818e2d5e90261aa44a6d6c85b904491bc - 0.0% (828 Bytes)
[#022] sha256:6680019e8e78e7377dd1c68929e4b0d72c96ddd000d515cf2ef53a4619034b17 - 0.0% (830 Bytes)
Apply image 1809-amd64
2021-02-11 02:37:55 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-02-11 02:37:56 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-02-11 02:38:24 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-02-11 02:38:24 UTCcmd /S /C #(nop) USER ContainerUser
2021-02-11 02:38:45 UTCcmd /S /C #(nop) COPY dir:92f4da3fb221812d2477834c10ec76125b48afd356f2b47c3228fa41dd07749d in C:\Program Files\PowerShell
2021-02-11 02:39: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-02-11 02:39:26 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-02-11 02:39:26 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-02-16 16:31:32 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-02-16 16:31:32 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2021-02-16 17:05:24 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-02-16 17:05:25 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-02-16 17:05:26 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-02-16 17:05:26 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-02-18 17:27:15 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3134a9a74c3027aafd79c3a0e92a5df14f3911e0-head
2021-02-18 17:27:15 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-02-18 17:27:16 UTCcmd /S /C #(nop) COPY multi:56730bd1deaa2e33daeacfa6d71f944e610a75033ae3d227e1d050a8b6a6ee6d in \etc\rancher\
2021-02-18 17:27:17 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-02-18 17:27:18 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-02-18T17:27:12Z
2021-02-18 17:27:18 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-02-18 17:27:18 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=3134a9a74c3027aafd79c3a0e92a5df14f3911e0
2021-02-18 17:27:19 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-02-18 17:27:55 UTC
259 MB
rancher/rancher-agent:master-3134a9a74c3027aafd79c3a0e92a5df14f3911e0-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:63eed21864e051f1fb4c2f1d98b2579e732b03cd2d3ba946793797ea4dd0f0d6 - 37.99% (98.3 MB)
[#001] sha256:8a55f563dae9429ec55d5b4a2632afcf2febf292ba778132a2f32f1c2caf49c4 - 0.0% (1.01 KB)
[#002] sha256:1e862db6e02c691a956624d8761410bc1fe42f63b64cd90f63944f9ed638dfb2 - 0.0% (1.04 KB)
[#003] sha256:fd30d45da585f4943311c10c7702ca5885dfcd621cd237e26060638424ba4b00 - 0.03% (67.2 KB)
[#004] sha256:297d687bbc442a955fe9085893adee916146dcac058164ca431c412938c5dbb4 - 0.0% (1.01 KB)
[#005] sha256:47429db46ae6fe213ef0ed3e0b3910b2f7f700ab6dab12d7fc4ef7ecbb2c4c3f - 37.47% (96.9 MB)
[#006] sha256:ac257e138871406a795993f9e797c1048f988a07b1dbff60aeb5f0cc5ab2e501 - 0.04% (97.3 KB)
[#007] sha256:c32268170fb6045f5b8d7202f0e9417b4f1d861a44602fb1c27a00d34b8be42b - 0.0% (1.06 KB)
[#008] sha256:0d55a90dbc6517b6eaa23403ed347b2def76a019a589c20599dd8e34cf5b2191 - 0.0% (1 KB)
[#009] sha256:53b74159ff702971f4df6930f738337c6f5649b4da896e19e236bb1693672e49 - 0.0% (877 Bytes)
[#010] sha256:7cc70f8f27869819154a30c0cd635316bb0c5365164a4e1f27b1fffd747a902c - 0.04% (101 KB)
[#011] sha256:911b02cb0afa454600d864ebdf1cf26e61ca472129ffa41eb2b3c5ce2ff8bfda - 12.6% (32.6 MB)
[#012] sha256:3641282b93248c212767a4dbf02b5474fc56a6839d49028f9e61219d5a15ce1b - 0.0% (827 Bytes)
[#013] sha256:18a012a1ca00ada9bf1a7e965e0cedc90588ddc170dbecf12f3fb7057e59cc4c - 0.0% (854 Bytes)
[#014] sha256:902398f3d29c6aff1868e62ee1299516d477bb813d6c0f739bfe27ed428b9a77 - 0.0% (854 Bytes)
[#015] sha256:d7ace761a0dc14c905f7fd1d64ceaae586e1705ef4dd5a5a4a97f4b48f758084 - 0.0% (850 Bytes)
[#016] sha256:1217742b9abfe7d9e29c2888f4f93d267993f4d1d03e90c87a03400d239ed195 - 0.0% (828 Bytes)
[#017] sha256:b136f04537be9ce7a892bd6a4626ba2e70952448f577b7307fff9ca383a1824b - 11.83% (30.6 MB)
[#018] sha256:8063ff58f50e5ad29c67a6aa55151ffc554a3db9f724433f7cc22674f723d56c - 0.0% (832 Bytes)
[#019] sha256:84ad13e962c4affd37c58327c133027621f8483709c2e2e4b36a6064d43aeeab - 0.0% (849 Bytes)
[#020] sha256:ed8faf54ae5292beb8fb3aa641fce85774db523397fe0aa9792cb0e4d14252fa - 0.0% (825 Bytes)
[#021] sha256:c01655218596554fa118236907ad139ad4fb181b2cef981d19d08b79d3e46ba3 - 0.0% (852 Bytes)
[#022] sha256:022246556dc082b1a8c74125c82bae9f108ba102f9f9277cecac0d24008bcbcf - 0.0% (854 Bytes)
Apply image 1909-amd64
2021-02-11 02:49:20 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1909
2021-02-11 02:49:21 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-02-11 02:50:10 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-02-11 02:50:11 UTCcmd /S /C #(nop) USER ContainerUser
2021-02-11 02:50:31 UTCcmd /S /C #(nop) COPY dir:92f4da3fb221812d2477834c10ec76125b48afd356f2b47c3228fa41dd07749d in C:\Program Files\PowerShell
2021-02-11 02:51:11 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-02-11 02:51:11 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-02-11 02:51:12 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-02-16 16:32:59 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-02-16 16:32:59 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-02-16 17:06:33 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-02-16 17:06:34 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-02-16 17:06:34 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-02-16 17:06:35 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-02-18 17:27:52 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3134a9a74c3027aafd79c3a0e92a5df14f3911e0-head
2021-02-18 17:27:52 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-02-18 17:27:53 UTCcmd /S /C #(nop) COPY multi:56730bd1deaa2e33daeacfa6d71f944e610a75033ae3d227e1d050a8b6a6ee6d in \etc\rancher\
2021-02-18 17:27:54 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-02-18 17:27:54 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-02-18T17:27:49Z
2021-02-18 17:27:55 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-02-18 17:27:55 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=3134a9a74c3027aafd79c3a0e92a5df14f3911e0
2021-02-18 17:27:55 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-02-18 17:27:13 UTC
259 MB
rancher/rancher-agent:master-3134a9a74c3027aafd79c3a0e92a5df14f3911e0-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.94% (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.52% (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:f3bdc05fa41237473f1399d6668758bf7c85b31d3843eaf9b960e1e9e53e71cd - 0.0% (831 Bytes)
[#010] sha256:dc7b49d303270f65248de3d8553465f00e0278383c06d2423768cefb7228d56f - 0.04% (101 KB)
[#011] sha256:db31916aa00fb883a6e15fdf0ed8d085ad915553de35cd94ceac5aa056c9a4ce - 12.61% (32.6 MB)
[#012] sha256:72b42fc18621c7081ace9085c1411960da2a8fc1888bf87ce0d3c20902af2267 - 0.0% (834 Bytes)
[#013] sha256:80e93c0a5d4114b7402d3bc7043a9d860a9ac68db2fef17f1ad4da491eac24af - 0.0% (828 Bytes)
[#014] sha256:a38a16ea3dbc769f8c4e479c4891e1a82ad5f0bca1b2b84db98a0805bb201d7b - 0.0% (855 Bytes)
[#015] sha256:c63d2445f830401bbbf57684007738d0021cac1adf02b42e4c449467e152839a - 0.0% (827 Bytes)
[#016] sha256:d6452ff69395dbc09423e14bdb8c3225fab16480682d926716410f843d73362b - 0.0% (823 Bytes)
[#017] sha256:611377ae4d62b5e5eecb794b3212f9b864eefcf2411bed2b44e1d59b763cf413 - 11.83% (30.6 MB)
[#018] sha256:29a0f87f320e337857c771e718e6fa015a26a84273c79b997e3c52a463bbd287 - 0.0% (851 Bytes)
[#019] sha256:8f0128b24eba160ca875595f84379455db4ba3670e37adfda427d81acc1f2aad - 0.0% (829 Bytes)
[#020] sha256:be4b575f165e9e77f25f75408943ff830a225cb7d65e95d0282a5d0c87187968 - 0.0% (822 Bytes)
[#021] sha256:c50a412375f00e59e0eadd6f1241becf4436c21998dc59a9d909ee9c54fb7916 - 0.0% (852 Bytes)
[#022] sha256:ea6fa120da6348adb161c76b6aa304fc6bcd16478f4e688a87c08edce3b3a2c6 - 0.0% (824 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-02-16 16:32:14 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-02-16 16:32:14 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-02-16 17:05:26 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-02-16 17:05:27 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-02-16 17:05:27 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-02-16 17:05:27 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-02-18 17:27:09 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3134a9a74c3027aafd79c3a0e92a5df14f3911e0-head
2021-02-18 17:27:09 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-02-18 17:27:11 UTCcmd /S /C #(nop) COPY multi:56730bd1deaa2e33daeacfa6d71f944e610a75033ae3d227e1d050a8b6a6ee6d in \etc\rancher\
2021-02-18 17:27:11 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-02-18 17:27:12 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-02-18T17:27:07Z
2021-02-18 17:27:12 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-02-18 17:27:12 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=3134a9a74c3027aafd79c3a0e92a5df14f3911e0
2021-02-18 17:27:13 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-02-18 17:27:47 UTC
261 MB
rancher/rancher-agent:master-3134a9a74c3027aafd79c3a0e92a5df14f3911e0-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:9cde6bcc502531865f0785750d040abd82298f036b320c85fce4b6ca5af84bc4 - 38.56% (101 MB)
[#001] sha256:da37358f15000330e7c57d1b81160727fe04bafdab52558790850cd8b6a29de5 - 0.0% (1.02 KB)
[#002] sha256:f2112d2a3cd8ea7cf08c4efb91bf9bc2e972bd7c1fe425c2b3af96be341b7f83 - 0.0% (1.02 KB)
[#003] sha256:72928f22d08a71985cf70d3e3406e880b06f9420f032058027cead38891bb8b4 - 0.03% (69.2 KB)
[#004] sha256:83314c45d0a2aa0e3e3c6aafef7bb54c813286612e45438aa1af92aa7d4259b9 - 0.0% (1.02 KB)
[#005] sha256:efd6f483d79802f2597d46cfdbc755561a77cbcf0ff5046b9e292dd6e39439c4 - 37.12% (96.9 MB)
[#006] sha256:f67e7be58fe0d252ebba4a8b521ee6d254990a02963713afa7d284090dc7b839 - 0.04% (111 KB)
[#007] sha256:2cef6fd96da30904c83df3de18f4aeca7c83721dc84f30a3e844878009ff295b - 0.0% (1.01 KB)
[#008] sha256:1963df184e2acf0cb662d81ec85162c29c10deadabe5cdcae4e2b7e32c68ae1e - 0.0% (1.05 KB)
[#009] sha256:14941bf92a1da3e77482a33fb9c754bdd1d6db8d2e833ddd64f4b9f340a96770 - 0.0% (859 Bytes)
[#010] sha256:9f0742200d52e18f31ab7919d2661fa404580573695b7504d1df7eefbc2c1c58 - 0.04% (102 KB)
[#011] sha256:6e4d6735205ad2d001b206ae20c3628bd0ea6c6c45c41991acf2d2b24e5737e3 - 12.49% (32.6 MB)
[#012] sha256:622758c2b976d021eb58aa64d6a5182abaa7e3caeb2f874743f690c163a66835 - 0.0% (836 Bytes)
[#013] sha256:46cfd55f55446403be0af84da90159c0aa6f65e23b91fe1600da8949b330c174 - 0.0% (865 Bytes)
[#014] sha256:919459fc85d29c2a7ceb758182533ec49b898c35a6906c62439430d35b7598d7 - 0.0% (832 Bytes)
[#015] sha256:be8bd06d99d84abb4e9b1ea998c1d2144f5f31fa0346d4f73676a911e3840b7c - 0.0% (842 Bytes)
[#016] sha256:a07cff997a39db3f5ff548571a851159f15231b956269398a2c9d93e339bda3e - 0.0% (869 Bytes)
[#017] sha256:f45c2d2d56c008fe9df87fd461cc3739637349aa382dc1f371d3b969e88cac16 - 11.72% (30.6 MB)
[#018] sha256:2b5c8e99a4e6bc4f64bfd9cf6c5d139ce0d68a329663782aa8435d64d57f3f24 - 0.0% (837 Bytes)
[#019] sha256:2e1cc51375bf987dcd832a9f6b638cd1c49f141a7b2bf1c6054345c1e939c395 - 0.0% (834 Bytes)
[#020] sha256:c124f83ce7e5a05eea6db4ae649b2ba73336905d04233f45f5e145f9eabf8a55 - 0.0% (859 Bytes)
[#021] sha256:5761e6f23a07b7d96408218d0b676d8c3b495b7b080013d5923cfd5934188445 - 0.0% (862 Bytes)
[#022] sha256:96b67a1d7bfb0221ab990f3a6b4015959bf964f68011615b41958a58e29ac469 - 0.0% (894 Bytes)
Apply image 2004-amd64
2021-02-11 02:39: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-2004
2021-02-11 02:39:19 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-02-11 02:40:44 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-02-11 02:40:45 UTCcmd /S /C #(nop) USER ContainerUser
2021-02-11 02:41:11 UTCcmd /S /C #(nop) COPY dir:92f4da3fb221812d2477834c10ec76125b48afd356f2b47c3228fa41dd07749d in C:\Program Files\PowerShell
2021-02-11 02:41:48 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-02-11 02:41:48 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-02-11 02:41:49 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-02-16 16:32:14 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-02-16 16:32:14 UTCcmd /S /C #(nop) COPY multi:57355cb5be6e2624acb1d32e70fd27ced1f9272669bb34ccf2b7b763da2dd6af in \Windows\System32\
2021-02-16 17:05:40 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-02-16 17:05:41 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-02-16 17:05:42 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-02-16 17:05:42 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-02-18 17:27:43 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3134a9a74c3027aafd79c3a0e92a5df14f3911e0-head
2021-02-18 17:27:43 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-02-18 17:27:45 UTCcmd /S /C #(nop) COPY multi:9ecba3459e6eaa6aa832491a9935216a5faaf4a11983495f5fbd84f0b7ff2d0d in \etc\rancher\
2021-02-18 17:27:46 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-02-18 17:27:46 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-02-18T17:27:41Z
2021-02-18 17:27:46 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-02-18 17:27:47 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=3134a9a74c3027aafd79c3a0e92a5df14f3911e0
2021-02-18 17:27:47 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-02-18 17:27:10 UTC
2.45 GB
rancher/rancher-agent:master-3134a9a74c3027aafd79c3a0e92a5df14f3911e0-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 57.28% (1.4 GB)
[#001] sha256:37a37544be35743883db3ce75c258781c584706308c42cde380476e57c4851ac - 36.88% (924 MB)
[#002] sha256:687bb11e92af0751d1ef606c523d573f9e876e07fb396d266bf3a896f88e2e04 - 0.0% (1.09 KB)
[#003] sha256:2daa2769d7ce09d2690fa108e6bfdd7724dae1d97a08d90a6a8df8cedbdf15b5 - 0.0% (1.08 KB)
[#004] sha256:321bb555932c726b742cd30e5cbf5ab96bc56b89940c81c74e5494956b0c62bb - 0.82% (20.5 MB)
[#005] sha256:ef196d33df5f462e48ff5bddbd05d8fdd385d0762810fdf0480d73a066e78a0f - 0.39% (9.71 MB)
[#006] sha256:51f92ae5e75a3d37e283d0c2884acde0d4b6ab4e97506bd0da07ab2d0fbda697 - 0.31% (7.82 MB)
[#007] sha256:3fbe520a9d099192e83a7969c689261e7d0995dd764f07deeb7bc0c8d932b805 - 1.76% (44.1 MB)
[#008] sha256:30ca60f99ea145b029af65c81415624e3a1a3ad19045bbcb2e8b780ee62e4bd9 - 0.19% (4.8 MB)
[#009] sha256:afa025a650c991d08fa091d7b46271cd199c795cb2df388455dbb5cc11eb7115 - 0.62% (15.5 MB)
[#010] sha256:03141f71048bd1cc7ce097fd1eff2862a5883a2843ea0b6e59a3198f2b4dca07 - 0.53% (13.4 MB)
[#011] sha256:8453e7cbb29f9c591c208fdb247bb3828a36853e291613cadd293ab95de426e4 - 0.0% (1.09 KB)
[#012] sha256:f39f43c0793efbcb2bb351b800ed9b454444de99b189813a6c49e84ec90f0901 - 0.0% (1.1 KB)
[#013] sha256:fdbe1bd32400c415a633caca07220db5cc71d939a2909ae23f79d8608b59acec - 0.0% (1.08 KB)
[#014] sha256:8b40db5ecd4fcb0c8108f3d91bf051cdbd8f8d4d86985a76654f4fee859c6b1f - 0.0% (1.07 KB)
[#015] sha256:0c45556056cfabb761a7cccfc72b2851dc218565da7981563da456caa32ac9c3 - 0.0% (1.07 KB)
[#016] sha256:ae85646c83e9c49c9c49c128d593b748edfbb13f4601d24f6ab59a27d8bd2347 - 1.22% (30.6 MB)
[#017] sha256:6d5b0793c4f5e350846fa1d606e8273266024806afe9850fdec05d1081e68c6d - 0.0% (1.1 KB)
[#018] sha256:2b33bf0f9db4ca6cac4b295830e1586174fd90ef59bc2c7745afde41b2169eb5 - 0.0% (1.07 KB)
[#019] sha256:e9fbe1f98d17a195deb8d606efbb3f891f52b9b8d9f19d60b34e1e2ac53a2159 - 0.0% (1.07 KB)
[#020] sha256:0ec7a64ecc5a0cd6173a1f20f2db7cc422fdbd1080c36ef3e5e5512c7f2d72b9 - 0.0% (1.07 KB)
[#021] sha256:dd34411f707afef7027347a54ccca7f57cf5592d58ccd30bd388f713ee5eb653 - 0.0% (1.07 KB)
Apply image 20H2-RTM-amd64
2021-02-05 16:31:04 UTCInstall update 20H2-amd64
2021-02-16 16:32:36 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-02-16 16:32:37 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-02-16 16:32:47 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-02-16 16:32:56 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-02-16 16:33:20 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-02-16 17:06:11 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-02-16 17:06:19 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-02-16 17:06:27 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-02-16 17:06:35 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-02-16 17:06:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-02-16 17:06:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-02-16 17:06:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-02-18 17:27:06 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3134a9a74c3027aafd79c3a0e92a5df14f3911e0-head
2021-02-18 17:27:06 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-02-18 17:27:08 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:9ecba3459e6eaa6aa832491a9935216a5faaf4a11983495f5fbd84f0b7ff2d0d in \etc\rancher\
2021-02-18 17:27:08 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-02-18 17:27:09 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-02-18T17:27:05Z
2021-02-18 17:27:09 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-02-18 17:27:09 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=3134a9a74c3027aafd79c3a0e92a5df14f3911e0
2021-02-18 17:27:10 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-02-18 17:30:56 UTC
158 MB
rancher/rancher-agent:master-3134a9a74c3027aafd79c3a0e92a5df14f3911e0-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:64e3fba066352e44a4c1eeb6caedc87c29b46f0a7b31e21a58183fc8370005bd - 14.33% (22.6 MB)
[#001] sha256:3dbb433f451339aab734bb52e3df5b34cdea477f3f8e3aa32f7ac060bd852de2 - 0.0% (854 Bytes)
[#002] sha256:c3042a0d94b83caeb29bc20734c197130f58e14e86e8e6cdad8b768052bb563c - 0.0% (189 Bytes)
[#003] sha256:2b7b63ba3301451698e099b0c0604a288247f678ab35f833ac86ef4d7e37f8e3 - 0.0% (123 Bytes)
[#004] sha256:d704eca698a73f646e671765aeae9cd083140b3857206a2b8fdcee0805466d4e - 33.61% (53.1 MB)
[#005] sha256:fffc0e4a1e23f2eeced3b94553539949a4d456d75fd2d035b6462a1c0b2a098f - 1.23% (1.94 MB)
[#006] sha256:2612b5141116bbf612b1cff369cd04bdb584c228e1625d9496679b8a78e7e7f6 - 15.6% (24.6 MB)
[#007] sha256:ed6529efee4c4243017e65dbe3e674287e3b0a6a7e9d23c30d95f0f913425883 - 17.36% (27.4 MB)
[#008] sha256:693a070ad0468bef8b71ec5bdf83baad2283bd303435059229121ca9a093216f - 17.86% (28.2 MB)
[#009] sha256:271b87b5ac7a1572ba5a72b2a4a8876cd485d619eb86caaf3d6b0b1423c07184 - 0.0% (172 Bytes)
/bin/sh -c #(nop) ADD file:7d9bc01cf1f3757bf5fa308213a77aeb128883cc13616ff46b3da5b0e65b92f2 in /
2021-01-21 03:49:27 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-01-21 03:49:29 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-01-21 03:49:31 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-01-21 03:49:32 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-02-18 17:30:19 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-02-18 17:30:19 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-02-18 17:30:20 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-02-18 17:30:20 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2021-02-18 17:30:43 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-02-18 17:30:43 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-02-18 17:30:44 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-02-18 17:30:44 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-02-18 17:30:46 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-02-18 17:30:46 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-02-18 17:30:47 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-02-18 17:30:47 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-02-18 17:30:47 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3134a9a74c3027aafd79c3a0e92a5df14f3911e0-head
2021-02-18 17:30:47 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-02-18 17:30:52 UTC/bin/sh -c #(nop) COPY dir:e1d53205b0761b2e5d5fdcb99ce3950f11aeaaeb7bcd944a598b130e59e85b4f in /var/lib/rancher-data
2021-02-18 17:30:54 UTC/bin/sh -c #(nop) COPY multi:08b86c5e0ca0d72ba04f8401a6eebe82305cd51d18a900a9e14fb0457d21557c in /usr/bin/
2021-02-18 17:30:55 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-02-18 17:30:55 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-02-18 17:30:55 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-02-18T17:30:03Z
2021-02-18 17:30:55 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-02-18 17:30:55 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=3134a9a74c3027aafd79c3a0e92a5df14f3911e0
2021-02-18 17:30:56 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.