2021-03-17 23:09:17 UTC
177 MB
rancher/rancher-agent:v2.5-fa087c81628de057406608f077d0952bb03cea56-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 - 14.39% (25.5 MB)
[#001] sha256:be13a9d27eb82db7e9c7f3a76f70919a2d690e34e78cda8cae60161b0f5e9137 - 0.0% (850 Bytes)
[#002] sha256:c8299583700ab4cc65a0126f99ca6f2b836a097dedcc64270094bea59b8b4306 - 0.0% (162 Bytes)
[#003] sha256:9138ed4fbfd3f4aa80ed645a481bb717a8cce91d9ae70820a5c6e8730e9323a2 - 0.0% (122 Bytes)
[#004] sha256:cc341fba9362458be1226096c62e2f271382d906c6391e30d43ff0e90504c951 - 32.22% (57 MB)
[#005] sha256:ab7dedc984d51d5de8882466f18875867204972406b5dcfc6879cd2544b934ca - 1.24% (2.2 MB)
[#006] sha256:3e5b17b6d5a915643d26afc86c6159da60f2cf919b67b0aaaca60f1a13610c69 - 15.01% (26.6 MB)
[#007] sha256:393add7cd7eb334f69d10a279914e5587d7f8f4d9e2807ce480412a83ff4978c - 19.84% (35.1 MB)
[#008] sha256:591b668d9c852dbfd2e1527fd174bae6f48e1685d4661bdfe4d10194c7f029ff - 17.29% (30.6 MB)
[#009] sha256:9d8e5a5c51a3865264b2e7be144cbf007db78336aaf5942dff58ea479ea5d709 - 0.0% (170 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-17 23:08:36 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-03-17 23:08:37 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-17 23:08:38 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-03-17 23:08:38 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-03-17 23:09:01 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-17 23:09:02 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-03-17 23:09:03 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-17 23:09:04 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-03-17 23:09:06 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-17 23:09:06 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-03-17 23:09:06 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-03-17 23:09:06 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-03-17 23:09:07 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-fa087c81628de057406608f077d0952bb03cea56-head
2021-03-17 23:09:07 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-03-17 23:09:14 UTC/bin/sh -c #(nop) COPY dir:583b72eaebfa71f1b6364138503425c8903e7e93c27bdca6df53f1781b23515e in /var/lib/rancher-data
2021-03-17 23:09:16 UTC/bin/sh -c #(nop) COPY multi:93620d764dafd84673baf587bb08679ec5a442c3871ab342674169afe71b314b in /usr/bin/
2021-03-17 23:09:16 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-03-17 23:09:16 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-03-17 23:09:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-03-17T23:08:12Z
2021-03-17 23:09:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=fa087c81628de057406608f077d0952bb03cea56
2021-03-17 23:09:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-03-17 23:09:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-03-17 23:00:53 UTC
257 MB
rancher/rancher-agent:v2.5-fa087c81628de057406608f077d0952bb03cea56-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.64% (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.72% (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:a98e7c5f2359262e1d79a459a8c68e04fb8c03e61d06d7d5cccf110c450568ad - 0.0% (828 Bytes)
[#016] sha256:6f31707001f3376e3ac61fb546868c8c12e92c3589df8df75527fb6b20bc296d - 0.0% (849 Bytes)
[#017] sha256:0cc3cf37677f11566a01861b299377949debdd97bcfcad4fa7d5c7c13fccd96e - 11.9% (30.6 MB)
[#018] sha256:f64da64c3aae6fd80a5982cceae03ffe6e846212c6e8999dd937bde2389aa1d3 - 0.0% (833 Bytes)
[#019] sha256:e7baa0476d57bc514b7e54370d6f92dc28c9beababcd75ffd1dd083aa6b7c99f - 0.0% (849 Bytes)
[#020] sha256:33f462d4ebcd37b521656b184ea22c681f51c02375b4243d116b25ea4a266bc5 - 0.0% (848 Bytes)
[#021] sha256:beab97f4e196478dee108f742a6b36cce99840cd062a6b4dfc0ac239107c8e65 - 0.0% (879 Bytes)
[#022] sha256:3a75b6d26935abf7717e84c48732085c68da09ee480efc982e2cc7b25393bc81 - 0.0% (826 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-17 23:00:49 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-fa087c81628de057406608f077d0952bb03cea56-head
2021-03-17 23:00:49 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-03-17 23:00:51 UTCcmd /S /C #(nop) COPY multi:4c69cdb71353e4234c9105a848d62e554469e339b53ad67279eda63fe1543946 in \etc\rancher\
2021-03-17 23:00:51 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-03-17 23:00:52 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-03-17T23:00:30Z
2021-03-17 23:00:52 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=fa087c81628de057406608f077d0952bb03cea56
2021-03-17 23:00:52 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-03-17 23:00:53 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-03-17 23:00:39 UTC
258 MB
rancher/rancher-agent:v2.5-fa087c81628de057406608f077d0952bb03cea56-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.81% (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.62% (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.59% (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:98ce14189a23b7cedd7aa5534d567c47e57ab79c40d7ef6a15544c8646365e4c - 0.0% (829 Bytes)
[#016] sha256:7e07bc941defc3246c4b03ee1df63f3c32e90665a2eff80ac8a376d31dfb993d - 0.0% (822 Bytes)
[#017] sha256:94f4d110d24741b03a0c88e01e0567ae151ec61b01f1a91712be5b1d21d4e86c - 11.87% (30.6 MB)
[#018] sha256:3460078fa75ff5f5725e3564b35b545d385528154cffbb01eeb685d51621acd7 - 0.0% (826 Bytes)
[#019] sha256:defc421d41550629b50cedfb79aa95209b4e01ada6117050840891554cad2e61 - 0.0% (827 Bytes)
[#020] sha256:9884d91822d572da3dda5cbcddd3f936caeefcff967ab9fc42bb4ae48d427dd5 - 0.0% (830 Bytes)
[#021] sha256:351da670b6880e0a435d66fdcece500d976e5d6deb70772ece702104e0132c48 - 0.0% (871 Bytes)
[#022] sha256:be9f22cce66940fee5c5c5d6165c098898a192e102ca97e5f6d1c6fe0dcf246a - 0.0% (912 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-17 23:00:35 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-fa087c81628de057406608f077d0952bb03cea56-head
2021-03-17 23:00:35 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-03-17 23:00:37 UTCcmd /S /C #(nop) COPY multi:4c69cdb71353e4234c9105a848d62e554469e339b53ad67279eda63fe1543946 in \etc\rancher\
2021-03-17 23:00:37 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-03-17 23:00:38 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-03-17T23:00:10Z
2021-03-17 23:00:38 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=fa087c81628de057406608f077d0952bb03cea56
2021-03-17 23:00:39 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-03-17 23:00:39 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-03-17 23:00:34 UTC
258 MB
rancher/rancher-agent:v2.5-fa087c81628de057406608f077d0952bb03cea56-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.97% (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.54% (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:f4e8e8ec213c8038288c871787358ea70747cf79b37ee79a219bdefd5fb72d5d - 0.0% (826 Bytes)
[#016] sha256:4e87d4da84373a1d733b6d016e3b9940e053e032d9baca85136e23e898fc9c02 - 0.0% (866 Bytes)
[#017] sha256:5f89276ff6bed7040a7c601467c2cdc0527eb7cad8f22a65f378ad1bf17595e7 - 11.83% (30.6 MB)
[#018] sha256:c0d81f22ca5a37e88b093baaade910e086c8e44d6b447fcfa0a064ed8b2f7036 - 0.0% (808 Bytes)
[#019] sha256:cae6f6d2592dd005947e2106124fa6862d841ad1a208f48a08d687fdd19a92bc - 0.0% (849 Bytes)
[#020] sha256:5de7aaf4333a18d02f3785855861a0f16bdb8a1014b363d176eab7099e29b5ab - 0.0% (850 Bytes)
[#021] sha256:44dc35300d6ac23207ac3b8e054e4f7c70b96b258ceaa1cd702ba55cbff5ad0a - 0.0% (828 Bytes)
[#022] sha256:46e209bbc970e7c58dc8dab4c3c1f9c2b320f3d93e30e56e79bd285d1ac44e99 - 0.0% (876 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-17 23:00:28 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-fa087c81628de057406608f077d0952bb03cea56-head
2021-03-17 23:00:28 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-03-17 23:00:29 UTCcmd /S /C #(nop) COPY multi:4c69cdb71353e4234c9105a848d62e554469e339b53ad67279eda63fe1543946 in \etc\rancher\
2021-03-17 23:00:30 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-03-17 23:00:31 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-03-17T23:00:25Z
2021-03-17 23:00:31 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-03-17 23:00:32 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=fa087c81628de057406608f077d0952bb03cea56
2021-03-17 23:00:34 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-03-17 23:00:17 UTC
260 MB
rancher/rancher-agent:v2.5-fa087c81628de057406608f077d0952bb03cea56-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.4% (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.27% (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:228d2920acf0d1ee8fe26a1e1682b4664589c89c267e6d5adc8e761367f19610 - 0.0% (862 Bytes)
[#016] sha256:ab4b38f61def32ea0d0e47350bbcec12befe5f31133404730e3c9f0283707613 - 0.0% (837 Bytes)
[#017] sha256:d635636853209f1406d39e6a4684e86efcd8ad4abf7bc7d8747a692a1f524b87 - 11.76% (30.6 MB)
[#018] sha256:47b8c833707d3cc202d91eb1d55a8d366067fd69dea77fcf984a3c310fea4a03 - 0.0% (836 Bytes)
[#019] sha256:06eb91b70d31e4151d1d83bab0d4a9c14c3d6396f335b6e56167779cfafeb7a9 - 0.0% (829 Bytes)
[#020] sha256:0a3b06acefc6d7332d4d0581f999b0965dc5eaa6cb87994f04709672b737419c - 0.0% (833 Bytes)
[#021] sha256:9be994c135eb145797623010206669ecd2cfef75eb60fe2b296f58fefb194232 - 0.0% (839 Bytes)
[#022] sha256:66f5ee7123cc8a8944cce7d839cb82b74b11460e15ef01eb4d2f401ac03e610c - 0.0% (854 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-17 23:00:13 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-fa087c81628de057406608f077d0952bb03cea56-head
2021-03-17 23:00:13 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-03-17 23:00:14 UTCcmd /S /C #(nop) COPY multi:b5c480e7033d20cda59c8698ce5a24dffacfeb9bff06aa88dacc301eddae916d in \etc\rancher\
2021-03-17 23:00:15 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-03-17 23:00:16 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-03-17T22:59:45Z
2021-03-17 23:00:16 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-03-17 23:00:16 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=fa087c81628de057406608f077d0952bb03cea56
2021-03-17 23:00:17 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-03-17 23:00:31 UTC
2.47 GB
rancher/rancher-agent:v2.5-fa087c81628de057406608f077d0952bb03cea56-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:58ab1b37dcd58d9d984bf1bb81062e3331d2f918161807ccdc47ddf975c087b4 - 0.02% (455 KB)
[#012] sha256:8df9cfa728227b0c6bfef6d6371748396ddc898190b46a532210d5c334fce231 - 0.0% (1.27 KB)
[#013] sha256:5c447a65e9a1f3acba0c271fd660abaeaf62a5e0ff1667d7eedfff0c5689b9e9 - 0.0% (1.26 KB)
[#014] sha256:88fcfc1e8beb730e4870d9f8a1aba768e24a70acc0a402d679cea945352104a2 - 0.0% (1.29 KB)
[#015] sha256:69d3ad8b151aa0f76132d392d5b3bed6ee773efd4196c4d702f43d8d8c4d9d12 - 0.0% (1.26 KB)
[#016] sha256:ea13ab0ae1e6d0772a419fbd6613f5c7e12370826463ae4e8cfe7389ae3e6ebb - 0.0% (1.31 KB)
[#017] sha256:8877ff2c843fb64794468a3ff48c8e537e7ca15a7061600e24998bc7e9673589 - 1.21% (30.6 MB)
[#018] sha256:48f30aa79961568a13e0c4f7d12906b291eee8f5a54df2a9a0c0f3ec38e620a5 - 0.0% (1.27 KB)
[#019] sha256:0d841607d2405eb63c573f628967729a808becb497bf4728cfcfa40c4aaedf98 - 0.0% (1.26 KB)
[#020] sha256:9ea677c0419de845b83c90e663956a35c600c74ef4906123a7d6b090b031c5ef - 0.0% (1.26 KB)
[#021] sha256:2a843fc3995d8a0826ef9dbb70ca2f70b0358bdc60243bff27af9fabfbe59fe1 - 0.0% (1.3 KB)
[#022] sha256:760a50530fcd0ede14702d582247d303dabd73041c34d7248b77e73e851224a1 - 0.0% (1.26 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-16 00:43:57 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Alias -Name pwsh -Value powershell
2021-03-16 00:43:58 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-03-16 00:43:58 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-03-16 00:43:59 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-03-17 23:00:26 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-fa087c81628de057406608f077d0952bb03cea56-head
2021-03-17 23:00:26 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-03-17 23:00:28 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:b5c480e7033d20cda59c8698ce5a24dffacfeb9bff06aa88dacc301eddae916d in \etc\rancher\
2021-03-17 23:00:29 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-03-17 23:00:29 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-03-17T23:00:24Z
2021-03-17 23:00:29 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-03-17 23:00:30 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=fa087c81628de057406608f077d0952bb03cea56
2021-03-17 23:00:31 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-03-17 23:05:10 UTC
165 MB
rancher/rancher-agent:v2.5-fa087c81628de057406608f077d0952bb03cea56-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 - 13.72% (22.6 MB)
[#001] sha256:740ce98c92d8885e63c0bde376962ac7d15ebb891a7019f801e1de07be167209 - 0.0% (854 Bytes)
[#002] sha256:7a9e35ad787dffb8fc50bf32fc5febb71a414956f1a93b71360349b44b113fef - 0.0% (187 Bytes)
[#003] sha256:700cea9227586fdad86f2654d5ca12acbea0ba5f8e95185a9da188efc43b83bb - 0.0% (123 Bytes)
[#004] sha256:2920a2bcbdcbee79c3da240246b735793e6bf0778c3c855fee9ea3a48c54548c - 31.76% (52.4 MB)
[#005] sha256:c0760ebdbb13d0ff15f757b2b14e6ce8dd5c71a3f3e84623e80de3a3336c8524 - 1.18% (1.94 MB)
[#006] sha256:77c14df4b93c15fe93d2a2adbad5addf993fb64069a0459e2ccb8b0c01dc942f - 14.94% (24.6 MB)
[#007] sha256:b60e4bcc4e4e47acf8f3b276f6a841189b62bff1b455944dc2ca90c898ca1d8d - 21.31% (35.2 MB)
[#008] sha256:f2a4653c381ee5a6fabbef1396f97dfb812231df3ee9681fa5a43156ca145334 - 17.09% (28.2 MB)
[#009] sha256:1ab7b5a410601781bc3b271b9bd1f0fb19daee9de03103d737ce23ee5e619da0 - 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-17 23:04:33 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-03-17 23:04:33 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-17 23:04:34 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-03-17 23:04:34 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-03-17 23:04:56 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-17 23:04:57 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-03-17 23:04:58 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-17 23:04:58 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-03-17 23:05:00 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-17 23:05:00 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-03-17 23:05:00 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-03-17 23:05:00 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-03-17 23:05:01 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-fa087c81628de057406608f077d0952bb03cea56-head
2021-03-17 23:05:01 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-03-17 23:05:06 UTC/bin/sh -c #(nop) COPY dir:eefcf453a8470910760dc0ca829ae93d86049e7f01ae5ebdb5ebc504e7ff2908 in /var/lib/rancher-data
2021-03-17 23:05:08 UTC/bin/sh -c #(nop) COPY multi:ea3a47f7d0aceea2753bbd5f396bd5bf1a478efeac90bcf553a17dcdd70b2a8e in /usr/bin/
2021-03-17 23:05:09 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-03-17 23:05:09 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-03-17 23:05:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-03-17T23:04:18Z
2021-03-17 23:05:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=fa087c81628de057406608f077d0952bb03cea56
2021-03-17 23:05:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-03-17 23:05:10 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.