2020-07-16 19:51:00 UTC
105 MB
rancher/rancher-agent:v2.4-3316-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:a1125296b23d78a3585a7910d649fbf0cc56284f9d2066e3243e8bc18f90b308 - 24.34% (25.5 MB)
[#001] sha256:3c742a4a0f38c95e690ad2dad8909c0cb232911418ac94a73da2a28becc7b734 - 0.03% (34.5 KB)
[#002] sha256:4c5ea3b329965bf7239f4e4f484915a444ec6d78b532ae12525934d4f6f7ac9a - 0.0% (852 Bytes)
[#003] sha256:1b4be91ead68299f53759fd80c135e0dde0eb797e91eb8fbc5a708a506e0c433 - 0.0% (162 Bytes)
[#004] sha256:b72d6af6b44157a237d7960cc335e04f951a83c5b227e51da132ca94af4991c4 - 0.0% (123 Bytes)
[#005] sha256:e3c94b7de7851eda91e3596c0981f74d8c3af88ac367d5f8747347798717a619 - 28.93% (30.3 MB)
[#006] sha256:b9f8f67b7911cba9d74a46e548474f619ea6058975e0adb08337b1aecd9f9acc - 2.11% (2.2 MB)
[#007] sha256:4a8998f92bc1444a55a352492df589f2051313ac1face8b2f736f948bbdeb852 - 1.16% (1.22 MB)
[#008] sha256:fdbb0cc37f3866a4634ef14d5e44120e8440bda86556a72f6b9dbb6e4e400d92 - 25.4% (26.6 MB)
[#009] sha256:0d848da1d59db68c699c1157701fa41e0561c881f18900025110883aebc227ff - 18.03% (18.9 MB)
/bin/sh -c #(nop) ADD file:0b40d881e3e00d68de1f1df0a565385bb838144b83814df891c994f466e9efa2 in /
2020-07-06 21:56:09 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-07-06 21:56:10 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-07-06 21:56:11 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-07-06 21:56:11 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-07-16 19:50:25 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-07-16 19:50:25 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-07-16 19:50:26 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-07-16 19:50:26 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-07-16 19:50:51 UTC|1 ARCH=amd64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends 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-07-16 19:50:52 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-07-16 19:50:53 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-07-16 19:50:54 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-07-16 19:50:54 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-07-16 19:50:56 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-07-16 19:50:56 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-07-16 19:50:57 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-07-16 19:50:57 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-07-16 19:50:57 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-3316-head
2020-07-16 19:50:57 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-07-16 19:50:58 UTC/bin/sh -c #(nop) COPY multi:92da7b0ae92ca54439a3bbdd3faedfe7bc6602fec0e28f34574643a550f094d7 in /usr/bin/
2020-07-16 19:50:59 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-07-16 19:50:59 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-07-16T19:50:20Z
2020-07-16 19:50:59 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-07-16 19:51:00 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=5996e9efad4fc0d685299ed06a88a6ddb51f6fb7
2020-07-16 19:51:00 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-07-16 19:44:41 UTC
231 MB
rancher/rancher-agent:v2.4-3316-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1809-KB4561608-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:c7d6d47ff7dfb2aa4d4e819641b93ec971e8541978dff0ffc24c193babeb8c07 - 41.63% (96.4 MB)
[#001] sha256:064f6e13641ddec76b3d5caa790ecfb9ac966888cc7c0317cdeac846da344792 - 0.0% (844 Bytes)
[#002] sha256:660e52098fe1e071af260c33f93d1312a5b9f05e48a5613b09ad3ebac133cfa2 - 0.0% (839 Bytes)
[#003] sha256:1f41ea4f00413672b6d490e9edb4b5032d3603b23eea7a315a05ae4cec4b6142 - 0.0% (832 Bytes)
[#004] sha256:daba9e4c57b6255f878c5931273dc80ab6f40878cdb14513f738bfd57f5b5fca - 0.03% (66 KB)
[#005] sha256:00e6d03b67a1e984fcb58ee60b2b777f35053442b71c86de2e130ecf9d1e9f30 - 0.0% (835 Bytes)
[#006] sha256:ad3b7f81dad77e7d4d8b91f574121c1f358288ab3eb1eb02d41d715dd593d22e - 38.4% (88.9 MB)
[#007] sha256:a65512c0e539ffcab674cb104d2af874222f5c5987d175c6c38c574dcadb0619 - 0.04% (95.5 KB)
[#008] sha256:465328ca2d13059d86b4e0937e8e578a1ea7f4b9ed6fc68137ed0ff68ab628de - 0.0% (865 Bytes)
[#009] sha256:0bdb121e88345a136a6b0fc4f2fb600075269827f02b335edc21e31c27517279 - 0.0% (847 Bytes)
[#010] sha256:633f487708c07e9feccd3c0a13402f7859a4a4d4ea07d99b5500f5eec28abd31 - 0.04% (96.5 KB)
[#011] sha256:7e586e8e9022931eea92533972ae30d38d45892893b09b59802bf2e4c7531d55 - 14.08% (32.6 MB)
[#012] sha256:9cb5ea212924ef0e0b4f06981477fccad08e8589629c1a1ed8fa00167812207f - 0.0% (824 Bytes)
[#013] sha256:3b2908ba05219a84e7c9d30c705290ff8bd0f50c5940cf58f74a8547fc01c864 - 0.0% (851 Bytes)
[#014] sha256:c4de10049a1ad27fdc1a8092953140757339f50febf01af82afbc09aefe36473 - 0.0% (829 Bytes)
[#015] sha256:34bb7566fd56f14e75c6ce952d275b5c3c37dafa1633ebe0e617ce00da9f5b0e - 0.0% (849 Bytes)
[#016] sha256:df318220218ba0333bc43c9df86633e5a87c3eb31980ba038e003c853b08ac3c - 0.0% (851 Bytes)
[#017] sha256:3eed1eb0bd27ac9b79a479fe53427a9c247d34a95567a09aa479be423554ec5f - 5.78% (13.4 MB)
[#018] sha256:261f6fa21d5577bbf1268af9485bdb48466c0fac1e2fdc0e63331830098922af - 0.0% (822 Bytes)
[#019] sha256:7255c1ebd8595b5b990720e418ae00015bbe7ab37382ba499909829c14bc04f3 - 0.0% (852 Bytes)
[#020] sha256:b44ae95eea08d416156bca211e2e7e79ee898c95effcf383f3b184ec4d9dc852 - 0.0% (831 Bytes)
[#021] sha256:ab7d356f2e224f37a8b677d2bc353e0e74dcfb8ba0657423a339408aa659eec5 - 0.0% (835 Bytes)
[#022] sha256:6a00f7f841564d0c9267db59558477b67ccaa73af175a50bfe5572e31feedf66 - 0.0% (805 Bytes)
Apply image 1809-KB4561608-amd64
2020-07-13 17:42:52 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-07-13 17:42:53 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-KB4561608-amd64
2020-07-13 17:42:53 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-07-13 17:43:04 UTC|1 fromTag=1809-KB4561608-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-07-13 17:43:05 UTCcmd /S /C #(nop) USER ContainerUser
2020-07-13 17:43:24 UTCcmd /S /C #(nop) COPY dir:040d51c7eac90640b5a64a9ce38f47ece7a96f727b607e97781b54e8dcd31e31 in C:\Program Files\PowerShell
2020-07-13 17:44:05 UTC|1 fromTag=1809-KB4561608-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-07-13 17:44:05 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-07-14 19:51:57 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-07-14 19:51:58 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-07-14 19:52:00 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-07-14 19:52:00 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-07-14 19:52:01 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-07-14 19:52:01 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-07-16 19:44:38 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-3316-head
2020-07-16 19:44:38 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-07-16 19:44:39 UTCcmd /S /C #(nop) COPY multi:08dd4bd8ddf74fd28d1ea249a886b2e59bbf4ddbe10b845ec51d3e6c7179cd27 in \etc\rancher\
2020-07-16 19:44:39 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-07-16 19:44:40 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-07-16T19:44:36Z
2020-07-16 19:44:40 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-07-16 19:44:40 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=5996e9efad4fc0d685299ed06a88a6ddb51f6fb7
2020-07-16 19:44:41 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-07-16 19:44:55 UTC
233 MB
rancher/rancher-agent:v2.4-3316-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1909-KB4560960-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:f43060d5d9153f6409cfe7216e9f38490927cf92b644f7f96e33931b0e890359 - 42.0% (97.9 MB)
[#001] sha256:f326819bcb8546f0176095ad65eb55c88f230b6333cb54e3c239232a5a0c648d - 0.0% (825 Bytes)
[#002] sha256:074b50916a28c2d1c68c135a874c4388efbae6bcd5e690b4dc18463248e7a781 - 0.0% (836 Bytes)
[#003] sha256:9db4f5d793bdcc25c38d92a6a9185e114fde2547a03d20ef943e68fd0a516ada - 0.0% (839 Bytes)
[#004] sha256:d948ef382c3c0562e761690cab73ae1525592a1b1233a6603c73ea4ff9ceb543 - 0.03% (64.7 KB)
[#005] sha256:675b28783abaaa442e25cc628636e3d3dd5ef760844ee23d92ccab722475bed2 - 0.0% (840 Bytes)
[#006] sha256:9bf66e34a2b17db0827bbdbac9c216b951b0871e0a779067d54a4a7796db365f - 38.14% (88.9 MB)
[#007] sha256:63557660ddaa81b01454fbfc593524b721d0e331c3883b87c952cd2543c6ff07 - 0.05% (126 KB)
[#008] sha256:dca428fe8fe88acd0a1d780a8a6d96c23d858a7ce35b608a1c65260f76c451a2 - 0.0% (840 Bytes)
[#009] sha256:8afea105f028821b71ac1ac1adfd4dad7326ea770773d1eeed5645bdbe3da72c - 0.0% (825 Bytes)
[#010] sha256:5406d6bdf2205676ff71f408594d0e15755192e13f7cef7b0880f2e017e139cb - 0.04% (101 KB)
[#011] sha256:1c34c785c242a0f8460315cd7fbf96791dbf6aada0562ffef265f32187a5f56e - 13.99% (32.6 MB)
[#012] sha256:e8bfea493588a6c5939c5ba083132a6b3abe93a1e361caf4b82028161f562913 - 0.0% (824 Bytes)
[#013] sha256:a5600aabfb201a5c9606e56ac7b5ddd18bbe47cc49003dccc1641a5bf0196d4c - 0.0% (848 Bytes)
[#014] sha256:47b9306ff2a4e7156165b6d13bbdd0142dee29662f8150c9db5cb448152ef0d7 - 0.0% (829 Bytes)
[#015] sha256:ba7138bbdd288c72ffbce21cb27e2e7e6d6592156478ce34a85ef60cccc09c9e - 0.0% (851 Bytes)
[#016] sha256:9ca2c60aaf2051c95cb449eb10a43c5cd860013f29e69cb52341882438b5d228 - 0.0% (830 Bytes)
[#017] sha256:54ef7e7d41dd9ecebb822367a98f4739d4d56cb5a83ca9e40b012908a60793e0 - 5.74% (13.4 MB)
[#018] sha256:8ff21acaee89c99a04b3c0078f4575fe006f277bb55ecc34ac735c77c91d54ba - 0.0% (834 Bytes)
[#019] sha256:7c806387d9bba09e87261a4ac870db099dcfd0786fd9646e8c76931ad3e01ff9 - 0.0% (829 Bytes)
[#020] sha256:a4dcc18d1e6bbdb78e45e531a26f16a9794fe6eeac3481d507e0ab6f3151558d - 0.0% (829 Bytes)
[#021] sha256:1a0fa1a84bcd1dc4c2775d4d23f5ee179dff09049375e6cca7940ab033529f96 - 0.0% (850 Bytes)
[#022] sha256:2d3d843798106f1374d4ed97546ee0c07c41c66260a6b67e0442a92d322cf611 - 0.0% (827 Bytes)
Apply image 1909-KB4560960-amd64
2020-07-13 17:56:03 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-07-13 17:56: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-KB4560960-amd64
2020-07-13 17:56:04 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-07-13 17:56:35 UTC|1 fromTag=1909-KB4560960-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-07-13 17:56:36 UTCcmd /S /C #(nop) USER ContainerUser
2020-07-13 17:56:53 UTCcmd /S /C #(nop) COPY dir:040d51c7eac90640b5a64a9ce38f47ece7a96f727b607e97781b54e8dcd31e31 in C:\Program Files\PowerShell
2020-07-13 17:57:33 UTC|1 fromTag=1909-KB4560960-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-07-13 17:57:34 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-07-14 19:53:00 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-07-14 19:53:01 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-07-14 19:53:04 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-07-14 19:53:04 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-07-14 19:53:05 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-07-14 19:53:05 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-07-16 19:44:52 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-3316-head
2020-07-16 19:44:52 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-07-16 19:44:53 UTCcmd /S /C #(nop) COPY multi:08dd4bd8ddf74fd28d1ea249a886b2e59bbf4ddbe10b845ec51d3e6c7179cd27 in \etc\rancher\
2020-07-16 19:44:54 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-07-16 19:44:54 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-07-16T19:44:50Z
2020-07-16 19:44:54 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-07-16 19:44:55 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=5996e9efad4fc0d685299ed06a88a6ddb51f6fb7
2020-07-16 19:44:55 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-07-16 19:44:59 UTC
233 MB
rancher/rancher-agent:v2.4-3316-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1903-KB4560960-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:c40da4de5e84fba9e2c0f302d2d30570160680b4a2d4ae5a558796337e2dfca2 - 42.0% (97.9 MB)
[#001] sha256:7018c5d83787026f11a58e1d7d3ad4409fcc963603faec5469c17aafd6913db2 - 0.0% (861 Bytes)
[#002] sha256:8abf4eac1c2d73222f59d13df1646d60be695f7034bb44ab7e60e33684fcecdd - 0.0% (834 Bytes)
[#003] sha256:9af4fdb3cf38bbe4825ff04e2fac802782171257063b853c79f14186973f01af - 0.0% (862 Bytes)
[#004] sha256:dd4d9e3d82a2a9b1d769cd0758f521fc85df0a53336e3644d54b6dc4119d36c0 - 0.03% (61.9 KB)
[#005] sha256:d79119027d6e6f68254e0e508a4cff3e84ac497c6524226fd84fd0cb9c51501a - 0.0% (837 Bytes)
[#006] sha256:6c80d403ebd71934c815a560b77517f9fffe43e234088643b98176d3b10c433d - 38.15% (88.9 MB)
[#007] sha256:2de4ba3dba6715291e76aad42d203e3050b60ac769fe708f3df8e3546c639ee1 - 0.05% (125 KB)
[#008] sha256:9a8fb41b8a05040cd696c29e70fa289c42766e824cf5a7084c2a1df4dd8b9ef2 - 0.0% (834 Bytes)
[#009] sha256:59b5c608ea3f4256586aeeac61726dbef1ab0c54a72fec03cc4fde5d0cff65e0 - 0.0% (829 Bytes)
[#010] sha256:6588aa814ebd3ae1a77c03129513f148e4c0f15cd04c0202d322dcd8404aaaea - 0.04% (101 KB)
[#011] sha256:e7e35dd7fe297049068216c3d2c0608430d3412bfe8fb0125c11c9dd4b69d72e - 13.99% (32.6 MB)
[#012] sha256:30f926ae286e9be0f93a86232ea34bb59f8e3b6f4b6df6178bb87f9b4324f025 - 0.0% (827 Bytes)
[#013] sha256:5845d46ac9bf43a08fa75bf8991877b0c2f939e3873dea98829a3f38ea054255 - 0.0% (826 Bytes)
[#014] sha256:a6fbca5a8c4bcc15483e30d793427412e2eb99ae66df748602c13acfd02d899a - 0.0% (827 Bytes)
[#015] sha256:ba60609a2b253295f64ae1fb6e8ccc57336026392467ff467c8bfc48ce327948 - 0.0% (831 Bytes)
[#016] sha256:b9dd86b382dcbe603fa15b342f1f125437eba6cc71bb641904683c3a2fe12247 - 0.0% (812 Bytes)
[#017] sha256:bd890e2e22c52dc72ac6d6ae1fa26cb9dba6fd44b6bd904696afd5819e0ae7df - 5.74% (13.4 MB)
[#018] sha256:b6145c5a27cfa02edd2dbedba48eb729826ed67f4f442eaaf8b934117c263931 - 0.0% (830 Bytes)
[#019] sha256:17dade509a85b3a97e48e51967793381dc443891b61ab0f6161e9256378427d3 - 0.0% (831 Bytes)
[#020] sha256:514807947b445ed8e69a669215cf8774c5804d8025b9541bc72c824ffb6b6cc6 - 0.0% (809 Bytes)
[#021] sha256:0857bd821aeca5ec8d67b1f94ee206c51b176602c28a1cd27fdcd65dc21f3698 - 0.0% (832 Bytes)
[#022] sha256:7b0d9e1750217251c1243d764ec9b7edc82d8ffc79d28cb29f17aa1408e4d6ef - 0.0% (879 Bytes)
Apply image 1903-KB4560960-amd64
2020-07-13 17:49:49 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-07-13 17:49:49 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-KB4560960-amd64
2020-07-13 17:49:50 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-07-13 17:50:17 UTC|1 fromTag=1903-KB4560960-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-07-13 17:50:18 UTCcmd /S /C #(nop) USER ContainerUser
2020-07-13 17:50:34 UTCcmd /S /C #(nop) COPY dir:040d51c7eac90640b5a64a9ce38f47ece7a96f727b607e97781b54e8dcd31e31 in C:\Program Files\PowerShell
2020-07-13 17:51:13 UTC|1 fromTag=1903-KB4560960-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-07-13 17:51:13 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-07-14 19:52:34 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-07-14 19:52:35 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-07-14 19:52:37 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-07-14 19:52:38 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-07-14 19:52:38 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-07-14 19:52:39 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-07-16 19:44:56 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-3316-head
2020-07-16 19:44:57 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-07-16 19:44:57 UTCcmd /S /C #(nop) COPY multi:08dd4bd8ddf74fd28d1ea249a886b2e59bbf4ddbe10b845ec51d3e6c7179cd27 in \etc\rancher\
2020-07-16 19:44:58 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-07-16 19:44:58 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-07-16T19:44:55Z
2020-07-16 19:44:59 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-07-16 19:44:59 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=5996e9efad4fc0d685299ed06a88a6ddb51f6fb7
2020-07-16 19:44:59 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-07-16 19:57:03 UTC
95 MB
rancher/rancher-agent:v2.4-3316-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:68fe03cb170d6a5101858131ae1eac5393a4f018d70abfcd1348fd240ee0ccc5 - 23.81% (22.6 MB)
[#001] sha256:18959295effbb87ec216a036a1821f8b7e183072faaa80a6d7f97aa14b51b2af - 0.04% (34.4 KB)
[#002] sha256:51118fb70ce38c0c2e667ecd5fc941590875e2fd9e55dd17c90073f085ba5970 - 0.0% (852 Bytes)
[#003] sha256:409a5d9eae931d5a3b5a3bcb840e11167c2d3d03ec22258cde67197babf908ed - 0.0% (187 Bytes)
[#004] sha256:597f7560f54f0be2d610f6d7d9b11f6e6c35e9c489b0627b44429c79797597ed - 0.0% (123 Bytes)
[#005] sha256:709c007dadc69e9b92f461515f3fef6293555c4858662a24be80c31292d1b2bc - 28.82% (27.4 MB)
[#006] sha256:362bd2e37a5c63e802db3eb2413eefab2a38d5c41525805e2065dc4b9a3fa2ce - 2.04% (1.94 MB)
[#007] sha256:3cdccad46c9b9f0c1c0ab5abf37c045cb2155535d4a73ce2e04d39e1375d11b2 - 1.19% (1.13 MB)
[#008] sha256:f8c7ec0e027a5b50e4565c37bf7fff3e2fbe08463a67a8e6ea33fc580aa5a587 - 25.93% (24.6 MB)
[#009] sha256:67652435b020e9dcdf021ccab26d1c80aea60659c0270d91f9404b4ff0d65e45 - 18.17% (17.3 MB)
/bin/sh -c #(nop) ADD file:090a5d48524c4b10f867bf6bb80c106a69bf839c876de86912ed0c633349a1ab in /
2020-07-06 22:04:56 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-07-06 22:04:58 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-07-06 22:05:00 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-07-06 22:05:01 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-07-16 19:56:27 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-07-16 19:56:27 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-07-16 19:56:28 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-07-16 19:56:29 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-07-16 19:56:55 UTC|1 ARCH=arm64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends 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-07-16 19:56:55 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-07-16 19:56:57 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-07-16 19:56:58 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-07-16 19:56:58 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-07-16 19:57:00 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-07-16 19:57:00 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-07-16 19:57:00 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-07-16 19:57:00 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-07-16 19:57:01 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-3316-head
2020-07-16 19:57:01 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-07-16 19:57:02 UTC/bin/sh -c #(nop) COPY multi:7e94d29f43de389774546f2e58304386645f1d58b173328d8b30785b5d487301 in /usr/bin/
2020-07-16 19:57:02 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-07-16 19:57:03 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-07-16T19:56:23Z
2020-07-16 19:57:03 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-07-16 19:57:03 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=5996e9efad4fc0d685299ed06a88a6ddb51f6fb7
2020-07-16 19:57:03 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.