2021-02-12 17:47:13 UTC
166 MB
rancher/rancher-agent:master-5c33f32d586ec4ac0a01e5ceb484cf6986fde646-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.31% (25.5 MB)
[#001] sha256:d22d2dfcfa9cd230ed3c47defec2670d45081598c721dd85cafc34ea459f970e - 0.0% (852 Bytes)
[#002] sha256:b3afe92c540b778c64ca316d1e679d55d2d2e812e450f516a808ee591f0c3f77 - 0.0% (162 Bytes)
[#003] sha256:b6e23060168aed797dcf06be9960583becabfd0853cc7254b875f685c7a43584 - 0.0% (124 Bytes)
[#004] sha256:8966851fcb5a84f4dd258df9c87873ab3f11e506846e7f4f98a96a8010932ff4 - 32.63% (54.3 MB)
[#005] sha256:45bd5c24af08019cb7892aab421508f07b286c4f80bdf54a67225cd637df0878 - 1.32% (2.2 MB)
[#006] sha256:9f7d0d8f1325f64d0ad698217e7aa27167c2c9999d98c1cd3c191207282ee514 - 15.97% (26.6 MB)
[#007] sha256:b6d2cf3613874f2a1288ba60ba7e11356e57df692d45a5adbccc3bc3f1c0e67e - 16.36% (27.2 MB)
[#008] sha256:4ae6f3d2bf78a6a5c6e152700fdef589f4680314d76d55c3154994e3c17154b8 - 18.4% (30.6 MB)
[#009] sha256:7b1c87172c803c8b5b95cc1152c927bc8a98115faf07bb3d67ca1081fd803563 - 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-02-12 17:46:33 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-02-12 17:46:34 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-12 17:46:34 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-02-12 17:46:35 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2021-02-12 17:46:58 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-02-12 17:46:59 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-02-12 17:47:00 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-12 17:47:00 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-02-12 17:47:02 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-12 17:47:02 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-02-12 17:47:03 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-02-12 17:47:03 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-02-12 17:47:03 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-5c33f32d586ec4ac0a01e5ceb484cf6986fde646-head
2021-02-12 17:47:03 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-02-12 17:47:10 UTC/bin/sh -c #(nop) COPY dir:08f440377032dc2a81cb88ea70f47ca8874a228bc18afc6b71eb1997ef482790 in /var/lib/rancher-data
2021-02-12 17:47:11 UTC/bin/sh -c #(nop) COPY multi:e292308998dfb3c7985d34ed31e2f774a11d37bafe4225c3af2b01c9e51db704 in /usr/bin/
2021-02-12 17:47:12 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-02-12 17:47:12 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-02-12 17:47:13 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-02-12T17:46:08Z
2021-02-12 17:47:13 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-02-12 17:47:13 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=5c33f32d586ec4ac0a01e5ceb484cf6986fde646
2021-02-12 17:47:13 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-02-12 17:44:37 UTC
257 MB
rancher/rancher-agent:master-5c33f32d586ec4ac0a01e5ceb484cf6986fde646-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:c42a36bb3e4eadefa1acdea404a6ad2a3f6fcebc46343e6d60c80ff955be94ad - 0.0% (826 Bytes)
[#010] sha256:5bb85505db697ef3cf1603cf9ac818a8c3a2f8dcadc8614dc4824a0acd724cd5 - 0.04% (96.5 KB)
[#011] sha256:ddd338569feceb642d18c1b90db4ac9345961ef7ad5694a62e9ffa4a1c0032ba - 12.68% (32.6 MB)
[#012] sha256:2815714cc8502c15c246b6830a3dcef288e5e655e6a7cd9cb3e7071651cd66fd - 0.0% (857 Bytes)
[#013] sha256:f6a586f35c003594127877e68085d9ad3d21cd5d74b168480949ad00aa852290 - 0.0% (851 Bytes)
[#014] sha256:49c422eb86ab3b47b5c52d36c72d6456785c67cacfcb31b3f4b3de8385782383 - 0.0% (853 Bytes)
[#015] sha256:9c3e618e698e13a2407900a84516381b66de274aaf3aac901cfd766e06f1c15c - 0.0% (861 Bytes)
[#016] sha256:2f3f9394d3a3a6e342e57db97e0444ea14f0488da61ea17523cbc189cc723e6e - 0.0% (877 Bytes)
[#017] sha256:d3eec698e709e6a2af799f04e41a6e0edf36e2568578a32bf8775cc7cec4ce42 - 11.9% (30.6 MB)
[#018] sha256:4e55eeb749417b250335315a13ca9d90a162b9d892043d99202ba77619bc1eba - 0.0% (880 Bytes)
[#019] sha256:3bcdba43cc2acf737a55c95970a33352e7b347211dc4184ecc9e6a2c9b17b2a7 - 0.0% (856 Bytes)
[#020] sha256:4060475f81f7141c8839ceafe218621f486d8cd24178cbb0a5c12995e4666e1d - 0.0% (872 Bytes)
[#021] sha256:0c901dc29d79547b9a478e2d0936ad2e4f470b39fa182cdb4697c80ba31ae7cd - 0.0% (855 Bytes)
[#022] sha256:428cccfd68d342e813e906ad2738be33c8eddcfe61487d55bdc3d1969ac42294 - 0.0% (854 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-12 17:44:26 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-02-12 17:44:27 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2021-02-12 17:44:30 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-02-12 17:44:31 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-02-12 17:44:31 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-02-12 17:44:32 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-02-12 17:44:32 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-5c33f32d586ec4ac0a01e5ceb484cf6986fde646-head
2021-02-12 17:44:33 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-02-12 17:44:34 UTCcmd /S /C #(nop) COPY multi:8c273db8069dbf733cfc0b93a4f86d9ee3e7150cb8a5096463b62ac543c01873 in \etc\rancher\
2021-02-12 17:44:35 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-02-12 17:44:36 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-02-12T17:44:00Z
2021-02-12 17:44:36 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-02-12 17:44:36 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=5c33f32d586ec4ac0a01e5ceb484cf6986fde646
2021-02-12 17:44:37 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-02-12 17:46:39 UTC
259 MB
rancher/rancher-agent:master-5c33f32d586ec4ac0a01e5ceb484cf6986fde646-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:f256429067c4fdf03fb8d7511fbebac503ab07ac7012bf18b726251b1253e77a - 0.0% (898 Bytes)
[#010] sha256:0f0cf31ad0fb73bf8508728c785168a83321e115887c42cc36d1fdb116d765c4 - 0.04% (101 KB)
[#011] sha256:cdc7d02ed31798c846c52bcfdb5e971251acdb565fe90cfcb404ee3f787d5cf5 - 12.6% (32.6 MB)
[#012] sha256:55f3e45c7d43dab3bce2e4e5b24a20bafa69cb916160a1c99c030b42e1ddc798 - 0.0% (826 Bytes)
[#013] sha256:57c63065b4f7edc14ac1004cd9c63c12c3c952ebf93696e54a704efcdf13c209 - 0.0% (828 Bytes)
[#014] sha256:f266c2a626d17ddbca62addba98a7d17fa4dd877af18ee9c430c19eb826a3b09 - 0.0% (856 Bytes)
[#015] sha256:625c4b51dd9dcf1441a3bfaf2716120dc99932e125d4e925eceeb5c6edc5369f - 0.0% (928 Bytes)
[#016] sha256:9b1e9ad100695a75546ed2fdb2427d0ed6c37636d88bd6c1cf38a18fee471329 - 0.0% (952 Bytes)
[#017] sha256:18a441d1582cb65b44c1f1b17baef7240f0e04cb11498f48097177f7556012e6 - 11.83% (30.6 MB)
[#018] sha256:cde4500c6b79537e472fbd0c0068595891ce6517b5f14f2e43054c18f3f9188b - 0.0% (944 Bytes)
[#019] sha256:646f92f886c761de6ee2c6ca6ff347a2fbf9166297801e7744f3538ed4383d86 - 0.0% (952 Bytes)
[#020] sha256:a5d5133ae3f3a52dda41739d2dfcde633ecb5d928fb708267d67147887e2007c - 0.0% (951 Bytes)
[#021] sha256:efb1c61a840c958c995f4bfbe1b16d5247843097a1175763a43b2d5a874db848 - 0.0% (947 Bytes)
[#022] sha256:6f00ddda41c582c3801deb6a7dfdf30f1639720a5a7b9a16434c916bd5cd2646 - 0.0% (961 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-12 17:13:18 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-02-12 17:13:19 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-02-12 17:13:21 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-02-12 17:13:22 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-02-12 17:13:22 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-02-12 17:13:23 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-02-12 17:46:10 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-5c33f32d586ec4ac0a01e5ceb484cf6986fde646-head
2021-02-12 17:46:12 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-02-12 17:46:30 UTCcmd /S /C #(nop) COPY multi:8c273db8069dbf733cfc0b93a4f86d9ee3e7150cb8a5096463b62ac543c01873 in \etc\rancher\
2021-02-12 17:46:31 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-02-12 17:46:33 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-02-12T17:45:55Z
2021-02-12 17:46:34 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-02-12 17:46:37 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=5c33f32d586ec4ac0a01e5ceb484cf6986fde646
2021-02-12 17:46:39 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-02-12 17:43:40 UTC
259 MB
rancher/rancher-agent:master-5c33f32d586ec4ac0a01e5ceb484cf6986fde646-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:a5a0347819cf467f9a56ad4866c1bcf7c6820806a01065e8042bb87e5fd45c18 - 0.0% (853 Bytes)
[#010] sha256:d9b7af53dbb6b8f8ac347fe907dfe6ec1b065956d67798d8927d97b22d4a5228 - 0.04% (101 KB)
[#011] sha256:0a2e97b862f1b75040b0c4b6dbe9ba1a9a622ad0594bc6515bf431ca25b5480e - 12.61% (32.6 MB)
[#012] sha256:762a80eb4c324735fba4eaee5812c2f95787c2d142f9c2ac60c4897793d32ed7 - 0.0% (834 Bytes)
[#013] sha256:ab6f9eabbb03f7f6241cd10746a5bacd272fc2829ca417b1ba64a72bce15bff8 - 0.0% (831 Bytes)
[#014] sha256:eca49f9a82224033e67efa2007b427a3f657023fc4ed03b9130fc61b9f58daff - 0.0% (829 Bytes)
[#015] sha256:2e8822a5bf057277597c27d68041f706b8dc6e2bf66a2dbd7d5e951882fa909d - 0.0% (866 Bytes)
[#016] sha256:53f8c648e4d2584bf142118648935aa13722e28881203efe0db6ec90ce111462 - 0.0% (852 Bytes)
[#017] sha256:1960816731807e95d5dbb38515eae72c8009389f1e6a310447ea812e27aa4e69 - 11.83% (30.6 MB)
[#018] sha256:17126837f984826fc950031bc4f0abc1c8838db06b0810546538e4e81df3110d - 0.0% (831 Bytes)
[#019] sha256:c69301ab15988a38fc661b81a3a14c81d374534409e8290a6703672802bc3759 - 0.0% (857 Bytes)
[#020] sha256:64027fbff10ac17b58f845d2d06b2fff71fb953609bcfe90ae57d158842af5fa - 0.0% (831 Bytes)
[#021] sha256:6b27e8c3d000ff732ac1409aafc1e7227d5a575f8e13f54aee1cbd32594ab80c - 0.0% (861 Bytes)
[#022] sha256:9346c16f1ce253152fb5d594e1644855398d10406d6990b6902ee4368b64ee0c - 0.0% (852 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-07 18:29:34 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-02-07 18:29:35 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-02-07 18:29:37 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-02-07 18:29:38 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-02-07 18:29:38 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-02-07 18:29:38 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-02-12 17:43:34 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-5c33f32d586ec4ac0a01e5ceb484cf6986fde646-head
2021-02-12 17:43:35 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-02-12 17:43:36 UTCcmd /S /C #(nop) COPY multi:8c273db8069dbf733cfc0b93a4f86d9ee3e7150cb8a5096463b62ac543c01873 in \etc\rancher\
2021-02-12 17:43:38 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-02-12 17:43:39 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-02-12T17:43:31Z
2021-02-12 17:43:39 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-02-12 17:43:39 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=5c33f32d586ec4ac0a01e5ceb484cf6986fde646
2021-02-12 17:43:40 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-02-12 17:50:26 UTC
261 MB
rancher/rancher-agent:master-5c33f32d586ec4ac0a01e5ceb484cf6986fde646-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:3a813f62b44b43e28355c36bf6883c6b6150874de68cf4f067e4eb63f74cdf20 - 0.0% (836 Bytes)
[#010] sha256:fa0592b5e0d32d077b5d88bc746d227a39156f68a7b32b5957fdd55637728b5a - 0.04% (102 KB)
[#011] sha256:9c6ea19d0ebcbb08f4444176af9a974ad913357c7175fdfa4e2d87412b87156d - 12.49% (32.6 MB)
[#012] sha256:5a4b1bcc7ec29d6e769887d7a459360db6bf1b431927e2d82ef8cfde0648464b - 0.0% (835 Bytes)
[#013] sha256:7c94afca8037e06028200f97c551038f6c9c9ae92e8bb7ac37c8f921ba0d4aa3 - 0.0% (863 Bytes)
[#014] sha256:95ca2f1d766b0a41e078fbdf82b3a6ba2a208e0497e9743ea6a49c39de8abd28 - 0.0% (870 Bytes)
[#015] sha256:9fccbfa19fc5e3047df3d8474d6c2b60174c7643f145ad72875909f14d138637 - 0.0% (892 Bytes)
[#016] sha256:ba76169c640663529974fd539e621d2f008990cf725e9bfd08c9e54f72bc6256 - 0.0% (895 Bytes)
[#017] sha256:482e1da56521c4b729cf7d70dea20c30087052dac0c79fdcf50497e4ce21f3a1 - 11.72% (30.6 MB)
[#018] sha256:29f61d7882dff7fc4df3a34cb72b5a46d3056dfd5d11aa9dd767c2e8c4c293dc - 0.0% (955 Bytes)
[#019] sha256:531a4cac7e97c9affacc7d5dee1fc911e6a281cfd959def57036df9befce82c8 - 0.0% (961 Bytes)
[#020] sha256:aa7c38cdce1bf8d274b877339add53d80f56b6985449ea31cb4f080b1315b6aa - 0.0% (931 Bytes)
[#021] sha256:b2bd07786d00954c610f7de669a0411b033ce10e42a04af82fb06ebf9cd4db85 - 0.0% (958 Bytes)
[#022] sha256:df71043b24c752c5a6604481db4944ebcf99ca5142566b01eb4051cd67aa5bd3 - 0.0% (872 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-12 17:12:15 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-02-12 17:12:16 UTCcmd /S /C #(nop) COPY multi:57355cb5be6e2624acb1d32e70fd27ced1f9272669bb34ccf2b7b763da2dd6af in \Windows\System32\
2021-02-12 17:12:18 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-02-12 17:12:19 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-02-12 17:12:19 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-02-12 17:12:20 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-02-12 17:50:04 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-5c33f32d586ec4ac0a01e5ceb484cf6986fde646-head
2021-02-12 17:50:05 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-02-12 17:50:20 UTCcmd /S /C #(nop) COPY multi:80c3b40825ce22fd4b42dfbf62452e372b5917123dde218514a63bf8b14dbb0f in \etc\rancher\
2021-02-12 17:50:21 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-02-12 17:50:22 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-02-12T17:49:51Z
2021-02-12 17:50:23 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-02-12 17:50:24 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=5c33f32d586ec4ac0a01e5ceb484cf6986fde646
2021-02-12 17:50:26 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-02-12 17:45:21 UTC
2.45 GB
rancher/rancher-agent:master-5c33f32d586ec4ac0a01e5ceb484cf6986fde646-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:746aafcd715a884f71008fda91a49cdbc07558dba072de1fdb3ff57378c0fbd4 - 0.0% (1.07 KB)
[#003] sha256:7d460c4e26d303ea95b1741a56fbeceb77d83a088472ed43c75cc19069bc2b49 - 0.0% (1.1 KB)
[#004] sha256:21ab22a6517b34ba374b6b6e18a943da03764c55b0d764f9ad3b6a2d33d7ab8f - 0.82% (20.5 MB)
[#005] sha256:83af1e7118d12732562712d95a56fa9b32c952faf1a17c3bc07798eda205738f - 0.39% (9.72 MB)
[#006] sha256:f24154d269498bafdcffab473edb1c272b71d9886eddcb2914a25e0363e7691c - 0.31% (7.81 MB)
[#007] sha256:e8874be5c429473b8b65b8677d748b2ea472a539f299fe4f27fc373723388d13 - 1.76% (44.1 MB)
[#008] sha256:67917942d1ec10cd227e98247a55a5b58ecd1cfa2ba4da8bd338dd9890adfd3b - 0.19% (4.8 MB)
[#009] sha256:4a643e8032466f1ad069d573c581794e0549670b04b0ace11c8cab9e5dc4d382 - 0.62% (15.5 MB)
[#010] sha256:1cd2a54b364863b83f02e582b9146aecb6b67d765f26f5002e1a9167be2e431b - 0.53% (13.4 MB)
[#011] sha256:b9447f7409c49f9bb20954ea33a33bd520423130ff3ff94c1df5f37a6db54f7b - 0.0% (1.08 KB)
[#012] sha256:00c0ac869c1d33490a32aaed022ddc68a02fda72acdf5e49675da40f59cfe15e - 0.0% (1.09 KB)
[#013] sha256:d51a74d82e26664c8fb721cb7559f20bda5be4b9858918863cfeac44268fb909 - 0.0% (1.07 KB)
[#014] sha256:fd46d03e3f0629ddf173da36c706b9f789ff036627afe6054ddf5d092f3f3990 - 0.0% (1.12 KB)
[#015] sha256:1561ffa73c2a9cf8bf4df699072f82abd2144dffd905ac3fed45c8eea37b59b7 - 0.0% (1.15 KB)
[#016] sha256:edc2fe9eca84c3870ffdbbdb9dc37a9784bdf527b1c8b067b9514ce48df6aeb9 - 1.22% (30.6 MB)
[#017] sha256:32351f97813811c560b1a4d14fd3ded768c8c799d2bb24050c4d51010a8847cf - 0.0% (1.11 KB)
[#018] sha256:e56394b61744c6deba15b11c6858ff33b16849cbd10a2f991369a69db79dba27 - 0.0% (1.18 KB)
[#019] sha256:5fa959eacd4ba5fe050bbe69f6dffc05482433ef03fe0ebd3d61a85b459b19b3 - 0.0% (1.1 KB)
[#020] sha256:13fd9f08305f6d5a53e25a19bf0814d84a37dc55c5d002ce792fb9c01235f869 - 0.0% (1.19 KB)
[#021] sha256:2591c9fbbbb3d98afa96d4ed3754fede10fa1bce12b8d4a7d3a4af7c0f5328d7 - 0.0% (1.16 KB)
Apply image 20H2-RTM-amd64
2021-02-05 16:31:04 UTCInstall update 20H2-amd64
2021-02-09 19:31:10 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-02-09 19:31:10 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-02-09 19:31:21 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-09 19:31:31 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-09 19:31:58 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-09 19:32:10 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-09 19:32:17 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-02-09 19:32:25 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-02-09 19:32:33 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-02-09 22:01:58 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-02-09 22:01:58 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-02-09 22:01:59 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-02-12 17:44:52 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-5c33f32d586ec4ac0a01e5ceb484cf6986fde646-head
2021-02-12 17:44:53 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-02-12 17:45:13 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:80c3b40825ce22fd4b42dfbf62452e372b5917123dde218514a63bf8b14dbb0f in \etc\rancher\
2021-02-12 17:45:15 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-02-12 17:45:17 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-02-12T17:44:39Z
2021-02-12 17:45:18 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-02-12 17:45:20 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=5c33f32d586ec4ac0a01e5ceb484cf6986fde646
2021-02-12 17:45:21 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-02-12 17:44:58 UTC
155 MB
rancher/rancher-agent:master-5c33f32d586ec4ac0a01e5ceb484cf6986fde646-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.62% (22.6 MB)
[#001] sha256:3dbb433f451339aab734bb52e3df5b34cdea477f3f8e3aa32f7ac060bd852de2 - 0.0% (854 Bytes)
[#002] sha256:c3042a0d94b83caeb29bc20734c197130f58e14e86e8e6cdad8b768052bb563c - 0.0% (189 Bytes)
[#003] sha256:64b33b62bd10e742db1250a8e923540b0ba2e0399b7779c4626a8e683801f8e5 - 0.0% (124 Bytes)
[#004] sha256:bdeb8240a891b2239c6488f31b827508f927a575e7d471980854505fdb8d160a - 32.43% (50.2 MB)
[#005] sha256:fffc0e4a1e23f2eeced3b94553539949a4d456d75fd2d035b6462a1c0b2a098f - 1.25% (1.94 MB)
[#006] sha256:09c5ebecde621900255a02904bef1f35db5afe682d57044029b9937e066af800 - 15.91% (24.6 MB)
[#007] sha256:29eab477faa32e79cac3d3dcaca2aea1512e6261a1ebd6290adaf3d03a88c254 - 17.58% (27.2 MB)
[#008] sha256:fb42c5a5aa277ed7667e068733f7d5704424d72b8ff2260d41dd0256a4b36d2b - 18.2% (28.2 MB)
[#009] sha256:6c3efcd41b9c168ab6773b01fe74003ce7ce4cf67a5c8cdb5f3d99bd06b20ea0 - 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-02-12 17:44:21 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-02-12 17:44:22 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-12 17:44:22 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-02-12 17:44:23 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2021-02-12 17:44:44 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-02-12 17:44:44 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-02-12 17:44:46 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-12 17:44:46 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-02-12 17:44:48 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-12 17:44:48 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-02-12 17:44:48 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-02-12 17:44:49 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-02-12 17:44:49 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-5c33f32d586ec4ac0a01e5ceb484cf6986fde646-head
2021-02-12 17:44:49 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-02-12 17:44:54 UTC/bin/sh -c #(nop) COPY dir:79a3b758569e87dc87be58cacd0e872a928398288a741fe471a3ddcebb22ae9f in /var/lib/rancher-data
2021-02-12 17:44:56 UTC/bin/sh -c #(nop) COPY multi:6393a11f93606ec9815ddb17fbe7d5fe2546593a8f6ae6d9d27e232bd4abe4e4 in /usr/bin/
2021-02-12 17:44:56 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-02-12 17:44:57 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-02-12 17:44:57 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-02-12T17:44:06Z
2021-02-12 17:44:57 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-02-12 17:44:57 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=5c33f32d586ec4ac0a01e5ceb484cf6986fde646
2021-02-12 17:44:58 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.