2021-03-18 22:29:44 UTC
170 MB
rancher/rancher-agent:master-b0d3575cc216c5191590b39f23f2888f4e731a69-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:92dc2a97ff99354714f17180401813eb3073e4f62a67643d66b461505a604cbe - 15.02% (25.5 MB)
[#001] sha256:be13a9d27eb82db7e9c7f3a76f70919a2d690e34e78cda8cae60161b0f5e9137 - 0.0% (850 Bytes)
[#002] sha256:c8299583700ab4cc65a0126f99ca6f2b836a097dedcc64270094bea59b8b4306 - 0.0% (162 Bytes)
[#003] sha256:7ec13885629a7a6823706fb342d4b6d21cc1fd0944230d88e3318a11ab17a3c9 - 0.0% (123 Bytes)
[#004] sha256:df76b6739a39e7388fd229fcc424f9c027e4d9aff34340d115ae2cfc2e86b7fb - 33.63% (57 MB)
[#005] sha256:ab7dedc984d51d5de8882466f18875867204972406b5dcfc6879cd2544b934ca - 1.3% (2.2 MB)
[#006] sha256:08c69fcc32628261a3d61d0ea05ffa664fd397e4835940e940afbe6b35000e34 - 15.67% (26.6 MB)
[#007] sha256:873d66975fd166a5cf0ccb87897352ad49b32e52dfb7fa82a8e6c946b56e1bf9 - 20.75% (35.2 MB)
[#008] sha256:fb9aba96f78eb12aa00d262baf6a0ac85b2f50419416f8897b1e49f91a5e7497 - 13.64% (23.1 MB)
[#009] sha256:eaeb0b8bccf231e73b57acfe01c3c16a9e711ee073b2783eddc5830cb512701e - 0.0% (171 Bytes)
/bin/sh -c #(nop) ADD file:d65963eb4f4b3a8c8e57119725a91036e8932a3e8f604e7edc21ff9665472da9 in /
2021-03-04 02:24:27 UTC/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
2021-03-04 02:24:28 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-03-04 02:24:29 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-03-04 02:24:29 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-03-18 22:29:04 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-03-18 22:29:05 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-03-18 22:29:06 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-03-18 22:29:06 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-03-18 22:29:29 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-03-18 22:29:30 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-03-18 22:29:31 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-03-18 22:29:31 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-03-18 22:29:33 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-03-18 22:29:34 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-03-18 22:29:34 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-03-18 22:29:34 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-03-18 22:29:34 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-b0d3575cc216c5191590b39f23f2888f4e731a69-head
2021-03-18 22:29:34 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-03-18 22:29:41 UTC/bin/sh -c #(nop) COPY dir:02d2227bd6b1b7ae43e839d4f40cbbc97f079b4d82ac97df1a0b697504b34ad3 in /var/lib/rancher-data
2021-03-18 22:29:43 UTC/bin/sh -c #(nop) COPY multi:8e4a3a487bce8d27ea1cbc20ca40789ba2321c08a584fcacc53b13fd237a2991 in /usr/bin/
2021-03-18 22:29:43 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-03-18 22:29:43 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-03-18 22:29:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-03-18T22:28:43Z
2021-03-18 22:29:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=b0d3575cc216c5191590b39f23f2888f4e731a69
2021-03-18 22:29:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-03-18 22:29:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-03-18 22:27:05 UTC
257 MB
rancher/rancher-agent:master-b0d3575cc216c5191590b39f23f2888f4e731a69-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:a11c4ca8f1ba16b6e1395d4523be2215bd0871c2e3e4695b9f2b87bd7472be52 - 37.62% (96.7 MB)
[#001] sha256:1e29214a08a68cc3bab5896a29d8985fca9e12233ed472cd2c6145b1866398e9 - 0.0% (1.05 KB)
[#002] sha256:5d0612e238e6ac2ec0f8cecd67d4a9c3c7f7057095840f820b4a6b6be3f1eb40 - 0.0% (1.07 KB)
[#003] sha256:0b45784adecff220a6553edd5795641c56b36b1e4b57dcab277bbd25883e1d48 - 0.02% (65.8 KB)
[#004] sha256:15b76c0e846ecb01cf839be55fccd055ac480e8a0256d017fe14bc4c8b920ab3 - 0.0% (1.12 KB)
[#005] sha256:f7a723a7649370197918291b2dcd4615f851d12684eef849ebb19e1e1ebe97e9 - 37.7% (96.9 MB)
[#006] sha256:89f8320245754316677404661ea5262e74e31c8a9d068fe9959f532f738835c7 - 0.05% (131 KB)
[#007] sha256:9deac63a32ab50c762ae00da5c23eafcb37b0340d7a403f1fb11336f72b6e6fb - 0.0% (1.02 KB)
[#008] sha256:30f6ca13ff406b2f43cddd954d1ee3af6ab87531b8955a5a3ce6967cc950da30 - 0.0% (1.02 KB)
[#009] sha256:7a315a87f0ac5b3065bccbfbf726a0c19e4740bc975a235bf0a0dffce8abc7e2 - 0.0% (831 Bytes)
[#010] sha256:f85afa032dde501dc64b354ae1bb6a86c217490f4145d058a9f13e5e615d4843 - 0.04% (96.5 KB)
[#011] sha256:ae5535848d238a5c8f87bb74bc96c8ea50afcb266a0611c216fb2ca4d39d4c25 - 12.62% (32.4 MB)
[#012] sha256:bf5b3e37ac492daf0fcf58c2365ef39c08eba4cc693213e7ee19d043b9fd1b8b - 0.0% (827 Bytes)
[#013] sha256:406b80ad96ad1be0e7e02d51697ed44b0f2a3fc3c48d99bdc0c3365721e02f67 - 0.0% (856 Bytes)
[#014] sha256:312316a6705c4eb1ef06b64bf0b618143fb9f480ab5a675207426cfc0b44fede - 0.0% (882 Bytes)
[#015] sha256:915b0979e06c7c71403aa6ad6d6e01851aaf5789fccfbbc7979ee7d2a4a18ccc - 0.0% (828 Bytes)
[#016] sha256:208ad52e2ebdca6a1736c7518b37dd2fb7e17b19466c2c599063c00db865d154 - 0.0% (846 Bytes)
[#017] sha256:27e3d305891598935a32512ca4c12cead395195549e174e158a394b4b9ad8236 - 11.94% (30.7 MB)
[#018] sha256:a0d079a103e5d3c7eb3f2486d0e1261b5794e73f33b6ccfb6e172ec0ae451b4a - 0.0% (833 Bytes)
[#019] sha256:91fe72485f4af389e7766aec6322e6a13c910a03233f84cf9fe9c483a370aa11 - 0.0% (886 Bytes)
[#020] sha256:126a797d8cbffcd3845973e5ca6c73045d07133b5da79fa07e1d564b53d9e18e - 0.0% (827 Bytes)
[#021] sha256:b761a3988bffb0a26364cb1f665f35488840940503fb4169f2c684c7f712d48a - 0.0% (824 Bytes)
[#022] sha256:5999ba03eb8f1ec902b9e99a0e7b6773ac14533d17575fb0f09bbbe2ec4a418f - 0.0% (831 Bytes)
Apply image 1809-amd64
2021-03-16 20:49:38 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-03-16 20:49:39 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-03-16 20:50:06 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-03-16 20:50:06 UTCcmd /S /C #(nop) USER ContainerUser
2021-03-16 20:50:29 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-03-16 20:51:08 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-03-16 20:51:09 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-03-16 20:51:10 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-03-17 23:00:44 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-03-17 23:00:45 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2021-03-17 23:00:47 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-03-17 23:00:48 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-03-17 23:00:48 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-03-17 23:00:48 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-03-18 22:27:01 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-b0d3575cc216c5191590b39f23f2888f4e731a69-head
2021-03-18 22:27:02 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-03-18 22:27:03 UTCcmd /S /C #(nop) COPY multi:5d77247c0b1468e09b1bb914b5e7682a35acf158ad1e92cfaa4cea5591e3bba0 in \etc\rancher\
2021-03-18 22:27:04 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-03-18 22:27:04 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-03-18T22:26:59Z
2021-03-18 22:27:05 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=b0d3575cc216c5191590b39f23f2888f4e731a69
2021-03-18 22:27:05 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-03-18 22:27:05 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-03-18 22:27:50 UTC
258 MB
rancher/rancher-agent:master-b0d3575cc216c5191590b39f23f2888f4e731a69-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:d94040b3fb21af94caf37df4e5732028c860fbdff08d3f6f98552316af465108 - 37.79% (97.4 MB)
[#001] sha256:dde1ba7643f60847f0fe8c5ce03f23b32c0927305ed32101d81c94c94aeb5a60 - 0.0% (1.06 KB)
[#002] sha256:8a0fcc2069e76692cc8d3be425e860129743cf0a9a8b7c3a4b385a4bde46e24d - 0.0% (1.02 KB)
[#003] sha256:372628681d3f3193edd6b4d325b0e1951cecf78cda01faebff2d74f027129a95 - 0.02% (63.8 KB)
[#004] sha256:b8b3ab6c96ae48b226cc75073ecc078a2fb97a79e8d0b7a2f47f0fc4dad90640 - 0.0% (1.12 KB)
[#005] sha256:975d084e016729a87575417c001084cb5144aca879b7c752d5a994f0133ded4d - 37.6% (96.9 MB)
[#006] sha256:21cf46249eb98082a41c66691f63e18665ad35770ad6b26eee5a1b8b860bbed0 - 0.05% (127 KB)
[#007] sha256:5d30b6436c00ea54209c3a742e3b55559e90a29bd12a18dfdfef090b48da80b6 - 0.0% (1.02 KB)
[#008] sha256:293b4a523414b356f590eb0ecf1243d4bb8dacd6de738847c751efea835263f0 - 0.0% (1.02 KB)
[#009] sha256:20dbf497b506cfed9b9551c28a04c1d5b7171c9dd73843637e276e9e35f6c274 - 0.0% (827 Bytes)
[#010] sha256:97886171eb6e963c0a13dbbd8313b3acb8f0dc4c87a7286ae1a6bcee3018c2f6 - 0.04% (101 KB)
[#011] sha256:b7077aba19e6e00685ac7534ad9ad871bdf72f53646b87f50f82f4a60bd3b35a - 12.58% (32.4 MB)
[#012] sha256:576643143c3e321c970c44dae4903ac950bbe363bd55e41ef3e6625152d25bcd - 0.0% (829 Bytes)
[#013] sha256:cf74dbac3f8a8a291f034d91e2b182ee97d2a65d4124574447b7c84379bb07de - 0.0% (847 Bytes)
[#014] sha256:71859b0e1aaec41432c87436c49da458cec5926f119e1cb57cf0696dabf2bc90 - 0.0% (847 Bytes)
[#015] sha256:78a3e0ef2927ed325639c807690f84244da65e6053c26732f29157a9ff6da338 - 0.0% (850 Bytes)
[#016] sha256:cea8b45c841fa38a2aa4623f5a95257cc1f646d4a10aecdbb48d0a79e5690c83 - 0.0% (831 Bytes)
[#017] sha256:74f903a9b19da8414dd4c0e5226f79098e942d08a436dcb782b419c92df09400 - 11.91% (30.7 MB)
[#018] sha256:9d53ad6f31ae665e242f3f31102b4e857e0b149e3c032f83bcaee034369fffb9 - 0.0% (823 Bytes)
[#019] sha256:edb362f7bd73f5ee32daab3b360f42fca42c4502db34d5114f681de0c29af9bd - 0.0% (854 Bytes)
[#020] sha256:d15d1eb81cd63d61c0ba9844a2227c48a0d94822762c7be2b172c2f25582c5b1 - 0.0% (826 Bytes)
[#021] sha256:b8b11f937bb4ab65d99d8fc353f62759a54c80828c5ebd3ee42caab4164962ba - 0.0% (856 Bytes)
[#022] sha256:69c2eaa6601bd6ba90c4930dc0e4f54deddbd6cf0c9d64500349b01c20a2e5ed - 0.0% (875 Bytes)
Apply image 1909-amd64
2021-03-16 21:08:18 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1909
2021-03-16 21:08:19 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-03-16 21:08:42 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-03-16 21:08:42 UTCcmd /S /C #(nop) USER ContainerUser
2021-03-16 21:09:02 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-03-16 21:09:41 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-03-16 21:09:41 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-03-16 21:09:42 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-03-17 23:00:28 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-03-17 23:00:29 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-03-17 23:00:31 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-03-17 23:00:33 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-03-17 23:00:34 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-03-17 23:00:34 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-03-18 22:27:46 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-b0d3575cc216c5191590b39f23f2888f4e731a69-head
2021-03-18 22:27:47 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-03-18 22:27:48 UTCcmd /S /C #(nop) COPY multi:5d77247c0b1468e09b1bb914b5e7682a35acf158ad1e92cfaa4cea5591e3bba0 in \etc\rancher\
2021-03-18 22:27:49 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-03-18 22:27:49 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-03-18T22:27:43Z
2021-03-18 22:27:50 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=b0d3575cc216c5191590b39f23f2888f4e731a69
2021-03-18 22:27:50 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-03-18 22:27:50 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-03-18 22:27:02 UTC
259 MB
rancher/rancher-agent:master-b0d3575cc216c5191590b39f23f2888f4e731a69-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.95% (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.53% (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:fd5d15d6f8016e1544831d60115a0db43984ac3da5230924b6b702527edcb07f - 0.0% (852 Bytes)
[#010] sha256:a7d885a70773d7bd154027c60eb1254642e5696127cd8e83d70fee4096cf51f8 - 0.04% (101 KB)
[#011] sha256:b9496f1fc94ffe6eb2b7037a889830050c524cb80aa644bd727b3edb87c0acf8 - 12.55% (32.4 MB)
[#012] sha256:87a03960091e900446ece614a7d581ca3a39ed25994561997dcf5e22941ea9ef - 0.0% (863 Bytes)
[#013] sha256:2d9602dbb0d9fe862d3107c354e7637af2a4ee66c726c577d165023c8ff69755 - 0.0% (829 Bytes)
[#014] sha256:500247245d9e8914fbd9d6219d49efccfb2f4233e36b4c1f28602794f2dd3b04 - 0.0% (823 Bytes)
[#015] sha256:38d9f4ebd8ffad54528313bcfc5c9322fc299fe7acafe3ba61979eb930db8a05 - 0.0% (851 Bytes)
[#016] sha256:e71003e6ee33308025d8e181e5a3a90831b4c91996d8dc1498b82c2d4d8e552d - 0.0% (830 Bytes)
[#017] sha256:ace5161cecd529ee6d899e58e3fd5628b8d769958d2479f7bb4dead29cebb28b - 11.87% (30.7 MB)
[#018] sha256:57b87406c219938cb4deaa5cff2882e162b24192f65c9ca2d40c195e67ce0575 - 0.0% (828 Bytes)
[#019] sha256:bfaa460331b86bd704ad29e41b2f682b7128fd29e7c0e33715c3c21203d5aa00 - 0.0% (852 Bytes)
[#020] sha256:43cad1720a1ef103a3a9b1af8ff9a6a48e5d54346ac0656e50f5972df7ffd859 - 0.0% (824 Bytes)
[#021] sha256:48ddef67ae5d057d1c1050501890da9f20c8ed06008ac9518f11041748f8b539 - 0.0% (827 Bytes)
[#022] sha256:49e86cfbbb7d933b2e0cda4873219c6d37d16380e0034edab436ca8d4dc08561 - 0.0% (851 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-03-15 05:09:38 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-03-15 05:09:39 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-03-15 05:09:42 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-03-15 05:09:42 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-03-15 05:09:43 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-03-15 05:09:43 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-03-18 22:26:58 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-b0d3575cc216c5191590b39f23f2888f4e731a69-head
2021-03-18 22:26:59 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-03-18 22:27:00 UTCcmd /S /C #(nop) COPY multi:5d77247c0b1468e09b1bb914b5e7682a35acf158ad1e92cfaa4cea5591e3bba0 in \etc\rancher\
2021-03-18 22:27:01 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-03-18 22:27:01 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-03-18T22:26:56Z
2021-03-18 22:27:01 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-03-18 22:27:02 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=b0d3575cc216c5191590b39f23f2888f4e731a69
2021-03-18 22:27:02 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-03-18 22:26:54 UTC
260 MB
rancher/rancher-agent:master-b0d3575cc216c5191590b39f23f2888f4e731a69-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:ef11e3fc4f3c8fde075a1b6b355f949a4163916f4072d517d85436e89af06a04 - 38.38% (99.9 MB)
[#001] sha256:6fac50e5ea9440b763f0f8dd58d69e63559a2f5d23699ddb06bebc4e32457358 - 0.0% (1.08 KB)
[#002] sha256:4a722553d5b78dc72fdfb9cfa606e981a5e16e91bd39e1a31d48d404100a1818 - 0.0% (1.04 KB)
[#003] sha256:5cc4e742396cfd33c96a66606fdd2307fca8332c3017f800f1d469a29db4da6b - 0.03% (69.9 KB)
[#004] sha256:6efd700701e5ddcf36ea5f200578fc1591ec2ede441805f924257c7c2b927173 - 0.0% (1.02 KB)
[#005] sha256:42e2fcb8ee26da679f19acb0e9745b232cf906a1ed06ae22cd76347d40d29edb - 37.25% (96.9 MB)
[#006] sha256:d6e9194bcf6cc510d6cad386008fe83a7f55a32c226dd49d983063497f87d076 - 0.04% (98.5 KB)
[#007] sha256:85ad06cf60bc5b98c298fadd512a78ce8183e802f1aaaa0382363ed84e99b254 - 0.0% (1.02 KB)
[#008] sha256:afb0f01d0f03927cdf49da73a8ed697c412b396f10193cab1998ff6f8e35e442 - 0.0% (1.04 KB)
[#009] sha256:946f61bf560798c64209c7cb4df1f29dfb1e4a52d3a787fa40c1d2abde403e85 - 0.0% (866 Bytes)
[#010] sha256:37c5f77b33fb93870d85bf82af41306c5d18e59e1dffae8209a3ece69039fd97 - 0.04% (102 KB)
[#011] sha256:b6692ac4e0bdbdf185e05440db7986f51a28ce1be6276c0e88cb70246f125e7c - 12.47% (32.4 MB)
[#012] sha256:46d852592a2486c9adef12d94b84e331e11170b476dd6f44f5a757a4088a094c - 0.0% (863 Bytes)
[#013] sha256:e40601045a6485407fcd891bfabec34dd0d4f75d2e727ea786c8f0ed29eba485 - 0.0% (837 Bytes)
[#014] sha256:e31a00c04da295e4a74989e79c14affd737bc0253b4a430d982517e812caf7e0 - 0.0% (831 Bytes)
[#015] sha256:4172fb38b9aaa32ddc540269c7dfc425e5c560d77453ae5bbbc7224b54139c8b - 0.0% (835 Bytes)
[#016] sha256:208297278b1d71077e32a74a8ee9724b0664518d86ec7c35acba21606572dfb2 - 0.0% (856 Bytes)
[#017] sha256:b364e05bb797a234abcfbd2100f234c5476c43ba9fb748082866ed845ebacba1 - 11.8% (30.7 MB)
[#018] sha256:66d1605bfcca15806741c9be8958c4d63a15bb536bce067bdb6e5d5748f2ddc8 - 0.0% (840 Bytes)
[#019] sha256:56c0979c822eae929bbea622dca71b1e767bc20038b633986d68a2e4a4bc3a57 - 0.0% (842 Bytes)
[#020] sha256:71b14badf1da18837febbab068d3bfb66f76fc22788dd221529e63cd759cc354 - 0.0% (835 Bytes)
[#021] sha256:ec91aab5e769742ff6769b16d8e3b288ffd6f4f7c052cd24ed69f50605b23578 - 0.0% (861 Bytes)
[#022] sha256:593748d1eb8baed9c33f0637510fa600e24d697680f6a2b6dc919f0cdc8ce57e - 0.0% (861 Bytes)
Apply image 2004-amd64
2021-03-16 21:15:26 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-03-16 21:15:27 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-03-16 21:15:35 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-03-16 21:15:35 UTCcmd /S /C #(nop) USER ContainerUser
2021-03-16 21:15:51 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-03-16 21:16:25 UTCcmd /S /C pwsh -NoLogo -NoProfile -Command " $stopTime = (get-date).AddMinutes(15); $ErrorActionPreference = 'Stop' ; $ProgressPreference = 'SilentlyContinue' ; while(!(Test-Path -Path $env:PSModuleAnalysisCachePath)) { Write-Host "'Waiting for $env:PSModuleAnalysisCachePath'" ; if((get-date) -gt $stopTime) { throw 'timout expired'} Start-Sleep -Seconds 6 ; }"
2021-03-16 21:16:25 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-03-16 21:16:26 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-03-17 23:00:08 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-03-17 23:00:09 UTCcmd /S /C #(nop) COPY multi:57355cb5be6e2624acb1d32e70fd27ced1f9272669bb34ccf2b7b763da2dd6af in \Windows\System32\
2021-03-17 23:00:11 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-03-17 23:00:12 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-03-17 23:00:12 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-03-17 23:00:12 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-03-18 22:26:50 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-b0d3575cc216c5191590b39f23f2888f4e731a69-head
2021-03-18 22:26:50 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-03-18 22:26:52 UTCcmd /S /C #(nop) COPY multi:24414549072158656c4b425af13bd9d6eaa0d2153985a61b5d7f7841d2429995 in \etc\rancher\
2021-03-18 22:26:52 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-03-18 22:26:53 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-03-18T22:26:48Z
2021-03-18 22:26:53 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-03-18 22:26:54 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=b0d3575cc216c5191590b39f23f2888f4e731a69
2021-03-18 22:26:54 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-03-18 22:27:35 UTC
2.47 GB
rancher/rancher-agent:master-b0d3575cc216c5191590b39f23f2888f4e731a69-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 56.85% (1.4 GB)
[#001] sha256:b67d61f938f3725a9bf5b4e0ece52422f5b09c5994bb0af1971b526e4e0f8666 - 37.39% (944 MB)
[#002] sha256:1216a7b5355ee3c4369e1b39f3e9707a5f2251e39726567a00221a9798fa317f - 0.0% (1.27 KB)
[#003] sha256:425f338fee712f5e8f0d91395753ce3413e6dee9a8195b86f39c63ad02be69e1 - 0.0% (1.26 KB)
[#004] sha256:78656446142d020dbf7934358c1518e25a997c61cc339aa54ffa35785cd13450 - 0.81% (20.5 MB)
[#005] sha256:80e58361e4d0d2fe830f63248dbd69d12affbe4ed052e2c58e0f2f1a6dc4e870 - 0.41% (10.3 MB)
[#006] sha256:6246b08256c15270b343da4d70cf8fec9e3a23e9492e3fbfd91fea750e233ca0 - 0.31% (7.86 MB)
[#007] sha256:b2fd4b93a538f8f153fd04424492eb46d9438c039dd2b179e846a273a60c33b7 - 1.67% (42.2 MB)
[#008] sha256:faadc2acc38217e550008f8445459f58ce8ce3ab77c6607f739b83742ef921eb - 0.21% (5.35 MB)
[#009] sha256:7ada2899c6f8a5229d8a4464e85d380c58ad66b910f6f1b0aeafd510a07a43dd - 0.62% (15.6 MB)
[#010] sha256:667e65fd7d5db42ca61a833d663adfa5b849c7d3588d0041f6372d9eb4e05ade - 0.51% (12.8 MB)
[#011] sha256:25849795d52d35b622a49bbf047185457064812d754d5326a160ee1e92a9db52 - 0.0% (1.27 KB)
[#012] sha256:cce56a1d62b449fe81d3938235284badeb123c8f97fdbd0f84c96a9876ed2f24 - 0.0% (1.27 KB)
[#013] sha256:68f8bea41d2a34e8a7399f7b14900a564a91505f08b5187557832b3aacf7d281 - 0.0% (1.3 KB)
[#014] sha256:e865c31e40a9ab109b343d29dc71f8caa834c26b757a8e6f454a3ed194c69957 - 0.0% (1.27 KB)
[#015] sha256:571f41e2bb5cc4350987469f5f3467cb12ba7d45b1c146b8d188e0ee55e7fd4b - 0.0% (1.27 KB)
[#016] sha256:de5147e32174e06ccda235f0574bb69dc265e8afeb8a278ac2903490e99f23bc - 1.22% (30.7 MB)
[#017] sha256:6968634a051de27b223a77139685e31b21ba304a66b011794a25ba7a6e30ab32 - 0.0% (1.27 KB)
[#018] sha256:2a4bc21ef8bfe9f37cef23687c231a2280c5df2ac5ce3a26e2053df36c2bb394 - 0.0% (1.26 KB)
[#019] sha256:be6a78a71ab9e8f40e4df534760b53a11f73be6ded76e30b34b891863ef39045 - 0.0% (1.27 KB)
[#020] sha256:4bf79b59dd7be16446de79ed4b3be93e739801af0de11dc35e03e015c13416a9 - 0.0% (1.27 KB)
[#021] sha256:977bf4cf9e7276b50b028962aae9f0b804686fa8786e604905177f98e82de381 - 0.0% (1.29 KB)
Apply image 20H2-RTM-amd64
2021-03-05 14:38:58 UTCInstall update 20H2-amd64
2021-03-15 16:41:44 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-03-15 16:41:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-03-15 16:41:55 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-03-15 16:42:05 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-03-15 16:42:31 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-03-15 16:42:43 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-03-15 16:42:51 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-03-15 16:43:00 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-03-15 16:43:08 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-03-15 16:43:08 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-03-15 16:43:09 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-03-15 16:43:09 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-03-18 22:27:31 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-b0d3575cc216c5191590b39f23f2888f4e731a69-head
2021-03-18 22:27:31 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-03-18 22:27:32 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:24414549072158656c4b425af13bd9d6eaa0d2153985a61b5d7f7841d2429995 in \etc\rancher\
2021-03-18 22:27:33 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-03-18 22:27:34 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-03-18T22:27:29Z
2021-03-18 22:27:34 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-03-18 22:27:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=b0d3575cc216c5191590b39f23f2888f4e731a69
2021-03-18 22:27:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-03-18 22:29:17 UTC
158 MB
rancher/rancher-agent:master-b0d3575cc216c5191590b39f23f2888f4e731a69-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:9243cbd63062004cb0062d0c8235fb578c194179c6526f26999de6c03daded31 - 14.35% (22.6 MB)
[#001] sha256:740ce98c92d8885e63c0bde376962ac7d15ebb891a7019f801e1de07be167209 - 0.0% (854 Bytes)
[#002] sha256:7a9e35ad787dffb8fc50bf32fc5febb71a414956f1a93b71360349b44b113fef - 0.0% (187 Bytes)
[#003] sha256:f52b2ff9e9a9bea919a2ba0f4c1d3ff741ef41341e473628ff921b73d2488089 - 0.0% (124 Bytes)
[#004] sha256:b92822af17e595e555a9f1320cb647fd74ca22bbbf69be18e7470a789c274825 - 33.2% (52.4 MB)
[#005] sha256:c0760ebdbb13d0ff15f757b2b14e6ce8dd5c71a3f3e84623e80de3a3336c8524 - 1.23% (1.94 MB)
[#006] sha256:39023d35b22e56c2b62caba509fb6edd662aa49580a71a14527f0195070332cf - 15.62% (24.6 MB)
[#007] sha256:02ea630d57e900439d9a25b26dceef95388af7b190afe63f4ff59b2999805b94 - 22.31% (35.2 MB)
[#008] sha256:a85ad3c853f6c8c79ab64ad327e2d56e7cd018a267abdca2d8643c3562836240 - 13.3% (21 MB)
[#009] sha256:ce520d6512fc971e63e8e563901ff1e9b3f85e8ce0fc8f76b4a807c132507ce8 - 0.0% (171 Bytes)
/bin/sh -c #(nop) ADD file:bd92fdc04a5552a5b6596d4efffc3b5ca8dcce88e1f1c8d731c4039ce95b09cf in /
2021-03-04 02:52: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-03-04 02:52:21 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-03-04 02:52:23 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-03-04 02:52:24 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-03-18 22:28:41 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-03-18 22:28:41 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-03-18 22:28:42 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-03-18 22:28:42 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-03-18 22:29:03 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-03-18 22:29:04 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-03-18 22:29:05 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-03-18 22:29:05 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-03-18 22:29:07 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-03-18 22:29:07 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-03-18 22:29:08 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-03-18 22:29:08 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-03-18 22:29:08 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-b0d3575cc216c5191590b39f23f2888f4e731a69-head
2021-03-18 22:29:08 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-03-18 22:29:14 UTC/bin/sh -c #(nop) COPY dir:98a93412c529c07b449d41df238e76852b13b38fb3853d0f2a2c1204360cc768 in /var/lib/rancher-data
2021-03-18 22:29:15 UTC/bin/sh -c #(nop) COPY multi:9bcb09a7f01339f8d8f488d9cd021e10a255cb50a2944b9c257b53155deb661d in /usr/bin/
2021-03-18 22:29:16 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-03-18 22:29:16 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-03-18 22:29:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-03-18T22:28:26Z
2021-03-18 22:29:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=b0d3575cc216c5191590b39f23f2888f4e731a69
2021-03-18 22:29:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-03-18 22:29:17 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.