2020-09-11 06:20:51 UTC
157 MB
rancher/rancher-agent:master-ff6c0a661b3fc659664b2a992a21002c0bb6544b-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:f08d8e2a3ba11bea23cf5c17e8e1c620057412ed05c32d1114640e18d6dd0a43 - 16.24% (25.5 MB)
[#001] sha256:3baa9cb2483bd9c5329a44d9c2fe72535625bbd4308bca95785dd58e72c06365 - 0.02% (34.5 KB)
[#002] sha256:94e5ff4c0b1526abf77c236655f21c8f67a23313291c8b970fe6b469549d8153 - 0.0% (848 Bytes)
[#003] sha256:1860925334f940c3145808527480b4f0cba7f01279087fdb27679e4354fba967 - 0.0% (163 Bytes)
[#004] sha256:48ade9fda4f00a3356925a41c562f4311401d4396ed6d89a0dbf2eba4fa77cc5 - 0.0% (124 Bytes)
[#005] sha256:bdbfd1e6d430dd42be869da7955c4b0ddeb4aa6f0b95310a9afee45e27c05034 - 34.54% (54.2 MB)
[#006] sha256:d4f72327bfd04de20c3f0db5ecd2ee4eaeff15f2041665c719b9536bffc11d86 - 1.41% (2.2 MB)
[#007] sha256:46aacac70f2b4151baa157de18d185280c86cfb9138bb3021e20d3f1f1e863bb - 0.78% (1.22 MB)
[#008] sha256:4ea7868fb8e10c64cc397f1a9c71bbb3e531f7d8673ffe66de147a58a78a07e7 - 16.95% (26.6 MB)
[#009] sha256:167f91629306e15685099042dda332d365e44a36d92b27a23d702186039ba3bf - 11.05% (17.3 MB)
[#010] sha256:54218de22eebd1a39b463af3523248dc595dac4e46950116bd9fee3b057bbd7c - 19.02% (29.8 MB)
[#011] sha256:446419ae817f43b6382a5d09ca33f13af80d831d7344fefc78ead8cda309bbe9 - 0.0% (171 Bytes)
/bin/sh -c #(nop) ADD file:5c125b7f411566e9daa738d8cb851098f36197810f06488c2609074296f294b2 in /
2020-08-19 21:13:52 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-08-19 21:13:53 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-08-19 21:13:55 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-08-19 21:13:55 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-09-11 06:20:17 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-09-11 06:20:17 UTC/bin/sh -c #(nop) ENV DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 DOCKER_URL_arm64=https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64 DOCKER_URL=DOCKER_URL_amd64
2020-09-11 06:20:18 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-09-11 06:20:18 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-09-11 06:20:38 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-11 06:20:39 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-09-11 06:20:40 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-11 06:20:41 UTC|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.7/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin
2020-09-11 06:20:41 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-09-11 06:20:43 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-11 06:20:43 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-09-11 06:20:44 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-09-11 06:20:44 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-11 06:20:44 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-ff6c0a661b3fc659664b2a992a21002c0bb6544b-head
2020-09-11 06:20:44 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-09-11 06:20:48 UTC/bin/sh -c #(nop) COPY dir:c26f422e3021dc3a0babaf292b367a45274650996848742dd96631770291113d in /var/lib/rancher-data
2020-09-11 06:20:50 UTC/bin/sh -c #(nop) COPY multi:82302989ab40cd9a90851c087627c79051a92d67c5a2d35ffad9a8c0736aa447 in /usr/bin/
2020-09-11 06:20:51 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-09-11 06:20:51 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-09-11 06:20:51 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-11T06:19:58Z
2020-09-11 06:20:51 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-11 06:20:51 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=ff6c0a661b3fc659664b2a992a21002c0bb6544b
2020-09-11 06:20:51 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-11 06:15:08 UTC
248 MB
rancher/rancher-agent:master-ff6c0a661b3fc659664b2a992a21002c0bb6544b-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.85% (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.87% (88.9 MB)
[#007] sha256:62598564b6a3a719aa27ad95fbdb832b2c55f8354b11213857688d9b18b68ba9 - 0.04% (92 KB)
[#008] sha256:09e8875832f3450f43161e05d8304353a8df24ef78a60c6df69c5ae1e72215b9 - 0.0% (827 Bytes)
[#009] sha256:b963e105afb57e35bd584e7f43ba0c7a285abec1f088220c040596d20799b4de - 0.0% (830 Bytes)
[#010] sha256:4105cee047e6230564d30769a58195cd69d9b7264821f5f8f013f04851f409f7 - 0.04% (96.5 KB)
[#011] sha256:9f967afffccfd7b44159dc4649b3cf8abeb61da57ec420c8263d95c61122acea - 13.15% (32.6 MB)
[#012] sha256:43b9b9ea6c1fa1e8a6bb5b8eac70640d7771fec82d9987f480f85c58c96f309a - 0.0% (903 Bytes)
[#013] sha256:5374cf9b4b9b7c5d3a87a82ff3eccfdfa364f33b775f9954301eccb2b6903965 - 0.0% (829 Bytes)
[#014] sha256:b54d4fba4ee5bfd82510c94b02233fb39173f3577400b4428e8c1f4874a067c0 - 0.0% (826 Bytes)
[#015] sha256:8e042db3b099cdf5ec6ed5d8e150471084b6c15ba018063beb8ca375e384e2a0 - 0.0% (832 Bytes)
[#016] sha256:c19395c6d1909774a04313fa9fe5a2b0273fac619c5df5c364aa798a350578af - 0.0% (857 Bytes)
[#017] sha256:64d8bcd32a9da0e0470f2af01759784c38f04c1a5bffae9abaa9aa525ae60271 - 12.02% (29.8 MB)
[#018] sha256:8325472cfe9b557b06c53a068f7e2b62e890fc7fc0e612809f37a8988a981a60 - 0.0% (826 Bytes)
[#019] sha256:29f3bef51b4dda597655c29141b88188d2331b23203873d0d4a45a72d45256d8 - 0.0% (832 Bytes)
[#020] sha256:a77426f748694845785bdd430041a14271edac5528d72d74e39c3227eaacd40b - 0.0% (828 Bytes)
[#021] sha256:6f9a0d35bbd07fb9b9f3e08aebd9e80e1d3e9c37f7c371b426e33f7e54fba558 - 0.0% (852 Bytes)
[#022] sha256:a5e774ffbdb49fcd6930120a215e24e93b0da43e32173fa29a5fb46bf33561bd - 0.0% (828 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-09 04:02:57 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-09 04:02:57 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-09-09 04:02:59 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-09-09 04:03:00 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-09-09 04:03:00 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-09-09 04:03:01 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-11 06:15:04 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-ff6c0a661b3fc659664b2a992a21002c0bb6544b-head
2020-09-11 06:15:04 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-11 06:15:06 UTCcmd /S /C #(nop) COPY multi:ad7822b7a3938eeda8fe930f64843d5850b996c1c2fb05fcd62c1ef0195546c5 in \etc\rancher\
2020-09-11 06:15:07 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-11 06:15:07 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-11T06:15:02Z
2020-09-11 06:15:07 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-11 06:15:08 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=ff6c0a661b3fc659664b2a992a21002c0bb6544b
2020-09-11 06:15:08 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-11 06:15:23 UTC
249 MB
rancher/rancher-agent:master-ff6c0a661b3fc659664b2a992a21002c0bb6544b-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.22% (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.65% (88.9 MB)
[#007] sha256:9f8a37ac3aec6d361cd1f1eb6122fa1ed61c19b7d970f3b541f3b3d938bf884b - 0.05% (122 KB)
[#008] sha256:547c54e71f4b4bfe1c93096405f58690b10a6095597fb50223e569cd17e13bc2 - 0.0% (862 Bytes)
[#009] sha256:e58ebdd81e7aeeb39d2f50be2f308f04e99d5cdbd5ea74fd404965905b1532d2 - 0.0% (833 Bytes)
[#010] sha256:88fcdac132d52b709fae84b3bc96abfb2974ff48fc6e1f293f3d73c3097b090f - 0.04% (101 KB)
[#011] sha256:5764da45156926d7fd73ac98f859a2493b81484ea60f8f5c0aae8994f87be9e6 - 13.07% (32.6 MB)
[#012] sha256:8079100a1bf17f82749a84a02eded0d8656d19071a1e7f72600a38058ebc3081 - 0.0% (865 Bytes)
[#013] sha256:6ab6825f5f5f147118dc0bdea2e7d6a244a16280bbe48579f832eedf64786071 - 0.0% (856 Bytes)
[#014] sha256:69f5ee06ba3172190545bc00dd3dc6f4a7e6dbfac6cd2edc02f59b49e4195503 - 0.0% (826 Bytes)
[#015] sha256:1a8af667e600ba03d743d444395dbf79c6d4b8e59db5cfa227ba0407b3aefcf7 - 0.0% (855 Bytes)
[#016] sha256:43f427375131442251ed5b9ced59f88b0cca1a98a3a3610a18f36914a120866f - 0.0% (829 Bytes)
[#017] sha256:180bbf0fea4d0cb98a4474d89b9767f40df7af737adcce22da1de17c08632929 - 11.95% (29.8 MB)
[#018] sha256:f54c5db9f15e7d1217a87bf050e227d58d23617bcd26c9df810a67f67af7cb2c - 0.0% (833 Bytes)
[#019] sha256:13c20dbc9c9b0b1b18930d76edd3eb5596453cc89603bc7a4c548540e340a69f - 0.0% (827 Bytes)
[#020] sha256:3792627a7672dc6400c332befa7d935f2613267d544657f74bbadb0f47cefac1 - 0.0% (861 Bytes)
[#021] sha256:0d8d371a74dc8126478b4ec4990fcf869b5b41b8c108c524bd96e49c9f795f5c - 0.0% (855 Bytes)
[#022] sha256:dc3972dacc014b46de64ab3fc2d71944ece4c2325fe6486d02c30d5f13d490a4 - 0.0% (836 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-10 20:55:17 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-10 20:55:17 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-09-10 20:55:19 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-09-10 20:55:20 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-09-10 20:55:20 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-09-10 20:55:21 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-11 06:15:19 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-ff6c0a661b3fc659664b2a992a21002c0bb6544b-head
2020-09-11 06:15:20 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-11 06:15:21 UTCcmd /S /C #(nop) COPY multi:ad7822b7a3938eeda8fe930f64843d5850b996c1c2fb05fcd62c1ef0195546c5 in \etc\rancher\
2020-09-11 06:15:22 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-11 06:15:22 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-11T06:15:17Z
2020-09-11 06:15:22 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-11 06:15:23 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=ff6c0a661b3fc659664b2a992a21002c0bb6544b
2020-09-11 06:15:23 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-11 06:15:04 UTC
249 MB
rancher/rancher-agent:master-ff6c0a661b3fc659664b2a992a21002c0bb6544b-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.22% (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.65% (88.9 MB)
[#007] sha256:65ea6ba0a04f932210d68a0861c0da62b590a2ffb49902fcb61f3dbc322198d1 - 0.04% (90.4 KB)
[#008] sha256:0cbe6ad83a5ffe3d7c973328a33fd1d0dce89d8f06b8dbf26ec610bb31fd6e2f - 0.0% (861 Bytes)
[#009] sha256:b934e99d46d6c767557165487c0766c2039bf6a43a667f258acd76d61a39b867 - 0.0% (828 Bytes)
[#010] sha256:22c281657f11ed115a00850426baedc81a5bd62a37fef45776cee0a8bb4a9cc9 - 0.04% (101 KB)
[#011] sha256:2bab01b31195df082f193ac7d37fa25eddd077bd068aa29c3f4a654026d70b5b - 13.07% (32.6 MB)
[#012] sha256:ec370a6acf09afe1363bd82c0868cbe875f84dc064b38d7c61cac9e2b20d3a0c - 0.0% (830 Bytes)
[#013] sha256:d3c2578b1edf69c52a07b0258945ad1864ab71c18b3acb35a2ba12e575b0250b - 0.0% (854 Bytes)
[#014] sha256:09b3074f764b7fb80613e3913ad308d01fa9b7e2a4580c1b1be6cb0156bb8056 - 0.0% (824 Bytes)
[#015] sha256:bdbedad4cb21ea26425c5ef8ec352773e2325d395664935fb6d8a629312a949c - 0.0% (829 Bytes)
[#016] sha256:3f202df3ac4214ce96c767fd057fc9b7b631456022f5b6d61f68e00e4198deee - 0.0% (830 Bytes)
[#017] sha256:a4bfadf6c719892c07ed4986cec7e209f2e7ebd14ca86b841a05fe774ba13f8c - 11.95% (29.8 MB)
[#018] sha256:c5abb80ba62d4cd10436a48609482878a2121bb26f7f5fb3819e9a24b1460889 - 0.0% (833 Bytes)
[#019] sha256:4c2e1be83f716cae79e79d120984c2e154ac17a87a8d6026e2ccd7cb8b2dc5ff - 0.0% (863 Bytes)
[#020] sha256:6050348ea0c38e3734ef1ffb85e756800b51a9da8c8f24074bd87c0a0a3e4f28 - 0.0% (830 Bytes)
[#021] sha256:4afeb6b28634f4f0c2464a0fa37c510eb7064187d3eb43bea5c854e71e1fe00a - 0.0% (829 Bytes)
[#022] sha256:366447caa1babe22942ef7ae9c75574a88d196b6e24e74627576f4a48198e840 - 0.0% (828 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-09 04:02:47 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-09 04:02:48 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-09-09 04:02:49 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-09-09 04:02:50 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-09-09 04:02:50 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-09-09 04:02:51 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-11 06:15:00 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-ff6c0a661b3fc659664b2a992a21002c0bb6544b-head
2020-09-11 06:15:01 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-11 06:15:02 UTCcmd /S /C #(nop) COPY multi:ad7822b7a3938eeda8fe930f64843d5850b996c1c2fb05fcd62c1ef0195546c5 in \etc\rancher\
2020-09-11 06:15:03 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-11 06:15:03 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-11T06:14:58Z
2020-09-11 06:15:03 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-11 06:15:03 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=ff6c0a661b3fc659664b2a992a21002c0bb6544b
2020-09-11 06:15:04 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-11 06:17:20 UTC
145 MB
rancher/rancher-agent:master-ff6c0a661b3fc659664b2a992a21002c0bb6544b-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:237528ba509b2abcdba1ff1344bab27ad56235cdb3c1c131d3587f6fba4d92c9 - 15.58% (22.6 MB)
[#001] sha256:393b96f31d8b2bf3ce9eb4ac49e6c7411defa4057c1791f02f54c14f2de298ec - 0.02% (34.4 KB)
[#002] sha256:4d82b0e39008d2fa246a0dca4cfa5feb15db58591582a839bd69d5000aa2e96d - 0.0% (852 Bytes)
[#003] sha256:e7ca375b8d34c9bc764ae24791184cba22510f0c002815b4f9766dd0463f5f5e - 0.0% (189 Bytes)
[#004] sha256:747739933096a33e915a28a369f48e9e5d951f6d107dbbacc04ca7bb78f01b62 - 0.0% (124 Bytes)
[#005] sha256:1ee338d5a004624f5df8df194d811f0b1cea87442893912373a5ab888b2eebc5 - 34.49% (50.1 MB)
[#006] sha256:9c69d7e91b1a561c8b9f9656ed73ed459b165c465a31631b0148c5807f690f59 - 1.34% (1.94 MB)
[#007] sha256:4cfd77db0334402b2b0c02853c63a7a9f96bdfcfed181302fabaa507d6c63541 - 0.78% (1.13 MB)
[#008] sha256:819062a483f0bb85095ba7d4ff99144774d4a825c58d3aee579d46a6e9845355 - 16.96% (24.6 MB)
[#009] sha256:8e02e6d9b89cd4499cbd7b7aa39fb6b3449588a1f06d0cc4d006e853a75d092f - 11.93% (17.3 MB)
[#010] sha256:de329b9ccc9188695796fe123199488aba781616c540f51bfba2f23ea1694389 - 18.9% (27.5 MB)
[#011] sha256:051bfea4a3266fe626f42b2a2536a7583ba3593a7a3fbef42ebdc2eb5ab2bffd - 0.0% (171 Bytes)
/bin/sh -c #(nop) ADD file:b8316fc82a2cf230ce4af7dcf02ec1d7e56b156cf610af8ed23b64509c77c799 in /
2020-08-19 21:29:51 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-08-19 21:29:53 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-08-19 21:29:55 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-08-19 21:29:55 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-09-11 06:16:47 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-09-11 06:16:47 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-11 06:16:48 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-09-11 06:16:48 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-09-11 06:17:08 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-11 06:17:08 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-09-11 06:17:09 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-11 06:17:11 UTC|1 ARCH=arm64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.7/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin
2020-09-11 06:17:11 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-09-11 06:17:12 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-11 06:17:13 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-09-11 06:17:13 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-09-11 06:17:13 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-11 06:17:13 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-ff6c0a661b3fc659664b2a992a21002c0bb6544b-head
2020-09-11 06:17:14 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-09-11 06:17:17 UTC/bin/sh -c #(nop) COPY dir:e0a81a9f8b654909894d15e47773f2a5d8d81b6b77c42ec8a04471d130cb5a0f in /var/lib/rancher-data
2020-09-11 06:17:19 UTC/bin/sh -c #(nop) COPY multi:411ba01fd34a53a6116e081b25e3b59b912ca2fe3677b136ef84cb7e65f6a315 in /usr/bin/
2020-09-11 06:17:19 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-09-11 06:17:19 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-09-11 06:17:20 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-11T06:16:34Z
2020-09-11 06:17:20 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-11 06:17:20 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=ff6c0a661b3fc659664b2a992a21002c0bb6544b
2020-09-11 06:17:20 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.