2021-05-01 01:32:18 UTC
191 MB
rancher/rancher-agent:master-df84cb0b63c813004472c9c2bc0f043398e9c76f-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.19.7
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:01bf7da0a88c9e37ae418d17c0aeed0621524848d80ccb9e38c67e7ab8e11928 - 13.33% (25.5 MB)
[#001] sha256:f3b4a5f15c7a0722b4f22e61b5387317eaf2602c27ffb2bceac9a25f19fbd156 - 0.0% (852 Bytes)
[#002] sha256:57ffbe87baa135002dddb7a7460082c5d6a352186e1be9464c5f31db81378824 - 0.0% (188 Bytes)
[#003] sha256:a8f2c5184d6db9c53c45f9507a85787e2174295532e8b844dd15273c6b4f23c8 - 0.0% (124 Bytes)
[#004] sha256:20d0cb73dc1b7c7998a58353c1d0f7ee82ac215649e886c0c231cf3f3a8b76b4 - 29.88% (57.1 MB)
[#005] sha256:cad0069a97e2db91b8c60435d6804b94565f0bc9fac2c8706a7613cb3144b672 - 1.15% (2.2 MB)
[#006] sha256:c85b77a7d70c3bb002dff2821a942fe1b46e9f10f32717282b63ced511d41dac - 13.91% (26.6 MB)
[#007] sha256:f9fe032a639884444abbcd6618d568429de5e3c5773edf1caf0d33be020e7729 - 33.52% (64 MB)
[#008] sha256:75107b781396da0e87c32fcebbbb3a85367436b367596d572d261eb3d84d1bcd - 0.0% (9.31 KB)
[#009] sha256:03f909ecd6ed2b8cd045fb8fa8ddec924b76a066b251ffd7cb7e4cfb87389abc - 8.2% (15.7 MB)
[#010] sha256:eeedb8c7ca27db5d92051062347718ba17fddf25a6071631952673762d4e83ad - 0.0% (172 Bytes)
/bin/sh -c #(nop) ADD file:d7fa3c26651f9204a5629287a1a9a6e7dc6a0bc6eb499e82c433c0c8f67ff46b in /
2021-04-23 22:21:23 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-04-23 22:21:24 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-04-23 22:21:25 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-04-23 22:21:25 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-05-01 01:31:28 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-05-01 01:31:28 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-05-01 01:31:29 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-05-01 01:31:29 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-05-01 01:31:52 UTC|1 ARCH=amd64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends git curl ca-certificates jq iproute2 vim-tiny less bash-completion unzip sysstat acl ssh && curl -sLf ${!DOCKER_URL} > /usr/bin/docker && chmod +x /usr/bin/docker && curl -sLf https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl > /usr/bin/kubectl && chmod +x /usr/bin/kubectl && DEBIAN_FRONTEND=noninteractive apt-get autoremove -y && DEBIAN_FRONTEND=noninteractive apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
2021-05-01 01:31:52 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-05-01 01:31:54 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-05-01 01:31:54 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-05-01 01:31:56 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-05-01 01:31:56 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-05-01 01:31:56 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-05-01 01:31:56 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-01 01:31:57 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-df84cb0b63c813004472c9c2bc0f043398e9c76f-head
2021-05-01 01:31:57 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-05-01 01:32:12 UTC/bin/sh -c #(nop) COPY dir:4fa512393deda4fa28b2d20f7e6e10861cb78317486c20426dbd1ad58725ae3a in /var/lib/rancher-data
2021-05-01 01:32:15 UTC/bin/sh -c #(nop) COPY file:06b0b342addff9a717be154d225e24a02cfd9f246783db87a72ccfb06f516df1 in /usr/bin/
2021-05-01 01:32:16 UTC/bin/sh -c #(nop) COPY multi:27818a78ba71d5ece6f38726dfa111b8718c0a6545f32d059d8a667a59162157 in /usr/bin/
2021-05-01 01:32:17 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-05-01 01:32:17 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-05-01 01:32:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-01T01:30:59Z
2021-05-01 01:32:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=df84cb0b63c813004472c9c2bc0f043398e9c76f
2021-05-01 01:32:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-05-01 01:32:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-05-01 01:07:58 UTC
239 MB
rancher/rancher-agent:master-df84cb0b63c813004472c9c2bc0f043398e9c76f-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:ea84579f6cd5b58fe78732be37450bd188c8923de3a2062664f3992861449b5c - 40.48% (96.6 MB)
[#001] sha256:2744042ec0628191db13e6af5dfdd07234b5ae1096360e529bb3b5734e00ea92 - 0.0% (1.01 KB)
[#002] sha256:8cbd83848628df38c61ffa3fb6def4f9bc87d0df0faea41133d12ef856c388f8 - 0.0% (1.02 KB)
[#003] sha256:65a0a1050d74220cc9e2f81d326a0ad45cf65eb7162b88c79cc26d241800e9cb - 0.03% (66.3 KB)
[#004] sha256:b51ea9c3722b0aaf6bf322433a3e59c6a7eb77f9a9dc7e383baf02f21d565cad - 0.0% (1.05 KB)
[#005] sha256:12bbf5927942b4546413cba3a35a6525e7cb6e64edf0fe1e05caa1c7a8931b82 - 40.59% (96.9 MB)
[#006] sha256:02753fe59013b4a701d5b74565617fee341ddceab9295db56a20c268e3473ca2 - 0.05% (131 KB)
[#007] sha256:406b17b42a9e1960024ddf35eca26677872439ebbf9ccd384ffb7a3c18d722d9 - 0.0% (1.01 KB)
[#008] sha256:b7cecf861794b865557a4b188734d2e40cf02ad9c9bed778c39193697af07286 - 0.0% (1 KB)
[#009] sha256:e148ae2c25deacd5eef7ac661d05bcfdbf9c9206696974b2bca4f395defb59b3 - 0.0% (882 Bytes)
[#010] sha256:cd8c52a89bb1ef687d579b3c518d761cfd27fa2a79d510b36a80ec0c5095a70a - 0.04% (96.5 KB)
[#011] sha256:4c8680ee64e96a8d6b67d59d6db568651d71b0d2c2d011bab30e0abab87fd41e - 13.58% (32.4 MB)
[#012] sha256:a46aa4caf6ef3593437589331356cce13063fa1a17762f883ee07f8ba78dedd3 - 0.0% (851 Bytes)
[#013] sha256:5966ae9a25934e71b1ecd5f92295e01501faf75cf6c28f2e8e24fdd91d070e77 - 0.0% (835 Bytes)
[#014] sha256:83961c0a9295fa9052b0e1b90cc635af5bc61745402a5e2aa81f022a3ff07b9d - 0.0% (849 Bytes)
[#015] sha256:da508cf4d4e17c45588d2df694f7e8ff74b86a90991dd5366b6d3072e81cae80 - 0.0% (882 Bytes)
[#016] sha256:1d7ca27369cf06e099171a21af541c7e0145ac46d41599d7555abc3f559af666 - 0.0% (858 Bytes)
[#017] sha256:ad9bc6c5f3601c33ab40b85795a3a23c615efa5bc2a9a32c41f9ea52f3c89d5b - 5.22% (12.5 MB)
[#018] sha256:87b60ca2818a7bf769c5112d051f047a82a22650bd6e38854b5ad0d7f8ba75e5 - 0.0% (856 Bytes)
[#019] sha256:6251ab5d7c0498167e43000e966533702a9952dba6f01a05f424178c08703132 - 0.0% (917 Bytes)
[#020] sha256:379d03e4451125c848139f20a01f474c486f7aa79ef4ddef98d747aa76b4d230 - 0.0% (851 Bytes)
[#021] sha256:9b6541d48e035240973df03b3f0dcc5f8bd59ab9801def8bb0fcc6be7c2885a1 - 0.0% (858 Bytes)
[#022] sha256:01e3071952b23f2d786f64581e97ca1a14acb464c9350659249486278f9286a2 - 0.0% (856 Bytes)
Apply image 1809-amd64
2021-04-14 01:32:16 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-04-14 01:32:16 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-14 01:32:39 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-04-14 01:32:40 UTCcmd /S /C #(nop) USER ContainerUser
2021-04-14 01:32:58 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-04-14 01:33:34 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-04-14 01:33:34 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-04-14 01:33:35 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-04-30 23:39:41 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-30 23:39:42 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2021-04-30 23:39:44 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-04-30 23:39:45 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-04-30 23:39:46 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-04-30 23:39:46 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-01 01:07:49 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-df84cb0b63c813004472c9c2bc0f043398e9c76f-head
2021-05-01 01:07:50 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-05-01 01:07:54 UTCcmd /S /C #(nop) COPY multi:ad7761cf197ec6eed19b82330c594145d1d6721e3322d48a957be1146cebeb91 in \etc\rancher\
2021-05-01 01:07:55 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-05-01 01:07:56 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-05-01T01:07:43Z
2021-05-01 01:07:57 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=df84cb0b63c813004472c9c2bc0f043398e9c76f
2021-05-01 01:07:58 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-05-01 01:07:58 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-05-01 01:08:19 UTC
239 MB
rancher/rancher-agent:master-df84cb0b63c813004472c9c2bc0f043398e9c76f-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:f7794a8687064c222edec1eacac34186676299758221ad448828a138c313432c - 40.65% (97.3 MB)
[#001] sha256:df370f7023d39b75bfb7121055f3513445024a4e82221fae5d69b5669b93fd33 - 0.0% (1.03 KB)
[#002] sha256:8f0ee149d266ed6460c1f14120172d70c3d2f4763babf2ff0a74a599597b7986 - 0.0% (1.04 KB)
[#003] sha256:b5623ae57f81eca4a279a593490ab0fb5ada9f7ffe1c1bcc58cea3698a4c46fb - 0.03% (64.9 KB)
[#004] sha256:feb151ad664d66d78b32132b738dc967097624cb954d4ba0dc4493969bcf9e5b - 0.0% (1.07 KB)
[#005] sha256:6e758f19dec09d5012cac6030b0f3b64b3e01a8012b41b51ef724c44a06d4c7d - 40.47% (96.9 MB)
[#006] sha256:1924fe4e850e32948f75a5f3c8c27b6949222ba86a13dcddb08cc3a6a2f64dfb - 0.05% (128 KB)
[#007] sha256:eb628ba54faa06ed9e5c8883b5c3cf6d841f7fa856ea5d92c4f95c4dc725ff77 - 0.0% (1.04 KB)
[#008] sha256:788d44dd10a931cae8bcbd60eeed7f42a4455ba3899a578d7eba581d9e64c474 - 0.0% (1.01 KB)
[#009] sha256:15f245c4be79221785b67e08c0dedd341971a4008191433b6e2cd59539e040c0 - 0.0% (1.13 KB)
[#010] sha256:437d72ea4386a60b54bbaac18fc3ac35a02fbaf63448b619d72406d0c9354c98 - 0.04% (101 KB)
[#011] sha256:0f0503fe09e46def9a5f8a031194fd1abcaedd1ac018496614de4befd95356fa - 13.54% (32.4 MB)
[#012] sha256:b5d5668d0a6a2f15fdb560e9e02e3a9469a1c3d501f809e9ac54acd37553c976 - 0.0% (1.04 KB)
[#013] sha256:2836abdc41c25734e118e5e3bdf4f8ffbd31b67ddcc55cee0f0e304e0d93a223 - 0.0% (1.04 KB)
[#014] sha256:e8c2fa28447c7071b24cdc5e53ffbe9d23bbeaa887d4e8d41560a913826fa68a - 0.0% (1.05 KB)
[#015] sha256:7cbe492db305aefb3bdbffa1a211e4373ca8fdb3ca83414102e935c5b487ed34 - 0.0% (1.15 KB)
[#016] sha256:41fc55efe26b680fc1f0569f69d7806ecf4310ff5fcad89a435dc04169013527 - 0.0% (1.15 KB)
[#017] sha256:6dc8f77fbbba0fc9d9fa7250430b0e92ad05b11fcc32a6e75b456aed93e8a173 - 5.21% (12.5 MB)
[#018] sha256:85c680f7e9293fd764ad7d65eb45870cb29cc1326943fff7055a3bf4001e4c26 - 0.0% (1.15 KB)
[#019] sha256:e33b206b59db891b837c78ead59e0616110e840abdbb98580ff0c37469a0378b - 0.0% (1.16 KB)
[#020] sha256:a5b995db9cf58811e9ccfc75ce20a4766ae65dd6501459d52d08e4466a6de7a6 - 0.0% (1.09 KB)
[#021] sha256:b04e1f62902a84b0405ca997d290b89d33fae06a059ae8d7b5400f955844da15 - 0.0% (1.15 KB)
[#022] sha256:5596531001d54f561281e6537899a13f6383ae6a10d2e47f8e50e8883aaa32e5 - 0.0% (1.14 KB)
Apply image 1909-amd64
2021-04-14 01:31:06 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-04-14 01:31:07 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-14 01:31:38 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-04-14 01:31:38 UTCcmd /S /C #(nop) USER ContainerUser
2021-04-14 01:31:58 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-04-14 01:32:39 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-04-14 01:32:40 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-04-14 01:32:41 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-04-30 23:39:44 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-30 23:39:45 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-04-30 23:39:48 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-04-30 23:39:49 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-04-30 23:39:49 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-04-30 23:39:49 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-01 01:07:55 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-df84cb0b63c813004472c9c2bc0f043398e9c76f-head
2021-05-01 01:07:57 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-05-01 01:08:10 UTCcmd /S /C #(nop) COPY multi:ad7761cf197ec6eed19b82330c594145d1d6721e3322d48a957be1146cebeb91 in \etc\rancher\
2021-05-01 01:08:12 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-05-01 01:08:15 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-05-01T01:07:46Z
2021-05-01 01:08:17 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=df84cb0b63c813004472c9c2bc0f043398e9c76f
2021-05-01 01:08:18 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-05-01 01:08:19 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-05-01 01:07:24 UTC
240 MB
rancher/rancher-agent:master-df84cb0b63c813004472c9c2bc0f043398e9c76f-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 - 40.83% (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 - 40.37% (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:a09e0b5d22110a9204be44d1448a33b65be803e43360113b258dea594c5a33d7 - 0.0% (867 Bytes)
[#010] sha256:b634e7323ddd8288c59c16a40ca214b44a909ae8d0e6b8716a30eb1c050784ee - 0.04% (101 KB)
[#011] sha256:b4db05995b59664d1f027520b0effc15976e0b7a7dc8472e425f5fafe9c00836 - 13.5% (32.4 MB)
[#012] sha256:c497eccfb9cdecf5259d657c60313664c7ac2307ab36d42a9738e7c5d5e589dd - 0.0% (847 Bytes)
[#013] sha256:7d36aba8269ce6b7cf176a1499ddb19213d630b7b0c4cf20908548c18f49551a - 0.0% (826 Bytes)
[#014] sha256:49d20f64ae14e4d1549998c1f2ec143a749718128a71d55a8d2057bf1029df17 - 0.0% (847 Bytes)
[#015] sha256:9e6f5fa04db5ef6939e7a68234bbc5d8e80a52d5138895e821aab5e7b328df7e - 0.0% (824 Bytes)
[#016] sha256:9c1e25d8db50d35792b3dcb54763bf2e27dcab25868843ed07c181fb8dd51bbb - 0.0% (851 Bytes)
[#017] sha256:fa35e0ca56b6dbd131cf74d4a1b556cda9dcf7f13217ddccb6500213edf36f9f - 5.19% (12.5 MB)
[#018] sha256:cdd4ee546777d9a57f56952389eea63210f61e7c87e838da1cebd67f7702890e - 0.0% (870 Bytes)
[#019] sha256:a1416748d104accedf06fdc659795132127e45248f02192b2ef93ebddb896a77 - 0.0% (832 Bytes)
[#020] sha256:4bf541e00804ff66303b29767c8f430e5b3af95813cb7204a8ee6655eb623e4a - 0.0% (863 Bytes)
[#021] sha256:ffd2fef5aefdcae1c3f1a41fb1051bbe644f99ec3fcf333b3a58f3ad96187100 - 0.0% (855 Bytes)
[#022] sha256:42f53d1828a6aa30802da54cf59ca188d0f84e60fd7bb84646b1f50d33eef33e - 0.0% (880 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-04-30 23:39:44 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-30 23:39:45 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-04-30 23:39:48 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-04-30 23:39:49 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-04-30 23:39:49 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-04-30 23:39:50 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-01 01:07:19 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-df84cb0b63c813004472c9c2bc0f043398e9c76f-head
2021-05-01 01:07:19 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-05-01 01:07:21 UTCcmd /S /C #(nop) COPY multi:ad7761cf197ec6eed19b82330c594145d1d6721e3322d48a957be1146cebeb91 in \etc\rancher\
2021-05-01 01:07:21 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-05-01 01:07:22 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-05-01T01:07:17Z
2021-05-01 01:07:23 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-05-01 01:07:23 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=df84cb0b63c813004472c9c2bc0f043398e9c76f
2021-05-01 01:07:24 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-05-01 01:09:03 UTC
242 MB
rancher/rancher-agent:master-df84cb0b63c813004472c9c2bc0f043398e9c76f-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:d151a73b598346073ea523548e54435aef6702c88cfc7c0ef6d67dfbe32cfe9a - 41.25% (99.8 MB)
[#001] sha256:f8e65b7f61bf1f0937a170fab932e066937f809c0a117ccbfe317b13578131e0 - 0.0% (1.05 KB)
[#002] sha256:0d73c188e9c6324e14ec6bbee1384afc83576961105f97e08801ebe9f708a856 - 0.0% (1.1 KB)
[#003] sha256:d99286468bd080ec4c72068a4df5f752d448a7af11d85f759834808edb4592bd - 0.03% (67.9 KB)
[#004] sha256:2f87c319533c6883f409b13691aa3ca4fd4c995bcfe52cc192523389e51d87ce - 0.0% (1.02 KB)
[#005] sha256:c8944569b995ebf8947d59d992abbbd8ba643df745d1597b5102458f81a4912e - 40.07% (96.9 MB)
[#006] sha256:4228458c1145d613d29840e1ac26ffa4fcd4ac8ae1ba369b2e766ecf13903782 - 0.04% (110 KB)
[#007] sha256:a7b89b0ee3b42fbfb4bc3da432d89614c2bc8d745e8c9d11df3fa16a058c8771 - 0.0% (1 KB)
[#008] sha256:ecd2099f90b7f4eca08e5b76712ed8a900ac037d20c8e1b527fd4bb8722bdc7e - 0.0% (1.02 KB)
[#009] sha256:360682dd78e00ffcc5ffa4bfb46869dc51e2a0f8fdc053f472e80adfb03e4180 - 0.0% (1.08 KB)
[#010] sha256:cf34294166707198d89ea61e896e739d1d9d2fb435697cbf5e348081ce55ef26 - 0.04% (102 KB)
[#011] sha256:813d87b1eacdc2d91056de2364bee109173a6ad5d7589d4ff08925b4b3d657e4 - 13.41% (32.4 MB)
[#012] sha256:ee4fc184a157adce618c06c6ac6fc3fcf85c9f86a98f25223afbef9c9442d5f5 - 0.0% (1.05 KB)
[#013] sha256:6cdd7d0625dc7aaf8aeb26123030a358e5ce93bd48cf50391cc65abb7685accf - 0.0% (1.09 KB)
[#014] sha256:b94113018b7395dfc367ed74be8284039ee024a80eb1760cb2fd630e2719b107 - 0.0% (1.04 KB)
[#015] sha256:c4547ccf78d247fe81a898fbe192532c2f079f222249df272f184abcc592dc57 - 0.0% (1.08 KB)
[#016] sha256:5156355c25bb3149a52cdf9e5103c0e8803fb85d32e252637c69449171d53eb9 - 0.0% (1.04 KB)
[#017] sha256:4d0928ebd47d7d78bc448e70e24e8fc3b0eaef3a290e96c7c994d7b82ebc08fb - 5.16% (12.5 MB)
[#018] sha256:535981093293522e384b4336564e946af1ef6611aceeb0294ee87c59b8860b15 - 0.0% (1.04 KB)
[#019] sha256:05ac8a8c89eaf911b9b7d0244bebf10e8d2182901c97184839c82787fd9714fa - 0.0% (1.05 KB)
[#020] sha256:5437a80fc2a77a6a2fde8084a00f17213464938351898de01027f2a56dc282e5 - 0.0% (1.04 KB)
[#021] sha256:56fcb78684c7289ff102d25ce8c31e837efa81d6e835913b9a0bc013a62fbc98 - 0.0% (1.04 KB)
[#022] sha256:1981486c740f457006fda9399b5ff6c2d978f697f0392d2d711cd9835cf63dcf - 0.0% (1.05 KB)
Apply image 2004-amd64
2021-04-14 01:31:57 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-04-14 01:31:58 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-14 01:32:22 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-04-14 01:32:23 UTCcmd /S /C #(nop) USER ContainerUser
2021-04-14 01:32:44 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-04-14 01:33: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-04-14 01:33:22 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-04-14 01:33:22 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-04-30 23:40:17 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-30 23:40:18 UTCcmd /S /C #(nop) COPY multi:57355cb5be6e2624acb1d32e70fd27ced1f9272669bb34ccf2b7b763da2dd6af in \Windows\System32\
2021-04-30 23:40:22 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-04-30 23:40:23 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-04-30 23:40:24 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-04-30 23:40:25 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-01 01:09:00 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-df84cb0b63c813004472c9c2bc0f043398e9c76f-head
2021-05-01 01:09:00 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-05-01 01:09:01 UTCcmd /S /C #(nop) COPY multi:7416b3c8780c8be0f8df028de05460528d3a8cbdf136c0165f6a737bdc929348 in \etc\rancher\
2021-05-01 01:09:02 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-05-01 01:09:02 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-05-01T01:08:58Z
2021-05-01 01:09:03 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-05-01 01:09:03 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=df84cb0b63c813004472c9c2bc0f043398e9c76f
2021-05-01 01:09:03 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-05-01 01:04:39 UTC
2.44 GB
rancher/rancher-agent:master-df84cb0b63c813004472c9c2bc0f043398e9c76f-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 57.43% (1.4 GB)
[#001] sha256:ad702b8ea1d861f6708801dfed7808856abc2c94d52e7805e2eee95f03a9281d - 38.09% (952 MB)
[#002] sha256:051c789e091b56e1677ac392be01d75f938e739d5218354373f311f7e206269d - 0.0% (1.41 KB)
[#003] sha256:fd8dd62050051ce74fbdaa3ee61e48c723c36b13f46c6191949abf42d541bf8a - 0.0% (1.4 KB)
[#004] sha256:ce82c4b82692a8ce180cc09ec28ae4bba75dae6bce4cb2c94ab4c94c2283b160 - 0.62% (15.5 MB)
[#005] sha256:e4d0bb1dee1e7c885bf7de9dae07380c4be42b9cc7c737be8c000be9a90e557f - 0.21% (5.28 MB)
[#006] sha256:9d64d7676bce9e66bea9d9bf139d79bd61437d49f395bf0af10095ed23e80351 - 0.31% (7.85 MB)
[#007] sha256:8c2c228005c69cec3e3b3ff47266f1e3e860057556526da1278fd89b07baefdd - 1.49% (37.2 MB)
[#008] sha256:96a4fe7efa94d976f5aed8a04c92ed0e2b6c005200e5587faab7ef50fe0536a4 - 0.21% (5.34 MB)
[#009] sha256:b582f313acd92de29ad9591f0aeaad14fb093906aecaec16213bfafeec9b79af - 0.62% (15.6 MB)
[#010] sha256:309f2407dd949aeb3464efbc564600a0b0a388f305d5ebb8e476097160a46466 - 0.51% (12.8 MB)
[#011] sha256:dd52c701a4937504f06639dc202c671f3b6e37de0e7fcf016970f454f16e1a05 - 0.0% (1.3 KB)
[#012] sha256:67cd9480aa323d09e1305c84da3b482291a085fb8b979b9bd96abfe2a519ad27 - 0.0% (1.32 KB)
[#013] sha256:0a77d1510853b846c02ea3cf81f2a3cb916c44a591042999b5843377ed76eab2 - 0.0% (1.27 KB)
[#014] sha256:d5b8c8c12790325fbc4bf2302a94fc64849555e82747486bf99c8870fdc9ac79 - 0.0% (1.29 KB)
[#015] sha256:353ee40ae132fdd30e9dbff7dfb72944251147f1f1d213a1219f089582ff54af - 0.0% (1.29 KB)
[#016] sha256:c3a1ffa829c563162225a32a097bd582db315f8a30f6c5142c6c719aafce9e55 - 0.5% (12.5 MB)
[#017] sha256:79badb8b49ae00bc7a58b2058c37efd9bfdfbd62bdf918890f95d8582801b870 - 0.0% (1.32 KB)
[#018] sha256:240aaaae96cb7af470e31f6f01e2ba4128d8ca0e708a77b3f576317d1d84371c - 0.0% (1.29 KB)
[#019] sha256:ab44f18ba9796c54e83f717b0b838d539b57a499fbce40a1716413d5dfb6d4a9 - 0.0% (1.31 KB)
[#020] sha256:b453e3890ff331a4812a13cd7538947876061944dcae0408a9d4af23b80e7626 - 0.0% (1.27 KB)
[#021] sha256:ebf5fb49522d3a0e24cf7b491d7e3fcdfedd78fa1b5a70fb7f16d190315ad3b0 - 0.0% (1.3 KB)
Apply image 20H2-RTM-amd64
2021-04-09 10:01:30 UTCInstall update 20H2-amd64
2021-05-01 00:49:04 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-05-01 00:49:06 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-05-01 00:49:53 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-05-01 00:50:06 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.1.0/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-05-01 00:50:47 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-05-01 00:51:16 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://dl.k8s.io/v1.19.7/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-05-01 00:51:35 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-05-01 00:52:01 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-05-01 00:52:23 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-05-01 00:52:24 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-05-01 00:52:24 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-05-01 00:52:25 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-01 01:04:34 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-df84cb0b63c813004472c9c2bc0f043398e9c76f-head
2021-05-01 01:04:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-05-01 01:04:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:7416b3c8780c8be0f8df028de05460528d3a8cbdf136c0165f6a737bdc929348 in \etc\rancher\
2021-05-01 01:04:37 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-05-01 01:04:38 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-05-01T01:04:33Z
2021-05-01 01:04:38 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-05-01 01:04:39 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=df84cb0b63c813004472c9c2bc0f043398e9c76f
2021-05-01 01:04:39 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-05-01 01:08:27 UTC
180 MB
rancher/rancher-agent:master-df84cb0b63c813004472c9c2bc0f043398e9c76f-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.19.7
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:673aeee5c81c892477834e2b5e55575f16bfd52d9b841a1d8c524fb3805ee960 - 12.58% (22.6 MB)
[#001] sha256:018b2790219d2003c0d437e634927887ee5cc3d8f985d7459adc5b2ff62d003f - 0.0% (851 Bytes)
[#002] sha256:509c77ce92ade89fbf09fe03b167023be51bf5a0c14c00487fa7a9ee33b55fc3 - 0.0% (187 Bytes)
[#003] sha256:46791c3cab8aac53b9aeb4a40837d29bc385e84052953801bb6f2d3328c9931c - 0.0% (124 Bytes)
[#004] sha256:df65707368f8a27cfa0f008d4d7dfdb7f43fdc608be19ffd7ded1a6fdcd528a1 - 29.16% (52.4 MB)
[#005] sha256:50265dedf24159bd64126b4cfd671788a2712a3ed375f4f3adff4f5bcc9f574a - 1.08% (1.94 MB)
[#006] sha256:076b44c73df85f159d6e650c8f95302e44aa1425a71a3e80a22638b8c47248bc - 13.72% (24.6 MB)
[#007] sha256:e022be80b55509e1287be06c6858b4274ad4b6bed086023e7452f59620902b1d - 35.62% (64 MB)
[#008] sha256:1773aa28322a7781e5ed1ee6b22bafbcdbce8cabf2206ba8e09ffa899bf46c9f - 0.0% (8.89 KB)
[#009] sha256:9fae194e9670e6b8ba4930203e53d71d929d6a5a1d62ee60eeeedda4d7ae7edc - 7.83% (14.1 MB)
[#010] sha256:2a02f30034cdf290d97ceda4e9d1a916cafb30f890a9a7c5df063f8648277181 - 0.0% (172 Bytes)
/bin/sh -c #(nop) ADD file:5f7cb4b44f843eaef6ae7ddb75dfc228a33d20cd974074ca23c1bb2cad7f77ad in /
2021-04-23 22:47:19 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-04-23 22:47:21 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-04-23 22:47:23 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-04-23 22:47:24 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-05-01 01:07:01 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-05-01 01:07:02 UTC/bin/sh -c #(nop) ENV DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 DOCKER_URL_arm64=https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64 DOCKER_URL=DOCKER_URL_arm64
2021-05-01 01:07:03 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-05-01 01:07:04 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-05-01 01:07:51 UTC|1 ARCH=arm64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends git curl ca-certificates jq iproute2 vim-tiny less bash-completion unzip sysstat acl ssh && curl -sLf ${!DOCKER_URL} > /usr/bin/docker && chmod +x /usr/bin/docker && curl -sLf https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl > /usr/bin/kubectl && chmod +x /usr/bin/kubectl && DEBIAN_FRONTEND=noninteractive apt-get autoremove -y && DEBIAN_FRONTEND=noninteractive apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
2021-05-01 01:07:52 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-05-01 01:07:55 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-05-01 01:07:55 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-05-01 01:07: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-05-01 01:07:58 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-05-01 01:07:59 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-05-01 01:07:59 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-01 01:07:59 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-df84cb0b63c813004472c9c2bc0f043398e9c76f-head
2021-05-01 01:08:00 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-05-01 01:08:21 UTC/bin/sh -c #(nop) COPY dir:bf10b55736ec8c6077d1bce8bb63e8b01137d92c4c76c9f0a0001a94f16c8a8f in /var/lib/rancher-data
2021-05-01 01:08:23 UTC/bin/sh -c #(nop) COPY file:c60b26f35c3c5659c4b0e8025022c909934ae8190a20e5ee1935a9d5c70e85ab in /usr/bin/
2021-05-01 01:08:24 UTC/bin/sh -c #(nop) COPY multi:0102b3f12aebbc824d1d9d0c563ca8876750bee32a74d53c19cd89d25d083a71 in /usr/bin/
2021-05-01 01:08:25 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-05-01 01:08:25 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-05-01 01:08:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-01T01:06:11Z
2021-05-01 01:08:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=df84cb0b63c813004472c9c2bc0f043398e9c76f
2021-05-01 01:08:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-05-01 01:08:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
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.