2020-09-14 21:38:12 UTC
157 MB
rancher/rancher-agent:master-0f691dc70f86bbda3d6563af11779300a6191584-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.22% (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:f9c1608efae532196dfa7f0da9f0267741e4df021aa289a3b452550866cc90ae - 0.0% (124 Bytes)
[#005] sha256:41551416e2bc2c08675aca452d36b7f91f7e36f5274e935d87b3a2ee69058859 - 34.51% (54.2 MB)
[#006] sha256:d4f72327bfd04de20c3f0db5ecd2ee4eaeff15f2041665c719b9536bffc11d86 - 1.4% (2.2 MB)
[#007] sha256:29f8ea57f49db18f5366ec1a7640c508f67afe130c50f3a4c4f33344b44c498d - 0.78% (1.22 MB)
[#008] sha256:af8117f1fe511117f445294ad8046b911cf303806440d61a903d37dc27027bb8 - 16.93% (26.6 MB)
[#009] sha256:243a935e51a77960b39771eab801a6b2688666fa5b647fc6014595851e2e44b1 - 11.13% (17.5 MB)
[#010] sha256:057aa0c8c87a6eac3d7603599d4727ff34a3f1f9c49283fccbded3e56693841b - 19.0% (29.8 MB)
[#011] sha256:4580b89d4d4783ccca6a01c2ed700f4cead1efb16a8589e432e62dc3e9e364f2 - 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-14 21:37:14 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-09-14 21:37:15 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-14 21:37:16 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-09-14 21:37:16 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-09-14 21:37:52 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-14 21:37:53 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-09-14 21:37:55 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-14 21:37:56 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-14 21:37:57 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-09-14 21:37:59 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-14 21:37:59 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-09-14 21:38:00 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-09-14 21:38:00 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-14 21:38:00 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-0f691dc70f86bbda3d6563af11779300a6191584-head
2020-09-14 21:38:00 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-09-14 21:38:08 UTC/bin/sh -c #(nop) COPY dir:58dc9594f0e27d75c2277e8958908aada10d85680fa9e83dffcafc9236e4f6f1 in /var/lib/rancher-data
2020-09-14 21:38:10 UTC/bin/sh -c #(nop) COPY multi:6fc06070dd67db1d39263aa5c5bb70d809f861881b540de7852e900390618e95 in /usr/bin/
2020-09-14 21:38:10 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-09-14 21:38:11 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-09-14 21:38:11 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-14T21:36:48Z
2020-09-14 21:38:11 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-14 21:38:11 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=0f691dc70f86bbda3d6563af11779300a6191584
2020-09-14 21:38:12 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-14 21:31:02 UTC
248 MB
rancher/rancher-agent:master-0f691dc70f86bbda3d6563af11779300a6191584-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:44689514e72cfec2ecc40d000278ff0dd4831b6907161520f5296ce164a5b37b - 0.0% (825 Bytes)
[#010] sha256:9c5ae506d99f3207ace7ee04320565226d039dae84518138d1eb85db45175ff3 - 0.04% (96.5 KB)
[#011] sha256:5562a3cb0623c3f5dc6fcdf9c19290573935e77c603a8111dc045ec77f46306c - 13.15% (32.6 MB)
[#012] sha256:b0097b42aa11f075e1de1825a5ff453e6327a3930b1f152c4c1b032f2e77c977 - 0.0% (852 Bytes)
[#013] sha256:a76679f0e25e7cec13b05d5fe539236bb3cd921b9f5a1736df018972063c7850 - 0.0% (855 Bytes)
[#014] sha256:172ca0ff5e63cdc008dd3628a8197ea38b72fb75860cf715007c1f80e115c426 - 0.0% (832 Bytes)
[#015] sha256:4255ad228c2cae8dba631ebcb94d4bf43fb429ad8c17f6363f64cdd04a724e23 - 0.0% (845 Bytes)
[#016] sha256:a613fca911c775e177fdb689daa0d8981d99224f4f27452d68f3bcead41444dd - 0.0% (828 Bytes)
[#017] sha256:01fc3e5be89198ae69bd4990db850da0c68375c3341b190b0d9b86cc98e9b291 - 12.02% (29.8 MB)
[#018] sha256:b6b03b8e9680307f802f099e5c6439a499f0f0b88c73260ba67c629c558d595d - 0.0% (830 Bytes)
[#019] sha256:a47a3630e74d845aae60f78ab3d862ede369fe397d9055157ba222fa9739be8f - 0.0% (829 Bytes)
[#020] sha256:ba8025babe9a4d03dae78b46f7be465f0833d38c2e71e62a1a983e59e667d622 - 0.0% (819 Bytes)
[#021] sha256:85d4f92dd386e71a402afe29c0763d16c6347012518ad43cf03f64b1b8a3756a - 0.0% (858 Bytes)
[#022] sha256:795c53bb622d9bc26853355d5ab2fd02cc4ad4d54afbea03e27d360e857649ff - 0.0% (825 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 16:57:52 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-14 16:57:53 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-09-14 16:57:55 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-09-14 16:57:56 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-09-14 16:57:56 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-09-14 16:57:56 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-14 16:58:26 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-0f691dc70f86bbda3d6563af11779300a6191584-head
2020-09-14 16:58:26 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-14 16:58:27 UTCcmd /S /C #(nop) COPY multi:3aefb52005a6945d2508f7f020ce0f644f45455776e7ce2b5885a8e85398edb9 in \etc\rancher\
2020-09-14 16:58:28 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-14 21:31:01 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-14T21:30:59Z
2020-09-14 21:31:02 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-14 21:31:02 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=0f691dc70f86bbda3d6563af11779300a6191584
2020-09-14 21:31:02 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-14 21:30:58 UTC
249 MB
rancher/rancher-agent:master-0f691dc70f86bbda3d6563af11779300a6191584-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:9262b4648788db770f576be70a5d855b38103f7b273bd0d1a16abbc34d6e5d3e - 0.0% (827 Bytes)
[#010] sha256:4c436bc7dc0d09889d5a05cec5ec6ee3eb6804b29b24c10f713d8549e030329c - 0.04% (101 KB)
[#011] sha256:1286aa666a5aaa5441c5b32b059026d15e2f9b38cdcd5c887356887f0611f1fc - 13.07% (32.6 MB)
[#012] sha256:09fd0a63491a1e1117e261f32f6b2b0869fb8151c34c1446e4173de943d84069 - 0.0% (835 Bytes)
[#013] sha256:d1ac876ddef2fb1d86e47ba22b63edb3a2f4ddb6d013888945042ad673e5140e - 0.0% (825 Bytes)
[#014] sha256:1aa74e66597518c08ed11a19fa41d48d5b65493c57fdb4cba5463d31ddb9129b - 0.0% (833 Bytes)
[#015] sha256:8bb349d6fc60350a8cd21c9acd80732f462688b492d0cb383fb29af0457fdae9 - 0.0% (859 Bytes)
[#016] sha256:9c635e70b550cab188836347207b936c92aed3cc1e34013b9e87b06e8b5fb2ea - 0.0% (852 Bytes)
[#017] sha256:6b2e79a740edc01e12cfd00f3c016720c348b6220379e33bfbb1ed7285344d23 - 11.95% (29.8 MB)
[#018] sha256:392ba60942aeee4be32a03939a6bd8672f387a37c1fd3f28da088f29e4476501 - 0.0% (828 Bytes)
[#019] sha256:b00f8ac9d4031bae888da41728fedfd8934bcd1a23c99b6d86c3989021d36ce5 - 0.0% (854 Bytes)
[#020] sha256:f6e9d5488e4cb23fddbb5b12155c0e18ebab73b99b2f9df7cc1ed75a37aa4d93 - 0.0% (825 Bytes)
[#021] sha256:c1fd3fc42eb3ce812defb464a71d92c21108bceb8db4fced871dff5467395b46 - 0.0% (828 Bytes)
[#022] sha256:ef4cb1be73fe2678dc1ebc68e9c493ece7d0abb71cac405fed327e78190cacfb - 0.0% (837 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 04:17:26 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-14 04:17:27 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-09-14 04:17:29 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-09-14 04:17:30 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-09-14 04:17:30 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-09-14 04:17:30 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-14 16:52:10 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-0f691dc70f86bbda3d6563af11779300a6191584-head
2020-09-14 16:52:10 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-14 16:52:11 UTCcmd /S /C #(nop) COPY multi:3aefb52005a6945d2508f7f020ce0f644f45455776e7ce2b5885a8e85398edb9 in \etc\rancher\
2020-09-14 16:52:12 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-14 21:30:57 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-14T21:30:54Z
2020-09-14 21:30:57 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-14 21:30:57 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=0f691dc70f86bbda3d6563af11779300a6191584
2020-09-14 21:30:58 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-14 21:31:25 UTC
249 MB
rancher/rancher-agent:master-0f691dc70f86bbda3d6563af11779300a6191584-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: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:0e6e96ca7b83489fb07d29ee12acba646c5f3a6e1343bbe706b488ddaaf34098 - 0.0% (826 Bytes)
[#016] sha256:eb8623251721c2406317fee8a2d5bb1002f1c8a104659e0a6fde5e96e0f0dde6 - 0.0% (831 Bytes)
[#017] sha256:b48ad3271fafe92719765c361f8ccf5ce573aad6ffef35fb93b0523369570723 - 11.95% (29.8 MB)
[#018] sha256:4fbf685170b97e111cfc85b6aa895f918f9304b0b9fe3978baf4b96e13e0e826 - 0.0% (829 Bytes)
[#019] sha256:bdb95540eff9b73c80034c049e866a74c159562c55ca75640072a135e5279e03 - 0.0% (851 Bytes)
[#020] sha256:b17bfaabb2dc7f50699397a805c88e67cf7d76432bcc0b6e97da93b74c37f0a6 - 0.0% (828 Bytes)
[#021] sha256:354c273d60b77f61eefeb3911c7602278399759eb1b7ad919c24ceabd0b0f46e - 0.0% (830 Bytes)
[#022] sha256:d4987e5d169c61841d5dd6240496ddc0b141bf4ad0f17857e5a7321d24031f61 - 0.0% (855 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-14 16:52:08 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-0f691dc70f86bbda3d6563af11779300a6191584-head
2020-09-14 16:52:09 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-14 16:52:10 UTCcmd /S /C #(nop) COPY multi:3aefb52005a6945d2508f7f020ce0f644f45455776e7ce2b5885a8e85398edb9 in \etc\rancher\
2020-09-14 16:52:11 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-14 21:31:24 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-14T21:31:22Z
2020-09-14 21:31:24 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-14 21:31:25 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=0f691dc70f86bbda3d6563af11779300a6191584
2020-09-14 21:31:25 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-14 21:32:48 UTC
145 MB
rancher/rancher-agent:master-0f691dc70f86bbda3d6563af11779300a6191584-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.56% (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:8b19c3d29692a3070da4fb0ae996fd4f4441bf677f10d501227981f40646cacd - 0.0% (124 Bytes)
[#005] sha256:b6ba23e13c5b2004f220b14a857e8dc31f17bb63e870d8cdb54e9128b654b5c0 - 34.46% (50.1 MB)
[#006] sha256:9c69d7e91b1a561c8b9f9656ed73ed459b165c465a31631b0148c5807f690f59 - 1.34% (1.94 MB)
[#007] sha256:af883b5fc12e8dc335c28a26405abb136151c6fee2297bd2966666f6c002616d - 0.78% (1.13 MB)
[#008] sha256:e19689b9ab483d1d3b7945e6e1910f931739c4591d454de2cfdb5e8923d581e0 - 16.95% (24.6 MB)
[#009] sha256:e1b303b7d79e4d6961cebbb38e6af663e67d7f6df366e3ff33139d8d50639e56 - 12.02% (17.5 MB)
[#010] sha256:d6113b3c906abfe84596bd48f34693d7a048200fdf1ccaf073c9dd5ff3c466c8 - 18.88% (27.4 MB)
[#011] sha256:ab4ed627e638b8b870e150693feaad8952396d85ffc0dd9e93270133264ecbf1 - 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-14 21:32:16 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-09-14 21:32: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-09-14 21:32:17 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-09-14 21:32:18 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-09-14 21:32:37 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-14 21:32:37 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-09-14 21:32:38 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-14 21:32:39 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-14 21:32:40 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-09-14 21:32:41 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-14 21:32:41 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-09-14 21:32:42 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-09-14 21:32:42 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-14 21:32:42 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-0f691dc70f86bbda3d6563af11779300a6191584-head
2020-09-14 21:32:42 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-09-14 21:32:46 UTC/bin/sh -c #(nop) COPY dir:23410c42d32659e9490ca7a62c2bd68ad8b420344e4753f7be16b270fc73b0d4 in /var/lib/rancher-data
2020-09-14 21:32:47 UTC/bin/sh -c #(nop) COPY multi:aba164b9d6cfea8c6783f722a0635736d135746a851bfbd093e54925ed5a1a70 in /usr/bin/
2020-09-14 21:32:48 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-09-14 21:32:48 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-09-14 21:32:48 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-14T21:32:03Z
2020-09-14 21:32:48 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-14 21:32:48 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=0f691dc70f86bbda3d6563af11779300a6191584
2020-09-14 21:32:48 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.