2021-01-23 01:17:22 UTC
162 MB
rancher/rancher-agent:master-aa7bb496bed9c1918ca8451f852c25de6134f37f-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.7% (25.5 MB)
[#001] sha256:d22d2dfcfa9cd230ed3c47defec2670d45081598c721dd85cafc34ea459f970e - 0.0% (852 Bytes)
[#002] sha256:b3afe92c540b778c64ca316d1e679d55d2d2e812e450f516a808ee591f0c3f77 - 0.0% (162 Bytes)
[#003] sha256:2dba602b98945ecd4032a7eb3f3441929eee720f290cd0ee4d33475a1b2f5099 - 0.0% (124 Bytes)
[#004] sha256:185a924e89a5e5c9c2c4298cdbe844a89dadb4c237e30bdc3f39f47a67b63f0d - 33.47% (54.3 MB)
[#005] sha256:45bd5c24af08019cb7892aab421508f07b286c4f80bdf54a67225cd637df0878 - 1.36% (2.2 MB)
[#006] sha256:b6a5730902a63e8c6f53aa7f9097e1e16648c098b03d4be1ba24090eb89a1329 - 16.38% (26.6 MB)
[#007] sha256:baeb6174a946f6dee009a8aca0319e637201bd7bd3eea263c6819e838848b802 - 14.39% (23.3 MB)
[#008] sha256:5ae5668003b141b6a31643486ac9c15184e988fa5a3f6c6d0eb2c4719a0de7ec - 18.71% (30.4 MB)
[#009] sha256:9c5cb07e284e5ae3d9f6075666c1040dacad9ce1f03284db8fd5d747d57b6e6d - 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-23 01:16:48 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-01-23 01:16:48 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-23 01:16:49 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-01-23 01:16:49 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2021-01-23 01:17:09 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-23 01:17:09 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-01-23 01:17:11 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-23 01:17:11 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-01-23 01:17:13 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-23 01:17:13 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-01-23 01:17:13 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-01-23 01:17:13 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-23 01:17:14 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-aa7bb496bed9c1918ca8451f852c25de6134f37f-head
2021-01-23 01:17:14 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-01-23 01:17:19 UTC/bin/sh -c #(nop) COPY dir:9aabbeadf1633f0d5449f9f406c78e9e2d2d79db417ebb28de3fed0fe9f66e19 in /var/lib/rancher-data
2021-01-23 01:17:20 UTC/bin/sh -c #(nop) COPY multi:348ee216848faba86bcd75825ff10a9871cd93d1bfa43a0d121b57201e49a9c1 in /usr/bin/
2021-01-23 01:17:21 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-01-23 01:17:21 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-01-23 01:17:21 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-01-23T01:16:27Z
2021-01-23 01:17:21 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-23 01:17:22 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=aa7bb496bed9c1918ca8451f852c25de6134f37f
2021-01-23 01:17:22 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-23 01:03:02 UTC
257 MB
rancher/rancher-agent:master-aa7bb496bed9c1918ca8451f852c25de6134f37f-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.62% (96.6 MB)
[#001] sha256:bc2f5e493fed1c37ff88241ca4c6c44e66e7d6363e30fb72bf7695894458c0d7 - 0.0% (1.12 KB)
[#002] sha256:08eb481f2458d0dcfffadb5dfd7563f6af40797e558f7ff4b060bd4d461bee0e - 0.0% (1.05 KB)
[#003] sha256:e40f3faa6d055c53ed177fdbbae9bbf6b26c77b2ab4f20709c1fe689eccfb08b - 0.02% (65.6 KB)
[#004] sha256:0d4faadb41244da3408843270d46d918f22759d36877c86964f3b197954a31f1 - 0.0% (1.02 KB)
[#005] sha256:4c59935feea0a2fd21840afaa1c83c2fc08344f69dbd923b999d9a8baa9cdd52 - 37.76% (97 MB)
[#006] sha256:56961206adb372e427aa103935bf4744405c1666e3df524ba777e00b2d119b14 - 0.05% (130 KB)
[#007] sha256:a191bd7392f609233de78c832286d8082ff39bf1de5c07613771eac6c325d771 - 0.0% (1.01 KB)
[#008] sha256:7b34a2bc26b1de952cfe89ab5df1a858b5e2fb0d7682d3478a1217dabb7b51f5 - 0.0% (1.01 KB)
[#009] sha256:26dc13e8ee4b4f1e83712ec83be53485532a8b99f0fb9e2c2b396b02e916936f - 0.0% (826 Bytes)
[#010] sha256:bd297e4a647b3cdb3e878c8dfafcbb1647bd8805c1fac8122b730d315f57fc29 - 0.04% (96.5 KB)
[#011] sha256:1f8dc29a0b616aeeb790dd4078afd6c3a9b85b11d9864f5c8b38f43a61373e1c - 12.69% (32.6 MB)
[#012] sha256:42170ffa8d3767d86eedf729abbf4c7f23cd9552694eebd7048f46646b4524ef - 0.0% (830 Bytes)
[#013] sha256:8f3849a805ed4cec835b359b71cfbcfb317435ce86c6597ad6aaa322f63db2d2 - 0.0% (831 Bytes)
[#014] sha256:c894ae9382dbde7888fc732caf479b2158d0ffb07e9ea7a3d017b43eea07fcbf - 0.0% (828 Bytes)
[#015] sha256:fddceb5dac037e22b07fbbcbffd47a41426dbb31b6f62f92e774ddb2b42f63c1 - 0.0% (834 Bytes)
[#016] sha256:bf70816b27e1f17dcd186da739b7ca6dada4ec78951b77f7cdbacf8e46695f86 - 0.0% (855 Bytes)
[#017] sha256:2a5109f9649ff18c999e4461cd623706e0105879e1e9b3e2a0ea76623f80d83b - 11.81% (30.3 MB)
[#018] sha256:cf1686b5d5a63b9975ae2a4a2b0672f41196b0e973925075e52338190ed30603 - 0.0% (830 Bytes)
[#019] sha256:2149ea280e273ff36b8d1bd4571dcdd742d909acbeb4a931db95b7bc1fe1f192 - 0.0% (828 Bytes)
[#020] sha256:f314d2fa76291352d6b1e9be235389748ac2ee5ce3dc9cc705dec36748d2ed94 - 0.0% (826 Bytes)
[#021] sha256:ad992d49de83c47d0dc7993440da74e0938c29a1aad69ac4b32eb760932cf283 - 0.0% (827 Bytes)
[#022] sha256:a57a278dd346114086e4228d718c6b4157eff3bd56df8d9b74bb45a544fb322c - 0.0% (859 Bytes)
Apply image 1809-amd64
2021-01-21 18:54:51 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-21 18:54:53 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-21 18:55:20 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-01-21 18:55:21 UTCcmd /S /C #(nop) USER ContainerUser
2021-01-21 18:55:37 UTCcmd /S /C #(nop) COPY dir:2b24e0683bce9a6158e61058fc24411d0e844420ed7e75e69332bbeb47759889 in C:\Program Files\PowerShell
2021-01-21 18:56: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-21 18:56:17 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-01-21 18:56:18 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-01-22 02:18:29 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-22 02:18:30 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2021-01-22 02:18:32 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-01-22 02:18:33 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-01-22 02:18:33 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-01-22 02:18:33 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-23 01:02:58 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-aa7bb496bed9c1918ca8451f852c25de6134f37f-head
2021-01-23 01:02:59 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-23 01:03:00 UTCcmd /S /C #(nop) COPY multi:22482511e44fcfa3302e9299b8d2f0e74c59dddfb515b3300a6b76372a783a56 in \etc\rancher\
2021-01-23 01:03:01 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-23 01:03:01 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-23T01:02:56Z
2021-01-23 01:03:02 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-23 01:03:02 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=aa7bb496bed9c1918ca8451f852c25de6134f37f
2021-01-23 01:03:02 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-23 01:04:07 UTC
260 MB
rancher/rancher-agent:master-aa7bb496bed9c1918ca8451f852c25de6134f37f-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.33% (99.6 MB)
[#001] sha256:3da58db25abd230f7d39721de90da7c1ab209bbffea25864be3578a8064f62c6 - 0.0% (1.02 KB)
[#002] sha256:b0df7465db17dbcd6d30e2c0a0c3996778a162794d9ecc18db748f384832e966 - 0.0% (1.01 KB)
[#003] sha256:3c9a9766412c88d2a01e876461e3cb16e366c4e8a6fae5ef8c28a9ccba839433 - 0.02% (66.2 KB)
[#004] sha256:89c4f28183912a9945b06d81aaf20bbe9c2deb32e05f0972932f5080c7c712b6 - 0.0% (1.01 KB)
[#005] sha256:e0a5622f472df572d060b256d3d97eebaba4616fe599f2cdcbcf4443200aef28 - 37.34% (97 MB)
[#006] sha256:f4ae20a677bc51fcff10749fd7ea62caa75bbf018707a58a17abedcdef29c6a6 - 0.04% (96.6 KB)
[#007] sha256:dc98c75a00cb356f801a31b426eb3fdb3fc9ea71a0fe1e63f174269bbacdf941 - 0.0% (1 KB)
[#008] sha256:624df48f5e179bd7d5a5386c6bc0d86702f35dc1737845c5fa3a9cbdc9567acc - 0.0% (1.01 KB)
[#009] sha256:1ea09874023e36c239c2d8e16af3fcc427bfd4f865523a5b9a8c23ef2bef9d7c - 0.0% (830 Bytes)
[#010] sha256:efb2d1b9371b72ff343a67faf6329693b9ad60af96cebc1671061d2932fd1a07 - 0.04% (101 KB)
[#011] sha256:08690c4a5d21a10ec8df361168b91a7d5b01dc7c56174251b31e55ecb741f053 - 12.55% (32.6 MB)
[#012] sha256:1dd65b57d30bf1a5df77896342dadab4fede14a99afef14925aa0fe4f7c78b36 - 0.0% (849 Bytes)
[#013] sha256:b3cde4a25e1bafbe0866ae761a26cee8ddab2a50914146d6a960abdace4f7f83 - 0.0% (854 Bytes)
[#014] sha256:6ad7c23b0f9755fc0352ac7f4154882f5ea7dab275bdf5354d35618780d8f749 - 0.0% (834 Bytes)
[#015] sha256:12bbbc139190988d1558480df96d7996bd2eb28e62641f4496a5edd74afd09df - 0.0% (829 Bytes)
[#016] sha256:c16dc0ca508378a3bdd24c0b8cd5dc4a16201c4f383dcb6f0dbd3f8468f52f87 - 0.0% (828 Bytes)
[#017] sha256:b62b8982d4db3ec3d234281ebaf56a0df9642f9ee69bbb94abf5343fea4f795c - 11.68% (30.3 MB)
[#018] sha256:2b0034beddbd1aaa29779a60c3fbe9800c30393f44eed141123e26bbc2dea94f - 0.0% (857 Bytes)
[#019] sha256:7832cdf457212af8f38cdcebae1167c76895187f1cd23fe0b12855d36d2f75a6 - 0.0% (830 Bytes)
[#020] sha256:867d55a8c3f70f266daf391b17b2300a92abb313f79d6f7ca8552d837209dfda - 0.0% (856 Bytes)
[#021] sha256:ae58b1b779d3114fe6f14e8688280a7b44ba9f3a702865139b5382549309f2ec - 0.0% (829 Bytes)
[#022] sha256:cd14677f30ecd407c6b6537029e61237924352197f7f1c584e5c689c381a9fa7 - 0.0% (828 Bytes)
Apply image 1909-amd64
2021-01-21 18:08:02 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-21 18:08:03 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-21 18:08:57 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-01-21 18:08:58 UTCcmd /S /C #(nop) USER ContainerUser
2021-01-21 18:09:15 UTCcmd /S /C #(nop) COPY dir:2b24e0683bce9a6158e61058fc24411d0e844420ed7e75e69332bbeb47759889 in C:\Program Files\PowerShell
2021-01-21 18:09:52 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-21 18:09:52 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-01-21 18:09:53 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-01-22 02:18:38 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-22 02:18:39 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-01-22 02:18:41 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-01-22 02:18:42 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-01-22 02:18:42 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-01-22 02:18:43 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-23 01:04:03 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-aa7bb496bed9c1918ca8451f852c25de6134f37f-head
2021-01-23 01:04:04 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-23 01:04:05 UTCcmd /S /C #(nop) COPY multi:22482511e44fcfa3302e9299b8d2f0e74c59dddfb515b3300a6b76372a783a56 in \etc\rancher\
2021-01-23 01:04:06 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-23 01:04:06 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-23T01:04:01Z
2021-01-23 01:04:07 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-23 01:04:07 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=aa7bb496bed9c1918ca8451f852c25de6134f37f
2021-01-23 01:04:07 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-23 01:03:30 UTC
258 MB
rancher/rancher-agent:master-aa7bb496bed9c1918ca8451f852c25de6134f37f-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.98% (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:db1ab8b1e49fc01eda4e06e929d251d535850001fcac83135f9f6101888e4f6d - 0.0% (829 Bytes)
[#016] sha256:77b0d46af3d575c9a909781852b6fad8d5309522d85041eb3b7db9684b6c269a - 0.0% (831 Bytes)
[#017] sha256:786911e3338942acca1b98b05942ee60188862d97f0aaceb0e6b5efcfc5974d1 - 11.75% (30.3 MB)
[#018] sha256:a7347ec680fc1b26e4e1856acbc363e3655bd6424ff7595d77f3c197901f7392 - 0.0% (830 Bytes)
[#019] sha256:ca4d012fac78fce3d7fe8b83f17d9bfde9fa061761471bad2b2ad0df098c1777 - 0.0% (830 Bytes)
[#020] sha256:d5c42322181a8d459f5f6f65eba00593199d57bf87d326792a1f3a7a0e6c586e - 0.0% (832 Bytes)
[#021] sha256:d8daa68c6d22e35156e4eaef11c16a61f932bae58ba62234b72aaae82f72f8bb - 0.0% (828 Bytes)
[#022] sha256:527a09ba54ea0ae822d76d653431f088e625fbc78bf3cce7ffff2d43bbc5433a - 0.0% (829 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-23 01:03:26 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-aa7bb496bed9c1918ca8451f852c25de6134f37f-head
2021-01-23 01:03:26 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-23 01:03:28 UTCcmd /S /C #(nop) COPY multi:22482511e44fcfa3302e9299b8d2f0e74c59dddfb515b3300a6b76372a783a56 in \etc\rancher\
2021-01-23 01:03:28 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-23 01:03:29 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-23T01:02:32Z
2021-01-23 01:03:29 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-23 01:03:29 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=aa7bb496bed9c1918ca8451f852c25de6134f37f
2021-01-23 01:03:30 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-23 00:59:11 UTC
261 MB
rancher/rancher-agent:master-aa7bb496bed9c1918ca8451f852c25de6134f37f-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:0ea35d5401ebccdac73f221ad77e589481116ae2e068cd359221edb9377ccac1 - 0.0% (1.02 KB)
[#002] sha256:657c0bf7d7d4804f4dcde1ea683f88b3ab376d1dd5d521eda05952f7bf6ceeb7 - 0.0% (1.02 KB)
[#003] sha256:f37105f35e71f33d70b921e223ed44ce50f3529f633f4c8fa98ab0082e913858 - 0.03% (68 KB)
[#004] sha256:ca2bb232247fc3c19d8efb69547492e4a1edb9e2994ea645251ebea00e54a0fe - 0.0% (1.01 KB)
[#005] sha256:1e46623821c10900d9f6c0d53bf46c5f72e4b7aa399ac88581d27bb99adf7671 - 37.18% (97 MB)
[#006] sha256:7f903e29ea4ce70bea99d08715487cd3536d8d93eb328dbceb2df69966b5d34e - 0.04% (99.9 KB)
[#007] sha256:cab6ee6e71874fdd9d9978f71531c7f3b744d75e048b687a8bd013fb738d0e47 - 0.0% (1.01 KB)
[#008] sha256:16d0f8f552e40330d6479662c6ad660910a981170a83a19c62acb672b6984925 - 0.0% (1.04 KB)
[#009] sha256:b0899bd5baa4c2dbef587d40d8d59c3a84530a0d9007dabca1563a7152f5603a - 0.0% (862 Bytes)
[#010] sha256:d49cc33e62fe62cc9f514c9851de312f896376e44d922f609f7e33f384db86cc - 0.04% (102 KB)
[#011] sha256:578998df9a669ff35ae14bac85b8f81c6d38b0b09a0793cfbd09e2b1459c557a - 12.5% (32.6 MB)
[#012] sha256:69d718d4b563b8675ff2b9daa35ffff4039279a104477417e2f9a87d4c594602 - 0.0% (841 Bytes)
[#013] sha256:ef8e820a01c5c8721b3b2910f05fb72e2188d4397c98159903636f4c151375d6 - 0.0% (866 Bytes)
[#014] sha256:17d7bb52601c958df01ce0d35b7ab7aaee69ed005a00c9c8aaaaafa96ab343e7 - 0.0% (836 Bytes)
[#015] sha256:83e8fceff572203a6e136e4d09d8ea323e540c4626d0629ff727a9bbc749d1b2 - 0.0% (860 Bytes)
[#016] sha256:17d704a80b653075189d9628eb090622b4c77b316c3764616edfe8e330baa4d8 - 0.0% (861 Bytes)
[#017] sha256:ca9a56a74cdf97d5e4ae8bf53553fdf1710176fe404a07d65becd94dfc8fdac9 - 11.63% (30.3 MB)
[#018] sha256:f705324777c91744f877ffc0c0319cc6d8039e8a10926b02736c79579ac81c56 - 0.0% (839 Bytes)
[#019] sha256:82f09f82d4d5de434bb539056f8355ed7eace49475de48b6ed5935645360df9c - 0.0% (837 Bytes)
[#020] sha256:0cc9753a6f779fefd2b56bd2df82493d4dc67f54d347db47d19a9c109cce2639 - 0.0% (841 Bytes)
[#021] sha256:1f40242c9f54f0291d5c86ca33c0c525bbdba9468653373280269ccdfcf91495 - 0.0% (841 Bytes)
[#022] sha256:9724b4cfe015129711d1f0e8b329a3ecafc363a94b5a778d663539694f3596c3 - 0.0% (863 Bytes)
Apply image 2004-amd64
2021-01-21 18:55:17 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-21 18:55:18 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-21 18:56:18 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-01-21 18:56:19 UTCcmd /S /C #(nop) USER ContainerUser
2021-01-21 18:56:46 UTCcmd /S /C #(nop) COPY dir:2b24e0683bce9a6158e61058fc24411d0e844420ed7e75e69332bbeb47759889 in C:\Program Files\PowerShell
2021-01-21 18:57:28 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-21 18:57:28 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-01-21 18:57:29 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-01-22 02:17:42 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-22 02:17:43 UTCcmd /S /C #(nop) COPY multi:57355cb5be6e2624acb1d32e70fd27ced1f9272669bb34ccf2b7b763da2dd6af in \Windows\System32\
2021-01-22 02:17:45 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-01-22 02:17:46 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-01-22 02:17:46 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-01-22 02:17:46 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-23 00:59:07 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-aa7bb496bed9c1918ca8451f852c25de6134f37f-head
2021-01-23 00:59:08 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-23 00:59:09 UTCcmd /S /C #(nop) COPY multi:593a5865688ef12fe49394e961e99c1989ae7d40e89c25bf94216297c4218763 in \etc\rancher\
2021-01-23 00:59:10 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-23 00:59:10 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-23T00:59:05Z
2021-01-23 00:59:10 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-23 00:59:11 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=aa7bb496bed9c1918ca8451f852c25de6134f37f
2021-01-23 00:59:11 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-23 00:59:02 UTC
2.43 GB
rancher/rancher-agent:master-aa7bb496bed9c1918ca8451f852c25de6134f37f-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:1970466389c66c188db5b5ad6fac55b79ad9eddbfff12bbf2d3a6d8d24aee8cb - 0.0% (1.07 KB)
[#015] sha256:f3b6c0a2804dcc10eda1cba59a19bd052fd0347a383dcb113fef8854c8036dd5 - 0.0% (1.07 KB)
[#016] sha256:5ae8e3511a562249637a1758aa767b5cdeb8c6d55f4578f3da44081f8a0d8076 - 1.22% (30.3 MB)
[#017] sha256:780773d430e75f6ad1908beb466f07553b76283805ad8a94223d0cea4998175a - 0.0% (1.09 KB)
[#018] sha256:d9ee38ba50d767d8e1182926594c5f12de6a09ab674617aeac898e54dfd68ad0 - 0.0% (1.07 KB)
[#019] sha256:069a58b94a6468e099e386c68b8b99e63c0b8258909d9b7543447bcabc323054 - 0.0% (1.07 KB)
[#020] sha256:49db9fbb65310e701851c82f4d6a463f7d74a03cd943e79ad7ec203fad6a2100 - 0.0% (1.08 KB)
[#021] sha256:896e7faf38d1dde0b055c67e00c4d0b735f94a38332ee66ed1fb2ed098675288 - 0.0% (1.1 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-23 00:58:58 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-aa7bb496bed9c1918ca8451f852c25de6134f37f-head
2021-01-23 00:58:59 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-23 00:59:00 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:593a5865688ef12fe49394e961e99c1989ae7d40e89c25bf94216297c4218763 in \etc\rancher\
2021-01-23 00:59:01 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-23 00:59:01 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-01-23T00:58:57Z
2021-01-23 00:59:01 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-23 00:59:02 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=aa7bb496bed9c1918ca8451f852c25de6134f37f
2021-01-23 00:59:02 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-23 01:04:07 UTC
151 MB
rancher/rancher-agent:master-aa7bb496bed9c1918ca8451f852c25de6134f37f-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 - 15.02% (22.6 MB)
[#001] sha256:3dbb433f451339aab734bb52e3df5b34cdea477f3f8e3aa32f7ac060bd852de2 - 0.0% (854 Bytes)
[#002] sha256:c3042a0d94b83caeb29bc20734c197130f58e14e86e8e6cdad8b768052bb563c - 0.0% (189 Bytes)
[#003] sha256:0c54376bf1ec2040d0959a08f63eaacdae8bfdc5d4f429765379e2da294c1bd9 - 0.0% (123 Bytes)
[#004] sha256:81fabfad71d5c63db6d3e3a058644259d6a086b14f37a5e1939afe4724a16619 - 33.33% (50.2 MB)
[#005] sha256:fffc0e4a1e23f2eeced3b94553539949a4d456d75fd2d035b6462a1c0b2a098f - 1.29% (1.94 MB)
[#006] sha256:6c81cc1bb5d409d449c505b36221211652628338722cadcee26a12a4b0e068ff - 16.35% (24.6 MB)
[#007] sha256:817c3c233ee49177fa182a440ad6f13ae2ecf46e3b9ec0d13b523bf39bc626df - 15.49% (23.3 MB)
[#008] sha256:0acbdab72858797077613236198c0edfd137308cda2bb3c354da5683b718a70a - 18.54% (27.9 MB)
[#009] sha256:7ac6111e37a28d65d8d5032de81f18aa15fc39cdb44b447238cdbeba2d666ccb - 0.0% (170 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-23 01:03:32 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-01-23 01:03:33 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-23 01:03:33 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-01-23 01:03:34 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2021-01-23 01:03:54 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-23 01:03:55 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-01-23 01:03:56 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-23 01:03:56 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-01-23 01:03:58 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-23 01:03:58 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-01-23 01:03:59 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-01-23 01:03:59 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-23 01:03:59 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-aa7bb496bed9c1918ca8451f852c25de6134f37f-head
2021-01-23 01:03:59 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-01-23 01:04:03 UTC/bin/sh -c #(nop) COPY dir:c07ddf6fd68c98a8026287da6afaa28a9d47a7914fb7af573722827dcd264257 in /var/lib/rancher-data
2021-01-23 01:04:05 UTC/bin/sh -c #(nop) COPY multi:fb05a0c807c13e6bb414cbee9fdeb0e272fcb05f3f87f5c8c4b3f3aba80957b6 in /usr/bin/
2021-01-23 01:04:06 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-01-23 01:04:06 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-01-23 01:04:06 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-01-23T01:03:18Z
2021-01-23 01:04:06 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-23 01:04:07 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=aa7bb496bed9c1918ca8451f852c25de6134f37f
2021-01-23 01:04:07 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.