2020-08-21 20:39:10 UTC
154 MB
rancher/rancher-agent:master-eceee1eb529d8c4d775f8a91a54a3d2b9ab26a0b-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.48% (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:7fa55997b65a86170c7e1208beffa0c426064435fcc3820327517225c60a4e59 - 0.0% (123 Bytes)
[#005] sha256:bf9b31735f8089ccdf0cf17be11d11f51843a64834c31654176e5c605943b62b - 35.06% (54.2 MB)
[#006] sha256:d4f72327bfd04de20c3f0db5ecd2ee4eaeff15f2041665c719b9536bffc11d86 - 1.43% (2.2 MB)
[#007] sha256:e5c007f028923549d0a94364939f77f7b333b013e87d5991355fd2f97eac8091 - 0.79% (1.22 MB)
[#008] sha256:d94d9361b8b5ac7bdce759e08fd4f3b3e0615f68372ab2720b2d39b8ee5c3a70 - 17.2% (26.6 MB)
[#009] sha256:0f476bd357e08659e073c214356cc1f09d4e43266ae6433b2d57d0bb34e0e7cd - 10.85% (16.8 MB)
[#010] sha256:95bfbb90e6980fa58f4c91a7a7447ce4c875a6b2101d18c2d3309d1077236713 - 18.16% (28.1 MB)
[#011] sha256:390fbd3a9cde7606597d2eb1730dfb8e362bad460c41f0345049fd20cd3087ef - 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-08-21 20:38:13 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-08-21 20:38:13 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-08-21 20:38:14 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-08-21 20:38:14 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-08-21 20:38:49 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-08-21 20:38:50 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-08-21 20:38:51 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-08-21 20:39:00 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-08-21 20:39:00 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-08-21 20:39: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-08-21 20:39:02 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-08-21 20:39:02 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-08-21 20:39:02 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-08-21 20:39:03 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-eceee1eb529d8c4d775f8a91a54a3d2b9ab26a0b-head
2020-08-21 20:39:03 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-08-21 20:39:07 UTC/bin/sh -c #(nop) COPY dir:895b70c7fd0450a8c8c998b1245339708df90089ce18d073e1fac6db3da68a23 in /var/lib/rancher-data
2020-08-21 20:39:09 UTC/bin/sh -c #(nop) COPY multi:766ce9878b380c5d8efbededef57160f8ce20bda061187d7e8ffd66d1695c4f5 in /usr/bin/
2020-08-21 20:39:09 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-08-21 20:39:09 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-08-21 20:39:10 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-08-21T20:37:52Z
2020-08-21 20:39:10 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-08-21 20:39:10 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=eceee1eb529d8c4d775f8a91a54a3d2b9ab26a0b
2020-08-21 20:39:10 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-08-21 20:34:04 UTC
246 MB
rancher/rancher-agent:master-eceee1eb529d8c4d775f8a91a54a3d2b9ab26a0b-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 - 39.11% (96.3 MB)
[#001] sha256:7faa8b742f9631b42a9205876cc727ffa352abb6cee017c1d1d9392abddcd313 - 0.0% (838 Bytes)
[#002] sha256:0c2fc86b9dadff222eca11e0e6bab2c3158a31e22cce766ac9cfde1f4a576856 - 0.0% (838 Bytes)
[#003] sha256:52bdd3932c0557c61f78db49bdf4196f2b9be53675af22e99852d11e66d38794 - 0.0% (836 Bytes)
[#004] sha256:9b106ae5c4d8c2a9fe2acb5a1eeb391506140ffb4cc220c3b9f5d850159e43ab - 0.03% (64.9 KB)
[#005] sha256:895b948ccfa29db408ff14b7f4b71a8dbc4370dea4d4cb2f62408124ba4155de - 0.0% (860 Bytes)
[#006] sha256:72e8c8759db590ccd720acc7459bbdd9164b4e2b8c8c99dcaa436dd2832df3b4 - 36.12% (88.9 MB)
[#007] sha256:dbdae1ce5b6368ca3a0d1d8e93be51a5d7b060e701b60daa27d5793f18e1c97d - 0.05% (132 KB)
[#008] sha256:ae20a9b494b26c05caf10a84c47e036bacecd0da3451c32ddca9158e60a229ea - 0.0% (836 Bytes)
[#009] sha256:5954decfbd5a3f11adf57651a276880af8b05b36891f2c128468fa65b44f104a - 0.0% (834 Bytes)
[#010] sha256:2bcd3e96d22febc4bdafbd6d0197e3d4c0b098efe5d267f0b827f243d3b96f41 - 0.04% (96.5 KB)
[#011] sha256:e1729b516c73e91b48487e46e791489d0947245afb19bd1830cbbd0e14f59595 - 13.24% (32.6 MB)
[#012] sha256:42a38d049bfbf5960bff0ae8b1ffb82a6deac521e6130f8c2700845729880ac4 - 0.0% (832 Bytes)
[#013] sha256:87acd95ffec24f6790a5bc2b2d891771275985a646805cd139a89043315d3657 - 0.0% (854 Bytes)
[#014] sha256:d7b6084ba6c7e1702addc40ccaa67d121e9edf8a90d98d2462b215b8d4c6f1c6 - 0.0% (827 Bytes)
[#015] sha256:b937bfaf925a9dfe3669d1d0e472df61beb48fe3572d6f89f0ac4dfba87e37b0 - 0.0% (818 Bytes)
[#016] sha256:e85fb9ad01bb35b043528b1211662d5517f163c5524eaf35f9bec09c7fb30915 - 0.0% (824 Bytes)
[#017] sha256:8b5fe97c0c5074fd71150942e8265daa4c8224120c5facae7fd45a0358bd1c07 - 11.4% (28.1 MB)
[#018] sha256:03c5bc031252d2ab2969571942992445edcee19c71e2b569c41f979eab10c01a - 0.0% (828 Bytes)
[#019] sha256:4787824c645400412c43056210e7dc736ca9ac3ea09d8c7d3eb2c9a2cf0f1fe9 - 0.0% (857 Bytes)
[#020] sha256:87368954250b5b1585ef486059f1ff079a407f232f98effc4348d6ab0a56cec0 - 0.0% (828 Bytes)
[#021] sha256:29bc8b6b0b5e86b93dd89cbe48c6c588a13ae25435399ced523752748991b729 - 0.0% (830 Bytes)
[#022] sha256:a5bf90d2a81070041ce784bad996b54d284545c72e3f91aa081e174912cc5a50 - 0.0% (849 Bytes)
Apply image 1809-KB4565349-amd64
2020-08-14 17:11:24 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-08-14 17:11:25 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-08-14 17:11:25 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-08-14 17:11:45 UTC|1 fromTag=1809-KB4565349-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-08-14 17:11:45 UTCcmd /S /C #(nop) USER ContainerUser
2020-08-14 17:11:57 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-08-14 17:12:30 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-08-14 17:12:30 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-08-18 19:31:09 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-08-18 19:31:09 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-08-18 19:31:11 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-08-18 19:31:12 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-08-18 19:31:12 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-08-18 19:31:12 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-08-21 20:34:00 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-eceee1eb529d8c4d775f8a91a54a3d2b9ab26a0b-head
2020-08-21 20:34:00 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-08-21 20:34:01 UTCcmd /S /C #(nop) COPY multi:b184c9e4fc6e4ec8552a2ccb55c88e7b6d7934bbfbd708c637d3097a931f37de in \etc\rancher\
2020-08-21 20:34:02 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-08-21 20:34:03 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-08-21T20:33:58Z
2020-08-21 20:34:03 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-08-21 20:34:03 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=eceee1eb529d8c4d775f8a91a54a3d2b9ab26a0b
2020-08-21 20:34:04 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-08-21 20:32:58 UTC
248 MB
rancher/rancher-agent:master-eceee1eb529d8c4d775f8a91a54a3d2b9ab26a0b-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.5% (97.9 MB)
[#001] sha256:f69c4c04af059b407ce235a9fe0f5dbdac1acb659c430e1833f032d59c54a44d - 0.0% (832 Bytes)
[#002] sha256:72b97ba92e8318fc9a92e5844f0fd6d9f18c98d0a3617751c97929f75ea30a7d - 0.0% (909 Bytes)
[#003] sha256:d42f4e553405da437ee2340b55b881b0331c3248fcf50e4d99d5f10681872813 - 0.0% (837 Bytes)
[#004] sha256:eb2bd59962273b3695d74c39f57f7f6cb94b660c6b24a50842dfa0b92cd3456e - 0.03% (66.6 KB)
[#005] sha256:f88712b8391a1bc1df04ce30ae241e6e6db02e7a299974cb2369737cf97fcd70 - 0.0% (840 Bytes)
[#006] sha256:9854a896de0f9cd78b8ecdf5435e85f911c7eb7f559bfcbb22e156f092725622 - 35.9% (88.9 MB)
[#007] sha256:552d1cab94d2e705e3f64b564242ed79bce25764edba87f44ef9017baae83ff1 - 0.04% (95.1 KB)
[#008] sha256:3ac31881f1657ad00f46be984a19351fbbd793d1cb03ea34040b2ec3664ee19e - 0.0% (839 Bytes)
[#009] sha256:9e0ed350d1ef005a5f2224a3311bc93737375aab88d10c630b65fad3045823ac - 0.0% (833 Bytes)
[#010] sha256:4af6cddd13eb9b60ee8ad914b85dad63e6f4bfdc8305ef91696fd4e318dad1be - 0.04% (101 KB)
[#011] sha256:e8ef0163149b652ef2ca75ff65e4b8c3fb1a10ed0cc6c21227b1f01e2c9f0cf9 - 13.16% (32.6 MB)
[#012] sha256:c4691730d2c1e494315a53637a8f6fb07f85bae2b3f79eaaf30cf25c7a418bb9 - 0.0% (833 Bytes)
[#013] sha256:2605b8c20e8674cce38acf9cd9867fa4d9458daaad3c17d548ade45ef3302495 - 0.0% (847 Bytes)
[#014] sha256:5ba44aee9ea348ae44f6f17895a0174edd5dc3d6d4756c1d57004171706ec35c - 0.0% (828 Bytes)
[#015] sha256:6cb62b949159a1d8eacef9362834d2c55c591e4249ea0334954fe46a1d149651 - 0.0% (853 Bytes)
[#016] sha256:68893c0e0f7bf3dd9028ba1931452725d01867ca00e5c2ad78046d9db662a34f - 0.0% (832 Bytes)
[#017] sha256:80a11b96dc030e4e0d49af8c5b098a06d9fbc1cac4f1bf664c3c9dec6b722a65 - 11.33% (28.1 MB)
[#018] sha256:7d4eea5324a02f41a8fdcf5c605de800f4aedea37e3c07abb50c83cb0d7c3c6e - 0.0% (830 Bytes)
[#019] sha256:dbb2f3ccc9ed1c84201b417e513dad2e846a03112874c1f23ad0fef153def9db - 0.0% (828 Bytes)
[#020] sha256:f64119fa1f699c98b3d3bb1edb3d7bfe3e6cd4acc8fad997c0b46dffd13d1cbe - 0.0% (829 Bytes)
[#021] sha256:821344aa75c09d46b1bb92bf86f63814e706e4503a51d69c6936b7323ebf2367 - 0.0% (833 Bytes)
[#022] sha256:897ed94cd21f51499921480a4aeb14f4a11a0066b8239c374dbaeeaa20ace250 - 0.0% (830 Bytes)
Apply image 1909-KB4565483-amd64
2020-08-14 17:23:02 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-08-14 17:23:03 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-08-14 17:23:04 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-08-14 17:23:38 UTC|1 fromTag=1909-KB4565483-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-08-14 17:23:39 UTCcmd /S /C #(nop) USER ContainerUser
2020-08-14 17:23:58 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-08-14 17:24:36 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-08-14 17:24:37 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-08-18 19:30:57 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-08-18 19:30:57 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-08-18 19:30:59 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-08-18 19:31:00 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-08-18 19:31:00 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-08-18 19:31:00 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-08-21 20:32:54 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-eceee1eb529d8c4d775f8a91a54a3d2b9ab26a0b-head
2020-08-21 20:32:55 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-08-21 20:32:56 UTCcmd /S /C #(nop) COPY multi:b184c9e4fc6e4ec8552a2ccb55c88e7b6d7934bbfbd708c637d3097a931f37de in \etc\rancher\
2020-08-21 20:32:57 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-08-21 20:32:57 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-08-21T20:32:52Z
2020-08-21 20:32:57 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-08-21 20:32:58 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=eceee1eb529d8c4d775f8a91a54a3d2b9ab26a0b
2020-08-21 20:32:58 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-08-21 20:32:42 UTC
248 MB
rancher/rancher-agent:master-eceee1eb529d8c4d775f8a91a54a3d2b9ab26a0b-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.49% (97.8 MB)
[#001] sha256:ca7240146fcae31715f97a7a041e18abddb4e45a62c258a06cff51627d288f80 - 0.0% (838 Bytes)
[#002] sha256:4ab9f8429c375839d6325571aa6c1c7bc958b425bd393233d1a9852f6774171d - 0.0% (859 Bytes)
[#003] sha256:0e6769c1f528d865e79b1e48bb760bd5737b15d5a6c20d269e3efcdd481d898e - 0.0% (840 Bytes)
[#004] sha256:9bba958fbda2a14e697725fdd9f866e8613210b24d9a833dc363d8a0212c20ed - 0.03% (64.6 KB)
[#005] sha256:85bdb87e0b8ff7ab40be1f9f13b9aafce3daf1f7096753e6bf8cb83da746b13b - 0.0% (841 Bytes)
[#006] sha256:bac1aa0ab642d13082c010dd7deb5d5c3029a41155cf0116fe2c71d4594f353c - 35.9% (88.9 MB)
[#007] sha256:4eca6ad779e8a51543bd157c90213e734e171efc4f794000a309aa48b1182f0e - 0.05% (128 KB)
[#008] sha256:cd8b0df07d7d96744f49a7c9d9140a897f0afc5009b248a6a9559e7f76721398 - 0.0% (833 Bytes)
[#009] sha256:0a9280353dbc4016e68e98210735b658362e0f45004a4c323f2f431d2d20f622 - 0.0% (831 Bytes)
[#010] sha256:30f001637f4cff656e6d38a3b3a3e34b0ed661b58fcc2dc300c76d9861c31293 - 0.04% (101 KB)
[#011] sha256:d1889983bd44a4b64f9eb3fea624afd969f3c094f9437fea8fc6ab857e79acd3 - 13.16% (32.6 MB)
[#012] sha256:f6758b5ad20e11322439da3f97359d0ae05956f974c4f765122d034fee6b8966 - 0.0% (832 Bytes)
[#013] sha256:80f079dec96fcfd18200c46b29ece76cdac3c902a93f73964b16ccde856c6bbd - 0.0% (831 Bytes)
[#014] sha256:19355d383ba642024110c35a418a5c713d2b7e5e5ae72aad011187e6549109d6 - 0.0% (825 Bytes)
[#015] sha256:ceb30323f32bd86a7ec7f55bb077ac3695e091d269ed7418b124ebbbc7bbaf01 - 0.0% (853 Bytes)
[#016] sha256:c8c08f09396b94fdc4826c3c649128efe128ada275a125e6ea25019dacc9da14 - 0.0% (824 Bytes)
[#017] sha256:c8f91d10105f970b566266afc7f0b4be6aaebe0bc21ed376f0e59636fd6da0c9 - 11.33% (28.1 MB)
[#018] sha256:4589f5966ad7ff555e0b3efc708d1481f239a30ebaa3608cd5c22f999858538e - 0.0% (821 Bytes)
[#019] sha256:a1dee6568e146981be9a7b8a89133e702518a670f7e446cdf667618860d5e959 - 0.0% (831 Bytes)
[#020] sha256:e0c2a1ed6da657e9f1ca336ce9b7006be8c330b8bcc0031f1af58c6e529aa90a - 0.0% (857 Bytes)
[#021] sha256:dbfcf8e957b67d7be286eac1826495f2908d4b3a9830241d8ab1c61b38102b13 - 0.0% (832 Bytes)
[#022] sha256:6bf96a4a1cdd22d8af6a5864cb92b56316ae4653daefb6b9f54c216879977a3c - 0.0% (825 Bytes)
Apply image 1903-KB4565483-amd64
2020-08-14 17:17:01 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-08-14 17:17:01 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-08-14 17:17:02 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-08-14 17:17:25 UTC|1 fromTag=1903-KB4565483-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-08-14 17:17:26 UTCcmd /S /C #(nop) USER ContainerUser
2020-08-14 17:17:42 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-08-14 17:18:30 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-08-14 17:18:30 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-08-18 19:30:42 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-08-18 19:30:42 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-08-18 19:30:44 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-08-18 19:30:45 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-08-18 19:30:45 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-08-18 19:30:46 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-08-21 20:32:39 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-eceee1eb529d8c4d775f8a91a54a3d2b9ab26a0b-head
2020-08-21 20:32:39 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-08-21 20:32:40 UTCcmd /S /C #(nop) COPY multi:b184c9e4fc6e4ec8552a2ccb55c88e7b6d7934bbfbd708c637d3097a931f37de in \etc\rancher\
2020-08-21 20:32:41 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-08-21 20:32:41 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-08-21T20:32:36Z
2020-08-21 20:32:41 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-08-21 20:32:42 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=eceee1eb529d8c4d775f8a91a54a3d2b9ab26a0b
2020-08-21 20:32:42 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-08-21 20:38:37 UTC
143 MB
rancher/rancher-agent:master-eceee1eb529d8c4d775f8a91a54a3d2b9ab26a0b-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.81% (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:1373698ec30d0ad6b9f89b18faa1908a2b28eaa460ca231df4f7b66ee5e6b363 - 0.0% (123 Bytes)
[#005] sha256:de21af234cdd24fcac2d17c32275d436f79d98dd64aaed6b11c37d239c5514dd - 35.02% (50.1 MB)
[#006] sha256:9c69d7e91b1a561c8b9f9656ed73ed459b165c465a31631b0148c5807f690f59 - 1.36% (1.94 MB)
[#007] sha256:ccf36dca8420b50a6ec8e88ce36c260d36c81f2eb8259413d525725d938eb6af - 0.79% (1.13 MB)
[#008] sha256:0f85fc8f8316a598bf1fa4f8a1e3cb54e63fbd418120e950300dc9a164dd19b0 - 17.22% (24.6 MB)
[#009] sha256:294be9b6198eab29d089bb1a33db9ae37775e06c4bc96d4e7219f82aa2cc5594 - 11.71% (16.8 MB)
[#010] sha256:a0ac2cac81aac4ec5cdcf06fd6e5356290987cb92cc1c561feea6ee267fc0928 - 18.06% (25.8 MB)
[#011] sha256:ff49523583cfc22e5b6839811ef34be2d0bfc2ea870b4cbbf028074481fb9584 - 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-08-21 20:37:17 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-08-21 20:37: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_arm64
2020-08-21 20:37:18 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-08-21 20:37:19 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-08-21 20:37:59 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-08-21 20:38:03 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-08-21 20:38:08 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-08-21 20:38:13 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-08-21 20:38:14 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-08-21 20:38:18 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-08-21 20:38:19 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-08-21 20:38:20 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-08-21 20:38:21 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-08-21 20:38:21 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-eceee1eb529d8c4d775f8a91a54a3d2b9ab26a0b-head
2020-08-21 20:38:22 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-08-21 20:38:27 UTC/bin/sh -c #(nop) COPY dir:32eb168801eb1134ec312edb4b1d837b3b4f38d35602addc6bd8b874a290c868 in /var/lib/rancher-data
2020-08-21 20:38:36 UTC/bin/sh -c #(nop) COPY multi:89f56b50788defab2ee5395c06d143ea0cf81e0e185d5d430f47abff3df7dec2 in /usr/bin/
2020-08-21 20:38:36 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-08-21 20:38:36 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-08-21 20:38:37 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-08-21T20:36:41Z
2020-08-21 20:38:37 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-08-21 20:38:37 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=eceee1eb529d8c4d775f8a91a54a3d2b9ab26a0b
2020-08-21 20:38:37 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.