2020-09-19 19:36:40 UTC
156 MB
rancher/rancher-agent:v2.5.0-alpha4
DOCKER_API_VERSION1.24
DOCKER_URLDOCKER_URL_amd64
DOCKER_URL_amd64https://get.docker.com/builds/Linux/x86_64/docker-1.10.3
DOCKER_URL_arm64https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64
KUBECTL_VERSIONv1.17.6
KUBEPROMPT_VERSIONv1.0.10
LOGLEVEL_VERSIONv0.1.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:5d9821c948472065b3c166b4abc08367160961c9ac4639eb0023670ab4845a6a - 16.28% (25.5 MB)
[#001] sha256:a610eae58dfceafc0725cb0472249020f75bcc796468615798ee394cbaf86120 - 0.0% (852 Bytes)
[#002] sha256:a40e0eb9f1408cd0bee02979b33f05689110bc9caba370388d94f73b46a6379a - 0.0% (162 Bytes)
[#003] sha256:05a5b527c736f9263de7e750fc8666046f93de56df8c5af6c37525dbf05961e9 - 0.0% (124 Bytes)
[#004] sha256:486a5ae040bad5cbfd8d153c2e31f0ce9bfbb0d90e572d11dab3385e9f30aca1 - 34.64% (54.2 MB)
[#005] sha256:566693d7b4eb05982f028e03fb2e4853e8c0e30969b9b9cd337913c1c552d626 - 1.41% (2.2 MB)
[#006] sha256:6f608fed1921ab380518c77a51b7de0289b0a7dbdfe10ac734b4dac94e78a439 - 17.0% (26.6 MB)
[#007] sha256:f9db2f7084e679cca9c7e8c8d4413688fefe118f9dde0e61596e6899774ea906 - 11.56% (18.1 MB)
[#008] sha256:85b11fc5c8d12dffd1cddbad08490e7f31827b49b598207cdd0ff90f406e31b2 - 19.11% (29.9 MB)
[#009] sha256:be3f1f70de24e876e1c5fe7b82d1d560b6cbaaef53ac36fa60c552eebab5f57a - 0.0% (171 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-19 19:36:04 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-09-19 19:36:05 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-19 19:36:05 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-09-19 19:36:06 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-09-19 19:36:27 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-19 19:36:28 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-09-19 19:36:29 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-19 19:36:29 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-09-19 19:36:31 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-19 19:36:31 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-09-19 19:36:32 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-09-19 19:36:32 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-19 19:36:32 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.0-alpha4
2020-09-19 19:36:32 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-09-19 19:36:36 UTC/bin/sh -c #(nop) COPY dir:67fd09e917a62896df025e358d31867191d89def65e62de4f97b701ccc2ef07f in /var/lib/rancher-data
2020-09-19 19:36:38 UTC/bin/sh -c #(nop) COPY multi:0bd31154e0b2bdc4f64d45acdd18ec29b9b2d1746c65ed7db371741eacba44d6 in /usr/bin/
2020-09-19 19:36:39 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-09-19 19:36:39 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-09-19 19:36:39 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-19T19:35:42Z
2020-09-19 19:36:40 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-19 19:36:40 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=a41723ea1d22273a2c535446ea646ab84f41137b
2020-09-19 19:36:40 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-19 19:30:49 UTC
248 MB
rancher/rancher-agent:v2.5.0-alpha4
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1809-KB4565349-amd64
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:ce1c649a3e5b5b5449776d4afce631c673cade12336ccb5a38a0aac7c9d8b2bc - 38.84% (96.3 MB)
[#001] sha256:3650fec0ef6bbd59ef76eb73b3728f270cdfd4e5c23ff3a4f67f1aa71e8b476e - 0.0% (838 Bytes)
[#002] sha256:f88676ecf4cfbb7c51d6acddc9cc258f5382cd58b3b61587b60bdbfe22468339 - 0.0% (842 Bytes)
[#003] sha256:6b01b77ca2a1cd7192352f713781ac154c93275cbdb4891fb8dad86ba53f642f - 0.0% (838 Bytes)
[#004] sha256:8a0327f8ab813aca186bd82849954bfe720ea463b6be465969aab977f806dd30 - 0.03% (67 KB)
[#005] sha256:c7ecbf60bce08e33c4a83794e9aab6783513061c7858281a9b13042383cf000c - 0.0% (837 Bytes)
[#006] sha256:cfd618c4c1da8c3f69986665623201e96143693c89dd759f75c9030db701e4f1 - 35.86% (88.9 MB)
[#007] sha256:62598564b6a3a719aa27ad95fbdb832b2c55f8354b11213857688d9b18b68ba9 - 0.04% (92 KB)
[#008] sha256:09e8875832f3450f43161e05d8304353a8df24ef78a60c6df69c5ae1e72215b9 - 0.0% (827 Bytes)
[#009] sha256: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:1f506c22d36af0a96a191481ca3ce0d52afde025a257a6bdcd70a1493cbb3c2c - 0.0% (829 Bytes)
[#016] sha256:101db12c4be3ae417fe48278c58e53777cb75100075aca7b6fb32042d3883783 - 0.0% (817 Bytes)
[#017] sha256:07feed5bd727afdb742eb720d9048f8f826791df15ff44fe9b3825b1704bd584 - 12.05% (29.9 MB)
[#018] sha256:72dcb773cf54f7dd815ab6b884327244c104aee29849eb1d1d1a280be4eaf8a8 - 0.0% (825 Bytes)
[#019] sha256:fa5a14da41a6f08ef0754abe54fa6e5b230fa3aa8c21dbd036637e5f5671c7d4 - 0.0% (830 Bytes)
[#020] sha256:4f8f6acd432fbd00cd36744ba96863405aeabc4eecce150888222e670baa49ed - 0.0% (848 Bytes)
[#021] sha256:ccf5378be2dd973dafbd44efec79f77aaf20f118d49f0dcff2f8e6e2ec1cc909 - 0.0% (835 Bytes)
[#022] sha256:ece9eb11fc5567b9cbd80d02c085540fbd1cf2cc752c22778ad3e65e95f1439d - 0.0% (853 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-19 19:30:33 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.0-alpha4
2020-09-19 19:30:33 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-19 19:30:34 UTCcmd /S /C #(nop) COPY multi:88cac3590925db4376d77691c82c311991bc7f350eb46303d7ef6da32736d3b8 in \etc\rancher\
2020-09-19 19:30:35 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-19 19:30:47 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-19T19:30:45Z
2020-09-19 19:30:48 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-19 19:30:48 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=a41723ea1d22273a2c535446ea646ab84f41137b
2020-09-19 19:30:49 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-19 19:30:33 UTC
250 MB
rancher/rancher-agent:v2.5.0-alpha4
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1909-KB4565483-amd64
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:e8a609e7f617bec4bcf5ba70cf691a9884e732141eadfcc9c42c436f917d0164 - 39.21% (97.9 MB)
[#001] sha256:176a4bd330bfd072b56ffdbb984f062c94adc5769ce6a2134b388f8e92b717f4 - 0.0% (890 Bytes)
[#002] sha256:9af460dce600ec8a6e9b6526260039174a9c6a133d558fc4e8c2f59e6ae495df - 0.0% (840 Bytes)
[#003] sha256:a0d3f2217f3847a2c2103130a51e85d3dbd3e2d12f076bc16ed774c8f4a34773 - 0.0% (834 Bytes)
[#004] sha256:f2ba9edf93794bab84fb0e07690c26862a7e9e129acf96e5bfdced6c3bf0d230 - 0.03% (65.5 KB)
[#005] sha256:e49367b1f7899f36e95748d3442c28c85a4331e9d45be6ec919b1cb90e1856b3 - 0.0% (841 Bytes)
[#006] sha256:b29a42fcdf773c2a3862913bb7e7d58db675966a7909849d9e53f0a8c1e3fd00 - 35.64% (88.9 MB)
[#007] sha256:9f8a37ac3aec6d361cd1f1eb6122fa1ed61c19b7d970f3b541f3b3d938bf884b - 0.05% (122 KB)
[#008] sha256:547c54e71f4b4bfe1c93096405f58690b10a6095597fb50223e569cd17e13bc2 - 0.0% (862 Bytes)
[#009] sha256:45d449897a7840319e2e412c755e7d601919c3dc60942ec48ab0c79bf3745225 - 0.0% (850 Bytes)
[#010] sha256:721d568644fd443cc22cb3d198bae1762eb364c5ac82dc81a1e94e16325c0da1 - 0.04% (101 KB)
[#011] sha256:39f66c415a029e4578b3ef2411ca7819c8626ecb228f1ce56a40f6d3626c3596 - 13.06% (32.6 MB)
[#012] sha256:53bcbc7252ee289505cd191696c6de6518fe200e64862a26861c1cc4be39733f - 0.0% (832 Bytes)
[#013] sha256:63b52856773acf69cf0e02cbefd5bd9b2bfcd13f8b346093d25861c45937a6fb - 0.0% (860 Bytes)
[#014] sha256:a1faef27169dfe80cd6063f303df217713427a8c5f06b824b241554d30a156c7 - 0.0% (823 Bytes)
[#015] sha256:c3bf7af848ea298847a5173aa38ecdeabacab50dbc9fd7b4989350433ed10480 - 0.0% (850 Bytes)
[#016] sha256:d4739fb71c4896bc02b27e2bd51f5465f644bc3bd33cb9ddc6f7c7caedf81593 - 0.0% (827 Bytes)
[#017] sha256:2324604e6d0f8608fdfc43c70ba0aad2b48d237f003bad958c5a686bfb20fc0b - 11.97% (29.9 MB)
[#018] sha256:de50429883829df27dba1a8f3a11373d33b147227da23d2b839977611efa6b79 - 0.0% (828 Bytes)
[#019] sha256:7af0faca94da57fc0afcd2c87093c7e40c7df1b9acd29686bbec628e1bf66779 - 0.0% (827 Bytes)
[#020] sha256:9692dc468217974d7c96668449ffe0ae75d180c6ba0673244dc3d40b4658ebe7 - 0.0% (829 Bytes)
[#021] sha256:9060a5eef2152371562657e6e5240a126f369e31699ad6c804863992db3ccbfd - 0.0% (847 Bytes)
[#022] sha256:6eb7d389b3bd68fd8e46dcac075489c51cf3021898cffb7353b7e4cd42940d38 - 0.0% (828 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-19 19:30:17 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.0-alpha4
2020-09-19 19:30:18 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-19 19:30:19 UTCcmd /S /C #(nop) COPY multi:88cac3590925db4376d77691c82c311991bc7f350eb46303d7ef6da32736d3b8 in \etc\rancher\
2020-09-19 19:30:19 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-19 19:30:32 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-19T19:30:30Z
2020-09-19 19:30:33 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-19 19:30:33 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=a41723ea1d22273a2c535446ea646ab84f41137b
2020-09-19 19:30:33 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-19 19:30:34 UTC
250 MB
rancher/rancher-agent:v2.5.0-alpha4
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1903-KB4565483-amd64
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:f07c298b155a926cb3857f19bd243eb37ae8af769486fb258a756447b691840c - 39.21% (97.8 MB)
[#001] sha256:28c5e8c2d232426f7f1af5f0ce56946ee6cb3060b5ff4ae85773791fd09db17a - 0.0% (873 Bytes)
[#002] sha256:b52f710e5d3328dbef0b496b64cb38b8ea7ba9645bba96aceb48f9453576e6f5 - 0.0% (837 Bytes)
[#003] sha256:55fc2f22f5d9c39c7431c5c51b0e75537a2d08181dc0bd272c49751bdb67885c - 0.0% (862 Bytes)
[#004] sha256:771488126e41f4a3dec3b5d8877ee347236f05a57351c698374f1d1efdcbbdad - 0.03% (66.4 KB)
[#005] sha256:fcd3723e443e572be745cea6f03316525b4cfac670bd5a12aed97b9cab22305b - 0.0% (844 Bytes)
[#006] sha256:03db271c5e4bbd4dc330452ee7459456e89ad83ae8af2850813dd03b7e35d99a - 35.64% (88.9 MB)
[#007] sha256:65ea6ba0a04f932210d68a0861c0da62b590a2ffb49902fcb61f3dbc322198d1 - 0.04% (90.4 KB)
[#008] sha256:0cbe6ad83a5ffe3d7c973328a33fd1d0dce89d8f06b8dbf26ec610bb31fd6e2f - 0.0% (861 Bytes)
[#009] sha256:59487b14c6b52ac293c3ff79f6d5c066360440b9563859e200bfb8384dbef482 - 0.0% (829 Bytes)
[#010] sha256:66a9569ee945cba03cc313896ac04c2cbae426b50273569e5dc6072fdd2721be - 0.04% (101 KB)
[#011] sha256:4dbfb023728cf59bd074c60bded2ee3007e263b8f66513ec071c2d96814646a4 - 13.07% (32.6 MB)
[#012] sha256:d32358166ce70c8026d53401f6013496c00d0b488bf2d61bf512b739efe718ac - 0.0% (829 Bytes)
[#013] sha256:9161d2662ba150f84ab4b63550c882944e0aa06b02bffe17d79fa07119f0ffaa - 0.0% (853 Bytes)
[#014] sha256:d68b2d44a58ec503818312d6f496abeb053d4c1f33ab283190d77bc9b990f7b3 - 0.0% (832 Bytes)
[#015] sha256:1698eef1eeb7adebfc807a3a817f04c80a6c31b62b9fe10fd33bbf2f6aa150ad - 0.0% (831 Bytes)
[#016] sha256:a82e0a75df97fcb55b6c6bc7f44f030daac02f8725791ca2aa408ed955b61ada - 0.0% (827 Bytes)
[#017] sha256:ced9b1bade1d73617d5e181f0aa7d37595245effdb24c8db1fbb79410b0dd550 - 11.97% (29.9 MB)
[#018] sha256:5f5ad8afd9e6792375efc75a49bc0e8b60e1ac4670ad0cfb99d27092115b6d14 - 0.0% (853 Bytes)
[#019] sha256:4166cb0e12a1435b20ce1289543143c60794492a75cc56a9e496ccc6f51d2fed - 0.0% (861 Bytes)
[#020] sha256:4d348b6b181bf71c9661e96cc44e058f248bb9ff2ca9e25febd0ec618a48bba2 - 0.0% (827 Bytes)
[#021] sha256:445e48c9c8b2e1ac597e71844b0c7a0712239ecede8e01147176cd2c0466163f - 0.0% (856 Bytes)
[#022] sha256:f7aad4d638e08c4f25de1ce1a3167eaacc2c951bb095802b7cc02f6bc5ba143a - 0.0% (858 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-19 19:30:16 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.0-alpha4
2020-09-19 19:30:16 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-19 19:30:17 UTCcmd /S /C #(nop) COPY multi:88cac3590925db4376d77691c82c311991bc7f350eb46303d7ef6da32736d3b8 in \etc\rancher\
2020-09-19 19:30:18 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-19 19:30:32 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-19T19:30:30Z
2020-09-19 19:30:33 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-19 19:30:33 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=a41723ea1d22273a2c535446ea646ab84f41137b
2020-09-19 19:30:34 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-19 19:35:09 UTC
145 MB
rancher/rancher-agent:v2.5.0-alpha4
DOCKER_API_VERSION1.24
DOCKER_URLDOCKER_URL_arm64
DOCKER_URL_amd64https://get.docker.com/builds/Linux/x86_64/docker-1.10.3
DOCKER_URL_arm64https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64
KUBECTL_VERSIONv1.17.6
KUBEPROMPT_VERSIONv1.0.10
LOGLEVEL_VERSIONv0.1.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:e2d8ee3976bc7c15c8a5279cdf0249b7e41b2a489771330d0f7affb26dd7acfb - 15.61% (22.6 MB)
[#001] sha256:5007857f7b9b52d6efdfea9e086e6eaf35519130ff97bfe89970353f0ae53f13 - 0.0% (848 Bytes)
[#002] sha256:43927e60f12d8b877ded6af5048b2ac5753fe78caba77a6bbbece4f98559b672 - 0.0% (186 Bytes)
[#003] sha256:fee22ad8745a2db73294c8c727459a4e05b938272c80ebb21a74f420715dfe08 - 0.0% (123 Bytes)
[#004] sha256:28006024bb1896897faf5341765741f3d44196b643feb01042f0a62f6eb01904 - 34.58% (50.1 MB)
[#005] sha256:c9669d8ec2134993a2d4b79266d8a97e53488c799aacabd1f1d2470273dad07c - 1.34% (1.94 MB)
[#006] sha256:5e107d26d7fddc58f044514c9c94df14100961071a8d43d4f80e416c6f6b735b - 17.01% (24.6 MB)
[#007] sha256:39f8d002260fb94f4c81ca523809c9aacc7f8728c89ef6961989b73753346ba9 - 12.47% (18.1 MB)
[#008] sha256:85a147c42d5055ce22888d3de127c0ca063f5c0aabf9ef1143c28e0a38c61e1e - 18.99% (27.5 MB)
[#009] sha256:eaa9be5eeb67fadb1cf45de4faa6153ff926354bb220c63e5d20f61cc0df5fbf - 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-19 19:34:36 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-09-19 19:34:36 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-19 19:34:37 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-09-19 19:34:37 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-09-19 19:34:57 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-19 19:34:58 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-09-19 19:34:59 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-19 19:34:59 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-09-19 19:35:01 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-19 19:35:01 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-09-19 19:35:02 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-09-19 19:35:02 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-19 19:35:02 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.0-alpha4
2020-09-19 19:35:02 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-09-19 19:35:06 UTC/bin/sh -c #(nop) COPY dir:c0348a6276b7fb2bac1263b4d1122b86c117473bc2eed06f15e43f8f6a7f1e7b in /var/lib/rancher-data
2020-09-19 19:35:07 UTC/bin/sh -c #(nop) COPY multi:29e7879d06927f891a6e0328235062a56ebf68d462ae2a8421729abab3c0df56 in /usr/bin/
2020-09-19 19:35:08 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-09-19 19:35:08 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-09-19 19:35:08 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-19T19:34:22Z
2020-09-19 19:35:09 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-19 19:35:09 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=a41723ea1d22273a2c535446ea646ab84f41137b
2020-09-19 19:35:09 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.