2020-08-05 22:58:53 UTC
114 MB
rancher/rancher-agent:master-3416-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:7595c8c21622ea8a8b9778972e26dbbe063f7a1c4b0a28a80a34ebb3d343b586 - 22.24% (25.5 MB)
[#001] sha256:d13af8ca898f36af68711cb67c345f65046a78ccd802453f4b129adf9205b1f8 - 0.03% (34.5 KB)
[#002] sha256:70799171ddba93a611490ba3557d782714b3f4da8963d49ac8726786ba8274a5 - 0.0% (848 Bytes)
[#003] sha256:b6c12202c5ef07dc9eb8f9d9e71407064684ed70f8c4040b62679b7d30200840 - 0.0% (161 Bytes)
[#004] sha256:a76643cdfdd26f1fc46c58ff340cb08f6e8fbe530fbfc246ed58b603cb08b23c - 0.0% (124 Bytes)
[#005] sha256:6e0cc1f74ad6180702b802b1f6e15c62c1c61b4d96a5b578936dc4c4a2c41b41 - 26.44% (30.3 MB)
[#006] sha256:4895be44e8710dc3cf4c2e2fe8bb41833ad247ae0e017ecbfd03eb7573beb435 - 1.92% (2.2 MB)
[#007] sha256:7522437ff875e5cbedc63676dd8d61e907d22a8e0d1a657d59d086e3b5f9719d - 1.06% (1.22 MB)
[#008] sha256:73ee77be9c09200b216398521f63325b181f1c4b8951bb22a814eff129f4aea4 - 23.21% (26.6 MB)
[#009] sha256:44b3362bcfe31bada7a9deea71dd2d476344cb214d29b4103f25a5e5dcaf05ee - 25.1% (28.7 MB)
/bin/sh -c #(nop) ADD file:7d9bbf45a5b2510d44d3206a028cf6502757884d49e46d3d2e6356c3a92c4309 in /
2020-07-24 14:38:20 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-07-24 14:38:21 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-24 14:38:21 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-07-24 14:38:22 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-08-05 22:58:28 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-08-05 22:58:28 UTC/bin/sh -c #(nop) ENV DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 DOCKER_URL_arm64=https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64 DOCKER_URL=DOCKER_URL_amd64
2020-08-05 22:58:29 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-08-05 22:58:29 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-08-05 22:58:46 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-08-05 22:58:46 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-08-05 22:58:47 UTC|1 ARCH=amd64 /bin/sh -c curl -sLf https://github.com/rancher/loglevel/releases/download/${LOGLEVEL_VERSION}/loglevel-${ARCH}-${LOGLEVEL_VERSION}.tar.gz | tar xvzf - -C /usr/bin
2020-08-05 22:58:48 UTC|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.7/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin
2020-08-05 22:58:48 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-08-05 22:58:50 UTC|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/c-bata/kube-prompt/releases/download/${KUBEPROMPT_VERSION}/kube-prompt_${KUBEPROMPT_VERSION}_linux_${ARCH}.zip > /usr/bin/kube-prompt.zip && unzip /usr/bin/kube-prompt.zip -d /usr/bin
2020-08-05 22:58:50 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-08-05 22:58:50 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-08-05 22:58:50 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-08-05 22:58:51 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3416-head
2020-08-05 22:58:51 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-08-05 22:58:52 UTC/bin/sh -c #(nop) COPY multi:5a01d442d2038b044b8d19c8669c15ec76079965857f6d946eb9c9275500388d in /usr/bin/
2020-08-05 22:58:52 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-08-05 22:58:52 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-08-05T22:58:24Z
2020-08-05 22:58:53 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-08-05 22:58:53 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=74853f3bf5a5010252a2e32e8492027d26b0b5f4
2020-08-05 22:58:53 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-08-05 22:54:18 UTC
246 MB
rancher/rancher-agent:master-3416-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 - 39.13% (96.4 MB)
[#001] sha256:2bb9710c0cb62c6bfbfc6eeb105dcb787f544b73e14792c9184b04c2cfcdd313 - 0.0% (950 Bytes)
[#002] sha256:5b6a6e88dff855da73e7f7779dc08ee323bc9e14a373677baf3970083d78d148 - 0.0% (836 Bytes)
[#003] sha256:b94e5a8e96f95df44f9650bf1e17d42e134ae78cca0df5e1465264605291a60b - 0.0% (840 Bytes)
[#004] sha256:a44d7f3cc195f81f823b2b183ced2698bea0623ca69860324753ad9b2179d925 - 0.03% (71.4 KB)
[#005] sha256:4e8708ebb942fc4ad365937323b0917e9c2034c1b1a0361b634ecd69d701903a - 0.0% (843 Bytes)
[#006] sha256:478252e18c8caf434e5375da6c2bc1a0b3130fe654c46652bc6150b84a8b92f5 - 36.11% (88.9 MB)
[#007] sha256:e1a35b4a1cb394a030e8c448c74160a480b42eaebadb16c2e08421ef9cdd74ea - 0.04% (96.4 KB)
[#008] sha256:43434f33e8b25d7d6b9597dcf6b8253ec140beb7b67430627dd3c1b89e9d8b15 - 0.0% (838 Bytes)
[#009] sha256:d747bba799db37734b369cee2d66157e2472fbbad2f7c8475053210448d812cf - 0.0% (856 Bytes)
[#010] sha256:3a015885a68d8ca48bf0070f43c3cbb0829cf93f7709cefbd8bdc628d774bf26 - 0.04% (96.5 KB)
[#011] sha256:897825c478ab401bd29aeec508022fd770a992ce705f0e6b0f80cd757f2e79dc - 13.24% (32.6 MB)
[#012] sha256:9510cbd35631a694676195c9102533baae9a28af73bbd48abccfa7a3e211f51f - 0.0% (826 Bytes)
[#013] sha256:e2d3524dac5693cb4cf1ef280004a5339a32168ef53163f83b05f5d3609956c0 - 0.0% (853 Bytes)
[#014] sha256:c34c598e9a8775479459ed0af269be91dfcedd8aa937f7e83e9c7a654911235d - 0.0% (832 Bytes)
[#015] sha256:c195e366ab016d11647397afc107ea7cbe6ade5afa5afd5909f79ff4a875f034 - 0.0% (829 Bytes)
[#016] sha256:f8e19e0b0308513d7cb7f9233211970bfdd88a73d20301696acedd15b9f22306 - 0.0% (853 Bytes)
[#017] sha256:8e7b4b4dc784b8cb750987fb043ae7c43961a043c1fec6280b490f79800b00ba - 11.41% (28.1 MB)
[#018] sha256:ffff8999b8ae2e65290f973b29e1b124a70a7fe2aa9d607f6526f681a7448d86 - 0.0% (829 Bytes)
[#019] sha256:ab04448f8c8fee9b505e3642cd22090e2c085cdac0a6b902cb8a01f3e1e8d346 - 0.0% (831 Bytes)
[#020] sha256:4d92b5c24826f329e2a66bf358d1b194effbf37c194831f5210e6a22eaa3decc - 0.0% (831 Bytes)
[#021] sha256:d416544468f3dad63fbb4b28210c0fc55ea39271abe2255ebee17d8e8e1adb24 - 0.0% (857 Bytes)
[#022] sha256:72da637ea271f5b77583dc5a62849e71c95a8d7b74bd68e2d207f11d9a7b916b - 0.0% (829 Bytes)
Apply image 1809-KB4561608-amd64
2020-07-16 01:04:35 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-07-16 01:04: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-1809-KB4561608-amd64
2020-07-16 01:04:39 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-07-16 01:04:50 UTC|1 fromTag=1809-KB4561608-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-07-16 01:04:51 UTCcmd /S /C #(nop) USER ContainerUser
2020-07-16 01:05:18 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-07-16 01:05:54 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-16 01:05:54 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-08-03 16:13:26 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-08-03 16:13:27 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-08-03 16:13:30 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-08-03 16:13:30 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-08-03 16:13:31 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-08-03 16:13:31 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-08-05 22:54:14 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3416-head
2020-08-05 22:54:14 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-08-05 22:54:16 UTCcmd /S /C #(nop) COPY multi:55872dc69d2903b719fd2c378fddcd47b2f0d9b7531bfdb0c11d58b0dcb2a96d in \etc\rancher\
2020-08-05 22:54:17 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-08-05 22:54:17 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-08-05T22:54:12Z
2020-08-05 22:54:17 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-08-05 22:54:18 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=74853f3bf5a5010252a2e32e8492027d26b0b5f4
2020-08-05 22:54:18 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-08-05 22:54:40 UTC
248 MB
rancher/rancher-agent:master-3416-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1909-KB4565483-amd64
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:e8a609e7f617bec4bcf5ba70cf691a9884e732141eadfcc9c42c436f917d0164 - 39.5% (97.9 MB)
[#001] sha256:ace60531feb4d1910c30c8050125cf834547ce523d03a1928a36f3213d1590e3 - 0.0% (873 Bytes)
[#002] sha256:2d656cadfb61b9ee136600f74875e0eb79080736dc55b496cf9cb1a47dc19543 - 0.0% (840 Bytes)
[#003] sha256:4f2d873f99dac874b811c17acba9d822e702ad8075151772ae676c23f602a757 - 0.0% (814 Bytes)
[#004] sha256:9ed9d4d9e65ea7132b528786d48d3acd5855b61fd5337e2d8a85cd17e1af5f7a - 0.03% (67.4 KB)
[#005] sha256:ac14d05763aa14c6d712c91c2b751409fa7928bc0dfca1b3efe9732e0dea2b13 - 0.0% (833 Bytes)
[#006] sha256:42f5441f31b1dd8a92f4601dfe24337e078a3e05472dfcb07fea649f1cca0b32 - 35.89% (88.9 MB)
[#007] sha256:ea4acc0cac20305c4a21ce57bee29a3b136c7fae592c1bd06379e80778b8f6da - 0.04% (94 KB)
[#008] sha256:d584cc521da3fbebd8130fc7e488aece68c5c57d8a7954e3d3ccbd6ebc8b4b32 - 0.0% (843 Bytes)
[#009] sha256:ba7987f3ac940e7f4e6bf115b59f0cc957302a3abb90ad22235c6a088ec30f50 - 0.0% (826 Bytes)
[#010] sha256:dedfbf25380c2e5fc81730c632c8be25493763819b2335a01298d85bc9b227aa - 0.04% (101 KB)
[#011] sha256:8da85de9ca53a2cac0eae5a3edc0055b2ef73c51642dc67781872cca2698d362 - 13.16% (32.6 MB)
[#012] sha256:6af4db36d091d66d44148d1366f338eb4331f26b2271efea496b92a738ac9a77 - 0.0% (830 Bytes)
[#013] sha256:a422f2368580bb5617ed58747e7f63a1d4e6a6c0a19dda411453cb125b43ec17 - 0.0% (827 Bytes)
[#014] sha256:5f4887128d7fa1120a76d5e093675100168926a8591edc5a639e1f88d0adcd33 - 0.0% (855 Bytes)
[#015] sha256:8665dd582a674fcc82b4664f34d272cf0522c06a9eefd9a36c07636b372974d3 - 0.0% (831 Bytes)
[#016] sha256:fa99704e3bbf5f1165a0330b2dfa9056b1813cc629987ca9c6358ea879705ffa - 0.0% (831 Bytes)
[#017] sha256:7b60eaf461662a194151750f5033ea611f8bf9ffe8ce81842f9eab3ac99e36b8 - 11.34% (28.1 MB)
[#018] sha256:ebf18748453552cfc73818504ce90f3b55049485bbf18198d8f6eb1bb25fe157 - 0.0% (858 Bytes)
[#019] sha256:2cccaeeca22a339579cf189328cb12037db60ff39b3392af57401b53c2eab728 - 0.0% (857 Bytes)
[#020] sha256:c6127229bee42562034aa178deab48cbcb5d60f5a8540ece83972af226a66413 - 0.0% (828 Bytes)
[#021] sha256:69eb9e67a0672a00a11631dab863061bd80f98c640b5ca7b22f8eb2b0dd80cf8 - 0.0% (830 Bytes)
[#022] sha256:983313f0507247e978a7bf4dfb31b3414456bbc3717ac878d866ad9d8cf6c245 - 0.0% (829 Bytes)
Apply image 1909-KB4565483-amd64
2020-07-16 01:20:58 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-07-16 01:20:59 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-07-16 01:21:00 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-07-16 01:21:44 UTC|1 fromTag=1909-KB4565483-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-07-16 01:21:44 UTCcmd /S /C #(nop) USER ContainerUser
2020-07-16 01:22:02 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-07-16 01:22:46 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-07-16 01:22:47 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-08-03 16:15:16 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-08-03 16:15:17 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-08-03 16:15:19 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-08-03 16:15:20 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-08-03 16:15:20 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-08-03 16:15:20 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-08-05 22:54:36 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3416-head
2020-08-05 22:54:37 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-08-05 22:54:38 UTCcmd /S /C #(nop) COPY multi:55872dc69d2903b719fd2c378fddcd47b2f0d9b7531bfdb0c11d58b0dcb2a96d in \etc\rancher\
2020-08-05 22:54:39 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-08-05 22:54:39 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-08-05T22:54:34Z
2020-08-05 22:54:40 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-08-05 22:54:40 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=74853f3bf5a5010252a2e32e8492027d26b0b5f4
2020-08-05 22:54:40 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-08-05 22:54:57 UTC
248 MB
rancher/rancher-agent:master-3416-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1903-KB4565483-amd64
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:f07c298b155a926cb3857f19bd243eb37ae8af769486fb258a756447b691840c - 39.49% (97.8 MB)
[#001] sha256:85dc5bae50db07b8fa949e89c7b8084ceb5a0591fd2adf24a9519e2088aa80fa - 0.0% (839 Bytes)
[#002] sha256:f95122a91d81aa783ee39e317611d151830c52ddaee9be1680601e91bd28c751 - 0.0% (872 Bytes)
[#003] sha256:6d8648258909989d58752c75373ad024bbc0c1b979c81c6536c514897341095e - 0.0% (814 Bytes)
[#004] sha256:f4046f0e3a002dbe1dc55dd558d2498e58e3d8aec4fbfe843ebb344f826ae4c8 - 0.03% (66.4 KB)
[#005] sha256:87d232d883c025c7cbc3d98a8cdce89a0c7f3c00d6c90695549168d6ae4a0145 - 0.0% (835 Bytes)
[#006] sha256:8ee8628acfa13ca11e5d6806c934127802c020997ecd8c39fe8b3aa4311c9d9f - 35.9% (88.9 MB)
[#007] sha256:1baa81237cb5370b50e8f174723775912d7e312d630c546d1aca2b0c12c95831 - 0.04% (95.4 KB)
[#008] sha256:18d2da9045305b24ffea375019167c50afe7644d397cc039a3b7bea8d6f9f707 - 0.0% (862 Bytes)
[#009] sha256:bfb5ca3837488115a58c58ddf564eb7ecd49a151b45077dd829b480ec93e4c2a - 0.0% (828 Bytes)
[#010] sha256:93b64878926f88374af76239a002c1bbe62da681e78055885492b7b13b1dc73a - 0.04% (101 KB)
[#011] sha256:5a327b4ead7ae7acd7f897e5f734773e37d4bcc69cb93f565a2bd488cc75ca61 - 13.16% (32.6 MB)
[#012] sha256:13ffe593a24fef65134bfa6b414f59438ff8df13330d0a7746e6aab2583a294c - 0.0% (857 Bytes)
[#013] sha256:f81a1b128066c13d0db6bdb7035c8d4d6a8ea249ebb9f896d0385459a67ced16 - 0.0% (831 Bytes)
[#014] sha256:cdbb59c0421ecc4701531bfe6a7e7c0d97edb8fef2066e38217e47f7815c8197 - 0.0% (854 Bytes)
[#015] sha256:c4e222e5c4ac7ad4e29e223a80325e10a15839f02faab0ae2b80d95419f840ed - 0.0% (829 Bytes)
[#016] sha256:9e2ef48c7c55507d239d9535e747065405eede0fc50d780f486719949a9c819b - 0.0% (829 Bytes)
[#017] sha256:bc600bb8dda5dab06eeb983fe19eaf5cf161a786137a2b0e18f09b2ec8a043b3 - 11.34% (28.1 MB)
[#018] sha256:41af56b7b282a25e76cc27dca7b812d3f3ac4c8f36f19a5d978e79dff6372bf6 - 0.0% (830 Bytes)
[#019] sha256:deab2d2894e8c1e2960db1d9827e23d037648860c7883756acbc2a5d61bbd623 - 0.0% (827 Bytes)
[#020] sha256:4c70e98e94b8773900da2c4ca8371c085a1864c28762d63dd8208cd49f3f761b - 0.0% (851 Bytes)
[#021] sha256:e512934bb6c87a658616a4092f90584ce0e2c71e0dd6acf6fffd9e906fcfb17f - 0.0% (854 Bytes)
[#022] sha256:96df651143d573fdd76ff51fd29ceeb8af0cecd3e0665e8d7e95e0aa2aed80b3 - 0.0% (850 Bytes)
Apply image 1903-KB4565483-amd64
2020-07-16 01:12:59 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-07-16 01:12:59 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-07-16 01:13:00 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-07-16 01:13:43 UTC|1 fromTag=1903-KB4565483-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-07-16 01:13:44 UTCcmd /S /C #(nop) USER ContainerUser
2020-07-16 01:14:04 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-07-16 01:14:43 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-07-16 01:14:43 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-08-03 16:15:05 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-08-03 16:15:05 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-08-03 16:15:07 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-08-03 16:15:08 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-08-03 16:15:08 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-08-03 16:15:08 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-08-05 22:54:53 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3416-head
2020-08-05 22:54:54 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-08-05 22:54:55 UTCcmd /S /C #(nop) COPY multi:55872dc69d2903b719fd2c378fddcd47b2f0d9b7531bfdb0c11d58b0dcb2a96d in \etc\rancher\
2020-08-05 22:54:56 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-08-05 22:54:56 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-08-05T22:54:51Z
2020-08-05 22:54:57 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-08-05 22:54:57 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=74853f3bf5a5010252a2e32e8492027d26b0b5f4
2020-08-05 22:54:57 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-08-05 22:58:57 UTC
104 MB
rancher/rancher-agent:master-3416-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:a114936b480795ec46632c29c96e126744c314983ee0d83354804dc39d1afb46 - 21.72% (22.6 MB)
[#001] sha256:a27ecf0d2a869e5d188121e6b38473e481b66599a26d8df24d22c9170f50bfa9 - 0.03% (34.4 KB)
[#002] sha256:f4eb48eb870f62ec1a7a4a2d753bf2b92dff62a6dbedaeff6db6e41cb33196bc - 0.0% (849 Bytes)
[#003] sha256:0f912b9bb20d998fd0f1a2526d5539f35d34a476da71c783d0041b25b78c0af5 - 0.0% (188 Bytes)
[#004] sha256:a76643cdfdd26f1fc46c58ff340cb08f6e8fbe530fbfc246ed58b603cb08b23c - 0.0% (124 Bytes)
[#005] sha256:7bc090cbee966dd251087626561d891e80531be86273967bedfb206611f5189d - 26.29% (27.4 MB)
[#006] sha256:48ca6be820061eeb0f1e99b63b5135bcaad3b4f2e214d801a4c4e56b91ff1408 - 1.86% (1.94 MB)
[#007] sha256:f9867a8bed08075f16e65290457329e70b55e1faab07401f0c54baf0fc59205c - 1.09% (1.13 MB)
[#008] sha256:92e1c18e21224b825f95349a65a4252dd61ba360b5e747744ed324302a9ebfa6 - 23.65% (24.6 MB)
[#009] sha256:90b162ea5a85bef463227bd67ff77e8d0614469abea503e9bc4643cb881fbf2c - 25.36% (26.4 MB)
/bin/sh -c #(nop) ADD file:146b4b3953060bbe623c06f374b3b3798872e4e1ddfef76071c7c4b69a834622 in /
2020-07-24 16:21:35 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-07-24 16:21:51 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-24 16:23:26 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-07-24 16:23:50 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-08-05 22:58:28 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-08-05 22:58:28 UTC/bin/sh -c #(nop) ENV DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 DOCKER_URL_arm64=https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64 DOCKER_URL=DOCKER_URL_arm64
2020-08-05 22:58:29 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-08-05 22:58:29 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-08-05 22:58:50 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-08-05 22:58:50 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-08-05 22:58:51 UTC|1 ARCH=arm64 /bin/sh -c curl -sLf https://github.com/rancher/loglevel/releases/download/${LOGLEVEL_VERSION}/loglevel-${ARCH}-${LOGLEVEL_VERSION}.tar.gz | tar xvzf - -C /usr/bin
2020-08-05 22:58:52 UTC|1 ARCH=arm64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.7/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin
2020-08-05 22:58:53 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-08-05 22:58:54 UTC|1 ARCH=arm64 /bin/sh -c curl -sL https://github.com/c-bata/kube-prompt/releases/download/${KUBEPROMPT_VERSION}/kube-prompt_${KUBEPROMPT_VERSION}_linux_${ARCH}.zip > /usr/bin/kube-prompt.zip && unzip /usr/bin/kube-prompt.zip -d /usr/bin
2020-08-05 22:58:54 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-08-05 22:58:55 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-08-05 22:58:55 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-08-05 22:58:55 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3416-head
2020-08-05 22:58:55 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-08-05 22:58:56 UTC/bin/sh -c #(nop) COPY multi:3c6ae1e063c13357d43dff90e30c80703639858c6548c7a3fb22d2eaa482fa15 in /usr/bin/
2020-08-05 22:58:57 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-08-05 22:58:57 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-08-05T22:58:26Z
2020-08-05 22:58:57 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-08-05 22:58:57 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=74853f3bf5a5010252a2e32e8492027d26b0b5f4
2020-08-05 22:58:57 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.