2020-09-17 02:55:55 UTC
157 MB
rancher/rancher-agent:v2.5.0-alpha3
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.19% (25.5 MB)
[#001] sha256:a610eae58dfceafc0725cb0472249020f75bcc796468615798ee394cbaf86120 - 0.0% (852 Bytes)
[#002] sha256:a40e0eb9f1408cd0bee02979b33f05689110bc9caba370388d94f73b46a6379a - 0.0% (162 Bytes)
[#003] sha256:8c3175a84f202e86f5eae55e7e49857eae9b1ebe540e7a6c5b6b525bc55eb344 - 0.0% (123 Bytes)
[#004] sha256:f99e8ca9dead633f6b6d1e8b16b74a346d15273352a5571862395ee29c704f2d - 34.44% (54.2 MB)
[#005] sha256:566693d7b4eb05982f028e03fb2e4853e8c0e30969b9b9cd337913c1c552d626 - 1.4% (2.2 MB)
[#006] sha256:176f187639c6174ddb4b73d2de504d1e319c66eb05e96478b67adb5c8c607104 - 0.77% (1.22 MB)
[#007] sha256:5edaa1a0adb30baf3f7663b98540a7f4d8ae6df0429dab639af9bbc09afdbc93 - 16.9% (26.6 MB)
[#008] sha256:b24a3239b315e08bad3dd23c666a7fdcbdde51d9206f84b307a7eab73ca38a83 - 11.29% (17.8 MB)
[#009] sha256:e5daff7911c161d4ff416d13cd15a85667ed9d2dbf4047dcd3166cf642170b97 - 18.99% (29.9 MB)
[#010] sha256:d1583800b051fdfc03a7fd5987b4d3b49ed2e88c89b30ae7a10bc024168ed2ef - 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-17 02:55:22 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-09-17 02:55:22 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-17 02:55:23 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-09-17 02:55:23 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-09-17 02:55:42 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-17 02:55:43 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-09-17 02:55:44 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-17 02:55:45 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-17 02:55:45 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-09-17 02:55:47 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-17 02:55:47 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-09-17 02:55:47 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-09-17 02:55:47 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-17 02:55:48 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.0-alpha3
2020-09-17 02:55:48 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-09-17 02:55:52 UTC/bin/sh -c #(nop) COPY dir:8547e96dc890625dc4016230ab3c6994134fd590f9add9ea149027c69ddd46dc in /var/lib/rancher-data
2020-09-17 02:55:54 UTC/bin/sh -c #(nop) COPY multi:3f6c5bd4b218920a4d93ba7b17d3a2458046aec35369faa20a5d2e1bcadb39c9 in /usr/bin/
2020-09-17 02:55:54 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-09-17 02:55:54 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-09-17 02:55:54 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-17T02:55:02Z
2020-09-17 02:55:55 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-17 02:55:55 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=e4cd4baff4764c7c78db320ac3ccda96319c1fad
2020-09-17 02:55:55 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-17 02:51:40 UTC
248 MB
rancher/rancher-agent:v2.5.0-alpha3
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.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:850b9498b20220037d3a3b3e935a036fd7053e6eb7c75f0a980c93492395de8a - 0.0% (832 Bytes)
[#016] sha256:17861c03256b1a76ec713e30b63cad361cc8f4b53981f20490194cfecdc19343 - 0.0% (829 Bytes)
[#017] sha256:46b8a691c50b48fc4cbe42274f9b9e6ad60150b11a583e39caebd897720d015a - 12.04% (29.8 MB)
[#018] sha256:2ee730772ff1f588e8a222703f864928c1cd5330bbad7193b11ba45e00b8ef08 - 0.0% (827 Bytes)
[#019] sha256:806f471537e4d407dc0ae0512d50eb2aabad6b7a08a099c3fde6cd57ca04e6a7 - 0.0% (828 Bytes)
[#020] sha256:9cd43959084332cdcbbc2e9cd13999908ebc5eab157be6748e1506f370df716c - 0.0% (831 Bytes)
[#021] sha256:923a6c382ad5a9ee33f854ffd269e966b2c2ef65b3953b540f707a4f56ac7368 - 0.0% (826 Bytes)
[#022] sha256:415c1f209cab174fd6f965863961395e9ab4f160c074a6322950a9ab28a9c48a - 0.0% (832 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-17 02:51:25 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.0-alpha3
2020-09-17 02:51:25 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-17 02:51:26 UTCcmd /S /C #(nop) COPY multi:5718285f9ca9392c0ff2a40b0e8247098d9c74eba857f4a73670b740b7cef628 in \etc\rancher\
2020-09-17 02:51:27 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-17 02:51:39 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-17T02:51:37Z
2020-09-17 02:51:40 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-17 02:51:40 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=e4cd4baff4764c7c78db320ac3ccda96319c1fad
2020-09-17 02:51:40 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-17 02:51:33 UTC
250 MB
rancher/rancher-agent:v2.5.0-alpha3
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.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:eb11af155408f694f32b13d0041e9fdadedfa1b7dae7bf5f0d5567f70fee5d29 - 0.0% (827 Bytes)
[#016] sha256:0c4f5ad11897b2502e22ee6fc618740f782b9a1dd3051c79b70ffccf9db203af - 0.0% (831 Bytes)
[#017] sha256:f21b53ad49b308cd29fd211994c52760aa479de6f162fb4a98bdef117dbfd249 - 11.96% (29.8 MB)
[#018] sha256:6dcc504cea3719609f276b856783fb58b3d4e6a98aaa46b187ad09688e56c6e1 - 0.0% (831 Bytes)
[#019] sha256:cedf3aaa2d07262bd89c34d34aef09e1108e1bfa2841f1ecf44397bdb9cedc1c - 0.0% (849 Bytes)
[#020] sha256:a3f00c7fd494acc39c41c77cc85b99f01c5e4f7eb7aab21c6a998ef8d2c7ce3d - 0.0% (829 Bytes)
[#021] sha256:a47d06910a3fbf0ed4d6359a9a71ee9114d36f21f090d2c6022fd457de3e58c9 - 0.0% (828 Bytes)
[#022] sha256:ee60ab503e7792aef4cc7d3007307db4c1fdfa8a895c10b90a2d80505f19421e - 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-17 02:51:16 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.0-alpha3
2020-09-17 02:51:16 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-17 02:51:18 UTCcmd /S /C #(nop) COPY multi:5718285f9ca9392c0ff2a40b0e8247098d9c74eba857f4a73670b740b7cef628 in \etc\rancher\
2020-09-17 02:51:18 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-17 02:51:32 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-17T02:51:29Z
2020-09-17 02:51:32 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-17 02:51:32 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=e4cd4baff4764c7c78db320ac3ccda96319c1fad
2020-09-17 02:51:33 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-17 02:51:29 UTC
249 MB
rancher/rancher-agent:v2.5.0-alpha3
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:f428807074679e115066f1e1c6fa4542a5f6f7104dfb4aff4fae16f1a478eceb - 0.0% (833 Bytes)
[#016] sha256:42ebc2423791699829708818b3ebb1c3cd46ef47b7ecdc301fcf67e883f32040 - 0.0% (861 Bytes)
[#017] sha256:8210a873ea45c6222f5edb9d9b19cb469bd77a07e9217d1e236e428c4e02ecb4 - 11.96% (29.8 MB)
[#018] sha256:7dd0da756c1f6b2a2934cd063e36275d098929d9d61f05f9a3d712c0f96b61c3 - 0.0% (828 Bytes)
[#019] sha256:9ccd1bed2eed43c7913bfd9180f3b05e6f622875a5de42bbec38a545ffe80f2d - 0.0% (830 Bytes)
[#020] sha256:a11e4bd5594b1f609164784fe33e53e1f4d03abe45a8461a113e28526b403703 - 0.0% (831 Bytes)
[#021] sha256:b9f17f9d313f34a487fe2a9caaf5e3eb5f9b09de30e8c616769b633970cc408b - 0.0% (827 Bytes)
[#022] sha256:2d2174ac3b277723f61a717ce960a79083a041c2e8e728e5f9248a8f65fcd0fc - 0.0% (854 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-17 02:51:11 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.0-alpha3
2020-09-17 02:51:12 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-17 02:51:13 UTCcmd /S /C #(nop) COPY multi:5718285f9ca9392c0ff2a40b0e8247098d9c74eba857f4a73670b740b7cef628 in \etc\rancher\
2020-09-17 02:51:13 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-17 02:51:28 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-17T02:51:26Z
2020-09-17 02:51:28 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-17 02:51:29 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=e4cd4baff4764c7c78db320ac3ccda96319c1fad
2020-09-17 02:51:29 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-17 02:54:28 UTC
146 MB
rancher/rancher-agent:v2.5.0-alpha3
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.53% (22.6 MB)
[#001] sha256:5007857f7b9b52d6efdfea9e086e6eaf35519130ff97bfe89970353f0ae53f13 - 0.0% (848 Bytes)
[#002] sha256:43927e60f12d8b877ded6af5048b2ac5753fe78caba77a6bbbece4f98559b672 - 0.0% (186 Bytes)
[#003] sha256:99e7a46365d99c0c2ab82823423eba5d3cbbc96bcdd40046c0279a812303edcc - 0.0% (123 Bytes)
[#004] sha256:d0bf6a7f1d14060de5f326b27da689175c543094f45560db10e7c64ceaa39578 - 34.39% (50.1 MB)
[#005] sha256:c9669d8ec2134993a2d4b79266d8a97e53488c799aacabd1f1d2470273dad07c - 1.33% (1.94 MB)
[#006] sha256:9a14a0c05bc12bc393c9865f42f8f7c60ea1ed23269920efdfe180b60346d96b - 0.78% (1.13 MB)
[#007] sha256:c9c2401419b676ea2e95476a71859d611e01d4b35400bcd23013c2f0a3b11300 - 16.91% (24.6 MB)
[#008] sha256:e5467cd9e06dcd57adf871f31990430cfd57b6d1703f9a947d700c4f6da3c3fd - 12.19% (17.8 MB)
[#009] sha256:fe4fb15e7d95b88ac71726771380c195e38e534522c77b123e756619182e6201 - 18.87% (27.5 MB)
[#010] sha256:cd5fa40e47d3b8263514d953b1f066b7161c8db76837c4df14761c58ed9e1f0c - 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-17 02:53:55 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-09-17 02:53:55 UTC/bin/sh -c #(nop) ENV DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 DOCKER_URL_arm64=https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64 DOCKER_URL=DOCKER_URL_arm64
2020-09-17 02:53:56 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-09-17 02:53:56 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-09-17 02:54:16 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-17 02:54:16 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-09-17 02:54:18 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-17 02:54:19 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-17 02:54:19 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-09-17 02:54:21 UTC|1 ARCH=arm64 /bin/sh -c curl -sL https://github.com/c-bata/kube-prompt/releases/download/${KUBEPROMPT_VERSION}/kube-prompt_${KUBEPROMPT_VERSION}_linux_${ARCH}.zip > /usr/bin/kube-prompt.zip && unzip /usr/bin/kube-prompt.zip -d /usr/bin
2020-09-17 02:54:21 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-09-17 02:54:21 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-09-17 02:54:21 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-17 02:54:22 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.0-alpha3
2020-09-17 02:54:22 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-09-17 02:54:25 UTC/bin/sh -c #(nop) COPY dir:a8f24070f13385b060ff2ae968ab703acc1139aaed7e0ea87cbae6f052041248 in /var/lib/rancher-data
2020-09-17 02:54:27 UTC/bin/sh -c #(nop) COPY multi:ee346dead1e4c749f9723a388fe20374321238574b7d125371ab862ec360cd29 in /usr/bin/
2020-09-17 02:54:27 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-09-17 02:54:28 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-09-17 02:54:28 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-17T02:53:41Z
2020-09-17 02:54:28 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-17 02:54:28 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=e4cd4baff4764c7c78db320ac3ccda96319c1fad
2020-09-17 02:54:28 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.