2021-01-26 23:33:36 UTC
164 MB
rancher/rancher-agent:v2.5-070189359ac5007026ee794b1bb73b7d1fdb0b75-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 - 15.55% (25.5 MB)
[#001] sha256:d22d2dfcfa9cd230ed3c47defec2670d45081598c721dd85cafc34ea459f970e - 0.0% (852 Bytes)
[#002] sha256:b3afe92c540b778c64ca316d1e679d55d2d2e812e450f516a808ee591f0c3f77 - 0.0% (162 Bytes)
[#003] sha256:d7b347f44986de75f5f75ab456a15406a83ab82f1cbfd14b995943cc7ecf2eea - 0.0% (124 Bytes)
[#004] sha256:e93715416705062ae97fb5d24140ff453d33855a2c49c7e517766f0a33fb86d6 - 33.15% (54.3 MB)
[#005] sha256:45bd5c24af08019cb7892aab421508f07b286c4f80bdf54a67225cd637df0878 - 1.34% (2.2 MB)
[#006] sha256:07f0f475e7bee76c8f676992bfe29dedb4a748ef706008363e2e9ebd377e315b - 16.22% (26.6 MB)
[#007] sha256:0af000c3a97cd7ff80fbe73f188ebe5456e1f96114b86f22158ad1c71d0ece00 - 15.13% (24.8 MB)
[#008] sha256:255f6e265d660952b513a24b9bf32d6e5134e662f5aefa8e4dec8a1292573807 - 18.61% (30.5 MB)
[#009] sha256:f247dfa336298dc3e620c934befd760dd1b6f04525d6a577887fa2a3fa22c173 - 0.0% (170 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-01-26 23:32:53 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-01-26 23:32:53 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-26 23:32:55 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-01-26 23:32:55 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2021-01-26 23:33:19 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-26 23:33:20 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-01-26 23:33:22 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-26 23:33:22 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-01-26 23:33:25 UTC|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/c-bata/kube-prompt/releases/download/${KUBEPROMPT_VERSION}/kube-prompt_${KUBEPROMPT_VERSION}_linux_${ARCH}.zip > /usr/bin/kube-prompt.zip && unzip /usr/bin/kube-prompt.zip -d /usr/bin
2021-01-26 23:33:25 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-01-26 23:33:25 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-01-26 23:33:26 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-26 23:33:26 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-070189359ac5007026ee794b1bb73b7d1fdb0b75-head
2021-01-26 23:33:26 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-01-26 23:33:32 UTC/bin/sh -c #(nop) COPY dir:5ae1071a74eedc819043fb687b0fb34f0fb68d903bd2121a8ac20df6191d12af in /var/lib/rancher-data
2021-01-26 23:33:34 UTC/bin/sh -c #(nop) COPY multi:cf565a787d8afc1f986bbdcd0fb5ffa478a839a8cad336bc79e3f07a43013366 in /usr/bin/
2021-01-26 23:33:35 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-01-26 23:33:35 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-01-26 23:33:36 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-01-26T23:32:29Z
2021-01-26 23:33:36 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-26 23:33:36 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=070189359ac5007026ee794b1bb73b7d1fdb0b75
2021-01-26 23:33:36 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-26 23:29:04 UTC
257 MB
rancher/rancher-agent:v2.5-070189359ac5007026ee794b1bb73b7d1fdb0b75-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.6% (96.6 MB)
[#001] sha256:79172be4a01d6616ffd0c6ae0d96a0291f5f5100d7f53b364ea9bb643ce5661e - 0.0% (1.02 KB)
[#002] sha256:d674aa9cb1ac0a8ff56a779bf78c3b3b71bdb4f43fce18bfd2c3d04f47efe11a - 0.0% (1.01 KB)
[#003] sha256:bb7d9a806bc0f22294a5a8ce5d5fefb5650b44666dc84f2e85032cea002d36a6 - 0.03% (66.7 KB)
[#004] sha256:69eb5707a5ea26220d60e2ddb59add68f60c53b0a9388e30d530f3a090fc54a8 - 0.0% (1.01 KB)
[#005] sha256:b3207580c3ff299b9a306760aa1b68a218b0ee6c982185e7d324e6cf417dd154 - 37.74% (97 MB)
[#006] sha256:2f2803a69324894df66e72c94098a3ddfbdafa8d0509828f6c18168606a92877 - 0.04% (98.4 KB)
[#007] sha256:32888f63e3d16e032cabe9d541560a41a59a2a4ded4778f949edbb2819bea60b - 0.0% (1.02 KB)
[#008] sha256:030a41ef19dccc85b6886db0bf68546afba257fd6d2ecf71f65e5fa191bac0f7 - 0.0% (1.01 KB)
[#009] sha256:9d017ed76e5170caf213b3a83d8807b4f2d4c50b4820978dcc097963078bfe36 - 0.0% (856 Bytes)
[#010] sha256:580bb6d1a1251404e2f0b6c248477c66d1622ae6e5faa4c4a3456cd493e91dc9 - 0.04% (96.5 KB)
[#011] sha256:609f24761d1c1e95ad377160c28228e094a5d005010499c23dc8025e645360c6 - 12.68% (32.6 MB)
[#012] sha256:7d17f64c1b9cdc20f947743c64d869a656bc21844f065d3694e50f7843ba9851 - 0.0% (853 Bytes)
[#013] sha256:eebde50209389a546a049aeb62a588d15cf1ce37c4bc8b9f171312a6050e0def - 0.0% (821 Bytes)
[#014] sha256:e7b7fd3e290a901c6f46ffb2e6046adc3533a80ab513ad701753eba048faf4b6 - 0.0% (832 Bytes)
[#015] sha256:0d08e48b884059226c2dd5f9964397a65333d319f2d5f69c93276b3e6fe9320c - 0.0% (889 Bytes)
[#016] sha256:4373cb7df9e3636122a9599a7f91ca0cf0f1b34dec0a3434e479090b99ddc964 - 0.0% (887 Bytes)
[#017] sha256:980c1c92bca437ba0924a6a634a8be9f900303d448e03fa87a8bef29225cafa5 - 11.87% (30.5 MB)
[#018] sha256:57b04a1d0f93415266c9c5dbec6f09124e898cd12385ded0f7c4c7c5816b680c - 0.0% (953 Bytes)
[#019] sha256:2ad21e0bfc108efb88dbd54d474a14e5ad9ef3e08a954e3ef83a37affb5b702b - 0.0% (864 Bytes)
[#020] sha256:f7f3a041d0e6a05f21300deea5b9a24762c7d2a25b2d00e61a55822a9035bbaf - 0.0% (894 Bytes)
[#021] sha256:563cae9ce08bfd541bd34a647789ebff127eabc20f54c80ee2d0a9e568f22584 - 0.0% (948 Bytes)
[#022] sha256:68d5926db88194dcb71d9acc73b3cab30d22537963a53a22f395e9e0fb71e1b7 - 0.0% (945 Bytes)
Apply image 1809-amd64
2021-01-25 00:21:40 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-25 00:21:40 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-25 00:22:25 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-01-25 00:22:26 UTCcmd /S /C #(nop) USER ContainerUser
2021-01-25 00:22:45 UTCcmd /S /C #(nop) COPY dir:2b24e0683bce9a6158e61058fc24411d0e844420ed7e75e69332bbeb47759889 in C:\Program Files\PowerShell
2021-01-25 00:23:21 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-25 00:23:22 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-01-25 00:23:22 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-01-25 15:22:59 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-25 15:23:00 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2021-01-25 15:23:02 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-01-25 15:23:03 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-01-25 15:23:03 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-01-25 15:23:04 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-26 23:28:41 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-070189359ac5007026ee794b1bb73b7d1fdb0b75-head
2021-01-26 23:28:42 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-26 23:28:57 UTCcmd /S /C #(nop) COPY multi:8495a7642d61a09c5d6b121243802c36187f986c00e5fd8e0158b0aa79a1d2c9 in \etc\rancher\
2021-01-26 23:28:58 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-26 23:29:00 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-26T23:28:23Z
2021-01-26 23:29:01 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-26 23:29:03 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=070189359ac5007026ee794b1bb73b7d1fdb0b75
2021-01-26 23:29:04 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-26 23:29:50 UTC
260 MB
rancher/rancher-agent:v2.5-070189359ac5007026ee794b1bb73b7d1fdb0b75-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.31% (99.6 MB)
[#001] sha256:8b1d08ea5d4437849cdd3e614a9893364a7018ec4ebc41338b468a9a346439f7 - 0.0% (1.01 KB)
[#002] sha256:529fffc03dafa29d3e0452cbe42f3c72b6ec592252ecb2dd07301ffde99244d1 - 0.0% (1.02 KB)
[#003] sha256:6419c98036ba519e83243a2128d4b797295aabea5defa5b06e01479ef6190798 - 0.03% (67.3 KB)
[#004] sha256:b3bfd36828d9a894a822ec30c7afaaa7cf42e63cc07c4e034b05e5be03af2f80 - 0.0% (1.02 KB)
[#005] sha256:ac81011c82772d94dfa2d85dd8c8fe3b1d1c36f54d8add13c5d41ca6adcd9dbd - 37.31% (97 MB)
[#006] sha256:56c731a59563fde7312ee65a42c28442b21f858db83db753e4e253ca86f20d73 - 0.04% (97.4 KB)
[#007] sha256:4b2a87dcb0befd5f4bc69361d4f594a56a40a9ccadf97e9f2207f296a875e916 - 0.0% (1.02 KB)
[#008] sha256:50436062905f9a73c4f6cd577445585394507fc1eae4e745474af67074993433 - 0.0% (1.02 KB)
[#009] sha256:f019f71d3b450527ec2cd1154359a8a65059a276427091bb1a70b77a26ecb106 - 0.0% (826 Bytes)
[#010] sha256:8453867f89fc292493cda986a1ddfc7a9276b4e3967e3bc8ac9dfa0cca87e4eb - 0.04% (101 KB)
[#011] sha256:c94fd4c5922a91bd50006845eefcc0a5b20607244c5c3e50d69cdcbb0f00a163 - 12.54% (32.6 MB)
[#012] sha256:d825ba526640f3ba3626d3cdf552b36ebc4c3173b4f053fcc4f5d4281bbad973 - 0.0% (827 Bytes)
[#013] sha256:422111aaf67bd32a2486e14cc67783ac3750945dfc7484fe9bb79c458cb30608 - 0.0% (825 Bytes)
[#014] sha256:28ad9ff85052e7d09a121bdb454ae88343e8c9f665b76b04c37bf32dbcfc43bd - 0.0% (852 Bytes)
[#015] sha256:b4a49211667342b631831b17693ebebf5a9f4126cc2fa24b30c2ba000d03bcc9 - 0.0% (864 Bytes)
[#016] sha256:5100ad382b94f2031451d1f2c36b41195def85247eca80c93e5941f145cac04a - 0.0% (859 Bytes)
[#017] sha256:0754469be7503f90d71dc2e3981ef73ddfda2bf09c1fcf6b61da75fd2317b381 - 11.73% (30.5 MB)
[#018] sha256:ca84d092898d5ff3e18d0949c8002f27f90da99ab6d74c94622f310559bed022 - 0.0% (860 Bytes)
[#019] sha256:343761885abe1fb3831bc67c1d81733cf989c2ee78bf3bda9f255126f6747592 - 0.0% (885 Bytes)
[#020] sha256:6e62e9718e092bda3bd2dc172344adf4afa0506ddeb0b823f4eabceed4a71d91 - 0.0% (854 Bytes)
[#021] sha256:a500c5efb578f36c0381a3e4a95ecccea662b8122d9af2965e45948687f02d39 - 0.0% (902 Bytes)
[#022] sha256:db46d9623e73b09faa4e0ea61bebb030b4ecf9d91c0dc4242e4d8099ede774a6 - 0.0% (891 Bytes)
Apply image 1909-amd64
2021-01-25 00:14:53 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-25 00:14:53 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-25 00:15:18 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-01-25 00:15:18 UTCcmd /S /C #(nop) USER ContainerUser
2021-01-25 00:15:34 UTCcmd /S /C #(nop) COPY dir:2b24e0683bce9a6158e61058fc24411d0e844420ed7e75e69332bbeb47759889 in C:\Program Files\PowerShell
2021-01-25 00:16:10 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-25 00:16:11 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-01-25 00:16:11 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-01-25 15:23:11 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-25 15:23:12 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-01-25 15:23:14 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-01-25 15:23:15 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-01-25 15:23:15 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-01-25 15:23:16 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-26 23:29:20 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-070189359ac5007026ee794b1bb73b7d1fdb0b75-head
2021-01-26 23:29:21 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-26 23:29:40 UTCcmd /S /C #(nop) COPY multi:8495a7642d61a09c5d6b121243802c36187f986c00e5fd8e0158b0aa79a1d2c9 in \etc\rancher\
2021-01-26 23:29:41 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-26 23:29:42 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-26T23:29:05Z
2021-01-26 23:29:44 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-26 23:29:46 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=070189359ac5007026ee794b1bb73b7d1fdb0b75
2021-01-26 23:29:50 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-26 23:31:19 UTC
258 MB
rancher/rancher-agent:v2.5-070189359ac5007026ee794b1bb73b7d1fdb0b75-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.95% (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.53% (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:4c9317fd94886262ad2f092e220e8d58de1a59d4683ebaf5fba4da9d818a1be6 - 0.0% (842 Bytes)
[#010] sha256:f0c53b36371f0c8fbf9babd6b2329e1d397454bb1ba7a266787e07758fab5aef - 0.04% (101 KB)
[#011] sha256:32a9797b89d32defdd84545b50027db41f955e0413e64b3fa45a5aa408c95da4 - 12.61% (32.6 MB)
[#012] sha256:780b37dbb1599000dfea63ef16539c8994623249a7fd38ba220250eb185d5538 - 0.0% (823 Bytes)
[#013] sha256:35216223ef466fef0ba6d158f8b0c1c6749905d7ce91fed1ec71baa19b9d0999 - 0.0% (854 Bytes)
[#014] sha256:4922ef29b5a9d8d8f026dcf4101aedbaf03843e93615ef9ca45dbc73b379c616 - 0.0% (825 Bytes)
[#015] sha256:1a0b789d2c24db62478ea8bfb7fc1dd4f4f38d9c288d3b3e5cb340739c0ed141 - 0.0% (852 Bytes)
[#016] sha256:359b4290c1d210ea5ee03dffbf9e97ad9f3c88616e0d86660f795c0b0bf9247d - 0.0% (861 Bytes)
[#017] sha256:2387110f366c72432ff66605de0efd39d8538a9a301677ca04335f1998dd62ad - 11.8% (30.5 MB)
[#018] sha256:62a169d4820f0855c4ef56981fcb7e3633b44ca5b1bf49e2b238aaf43f0e4726 - 0.0% (860 Bytes)
[#019] sha256:8199dc67724ca46fb88081a90c54f3792e6497075a5457947d458aaf4b0a3593 - 0.0% (862 Bytes)
[#020] sha256:e341391453fffa3d5a447da6738245620348da6eb45fea441d5878f7bbfcceb3 - 0.0% (833 Bytes)
[#021] sha256:1cc69959974d4ca7132435f7e3c262f98781479f74311c1bd2c8ae6f181e4a8d - 0.0% (855 Bytes)
[#022] sha256:ab74bf880247b7493db078beedb3ffe7bdd7c682649b22c6c97d0864b25a7e89 - 0.0% (851 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-24 17:51:41 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-24 17:51:42 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-01-24 17:51:44 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-01-24 17:51:45 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-01-24 17:51:45 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-01-24 17:51:46 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-26 23:31:15 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-070189359ac5007026ee794b1bb73b7d1fdb0b75-head
2021-01-26 23:31:15 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-26 23:31:17 UTCcmd /S /C #(nop) COPY multi:8495a7642d61a09c5d6b121243802c36187f986c00e5fd8e0158b0aa79a1d2c9 in \etc\rancher\
2021-01-26 23:31:18 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-26 23:31:18 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-26T23:31:11Z
2021-01-26 23:31:18 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-26 23:31:19 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=070189359ac5007026ee794b1bb73b7d1fdb0b75
2021-01-26 23:31:19 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-26 23:30:59 UTC
261 MB
rancher/rancher-agent:v2.5-070189359ac5007026ee794b1bb73b7d1fdb0b75-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.56% (101 MB)
[#001] sha256:d1d964e549934fb43ef81f521eed39d226a5f9afc19e123118fa80ed0cd87039 - 0.0% (1.09 KB)
[#002] sha256:cbce98f5c4da4f2e83525c8f4b6c1d56f9d1cdf192a2ec9dd67e123d9b9829e2 - 0.0% (1.07 KB)
[#003] sha256:f42568b218bfd71aba73f945e3e2be8b8289135be50910348db61210df5f14dd - 0.03% (90.1 KB)
[#004] sha256:2bf9438971aef03ac0ca75e76ba71ef5d736164d114cae312f5af38994b1e1a6 - 0.0% (1.04 KB)
[#005] sha256:b4a530a7da35f5e36da716f61840fafaf3cb4af8ba9eaa86645d4f086f68b299 - 37.16% (97 MB)
[#006] sha256:31734e44f83918514137f9a0a31f82062dfd1690fedf8dd363894cdc6db44606 - 0.04% (106 KB)
[#007] sha256:b1235424c5052c92d3ec8b7a69185d54dea8ee37ec2c5c529f536ce713c0e3a9 - 0.0% (1.02 KB)
[#008] sha256:b26e8d9f1843c0a843f8703ce17c558368c7bde62db5745031c024d31fa8a468 - 0.0% (1.01 KB)
[#009] sha256:c31de22bed60acead0f9df52ad884892e40dfb052945ae2892744ac5044e32a1 - 0.0% (839 Bytes)
[#010] sha256:f22a333dc5418673a848187f82be6616b542ff2b0a4c99047b990d6c794e1149 - 0.04% (102 KB)
[#011] sha256:fdbc71640a553c99f9362530505eaf36d2a6ffc1d7ab8956a9d1d5002b4373bf - 12.49% (32.6 MB)
[#012] sha256:e63706efc8c3ce31479fedf7eb31baf49cbea210206eb360a9056d419db7674b - 0.0% (854 Bytes)
[#013] sha256:a425f3c761c57e8b394b16943d41a2f6367923de1017d63e419b7575523a9151 - 0.0% (836 Bytes)
[#014] sha256:2754859491604a4017cea128cb9af51c6e8a8b46bdc67e6aaf96183b9e50f6d2 - 0.0% (865 Bytes)
[#015] sha256:b30f18b28e5dfad846083fb9762856223437812ba8585249e621853f4c756785 - 0.0% (911 Bytes)
[#016] sha256:dd0dfe4a8c19f1c88d336ec3a96de44084f0aaa7a7a2f9b66214077cf9c5c98c - 0.0% (952 Bytes)
[#017] sha256:27e0f06ca37730973d55df0732bd6c8eb0d35fbc77b0470e6d62f75802cd5d53 - 11.68% (30.5 MB)
[#018] sha256:3d65d0e3d1407ea4b630960a7bf51520604635ebae8c00b08f571fcd586e4f6a - 0.0% (973 Bytes)
[#019] sha256:0babb141f0ed28086d63f65b747ec9c329f807438c9327a5784dc292a65caa42 - 0.0% (953 Bytes)
[#020] sha256:4fbca975c4df4aab9a00a1bcdb8a259ec220071d32722670143b2b8b185de7ea - 0.0% (933 Bytes)
[#021] sha256:7d5a38f67a752090bd4ba708540206aa52d1d29f161164e0dcf43f885941c27f - 0.0% (872 Bytes)
[#022] sha256:599091bba40e57028829f1cf7cdd6af37e1e0217c3d725855b0154109ea7d918 - 0.0% (897 Bytes)
Apply image 2004-amd64
2021-01-25 00:14: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-25 00:14:06 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-25 00:14:18 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-01-25 00:14:18 UTCcmd /S /C #(nop) USER ContainerUser
2021-01-25 00:14:33 UTCcmd /S /C #(nop) COPY dir:2b24e0683bce9a6158e61058fc24411d0e844420ed7e75e69332bbeb47759889 in C:\Program Files\PowerShell
2021-01-25 00:15: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-01-25 00:15:09 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-01-25 00:15:09 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-01-25 17:56:04 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-25 17:56:05 UTCcmd /S /C #(nop) COPY multi:57355cb5be6e2624acb1d32e70fd27ced1f9272669bb34ccf2b7b763da2dd6af in \Windows\System32\
2021-01-25 17:56:07 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-01-25 17:56:08 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-01-25 17:56:08 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-01-25 17:56:09 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-26 23:30:19 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-070189359ac5007026ee794b1bb73b7d1fdb0b75-head
2021-01-26 23:30:21 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-26 23:30:51 UTCcmd /S /C #(nop) COPY multi:c1c2d78f9ff6fa8f55637a1097cf3ff39d497f9810837d6157a1457a76c1c0c4 in \etc\rancher\
2021-01-26 23:30:53 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-26 23:30:54 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-26T23:30:02Z
2021-01-26 23:30:56 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-26 23:30:57 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=070189359ac5007026ee794b1bb73b7d1fdb0b75
2021-01-26 23:30:59 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-26 23:28:50 UTC
2.43 GB
rancher/rancher-agent:v2.5-070189359ac5007026ee794b1bb73b7d1fdb0b75-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 57.64% (1.4 GB)
[#001] sha256:18629c768c3f1391a29a90ea5e5b8a2b4185ec20b1781c40273741f648a0c882 - 36.88% (918 MB)
[#002] sha256:7cb7129481ae95d3f19665fb4ed1efc941809a7e7fdee3f63039c9413851522e - 0.0% (1.1 KB)
[#003] sha256:9f7e19c40764256eec7c3a0b03e2cc245e51875edb814afe2cc54ff86664395f - 0.0% (1.1 KB)
[#004] sha256:415b1393af857ced949c7eb187cd2cec3aa8576f5c80ea448d3aee0cd2cc6a87 - 0.62% (15.5 MB)
[#005] sha256:f3bdd2b5be11b4ef16e28d0e9742c099edeeff4ff19ada7d67b8ea7ac9c420ca - 0.19% (4.76 MB)
[#006] sha256:7e8854977767745899d09e5a7c65ea26cc5b0450daeb7adab04e3103162c95ab - 0.31% (7.82 MB)
[#007] sha256:49606bf2c5ad8c263e0fd07af1c4f502c09349ed1840900e2913f5d936f52123 - 1.77% (44.1 MB)
[#008] sha256:4b93c087f09940432bd7139fc21059a87bfaaaff86a19237a2e1c440f64e175e - 0.19% (4.82 MB)
[#009] sha256:7ee3d5ee6cfe59905c5342b3eb0f102284b517e8d3e85d3e6dc9ae985f7c7a8d - 0.62% (15.5 MB)
[#010] sha256:aa7f8212c0b33b223bcd081738f3e5faea83eb31d1470d25b688deaa213f4d77 - 0.54% (13.4 MB)
[#011] sha256:13069ef9b2ad879edd6f6b993d478ecf0a43ad923302908e84073a1f4fa8f918 - 0.0% (1.08 KB)
[#012] sha256:dd672e29fc0df555d028b7fd3b5a4fe485241cac2d4711d9f1e4e6c72dfcdcc4 - 0.0% (1.07 KB)
[#013] sha256:d005240cfbf902a6beff08c50790896278cf932c61479c5d3041d0c0017ded32 - 0.0% (1.12 KB)
[#014] sha256:7af8abe40ac8a809c9119d5ad3b65a435f1cfd1f6b325ba181231f84ce59d075 - 0.0% (1.1 KB)
[#015] sha256:2910ab3b5eeb106eafacb3c827a30235134801fa56a993e689a5d194bd4d7bce - 0.0% (1.1 KB)
[#016] sha256:2f16cf66f5a672ccbe1db9e7d6809926d76a6ea1cc41ce03e3d2ca68fc18a10a - 1.22% (30.5 MB)
[#017] sha256:6cb2bbf69d58b8e17a75bbc506179fc42a205a9a1616a5a129dcb32716e74f31 - 0.0% (1.1 KB)
[#018] sha256:31de1b384e45b9ccf19e35986ff2117367f778b8cef9f4cdcdd2ac3365d03884 - 0.0% (1.1 KB)
[#019] sha256:566fbd7575310e8a43063da4f4bca3bacf7877b129d10618d0e1e5372752885d - 0.0% (1.09 KB)
[#020] sha256:0124917325f009bb53900114a9327208fc197b48907f42db0b1f334a10467755 - 0.0% (1.09 KB)
[#021] sha256:d573c6ab90b83fb9d17707e213baf99aec4cb0465fa04873aed2a2162e230e59 - 0.0% (1.12 KB)
Apply image 20H2-RTM-amd64
2021-01-09 13:33:38 UTCInstall update 20H2-amd64
2021-01-24 17:53:11 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-01-24 17:53:12 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-01-24 17:53:26 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-24 17:53:39 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-24 17:54:08 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-24 17:54:26 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-24 17:54:38 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-01-24 17:54:50 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-01-24 17:55:03 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-01-24 17:55:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-01-24 17:55:04 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-01-24 17:55:04 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-26 23:28:45 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-070189359ac5007026ee794b1bb73b7d1fdb0b75-head
2021-01-26 23:28:46 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-26 23:28:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:c1c2d78f9ff6fa8f55637a1097cf3ff39d497f9810837d6157a1457a76c1c0c4 in \etc\rancher\
2021-01-26 23:28:49 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-26 23:28:49 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-01-26T23:28:43Z
2021-01-26 23:28:50 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-26 23:28:50 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=070189359ac5007026ee794b1bb73b7d1fdb0b75
2021-01-26 23:28:50 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-26 23:32:48 UTC
152 MB
rancher/rancher-agent:v2.5-070189359ac5007026ee794b1bb73b7d1fdb0b75-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.86% (22.6 MB)
[#001] sha256:3dbb433f451339aab734bb52e3df5b34cdea477f3f8e3aa32f7ac060bd852de2 - 0.0% (854 Bytes)
[#002] sha256:c3042a0d94b83caeb29bc20734c197130f58e14e86e8e6cdad8b768052bb563c - 0.0% (189 Bytes)
[#003] sha256:e171b26b61886102c57ba4bfcf1550a6463e7ca19460768d5aa604df8788db5b - 0.0% (123 Bytes)
[#004] sha256:7231f02e73ffb27e79d064f7c9eb157d22198da31f85112eb1e1365a7c7d6961 - 32.98% (50.2 MB)
[#005] sha256:fffc0e4a1e23f2eeced3b94553539949a4d456d75fd2d035b6462a1c0b2a098f - 1.27% (1.94 MB)
[#006] sha256:694330044ae6f5d867587b689f7c5729884bb85e3a31807561ffa666b8c6e730 - 16.17% (24.6 MB)
[#007] sha256:a4d37b92f0f1b036da44aabd2ac262ace3818463a62f9dc74ddc74494e134a8b - 16.28% (24.8 MB)
[#008] sha256:59b06b9ba876f7d6483c00bde79d299c514705969d62a753f20011b5ac2348ce - 18.44% (28.1 MB)
[#009] sha256:b0e2dbc574ce1e8a0bdbe36a7720a37d8f27640b1e42554ff43942d0ae4330c9 - 0.0% (169 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-01-26 23:32:10 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-01-26 23:32: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-01-26 23:32:11 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-01-26 23:32:12 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2021-01-26 23:32: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 && 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-26 23:32:36 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-01-26 23:32:37 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-26 23:32:37 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-01-26 23:32:39 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-26 23:32:39 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-01-26 23:32:39 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-01-26 23:32:39 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-26 23:32:40 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-070189359ac5007026ee794b1bb73b7d1fdb0b75-head
2021-01-26 23:32:40 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-01-26 23:32:44 UTC/bin/sh -c #(nop) COPY dir:6c605c6fc45b815db36279d953209ff3fc54faa0a0ab0e689d3a59a614ca6369 in /var/lib/rancher-data
2021-01-26 23:32:46 UTC/bin/sh -c #(nop) COPY multi:a659819b9c39aa6d9911fa9dac956dd6210ae587f96e6551daa1f9270c71dbb3 in /usr/bin/
2021-01-26 23:32:47 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-01-26 23:32:47 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-01-26 23:32:48 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-01-26T23:31:54Z
2021-01-26 23:32:48 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-26 23:32:48 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=070189359ac5007026ee794b1bb73b7d1fdb0b75
2021-01-26 23:32:48 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.