2020-09-20 01:33:11 UTC
156 MB
rancher/rancher-agent:master-5ad6fdbba46b9ca5e623fde6a1aa01a28ccaa7f1-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.17.6
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:5d9821c948472065b3c166b4abc08367160961c9ac4639eb0023670ab4845a6a - 16.28% (25.5 MB)
[#001] sha256:a610eae58dfceafc0725cb0472249020f75bcc796468615798ee394cbaf86120 - 0.0% (852 Bytes)
[#002] sha256:a40e0eb9f1408cd0bee02979b33f05689110bc9caba370388d94f73b46a6379a - 0.0% (162 Bytes)
[#003] sha256:763be9411a4d25def55303e64e2f22147fe195d95cd3935047988343e131a7ce - 0.0% (123 Bytes)
[#004] sha256:8bed848a17e90c65f0d01b1f412141b88432defd7caeff3b102ffbc9cbfc6b59 - 34.64% (54.2 MB)
[#005] sha256:566693d7b4eb05982f028e03fb2e4853e8c0e30969b9b9cd337913c1c552d626 - 1.41% (2.2 MB)
[#006] sha256:8aa3eb398984586f783cc00310fba109450f378d760aa4d175e633045a58e69c - 17.0% (26.6 MB)
[#007] sha256:e6a45ae09cb8dcd6e05984a23af6079cd3e0af746de6301ec8ec6d87c6baa0ec - 11.55% (18.1 MB)
[#008] sha256:43c6729a2e9f70d454e974e850d4c2b07aad3d3b629156f0374ff1b521be729e - 19.11% (29.9 MB)
[#009] sha256:df5209b3518074aefd6e4d416d847cdadbcae6f17433c7b19b09e7371eb8a728 - 0.0% (172 Bytes)
/bin/sh -c #(nop) ADD file:84f8ddc4d76e1e867ab084f300cf4c2397bb9e4628d83dc22f4f5e2f6ec670b4 in /
2020-09-16 22:20:03 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
2020-09-16 22:20:04 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-09-16 22:20:05 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-09-16 22:20:05 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-09-20 01:32:35 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-09-20 01:32:35 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
2020-09-20 01:32:36 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-09-20 01:32:36 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-09-20 01:32:58 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 && 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/*
2020-09-20 01:32:59 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-09-20 01:33:00 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
2020-09-20 01:33:00 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-09-20 01:33:02 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
2020-09-20 01:33:02 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-09-20 01:33:02 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-09-20 01:33:02 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-20 01:33:03 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-5ad6fdbba46b9ca5e623fde6a1aa01a28ccaa7f1-head
2020-09-20 01:33:03 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-09-20 01:33:07 UTC/bin/sh -c #(nop) COPY dir:b19e8017b6981f55e2b554549323814878c2ff16d775c172510de5ad14e794c2 in /var/lib/rancher-data
2020-09-20 01:33:09 UTC/bin/sh -c #(nop) COPY multi:67231e59cfd55b9eeafea9cb0050368910b0e18a1ffd7349b04e712c1ea2d62f in /usr/bin/
2020-09-20 01:33:10 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-09-20 01:33:10 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-09-20 01:33:10 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-20T01:32:13Z
2020-09-20 01:33:10 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-20 01:33:10 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=5ad6fdbba46b9ca5e623fde6a1aa01a28ccaa7f1
2020-09-20 01:33:11 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-20 01:28:36 UTC
248 MB
rancher/rancher-agent:master-5ad6fdbba46b9ca5e623fde6a1aa01a28ccaa7f1-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1809-KB4565349-amd64
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:ce1c649a3e5b5b5449776d4afce631c673cade12336ccb5a38a0aac7c9d8b2bc - 38.84% (96.3 MB)
[#001] sha256:3650fec0ef6bbd59ef76eb73b3728f270cdfd4e5c23ff3a4f67f1aa71e8b476e - 0.0% (838 Bytes)
[#002] sha256:f88676ecf4cfbb7c51d6acddc9cc258f5382cd58b3b61587b60bdbfe22468339 - 0.0% (842 Bytes)
[#003] sha256:6b01b77ca2a1cd7192352f713781ac154c93275cbdb4891fb8dad86ba53f642f - 0.0% (838 Bytes)
[#004] sha256:8a0327f8ab813aca186bd82849954bfe720ea463b6be465969aab977f806dd30 - 0.03% (67 KB)
[#005] sha256:c7ecbf60bce08e33c4a83794e9aab6783513061c7858281a9b13042383cf000c - 0.0% (837 Bytes)
[#006] sha256:cfd618c4c1da8c3f69986665623201e96143693c89dd759f75c9030db701e4f1 - 35.86% (88.9 MB)
[#007] sha256:62598564b6a3a719aa27ad95fbdb832b2c55f8354b11213857688d9b18b68ba9 - 0.04% (92 KB)
[#008] sha256:09e8875832f3450f43161e05d8304353a8df24ef78a60c6df69c5ae1e72215b9 - 0.0% (827 Bytes)
[#009] sha256:d4b7e460d067256ba78b2faed36044254bcc3f697b3b1a469ad0ebcfea0a9957 - 0.0% (827 Bytes)
[#010] sha256:93ce33ae9ff2a36cc4c8c202037982a4d61e79851cbe80b397cdb200bcd82358 - 0.04% (96.5 KB)
[#011] sha256:ac34e65031870337a2abf7253aa094fad7d588fad28a67f1421530649c79b7b8 - 13.15% (32.6 MB)
[#012] sha256:0bb19979b4002209f6d71e2c5148d9641fcfabba1cb1e9c089bdc298f5434e9f - 0.0% (828 Bytes)
[#013] sha256:2cf8c7bc9718ef29920b3724c1b8856fd7a558f78688c1da8fa67f85fabb7f09 - 0.0% (860 Bytes)
[#014] sha256:5ee626bdb4ec21b1e588d415e84858faa08728bc6a2fea2d69f2e8588b20b978 - 0.0% (857 Bytes)
[#015] sha256:242e4f78e81d1e4e2da3a61d9d8463fc744a361bdc07ee990a69acd70000bb19 - 0.0% (832 Bytes)
[#016] sha256:c12525537a0cff30ed8db4764ccf79af34c72d335fa2ec15e41808ef6e249d9f - 0.0% (827 Bytes)
[#017] sha256:3db313dfd29adf9f0cf85e01779c48b630bcd4620cd2639f21e582957eb56a12 - 12.05% (29.9 MB)
[#018] sha256:91daa7f3a0829befbf6e9b5dcd5025e922bc58da3809f4e479bf40fc86484329 - 0.0% (829 Bytes)
[#019] sha256:399430aa0cb1207934fa094cd26471c607689807f3a637453963f341866e3d47 - 0.0% (830 Bytes)
[#020] sha256:8c58422cd109f0e1c8b252c4d4c90393a89e6374b02f38caa410c9f541272a99 - 0.0% (826 Bytes)
[#021] sha256:68bee78f5bbfe668c0f9b5bd125d3c8ea8939e43414f6594e3b72a90f513e7c7 - 0.0% (830 Bytes)
[#022] sha256:aa6d11e389fb383ac1d99089de4b577f6d2a3d93144e2dc234f8dab5978650c6 - 0.0% (822 Bytes)
Apply image 1809-KB4565349-amd64
2020-09-08 16:46:56 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-09-08 16:46:56 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files LOCALAPPDATA=C:\Users\ContainerAdministrator\AppData\Local PSModuleAnalysisCachePath=\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1809-KB4565349-amd64
2020-09-08 16:46:57 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-08 16:47:06 UTC|1 fromTag=1809-KB4565349-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-09-08 16:47:07 UTCcmd /S /C #(nop) USER ContainerUser
2020-09-08 16:47:23 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-09-08 16:48:05 UTC|1 fromTag=1809-KB4565349-amd64 cmd /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 ; }"
2020-09-08 16:48:05 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-09-14 04:15:42 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-14 04:15:43 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-09-14 04:15:45 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-09-14 04:15:46 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-09-14 04:15:47 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-09-14 04:15:47 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-20 00:12:48 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-5ad6fdbba46b9ca5e623fde6a1aa01a28ccaa7f1-head
2020-09-20 00:12:49 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-20 00:12:50 UTCcmd /S /C #(nop) COPY multi:db1df430c0eaa6d0109c30c6129396363919fdc5f2a8d0495fd61e7e31ed5928 in \etc\rancher\
2020-09-20 00:12:51 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-20 01:28:34 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-20T01:28:32Z
2020-09-20 01:28:35 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-20 01:28:35 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=5ad6fdbba46b9ca5e623fde6a1aa01a28ccaa7f1
2020-09-20 01:28:36 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-20 01:28:03 UTC
250 MB
rancher/rancher-agent:master-5ad6fdbba46b9ca5e623fde6a1aa01a28ccaa7f1-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1909-KB4565483-amd64
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:e8a609e7f617bec4bcf5ba70cf691a9884e732141eadfcc9c42c436f917d0164 - 39.21% (97.9 MB)
[#001] sha256:176a4bd330bfd072b56ffdbb984f062c94adc5769ce6a2134b388f8e92b717f4 - 0.0% (890 Bytes)
[#002] sha256:9af460dce600ec8a6e9b6526260039174a9c6a133d558fc4e8c2f59e6ae495df - 0.0% (840 Bytes)
[#003] sha256:a0d3f2217f3847a2c2103130a51e85d3dbd3e2d12f076bc16ed774c8f4a34773 - 0.0% (834 Bytes)
[#004] sha256:f2ba9edf93794bab84fb0e07690c26862a7e9e129acf96e5bfdced6c3bf0d230 - 0.03% (65.5 KB)
[#005] sha256:e49367b1f7899f36e95748d3442c28c85a4331e9d45be6ec919b1cb90e1856b3 - 0.0% (841 Bytes)
[#006] sha256:b29a42fcdf773c2a3862913bb7e7d58db675966a7909849d9e53f0a8c1e3fd00 - 35.64% (88.9 MB)
[#007] sha256:9f8a37ac3aec6d361cd1f1eb6122fa1ed61c19b7d970f3b541f3b3d938bf884b - 0.05% (122 KB)
[#008] sha256:547c54e71f4b4bfe1c93096405f58690b10a6095597fb50223e569cd17e13bc2 - 0.0% (862 Bytes)
[#009] sha256:45d449897a7840319e2e412c755e7d601919c3dc60942ec48ab0c79bf3745225 - 0.0% (850 Bytes)
[#010] sha256:721d568644fd443cc22cb3d198bae1762eb364c5ac82dc81a1e94e16325c0da1 - 0.04% (101 KB)
[#011] sha256:39f66c415a029e4578b3ef2411ca7819c8626ecb228f1ce56a40f6d3626c3596 - 13.06% (32.6 MB)
[#012] sha256:53bcbc7252ee289505cd191696c6de6518fe200e64862a26861c1cc4be39733f - 0.0% (832 Bytes)
[#013] sha256:63b52856773acf69cf0e02cbefd5bd9b2bfcd13f8b346093d25861c45937a6fb - 0.0% (860 Bytes)
[#014] sha256:a1faef27169dfe80cd6063f303df217713427a8c5f06b824b241554d30a156c7 - 0.0% (823 Bytes)
[#015] sha256:2544097a42e2f35f96aec20c9ea598663ccd4b6614b6f7b4d90911ea47c00490 - 0.0% (861 Bytes)
[#016] sha256:2234290d83799831980ca8eabf43bc1a9125200933b2d88831fd29258b0424e3 - 0.0% (826 Bytes)
[#017] sha256:ae920a0a70b5545372aac9eced8dfc569af652085232589dcbb7b199ae93a8d5 - 11.97% (29.9 MB)
[#018] sha256:6abc4cf59f449141b09b97cee8016c19e2c8c69259df070c1c69127d6f0efdaf - 0.0% (828 Bytes)
[#019] sha256:8f3e1d282638646d81d12884b75043c4e24bbf8f416d4b4c66c7ab402c81ee49 - 0.0% (827 Bytes)
[#020] sha256:0c95894d9d8e25ebf90210fdf150fe48c6f860768f5c48f43f97b9deacc1e0b2 - 0.0% (825 Bytes)
[#021] sha256:c4949af81243fd4673253456cbe3444fb59c6e38d484ed29c870a2e8dcb1834e - 0.0% (832 Bytes)
[#022] sha256:3fee5532c36196e3db9b7995e425518b2ea92f3b7e287a66c1a4703121d561bb - 0.0% (852 Bytes)
Apply image 1909-KB4565483-amd64
2020-09-08 16:58:38 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-09-08 16:58:38 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files LOCALAPPDATA=C:\Users\ContainerAdministrator\AppData\Local PSModuleAnalysisCachePath=\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1909-KB4565483-amd64
2020-09-08 16:58:39 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-08 16:59:00 UTC|1 fromTag=1909-KB4565483-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-09-08 16:59:01 UTCcmd /S /C #(nop) USER ContainerUser
2020-09-08 16:59:14 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-09-08 16:59:48 UTC|1 fromTag=1909-KB4565483-amd64 cmd /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 ; }"
2020-09-08 16:59:48 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-09-14 20:10:14 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-14 20:10:14 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-09-14 20:10:17 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-09-14 20:10:18 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-09-14 20:10:18 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-09-14 20:10:18 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-20 01:28:00 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-5ad6fdbba46b9ca5e623fde6a1aa01a28ccaa7f1-head
2020-09-20 01:28:00 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-20 01:28:01 UTCcmd /S /C #(nop) COPY multi:db1df430c0eaa6d0109c30c6129396363919fdc5f2a8d0495fd61e7e31ed5928 in \etc\rancher\
2020-09-20 01:28:02 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-20 01:28:02 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-20T01:27:57Z
2020-09-20 01:28:02 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-20 01:28:03 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=5ad6fdbba46b9ca5e623fde6a1aa01a28ccaa7f1
2020-09-20 01:28:03 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-20 01:27:54 UTC
250 MB
rancher/rancher-agent:master-5ad6fdbba46b9ca5e623fde6a1aa01a28ccaa7f1-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1903-KB4565483-amd64
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:f07c298b155a926cb3857f19bd243eb37ae8af769486fb258a756447b691840c - 39.21% (97.8 MB)
[#001] sha256:28c5e8c2d232426f7f1af5f0ce56946ee6cb3060b5ff4ae85773791fd09db17a - 0.0% (873 Bytes)
[#002] sha256:b52f710e5d3328dbef0b496b64cb38b8ea7ba9645bba96aceb48f9453576e6f5 - 0.0% (837 Bytes)
[#003] sha256:55fc2f22f5d9c39c7431c5c51b0e75537a2d08181dc0bd272c49751bdb67885c - 0.0% (862 Bytes)
[#004] sha256:771488126e41f4a3dec3b5d8877ee347236f05a57351c698374f1d1efdcbbdad - 0.03% (66.4 KB)
[#005] sha256:fcd3723e443e572be745cea6f03316525b4cfac670bd5a12aed97b9cab22305b - 0.0% (844 Bytes)
[#006] sha256:03db271c5e4bbd4dc330452ee7459456e89ad83ae8af2850813dd03b7e35d99a - 35.64% (88.9 MB)
[#007] sha256:65ea6ba0a04f932210d68a0861c0da62b590a2ffb49902fcb61f3dbc322198d1 - 0.04% (90.4 KB)
[#008] sha256:0cbe6ad83a5ffe3d7c973328a33fd1d0dce89d8f06b8dbf26ec610bb31fd6e2f - 0.0% (861 Bytes)
[#009] sha256:59487b14c6b52ac293c3ff79f6d5c066360440b9563859e200bfb8384dbef482 - 0.0% (829 Bytes)
[#010] sha256:66a9569ee945cba03cc313896ac04c2cbae426b50273569e5dc6072fdd2721be - 0.04% (101 KB)
[#011] sha256:4dbfb023728cf59bd074c60bded2ee3007e263b8f66513ec071c2d96814646a4 - 13.07% (32.6 MB)
[#012] sha256:d32358166ce70c8026d53401f6013496c00d0b488bf2d61bf512b739efe718ac - 0.0% (829 Bytes)
[#013] sha256:9161d2662ba150f84ab4b63550c882944e0aa06b02bffe17d79fa07119f0ffaa - 0.0% (853 Bytes)
[#014] sha256:d68b2d44a58ec503818312d6f496abeb053d4c1f33ab283190d77bc9b990f7b3 - 0.0% (832 Bytes)
[#015] sha256:134b2d333b415ce9bfb0a641839c82fabb35c7d1122c44358165b85dbb78b939 - 0.0% (828 Bytes)
[#016] sha256:e96b7231f90f02802f7770b119f23d41c5bcab84a37adbd6ea955628079ac7f6 - 0.0% (851 Bytes)
[#017] sha256:fcd03bf299091efd5a49ccc95144a4730f4530fd39666e415a4b40bbd0ae0c43 - 11.97% (29.9 MB)
[#018] sha256:64048654362595855a115fcf3903e133b3744e16ce02fa0f97d069b99c3e0365 - 0.0% (858 Bytes)
[#019] sha256:c6d73a4d3f2eec31ef3da291ec7c04be6966a8f4378fee096820cb66ae70ee9e - 0.0% (827 Bytes)
[#020] sha256:be44a91c410bf71728349c65a66228b4f44b650ebc75e944276627f7a79d7611 - 0.0% (853 Bytes)
[#021] sha256:234d5acb7632d20afc3de2fd42ff68129d4f4665421432a408e6ea07da6fc8df - 0.0% (826 Bytes)
[#022] sha256:46ca08b62ee60015f690ba98c4967cf42e4261099da3cde2976b75924bd6d2ba - 0.0% (852 Bytes)
Apply image 1903-KB4565483-amd64
2020-09-08 16:52:31 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-09-08 16:52:32 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files LOCALAPPDATA=C:\Users\ContainerAdministrator\AppData\Local PSModuleAnalysisCachePath=\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1903-KB4565483-amd64
2020-09-08 16:52:34 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-08 16:53:09 UTC|1 fromTag=1903-KB4565483-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-09-08 16:53:10 UTCcmd /S /C #(nop) USER ContainerUser
2020-09-08 16:53:37 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-09-08 16:54:12 UTC|1 fromTag=1903-KB4565483-amd64 cmd /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 ; }"
2020-09-08 16:54:13 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-09-14 04:18:20 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-14 04:18:21 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-09-14 04:18:23 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-09-14 04:18:23 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-09-14 04:18:24 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-09-14 04:18:24 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-20 01:27:50 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-5ad6fdbba46b9ca5e623fde6a1aa01a28ccaa7f1-head
2020-09-20 01:27:51 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-20 01:27:52 UTCcmd /S /C #(nop) COPY multi:db1df430c0eaa6d0109c30c6129396363919fdc5f2a8d0495fd61e7e31ed5928 in \etc\rancher\
2020-09-20 01:27:52 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-20 01:27:53 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-20T01:27:44Z
2020-09-20 01:27:53 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-20 01:27:53 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=5ad6fdbba46b9ca5e623fde6a1aa01a28ccaa7f1
2020-09-20 01:27:54 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-20 01:30:59 UTC
145 MB
rancher/rancher-agent:master-5ad6fdbba46b9ca5e623fde6a1aa01a28ccaa7f1-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.17.6
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:e2d8ee3976bc7c15c8a5279cdf0249b7e41b2a489771330d0f7affb26dd7acfb - 15.61% (22.6 MB)
[#001] sha256:5007857f7b9b52d6efdfea9e086e6eaf35519130ff97bfe89970353f0ae53f13 - 0.0% (848 Bytes)
[#002] sha256:43927e60f12d8b877ded6af5048b2ac5753fe78caba77a6bbbece4f98559b672 - 0.0% (186 Bytes)
[#003] sha256:d6fb9edfff5c3f8fcd18c2a2f01c80362799822472318e27e9c90b6eb16aa4ea - 0.0% (124 Bytes)
[#004] sha256:d9ba44fbaf2074f4305be8a078eef30e4213237cf2d106ea392891383f8e880b - 34.58% (50.1 MB)
[#005] sha256:c9669d8ec2134993a2d4b79266d8a97e53488c799aacabd1f1d2470273dad07c - 1.34% (1.94 MB)
[#006] sha256:1d2ac03de0389d9e908a54919ffc66cf32e1b9d4e453e62ef5576bafa61b08c2 - 17.0% (24.6 MB)
[#007] sha256:720bf643a5edf0500f233d38771b9f8f280c20f3d58fd3184dbecbc0cb1569fd - 12.47% (18.1 MB)
[#008] sha256:73b0a88ebb231b9d48c31427d2560a8abf255fec7e3c4f9c0df1f662833082e9 - 19.0% (27.5 MB)
[#009] sha256:2fc81263388b21536819f7221c3e0a7b82f31044ba09d4946e1a620da7b97894 - 0.0% (171 Bytes)
/bin/sh -c #(nop) ADD file:9eedc88c2028d53a81210b52c98121dddea7e30ecfbd4d11d2a1b2bdc94a0102 in /
2020-09-16 23:16:39 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
2020-09-16 23:16:41 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-09-16 23:16:43 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-09-16 23:16:44 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-09-20 01:30:26 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-09-20 01:30:27 UTC/bin/sh -c #(nop) ENV DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 DOCKER_URL_arm64=https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64 DOCKER_URL=DOCKER_URL_arm64
2020-09-20 01:30:27 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-09-20 01:30:28 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-09-20 01:30:48 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 && 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/*
2020-09-20 01:30:49 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-09-20 01:30:50 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
2020-09-20 01:30:50 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-09-20 01:30:52 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
2020-09-20 01:30:52 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-09-20 01:30:52 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-09-20 01:30:52 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-20 01:30:52 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-5ad6fdbba46b9ca5e623fde6a1aa01a28ccaa7f1-head
2020-09-20 01:30:53 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-09-20 01:30:56 UTC/bin/sh -c #(nop) COPY dir:c443f0cff4420ef3e7a4f07670788d27b75826eca7826f4cb4fb109157f476b4 in /var/lib/rancher-data
2020-09-20 01:30:58 UTC/bin/sh -c #(nop) COPY multi:9f8d97058d2f3d9e79e04d70bc42b510f43cd94f92f889a2e1c6bbcdf439915c in /usr/bin/
2020-09-20 01:30:58 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-09-20 01:30:58 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-09-20 01:30:59 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-20T01:30:13Z
2020-09-20 01:30:59 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-20 01:30:59 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=5ad6fdbba46b9ca5e623fde6a1aa01a28ccaa7f1
2020-09-20 01:30:59 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
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.