2021-05-01 03:47:39 UTC
192 MB
rancher/rancher-agent:v2.5-c234dbf450fe0aaf665788c5dcc3437860464e42-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.29% (25.5 MB)
[#001] sha256:f3b4a5f15c7a0722b4f22e61b5387317eaf2602c27ffb2bceac9a25f19fbd156 - 0.0% (852 Bytes)
[#002] sha256:57ffbe87baa135002dddb7a7460082c5d6a352186e1be9464c5f31db81378824 - 0.0% (188 Bytes)
[#003] sha256:3d1b20e79f7857d1f886b311585303eb1a67416b24ba02913fb9378a06977860 - 0.0% (124 Bytes)
[#004] sha256:4ed59adb2898a855194cd82ca082f9fbf5a76b1da0c717c8ac954cdf4324f826 - 29.78% (57.1 MB)
[#005] sha256:cad0069a97e2db91b8c60435d6804b94565f0bc9fac2c8706a7613cb3144b672 - 1.15% (2.2 MB)
[#006] sha256:dab9614e447597dff5d3f4c074433172d392b2c095b19b89eca9d04f3b903c10 - 13.87% (26.6 MB)
[#007] sha256:b0ac9e65332a0f16c49c3f41e2e5719bf5dd7629763d0ec16c00cae7597723d3 - 25.75% (49.3 MB)
[#008] sha256:b79539057000180a32e4d8f2b1cd9789595bf4f585785868731282babf529ec4 - 0.0% (9.31 KB)
[#009] sha256:77a514df1169fc137f45b0362ef6941dd9b2d0d3736e0d523561b21136c532b4 - 16.15% (30.9 MB)
[#010] sha256:34c3cfd3ae5f031a934e409e45c49adb61544ceaed5196eac673fbec8dab4848 - 0.0% (170 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 03:46:51 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-05-01 03:46:51 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 03:46:52 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-05-01 03:46:52 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-05-01 03:47:18 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 03:47:19 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-05-01 03:47:20 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 03:47:20 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-05-01 03:47:22 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 03:47:22 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-05-01 03:47:22 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-05-01 03:47:22 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-01 03:47:22 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-c234dbf450fe0aaf665788c5dcc3437860464e42-head
2021-05-01 03:47:23 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-05-01 03:47:34 UTC/bin/sh -c #(nop) COPY dir:e5343316c90b5247f054795b520426aa84aefcacb7d4077c14fb89b049faeaa8 in /var/lib/rancher-data
2021-05-01 03:47:36 UTC/bin/sh -c #(nop) COPY file:06b0b342addff9a717be154d225e24a02cfd9f246783db87a72ccfb06f516df1 in /usr/bin/
2021-05-01 03:47:37 UTC/bin/sh -c #(nop) COPY multi:e4116cb7cd36afc246e092e8b48574bed672b13d8b8d0cf78f8df9ad99e67bb7 in /usr/bin/
2021-05-01 03:47:38 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-05-01 03:47:38 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-05-01 03:47:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-01T03:46:22Z
2021-05-01 03:47:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=c234dbf450fe0aaf665788c5dcc3437860464e42
2021-05-01 03:47:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-05-01 03:47:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-05-01 03:38:59 UTC
257 MB
rancher/rancher-agent:v2.5-c234dbf450fe0aaf665788c5dcc3437860464e42-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 - 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:d36ae168f62416e36dbeb4e1f43a37775583744727afc5716fce76f42fb379bc - 0.0% (852 Bytes)
[#016] sha256:983cd8738b279ed2e859d6e9077fb35f03f403188b880ee59095c2965f588e0e - 0.0% (829 Bytes)
[#017] sha256:f0924105c1c65aa92aff6f40d3c7f1807d9ba60b0c7c033a60cfee45cf344fbf - 12.0% (30.9 MB)
[#018] sha256:13e27bde237a645d7f5d56f83ca4b65e1b55919d18776284d166448853647427 - 0.0% (827 Bytes)
[#019] sha256:ac88d8a1d32a6d4da4c4bf7fb9b7f5de565b2acbcb2574f3ab5b9805f1be8209 - 0.0% (829 Bytes)
[#020] sha256:98357127eb6c0dfdd7845933a05f7231419a1870319eb33a562192ced11c68ed - 0.0% (827 Bytes)
[#021] sha256:124f4d97a20369162fecf0e87fa8ae904734b415e6144c50114a446bfea41780 - 0.0% (829 Bytes)
[#022] sha256:40fab274579b9195ec32cf0b8016b5239855a95c7b2e6b343054213f3f6caf84 - 0.0% (857 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 03:38:55 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-c234dbf450fe0aaf665788c5dcc3437860464e42-head
2021-05-01 03:38:55 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-05-01 03:38:57 UTCcmd /S /C #(nop) COPY multi:b4b8678685932ede0bd5d507d9aada5113c2aeed775d797ef7e76e61cc60a7de in \etc\rancher\
2021-05-01 03:38:58 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-05-01 03:38:58 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-05-01T03:38:53Z
2021-05-01 03:38:58 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=c234dbf450fe0aaf665788c5dcc3437860464e42
2021-05-01 03:38:59 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-05-01 03:38:59 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-05-01 03:38:48 UTC
258 MB
rancher/rancher-agent:v2.5-c234dbf450fe0aaf665788c5dcc3437860464e42-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 - 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:a6abda7b064a5a911b8dbd3b14455a20259e7a473b79f491bc7cd2f6f37d8988 - 0.0% (1.01 KB)
[#016] sha256:ab697f24b955e3e58d78f03d37307d91ce323e8e050d2f93548c196b057eb3a1 - 0.0% (1.01 KB)
[#017] sha256:032231724776b4c1c14763e5c84e0e98093c03c57c7c74c2c915947c9e0bfed2 - 11.97% (30.9 MB)
[#018] sha256:e310da49d70e979040311a8b44133cf1d248a8ab1ad001a0b26ee1c6893c2fff - 0.0% (1.03 KB)
[#019] sha256:79d1de09d47617a1e871be89109a1cced41733770377ed98a1ac7a99e19af871 - 0.0% (1.04 KB)
[#020] sha256:d5d3302c5940e55959e02142d7ddda609aa46225dbaa532d52e912fd5e9b5acd - 0.0% (1.04 KB)
[#021] sha256:fd2e65df463a584cb6d245e18217448b4b1d1c889bd288c3756c877496597c21 - 0.0% (1.03 KB)
[#022] sha256:dcf528433d355555aaa027689ffdd810b2a92f4221fcb2faa5ee6e3165bd581a - 0.0% (1.03 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 03:38:44 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-c234dbf450fe0aaf665788c5dcc3437860464e42-head
2021-05-01 03:38:44 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-05-01 03:38:45 UTCcmd /S /C #(nop) COPY multi:b4b8678685932ede0bd5d507d9aada5113c2aeed775d797ef7e76e61cc60a7de in \etc\rancher\
2021-05-01 03:38:46 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-05-01 03:38:46 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-05-01T03:38:41Z
2021-05-01 03:38:47 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=c234dbf450fe0aaf665788c5dcc3437860464e42
2021-05-01 03:38:47 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-05-01 03:38:48 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-05-01 03:38:59 UTC
259 MB
rancher/rancher-agent:v2.5-c234dbf450fe0aaf665788c5dcc3437860464e42-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.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:6921c8a3da10a3c14b9300732e4358455d79ee5d6b61055baec18cfdcbb8ac13 - 0.0% (828 Bytes)
[#016] sha256:bf1623235725127a84c7f3a0c0a5c74ac550d855eb487fcda70684c66354c9ff - 0.0% (854 Bytes)
[#017] sha256:81f9e65ca07fe4bc56db113976f0af5ad125d8590c21571b2cd0ce87f9037e19 - 11.93% (30.9 MB)
[#018] sha256:b4a21f8bee1e178daa96f6d8daca977d52f847916ff21f664933e8064a25acfa - 0.0% (823 Bytes)
[#019] sha256:d199fb58fec59f420da0e600943163f75c6ff3be26d81b524ed33f5b44d3ea0c - 0.0% (846 Bytes)
[#020] sha256:13a934b668d513e73e475d7cc9242d5b9e79c6f1b6436d33d413c15a08f67a91 - 0.0% (821 Bytes)
[#021] sha256:baad3eb3f99f69abe5f2e7a2fcbffbb9d0fc37cdaabf50b53151895dd7aa6633 - 0.0% (826 Bytes)
[#022] sha256:371a7671dec1a332b45d53ca885a90b7b3e6ba22f788db5ef08fcfc5b370500b - 0.0% (826 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 03:38:55 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-c234dbf450fe0aaf665788c5dcc3437860464e42-head
2021-05-01 03:38:56 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-05-01 03:38:57 UTCcmd /S /C #(nop) COPY multi:b4b8678685932ede0bd5d507d9aada5113c2aeed775d797ef7e76e61cc60a7de in \etc\rancher\
2021-05-01 03:38:57 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-05-01 03:38:58 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-05-01T03:38:53Z
2021-05-01 03:38:58 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-05-01 03:38:58 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=c234dbf450fe0aaf665788c5dcc3437860464e42
2021-05-01 03:38:59 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-05-01 03:39:30 UTC
260 MB
rancher/rancher-agent:v2.5-c234dbf450fe0aaf665788c5dcc3437860464e42-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 - 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:160e642e75c8dea1caf287842f5cc05461cb45fe54d6fd4b0fab47c78df6b74e - 0.0% (1.06 KB)
[#016] sha256:4675e3e8a806c6c35fca7506df19755b2f019611e13605f3292d1ae9b9669d67 - 0.0% (1.01 KB)
[#017] sha256:dccc4a080fafc41251fdf2fb78577738f9a56e0c6f1ae0d31449d3a1c20a90ea - 11.86% (30.9 MB)
[#018] sha256:771f3ae1562e33af2d61087a484da5f2bd593ed4763e38d7d9222e10f51af2cc - 0.0% (1.02 KB)
[#019] sha256:a08a90edf483146f457241ca0475bc0c3360e2edc10aa0dda70658fb256dce93 - 0.0% (1.01 KB)
[#020] sha256:881bf249243aa6e22ffb385fcbe855f0313b5ddea5acb95300e4739d01d4ae54 - 0.0% (1.01 KB)
[#021] sha256:ca2aaeabb6363bc9e66f9656a2bb4fb7345debeabe22d36cba4fcccbc6004955 - 0.0% (1.04 KB)
[#022] sha256:2b03f4660f0952cf378d11d45b7242ca4ebf68b715c77306fcf74283485cec8b - 0.0% (1.01 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 03:39:26 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-c234dbf450fe0aaf665788c5dcc3437860464e42-head
2021-05-01 03:39:26 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-05-01 03:39:28 UTCcmd /S /C #(nop) COPY multi:e82963678f56b919198a3bbff5750923735c353e1be49a636f16206552dedfa1 in \etc\rancher\
2021-05-01 03:39:28 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-05-01 03:39:29 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-05-01T03:39:24Z
2021-05-01 03:39:29 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-05-01 03:39:30 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=c234dbf450fe0aaf665788c5dcc3437860464e42
2021-05-01 03:39:30 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-05-01 03:39:05 UTC
2.46 GB
rancher/rancher-agent:v2.5-c234dbf450fe0aaf665788c5dcc3437860464e42-head
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:0539dda51cda196ffafea11b3f7eb0c4c483432213194eeb78bd2561b8fe3770 - 0.0% (1.26 KB)
[#016] sha256:048a9978e791b78c7114d1151688e27e1545b276662e8540170b36f48f32da1f - 0.0% (1.29 KB)
[#017] sha256:00932c0f22268807d5697228a4033f615b5462435975b7d8c8dead55bd1e2373 - 1.23% (30.9 MB)
[#018] sha256:cb29b7bacbe288733265142c354da421c2dab849e32362d9df8a3d33320af853 - 0.0% (1.32 KB)
[#019] sha256:fae8ef622946833281a2addf1eaf4bebb2c28bc357624c73a85a7fda888bc60b - 0.0% (1.29 KB)
[#020] sha256:65d8198eab417750b5e5f653508126a162d550644debe8ddb6c4e2f7c719e33e - 0.0% (1.26 KB)
[#021] sha256:2c744fe44659d80f9c2ba460bf5e223d31dd61c0cd63cad6d63e2e56baf4c17c - 0.0% (1.3 KB)
[#022] sha256:511d55cfaa884c5debed87a9921e2dd9c4f08a58a1cdfb3f0902cd9c0dd5e3a0 - 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 03:39:00 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-c234dbf450fe0aaf665788c5dcc3437860464e42-head
2021-05-01 03:39:01 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-05-01 03:39:02 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:e82963678f56b919198a3bbff5750923735c353e1be49a636f16206552dedfa1 in \etc\rancher\
2021-05-01 03:39:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-05-01 03:39:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-05-01T03:38:59Z
2021-05-01 03:39:04 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-05-01 03:39:04 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=c234dbf450fe0aaf665788c5dcc3437860464e42
2021-05-01 03:39:05 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-05-01 03:44:58 UTC
179 MB
rancher/rancher-agent:v2.5-c234dbf450fe0aaf665788c5dcc3437860464e42-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.6% (22.6 MB)
[#001] sha256:018b2790219d2003c0d437e634927887ee5cc3d8f985d7459adc5b2ff62d003f - 0.0% (851 Bytes)
[#002] sha256:509c77ce92ade89fbf09fe03b167023be51bf5a0c14c00487fa7a9ee33b55fc3 - 0.0% (187 Bytes)
[#003] sha256:ef7187c33de1ad1d2b18445d47c21fcb354fee23096c37b859528be1b9f1ad39 - 0.0% (124 Bytes)
[#004] sha256:7611a64a9e6fcfa17a8cbaf09152b192357ba6d53dd39beeaaef977824b56d07 - 29.2% (52.4 MB)
[#005] sha256:50265dedf24159bd64126b4cfd671788a2712a3ed375f4f3adff4f5bcc9f574a - 1.08% (1.94 MB)
[#006] sha256:4bef5bb4951fd22feff43c76aabe0139552947965033251ff9ec51aa16e213fa - 13.73% (24.6 MB)
[#007] sha256:1a2f0614776db2d617ca0f5ccd74e093718bb086680b2db88e1a1ccd9573e346 - 27.51% (49.4 MB)
[#008] sha256:b219cccfdeb0b1421f3da0e9e010bf955806f06f42da5be107f6a18f7ac6c417 - 0.0% (8.89 KB)
[#009] sha256:5ef59874c87f955319f4e30aac85286415dfa613319a52e74af2cd212e8fa7d5 - 15.88% (28.5 MB)
[#010] sha256:fbda0657741a6d653237bb318f4dda122acf2d66128d405f185714ed0580c0b8 - 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 03:44:17 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-05-01 03:44:17 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 03:44:18 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-05-01 03:44:18 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-05-01 03:44:39 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 03:44:40 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-05-01 03:44:41 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 03:44:41 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-05-01 03:44:43 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 03:44:43 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-05-01 03:44:43 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-05-01 03:44:44 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-01 03:44:44 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-c234dbf450fe0aaf665788c5dcc3437860464e42-head
2021-05-01 03:44:44 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-05-01 03:44:53 UTC/bin/sh -c #(nop) COPY dir:04dedb8707fee79323ae799d17c19227f3fb3649a15f9bf229e39532dcffdb21 in /var/lib/rancher-data
2021-05-01 03:44:55 UTC/bin/sh -c #(nop) COPY file:c60b26f35c3c5659c4b0e8025022c909934ae8190a20e5ee1935a9d5c70e85ab in /usr/bin/
2021-05-01 03:44:56 UTC/bin/sh -c #(nop) COPY multi:c066e02cf62867efae14f9c813d03ebdd17a8e92d645029fed7c1db4213979b5 in /usr/bin/
2021-05-01 03:44:57 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-05-01 03:44:57 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-05-01 03:44:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-01T03:43:58Z
2021-05-01 03:44:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=c234dbf450fe0aaf665788c5dcc3437860464e42
2021-05-01 03:44:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-05-01 03:44:58 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.