2021-05-01 01:41:27 UTC
192 MB
rancher/rancher-agent:v2.5.8-rc17
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.28% (25.5 MB)
[#001] sha256:f3b4a5f15c7a0722b4f22e61b5387317eaf2602c27ffb2bceac9a25f19fbd156 - 0.0% (852 Bytes)
[#002] sha256:57ffbe87baa135002dddb7a7460082c5d6a352186e1be9464c5f31db81378824 - 0.0% (188 Bytes)
[#003] sha256:f7aa930a0aeb0c13ed9af915c225cd45c1f95f5d4007a578d6b5bb5f690edd19 - 0.0% (123 Bytes)
[#004] sha256:9d6d910158480fd185f2afbcafbc3dbc90be1defa6db9a1403d492c7e3a7fb51 - 29.77% (57.1 MB)
[#005] sha256:cad0069a97e2db91b8c60435d6804b94565f0bc9fac2c8706a7613cb3144b672 - 1.15% (2.2 MB)
[#006] sha256:7ff0021ea18806c63939416d9729407a35fcb9e12088acda86944fc86077a91d - 13.87% (26.6 MB)
[#007] sha256:1083a39c3fa80b787cda7e9d87b6ca62f19e56413b6632dca063e9d420a9624a - 25.77% (49.4 MB)
[#008] sha256:67b12d484174696b4080ec7c6c64015cd4b0e51167c368ffa43ee9786d3ba8ab - 0.0% (9.31 KB)
[#009] sha256:9c25b5cd854e2d3dff97378729f0f3b554b0f8143bb2bdc64da6d9372312f68c - 16.15% (30.9 MB)
[#010] sha256:c3a4ba52225a66596c397a2b22ac70188951d6d991aced08c9a5652048130300 - 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:40:27 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-05-01 01:40:27 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:40:29 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-05-01 01:40:29 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-05-01 01:40:55 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:40:56 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-05-01 01:40:58 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:40:58 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-05-01 01:41:01 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:41:01 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-05-01 01:41:02 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-05-01 01:41:02 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-01 01:41:02 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.8-rc17
2021-05-01 01:41:03 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-05-01 01:41:19 UTC/bin/sh -c #(nop) COPY dir:98f51b9970c752b2fe637fba34e21cdbc0c529b414368ead643f324c8b11c6d1 in /var/lib/rancher-data
2021-05-01 01:41:22 UTC/bin/sh -c #(nop) COPY file:06b0b342addff9a717be154d225e24a02cfd9f246783db87a72ccfb06f516df1 in /usr/bin/
2021-05-01 01:41:25 UTC/bin/sh -c #(nop) COPY multi:d8f6fbcec652789f2ff54d664d7bb12ee8329ffa38086960bd595063f0859a77 in /usr/bin/
2021-05-01 01:41:25 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-05-01 01:41:26 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-05-01 01:41:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-01T01:39:19Z
2021-05-01 01:41:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=365f9ebc7c3348dde237bdaf8f0d2d7242fc59ec
2021-05-01 01:41:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-05-01 01:41:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-05-01 01:40:19 UTC
257 MB
rancher/rancher-agent:v2.5.8-rc17
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 - 37.58% (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 - 37.68% (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 - 12.61% (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:5b28079d02bab7ee067f8deaca5c21da2366c2eff47f16d0682f53911842916a - 0.0% (860 Bytes)
[#016] sha256:fb3c07f6024524ef6d9b7acb473998fdf8913277776e55fbcfad332d892c3ab7 - 0.0% (892 Bytes)
[#017] sha256:5d2b6b1c74e0408b39967943555a868eba2c1dac721c25a2d6326d6dabfca65b - 12.0% (30.9 MB)
[#018] sha256:17792834c7d30da40995563cf4e5eb31e6c7928af0434afccf3bf4f4903cb446 - 0.0% (886 Bytes)
[#019] sha256:a85daa99e3e34ad19e54a608c40bfb4f385883c096b6f06e66791136dab5522e - 0.0% (864 Bytes)
[#020] sha256:1114a39d29e63465fbb91a50cc2f66b1d932c73d9c4cfeb5938e2b26faaff248 - 0.0% (858 Bytes)
[#021] sha256:621ec8c96e0acb77735b44595f5e53709f876fa9482afcfb8921cc525a3ce29e - 0.0% (858 Bytes)
[#022] sha256:dd3c07788ea46f87143ee2e21049960c81b59b8af07cb52f030e62b643c9a0fc - 0.0% (916 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:38:58 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.8-rc17
2021-05-01 01:39:00 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-05-01 01:39:28 UTCcmd /S /C #(nop) COPY multi:7deebe1c5d483ea325444c4e9e8ff7dd45a48a2ce72885503d212aab4e34e18f in \etc\rancher\
2021-05-01 01:39:30 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-05-01 01:40:14 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-05-01T01:39:56Z
2021-05-01 01:40:16 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=365f9ebc7c3348dde237bdaf8f0d2d7242fc59ec
2021-05-01 01:40:17 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-05-01 01:40:19 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-05-01 01:40:52 UTC
258 MB
rancher/rancher-agent:v2.5.8-rc17
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 - 37.75% (97.3 MB)
[#001] sha256:df370f7023d39b75bfb7121055f3513445024a4e82221fae5d69b5669b93fd33 - 0.0% (1.03 KB)
[#002] sha256:8f0ee149d266ed6460c1f14120172d70c3d2f4763babf2ff0a74a599597b7986 - 0.0% (1.04 KB)
[#003] sha256:b5623ae57f81eca4a279a593490ab0fb5ada9f7ffe1c1bcc58cea3698a4c46fb - 0.02% (64.9 KB)
[#004] sha256:feb151ad664d66d78b32132b738dc967097624cb954d4ba0dc4493969bcf9e5b - 0.0% (1.07 KB)
[#005] sha256:6e758f19dec09d5012cac6030b0f3b64b3e01a8012b41b51ef724c44a06d4c7d - 37.58% (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 - 12.58% (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:8831d15baef8be21957ed1819364f306256b00b0afc807f1b75f38cffb0abf85 - 0.0% (1.1 KB)
[#016] sha256:2f460adc74da1db7cce501b50cfd7dc74615a1f8308ff07d9f60335f51aeafb0 - 0.0% (1.07 KB)
[#017] sha256:1875df45eccf9c41f58ea2f234aa7317b57a6707322f622f3f7efda409369cf8 - 11.97% (30.9 MB)
[#018] sha256:e0d20f0d0fcdbffb21121c54c937d892f3ffd87d1467a20209135610419bb42a - 0.0% (1.06 KB)
[#019] sha256:9c1071239219aa9f5c1b045e7190c917c6b588f2997e7ccbc02f4cde08f1a1a6 - 0.0% (1.1 KB)
[#020] sha256:a270442383f794890676dd4b4bd1a818ab0db4a9c8fc633983dd4fecfcbc5087 - 0.0% (1.11 KB)
[#021] sha256:370defca7b3cfada7e5e392e36dd05e74a1e6e68ffabed3b7d714a6dfafc4c76 - 0.0% (1.09 KB)
[#022] sha256:3ece0dda8a4754b0f7733739984d4fb852ae2d65c9ff18d0cd81bfc530363152 - 0.0% (1.13 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:40:02 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.8-rc17
2021-05-01 01:40:03 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-05-01 01:40:13 UTCcmd /S /C #(nop) COPY multi:7deebe1c5d483ea325444c4e9e8ff7dd45a48a2ce72885503d212aab4e34e18f in \etc\rancher\
2021-05-01 01:40:14 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-05-01 01:40:48 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-05-01T01:40:39Z
2021-05-01 01:40:50 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=365f9ebc7c3348dde237bdaf8f0d2d7242fc59ec
2021-05-01 01:40:50 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-05-01 01:40:52 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-05-01 01:42:58 UTC
259 MB
rancher/rancher-agent:v2.5.8-rc17
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.93% (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.5% (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 - 12.54% (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:9dad678e4942d1a7e45f422e0fa052f8a78731f8ea647c35fed2111dbdf916a2 - 0.0% (858 Bytes)
[#016] sha256:2ed492a27d088d6c389cb0c61c0a6d1c34b369a6b1d865279ab95c941894ebbd - 0.0% (880 Bytes)
[#017] sha256:07cc5408830afb3ce6e2e5fad25a2e5ba877b186cd037fd028632dfc2aa2ef8b - 11.93% (30.9 MB)
[#018] sha256:0925ccb8cd66bf04720b82cd26a1575c504ea56d94c786e75be58239724757ea - 0.0% (850 Bytes)
[#019] sha256:819fc09d14717cf2f07fc78ab065e92302ef73264eb836e5c7f33ff975a04bcb - 0.0% (911 Bytes)
[#020] sha256:2feb848495842c59854e38d705268c580a3a5a25f8cf10d5476a5c66cfd31d2e - 0.0% (852 Bytes)
[#021] sha256:91583b4cdb8c2d07cabc2df137338a7fb77cea8082a85a7bdc1284310bbd2e2c - 0.0% (862 Bytes)
[#022] sha256:822666b0cb6777d4883e9b3803ab7631376c539d867fd181f2a7c13f6b265226 - 0.0% (855 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:42:07 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.8-rc17
2021-05-01 01:42:08 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-05-01 01:42:18 UTCcmd /S /C #(nop) COPY multi:7deebe1c5d483ea325444c4e9e8ff7dd45a48a2ce72885503d212aab4e34e18f in \etc\rancher\
2021-05-01 01:42:19 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-05-01 01:42:55 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-05-01T01:42:45Z
2021-05-01 01:42:56 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-05-01 01:42:57 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=365f9ebc7c3348dde237bdaf8f0d2d7242fc59ec
2021-05-01 01:42:58 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-05-01 01:46:37 UTC
260 MB
rancher/rancher-agent:v2.5.8-rc17
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 - 38.33% (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 - 37.24% (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 - 12.46% (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:a642240daff52f0f49b5eba0aa6a9de0d0727071ed49d92dd4225920982775ee - 0.0% (1.13 KB)
[#016] sha256:aca6a237c0f0de8066e4c8294cf26107abc9da88ef6d14c740811fd1447e8ced - 0.0% (1.13 KB)
[#017] sha256:a1dbb623262f522e1bcfe06f773a22b5c7b273f1f69027c4734e74c39b96b31a - 11.86% (30.9 MB)
[#018] sha256:199d28a76d28ce5a887cd9657de14bda38b7d2c3188eef4806ba6155ab3a3fd6 - 0.0% (1.12 KB)
[#019] sha256:c8212aa48f66c7984355ef6124dcac7c309fd3d0671fb61aa83293e440f1f564 - 0.0% (1.15 KB)
[#020] sha256:2d41a40a006dae94f29f255e556ce6fc8b1561a83c0d03a9420a5492a28318ee - 0.0% (1.15 KB)
[#021] sha256:203fb96361d2e0116a69869dc9220ac055c2b41b0d14bc09e89dfd8ca000f52b - 0.0% (1.07 KB)
[#022] sha256:89a4b98a683ab974130b55baa8c4d812465b75f5ab56a81223e755038f0cb93a - 0.0% (1.12 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:45:39 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.8-rc17
2021-05-01 01:45:40 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-05-01 01:45:50 UTCcmd /S /C #(nop) COPY multi:7deebe1c5d483ea325444c4e9e8ff7dd45a48a2ce72885503d212aab4e34e18f in \etc\rancher\
2021-05-01 01:45:51 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-05-01 01:46:33 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-05-01T01:46:22Z
2021-05-01 01:46:35 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-05-01 01:46:36 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=365f9ebc7c3348dde237bdaf8f0d2d7242fc59ec
2021-05-01 01:46:37 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-05-01 01:17:25 UTC
2.46 GB
rancher/rancher-agent:v2.5.8-rc17
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 57.0% (1.4 GB)
[#001] sha256:ad702b8ea1d861f6708801dfed7808856abc2c94d52e7805e2eee95f03a9281d - 37.8% (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.48% (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:b8671983fce78bbf2824733f5b95f0ecbc35f5380e43e5a39dd9c20452e29dba - 0.02% (436 KB)
[#012] sha256:502709c970fe3b07a742962d55a87a41027cd1ef1d75273411a5f231cdd599e7 - 0.0% (1.29 KB)
[#013] sha256:a26e928608ac8539a60c6052f47c1a53e0521fd0fbd0bcd1dd652c8810b0ba0b - 0.0% (1.33 KB)
[#014] sha256:7c0f3595b8f8c5c4a72f78f2752499feb4361a779fe1350651222f702a23e8fa - 0.0% (1.27 KB)
[#015] sha256:1566c3a5452c3527e18504ec25248724220d85ba2c1340c1788fcc86c5def880 - 0.0% (1.27 KB)
[#016] sha256:12bf3b4a2de00e475d44ab23cf436c59434ec218dc367ff2135cdf62e745925d - 0.0% (1.27 KB)
[#017] sha256:1a984de1080bec56524de8637d356d2debd1417b2b73e1d511725ab921c84ce9 - 1.23% (30.9 MB)
[#018] sha256:ed1bcbc07bbe1bb431f283cc05b259e2a521c6958e8d8e10f2c46c41f2981f70 - 0.0% (1.3 KB)
[#019] sha256:a37b5c8036606b8c4142ec9f120c5f63bae75bfff82a4731803970caa2ceadb1 - 0.0% (1.29 KB)
[#020] sha256:a3fe3dd57727216c66f73a405aea2909cf4dd0a80402dc36ebb22be8dceec9ad - 0.0% (1.27 KB)
[#021] sha256:3235c8c7939415dd9c81ed2c1edae5f097e4a82fef8622b8580d69b7dc510088 - 0.0% (1.27 KB)
[#022] sha256:c0e7f6be77eb3760accda944ff26327fc82f78a5f3b32246a2e49c0c9cad1180 - 0.0% (1.27 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:53:01 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Alias -Name pwsh -Value powershell
2021-05-01 00:53:02 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-05-01 00:53:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-05-01 00:53:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-01 01:17:21 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.8-rc17
2021-05-01 01:17:21 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-05-01 01:17:22 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:7deebe1c5d483ea325444c4e9e8ff7dd45a48a2ce72885503d212aab4e34e18f in \etc\rancher\
2021-05-01 01:17:23 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-05-01 01:17:24 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-05-01T01:17:19Z
2021-05-01 01:17:24 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-05-01 01:17:25 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=365f9ebc7c3348dde237bdaf8f0d2d7242fc59ec
2021-05-01 01:17:25 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-05-01 01:28:05 UTC
180 MB
rancher/rancher-agent:v2.5.8-rc17
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.59% (22.6 MB)
[#001] sha256:018b2790219d2003c0d437e634927887ee5cc3d8f985d7459adc5b2ff62d003f - 0.0% (851 Bytes)
[#002] sha256:509c77ce92ade89fbf09fe03b167023be51bf5a0c14c00487fa7a9ee33b55fc3 - 0.0% (187 Bytes)
[#003] sha256:fd82b1d9f72c8206efe6cc71d9a388c1768d10aaf9319d5e185dcdff0ee6f3b1 - 0.0% (123 Bytes)
[#004] sha256:b82ab50dbafe0c86439a2d18f8ca8bd048b64526ffdd3569e4937f9f752bdd17 - 29.19% (52.4 MB)
[#005] sha256:50265dedf24159bd64126b4cfd671788a2712a3ed375f4f3adff4f5bcc9f574a - 1.08% (1.94 MB)
[#006] sha256:aa14c3e6ca1fdbae5ecde7af6717f4a10ca0e99244d57b6d6b67f7d373bed621 - 13.73% (24.6 MB)
[#007] sha256:2e2580c72f684604e8f806d3ecaab0c479434c4412bf3f68ddcaecf0374497f8 - 27.53% (49.4 MB)
[#008] sha256:f338f1151ec44632d867aa0327b0be1d07bf62f7804d450de777fa88ba814d69 - 0.0% (8.89 KB)
[#009] sha256:ef4fd15dc5599989560f598e2587f566b30f10425e38380b9663b53840060d2a - 15.88% (28.5 MB)
[#010] sha256:4ea54924c186172f5394c200f04ffd628f78b74b3352251909c4f847e7d09bf1 - 0.0% (171 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:27:24 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-05-01 01:27:24 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:27:25 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-05-01 01:27:25 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-05-01 01:27:47 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:27:47 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-05-01 01:27:48 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:27:48 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-05-01 01:27:50 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:27:50 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-05-01 01:27:50 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-05-01 01:27:51 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-01 01:27:51 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.8-rc17
2021-05-01 01:27:51 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-05-01 01:28:00 UTC/bin/sh -c #(nop) COPY dir:89ffab7a8cca2944145c3352c14fcf0cf72b9511fa0e4ceb1ea25a3dda3e0e85 in /var/lib/rancher-data
2021-05-01 01:28:02 UTC/bin/sh -c #(nop) COPY file:c60b26f35c3c5659c4b0e8025022c909934ae8190a20e5ee1935a9d5c70e85ab in /usr/bin/
2021-05-01 01:28:03 UTC/bin/sh -c #(nop) COPY multi:69b95cebe24b8c231c6aa7c0ba3f0170436e30161904d43ea9d34a5d872c9f8a in /usr/bin/
2021-05-01 01:28:04 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-05-01 01:28:04 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-05-01 01:28:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-01T01:27:04Z
2021-05-01 01:28:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=365f9ebc7c3348dde237bdaf8f0d2d7242fc59ec
2021-05-01 01:28:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-05-01 01:28:05 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.