2021-03-19 22:36:46 UTC
171 MB
rancher/rancher-agent:master-933b15908af72f751ffe9ab722da7e23c629fb4d-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.92% (25.5 MB)
[#001] sha256:be13a9d27eb82db7e9c7f3a76f70919a2d690e34e78cda8cae60161b0f5e9137 - 0.0% (850 Bytes)
[#002] sha256:c8299583700ab4cc65a0126f99ca6f2b836a097dedcc64270094bea59b8b4306 - 0.0% (162 Bytes)
[#003] sha256:4ebdbfd4c2cec602c7276f230c4ec477176e75d7629795f58cf143a3c109367b - 0.0% (123 Bytes)
[#004] sha256:a8f942ebb22291f7c928068cce7243c476f7d94b3f9b2dfc0d31ab53be19a19b - 33.41% (57 MB)
[#005] sha256:ab7dedc984d51d5de8882466f18875867204972406b5dcfc6879cd2544b934ca - 1.29% (2.2 MB)
[#006] sha256:4904688b6ebdc714cf577eba52edba6e409da9ca419e8770113ef79f26306414 - 15.56% (26.6 MB)
[#007] sha256:797a9767388217458592fbf84d3e9abea00f382946ebfc9b282659514a084b74 - 21.26% (36.3 MB)
[#008] sha256:105c2480048fbef919f6a0a3244f9ddcfd57978fa27ed8ba0819420ee196c89b - 13.56% (23.2 MB)
[#009] sha256:6490f293f61ae817a8a263acda419bed5d57eebc9dbf86084a6c0594db512821 - 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-19 22:35:58 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-03-19 22:35:58 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-19 22:35:59 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-03-19 22:35:59 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-03-19 22:36:27 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-19 22:36:28 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-03-19 22:36:30 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-19 22:36:30 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-03-19 22:36: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-19 22:36:33 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-03-19 22:36:34 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-03-19 22:36:34 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-03-19 22:36:35 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-933b15908af72f751ffe9ab722da7e23c629fb4d-head
2021-03-19 22:36:35 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-03-19 22:36:42 UTC/bin/sh -c #(nop) COPY dir:35baada8eb053872cea09491714416afcb4120f9a8f79f2ea6a94c6c72ac8cda in /var/lib/rancher-data
2021-03-19 22:36:44 UTC/bin/sh -c #(nop) COPY multi:2e02fb2684baf3ffa06a7517d8c644d5b107569f596480b0f7cdd8847c8f7f0f in /usr/bin/
2021-03-19 22:36:45 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-03-19 22:36:45 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-03-19 22:36:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-03-19T22:35:36Z
2021-03-19 22:36:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=933b15908af72f751ffe9ab722da7e23c629fb4d
2021-03-19 22:36:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-03-19 22:36:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-03-19 22:28:26 UTC
257 MB
rancher/rancher-agent:master-933b15908af72f751ffe9ab722da7e23c629fb4d-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:2f73cdbd7d4c73a89580f1a1ac91b93a478ebae126079963310b506e160c3d54 - 0.0% (887 Bytes)
[#016] sha256:de7c139048bcae4dfffc95dcd3f14aed98e37742737ff679624916600943451b - 0.0% (853 Bytes)
[#017] sha256:34109304f0a7b73c03ece81d4a9f798bbf71225410382603591022e9981ffd0a - 11.95% (30.7 MB)
[#018] sha256:15a08b6a7f5278ecaed06a8761c311b2af4d5913a12e1156c59f2eada1a2907a - 0.0% (850 Bytes)
[#019] sha256:e87efd6f690d8a36a4b0b1ac8844538d0156b37c8e4c4e675a7b503c8d505f53 - 0.0% (827 Bytes)
[#020] sha256:cc2b37145b4972c840e27542aeb635b837725ddeda61a3c4d1655e217a96eda3 - 0.0% (861 Bytes)
[#021] sha256:6061c7ed9487d5f583920093c4064a99a6e9a7cdeb9c4bedd7c0e1abfea59532 - 0.0% (854 Bytes)
[#022] sha256:4381773918baea0b2a5426ed8f866cf08fc8d42b86f40e95b289663d9900ea3c - 0.0% (825 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-19 22:28:22 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-933b15908af72f751ffe9ab722da7e23c629fb4d-head
2021-03-19 22:28:23 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-03-19 22:28:24 UTCcmd /S /C #(nop) COPY multi:fcaa6021f538fb8d0c4edd622bf9f700fb59697b61f102ea3796e985809d967e in \etc\rancher\
2021-03-19 22:28:25 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-03-19 22:28:25 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-03-19T22:28:20Z
2021-03-19 22:28:25 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=933b15908af72f751ffe9ab722da7e23c629fb4d
2021-03-19 22:28:26 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-03-19 22:28:26 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-03-19 22:29:25 UTC
258 MB
rancher/rancher-agent:master-933b15908af72f751ffe9ab722da7e23c629fb4d-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.59% (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:ad15c34fad69e69c7851916dfd84ca359fc820542cb15ddaa126584dfb18b721 - 0.0% (831 Bytes)
[#016] sha256:b8838da6ce3180ac548ef3a0749dd114d3f5fd109c890620ab0aaa2337c1f28f - 0.0% (877 Bytes)
[#017] sha256:a8b82ba6d492644634632eb6f24a675d1126a1d520339eaaab84fe0f11eb51a5 - 11.92% (30.7 MB)
[#018] sha256:cea21ef6aeebceaeccc101d9888e9b08ae93a10a00b71986239874dc5ac8412b - 0.0% (826 Bytes)
[#019] sha256:838515adc2f9ce001250eb49b7d881506e69bd65f8efe9f90992c888056f487e - 0.0% (829 Bytes)
[#020] sha256:e31d91903472f16e39b2741903de9c637d9ec2a0fe459a131aab47b3573f86ed - 0.0% (828 Bytes)
[#021] sha256:b15b3991ab0c80565ebc9e83e965f345851f33a803d350f163a785a39e9b985d - 0.0% (848 Bytes)
[#022] sha256:5a6a6bac8397561e0c6b2c043a73fdadf764cc179475170241a226877cf51e1c - 0.0% (864 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-19 22:29:21 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-933b15908af72f751ffe9ab722da7e23c629fb4d-head
2021-03-19 22:29:21 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-03-19 22:29:23 UTCcmd /S /C #(nop) COPY multi:fcaa6021f538fb8d0c4edd622bf9f700fb59697b61f102ea3796e985809d967e in \etc\rancher\
2021-03-19 22:29:23 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-03-19 22:29:24 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-03-19T22:29:18Z
2021-03-19 22:29:24 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=933b15908af72f751ffe9ab722da7e23c629fb4d
2021-03-19 22:29:24 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-03-19 22:29:25 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-03-19 22:28:33 UTC
259 MB
rancher/rancher-agent:master-933b15908af72f751ffe9ab722da7e23c629fb4d-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.52% (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.54% (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:db06d2b0631808a7d8e4ed532c2a7c73ea79a5b5de9807715dc11dddb795a133 - 0.0% (850 Bytes)
[#016] sha256:7063e86a39676eb47123fb7f87664556654b1d6968330cf9e7247a604476187b - 0.0% (849 Bytes)
[#017] sha256:2e505c4f6d20cb4c5c35257df4395c0b62b94ca54b273c4ffc4da4189dc43b90 - 11.88% (30.7 MB)
[#018] sha256:320dccbe806dfa1bab90a0c3f3745f5a690d815896d9a612d5e24e0ac7e36a12 - 0.0% (848 Bytes)
[#019] sha256:1a0cce1631a2f220ef2a1813ca10fba6fe70e299f45f5b374c4c0d1bb179fba9 - 0.0% (824 Bytes)
[#020] sha256:d3b3e56e6778a217636d807f9457260abc443a71dcfedcc215a1e003e0672b93 - 0.0% (852 Bytes)
[#021] sha256:24f64b4cee52798d16039712f98413d84ab2af738946f3ea0b32a25bb82c1cd9 - 0.0% (851 Bytes)
[#022] sha256:202f0cd800cf7bc8c6dac036f8aa4b4f39799f026e66d9579336d3ec2188b6a0 - 0.0% (829 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-19 22:28:29 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-933b15908af72f751ffe9ab722da7e23c629fb4d-head
2021-03-19 22:28:30 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-03-19 22:28:31 UTCcmd /S /C #(nop) COPY multi:fcaa6021f538fb8d0c4edd622bf9f700fb59697b61f102ea3796e985809d967e in \etc\rancher\
2021-03-19 22:28:31 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-03-19 22:28:32 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-03-19T22:28:27Z
2021-03-19 22:28:32 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-03-19 22:28:33 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=933b15908af72f751ffe9ab722da7e23c629fb4d
2021-03-19 22:28:33 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-03-19 22:28:16 UTC
260 MB
rancher/rancher-agent:master-933b15908af72f751ffe9ab722da7e23c629fb4d-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.24% (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.46% (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:46ad75c480faf7caeb663dc1615770a1a59f14047b16777e33c0647dade96ba6 - 0.0% (866 Bytes)
[#016] sha256:608b7342d839779db4fe6b23b0c957868dc8b2fd3712c79cc2f7fbd6c3de8983 - 0.0% (834 Bytes)
[#017] sha256:27635540e3da3d5a8cb5577edb6a62a6ee271020adf960da545c8b5c1093b564 - 11.81% (30.7 MB)
[#018] sha256:44031dddd42d4941923be0e1f8699815b032f2b3b12e089413160c2042ca48bd - 0.0% (835 Bytes)
[#019] sha256:6845db935d8324fe149ca800050648ef7d1caa7ee480ae57290953795d88f05e - 0.0% (880 Bytes)
[#020] sha256:c1db3c53f0d3617a00574649b7cbedb80c920a858a60ed8526af075241aa0ebd - 0.0% (832 Bytes)
[#021] sha256:40ffaaf96b9c9f5c801c720f47441b0fd234d21f7b98b462f69930edc4969889 - 0.0% (863 Bytes)
[#022] sha256:003d2c57c973c82162117046b7a3e26a005ca955dd1fbb58d2aa90634c356407 - 0.0% (858 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-19 22:28:13 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-933b15908af72f751ffe9ab722da7e23c629fb4d-head
2021-03-19 22:28:13 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-03-19 22:28:14 UTCcmd /S /C #(nop) COPY multi:e543734b94ac7a227bbfc80312d5415221887628a269631f3540ab0e8abc8bbe in \etc\rancher\
2021-03-19 22:28:15 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-03-19 22:28:15 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-03-19T22:28:11Z
2021-03-19 22:28:16 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-03-19 22:28:16 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=933b15908af72f751ffe9ab722da7e23c629fb4d
2021-03-19 22:28:16 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-03-19 22:28:14 UTC
2.47 GB
rancher/rancher-agent:master-933b15908af72f751ffe9ab722da7e23c629fb4d-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:3540f06ff58b86d6e7d3daf1690e60e0eec64f10fb0b0885a3ad56e9294e0857 - 0.0% (1.27 KB)
[#015] sha256:ed58c8a9b0a7af32470457d45ca532165f080be4da8a56119f2c8ea2ade21146 - 0.0% (1.27 KB)
[#016] sha256:9c5054e818ca497f4b0afb101a8b68a6e472b2620cfc95c204ad16100e05a3a0 - 1.22% (30.7 MB)
[#017] sha256:c1b61c6d77089091d9912e60617b3295926aef89446e2b9ad4956cc3c6b44f3f - 0.0% (1.31 KB)
[#018] sha256:4a051f825abe9cf29f12935d3de15826d6404a6afc5d495b8c130e2c0a6858bf - 0.0% (1.3 KB)
[#019] sha256:c2b1ccc4b69b1bfb53640104dcb688e8c892d1e7e7602a21dc3208187fd398f5 - 0.0% (1.27 KB)
[#020] sha256:1c5106daadbabd13abb827cf80fd1f6630765daec7e3267c047a55dec8f6add7 - 0.0% (1.27 KB)
[#021] sha256:e2ebb310b9d49564fc884ab4e34a3419f88bf2ca499e4ca3e538b4e812bab608 - 0.0% (1.27 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-19 22:28:10 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-933b15908af72f751ffe9ab722da7e23c629fb4d-head
2021-03-19 22:28:10 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-03-19 22:28:12 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:e543734b94ac7a227bbfc80312d5415221887628a269631f3540ab0e8abc8bbe in \etc\rancher\
2021-03-19 22:28:13 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-03-19 22:28:13 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-03-19T22:28:08Z
2021-03-19 22:28:14 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-03-19 22:28:14 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=933b15908af72f751ffe9ab722da7e23c629fb4d
2021-03-19 22:28:14 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-03-19 22:32:32 UTC
159 MB
rancher/rancher-agent:master-933b15908af72f751ffe9ab722da7e23c629fb4d-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.24% (22.6 MB)
[#001] sha256:740ce98c92d8885e63c0bde376962ac7d15ebb891a7019f801e1de07be167209 - 0.0% (854 Bytes)
[#002] sha256:7a9e35ad787dffb8fc50bf32fc5febb71a414956f1a93b71360349b44b113fef - 0.0% (187 Bytes)
[#003] sha256:10374606f3a6cce62317644e5147f8a9954ccfda08162d8e5894ee2462432f3b - 0.0% (123 Bytes)
[#004] sha256:c5bf5c887067760d86920eb59256707c310f73e3571336fdf671224475102b6d - 32.96% (52.4 MB)
[#005] sha256:c0760ebdbb13d0ff15f757b2b14e6ce8dd5c71a3f3e84623e80de3a3336c8524 - 1.22% (1.94 MB)
[#006] sha256:7beed737b0144c54fd3be32617d1ff96a2cefc5463d00b913146b256189af1e0 - 15.5% (24.6 MB)
[#007] sha256:04a9d5fd63c4510830e166809496c0a231d3aea960395b7b3f473c79f9ca8329 - 22.86% (36.3 MB)
[#008] sha256:9b189ed25d7aeecb95d8152dbe13be0aec04a3e665007921197938603abc6131 - 13.21% (21 MB)
[#009] sha256:c46aff925d4d5c9892b786f71bc510a8afd4399058b1336c6a5d45300ab8959e - 0.0% (172 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-19 22:31:55 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-03-19 22:31:55 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-19 22:31:56 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-03-19 22:31:56 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-03-19 22:32:18 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-19 22:32:19 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-03-19 22:32:19 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-19 22:32:20 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-03-19 22:32:21 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-19 22:32:22 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-03-19 22:32:22 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-03-19 22:32:22 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-03-19 22:32:22 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-933b15908af72f751ffe9ab722da7e23c629fb4d-head
2021-03-19 22:32:22 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-03-19 22:32:28 UTC/bin/sh -c #(nop) COPY dir:b2a42caa3c1bb3ada2364b32967b5cadabcff039be126c61c6cc2608dca62922 in /var/lib/rancher-data
2021-03-19 22:32:30 UTC/bin/sh -c #(nop) COPY multi:6b2afae5ed27cf3520db8a962c32cb7e195ce1b3ecd646ebccf1004f21651297 in /usr/bin/
2021-03-19 22:32:31 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-03-19 22:32:31 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-03-19 22:32:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-03-19T22:31:40Z
2021-03-19 22:32:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=933b15908af72f751ffe9ab722da7e23c629fb4d
2021-03-19 22:32:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-03-19 22:32:32 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.