2020-08-06 19:39:14 UTC
114 MB
rancher/rancher-agent:master-3422-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:3fbcfebd820c2b8694fcd24019c692affa96c0698dc7b10f76319ea2225eb6b3 - 0.0% (123 Bytes)
[#005] sha256:242da433d2bdf41003cb814452f87d00b296bfc87fdf1fdc25220045d443e11a - 26.44% (30.3 MB)
[#006] sha256:4895be44e8710dc3cf4c2e2fe8bb41833ad247ae0e017ecbfd03eb7573beb435 - 1.92% (2.2 MB)
[#007] sha256:f3b58c2978c8b8d0718b6a80bf39c2a5767fd6b2a705736a5eff1c4aa7d0dba8 - 1.06% (1.22 MB)
[#008] sha256:03551f2e261e7000acce2444b04f9f06544163f8cca5552a4f209daab298f3af - 23.21% (26.6 MB)
[#009] sha256:382407c3e231efa902635bb9afd45224fd9b6a5ed5913222c360a80321d0df36 - 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-06 19:38:48 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-08-06 19:38:49 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-06 19:38:49 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-08-06 19:38:50 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-08-06 19:39:07 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-06 19:39:07 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-08-06 19:39:08 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-06 19:39:09 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-06 19:39:09 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-08-06 19:39:11 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-06 19:39:11 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-08-06 19:39:11 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-08-06 19:39:11 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-08-06 19:39:12 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3422-head
2020-08-06 19:39:12 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-08-06 19:39:13 UTC/bin/sh -c #(nop) COPY multi:715250e97e80976de5901c3749b3b24e41176f4b6c93a1829b2ddcfdd6b33782 in /usr/bin/
2020-08-06 19:39:13 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-08-06 19:39:14 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-08-06T19:38:45Z
2020-08-06 19:39:14 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-08-06 19:39:14 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=ef66c6f2e6d2a27520fcf7e72da1bafa84392569
2020-08-06 19:39:14 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-08-06 19:34:02 UTC
246 MB
rancher/rancher-agent:master-3422-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:39f5a28fe1c842592a95114f9192bb2f311584747a62ef6f45914443c1a20bf5 - 0.0% (808 Bytes)
[#016] sha256:3b7582318b9798c986d7c16d191e2f3bf68a5dc4352abc7fe4e5f795c2840017 - 0.0% (828 Bytes)
[#017] sha256:dc6a7c09131dcf17e8a6186b681529104bc0fe2f52999b536d46827c87c45218 - 11.41% (28.1 MB)
[#018] sha256:d5abe5dc9d2193971050b4d5e80e10bd5bd1194dfb1dc534da750c2988da8899 - 0.0% (823 Bytes)
[#019] sha256:3986e430825e2ad9faa884da40615cdeb9671c9752aec74a3052f25b22236151 - 0.0% (824 Bytes)
[#020] sha256:389940e3f91b0cb08be41ce2e44d92cc410dfda0ac3ece45a86e3145a4131919 - 0.0% (818 Bytes)
[#021] sha256:f6087583cd5f778f9834832df928dcee89fb72fc9080ce3abc50fec893e20273 - 0.0% (830 Bytes)
[#022] sha256:cf04b88dc059ce713e542ddbed176ccdbda4c342b684ca25df65c657c031d1f1 - 0.0% (830 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-06 19:33:58 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3422-head
2020-08-06 19:33:58 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-08-06 19:34:00 UTCcmd /S /C #(nop) COPY multi:2da66a2bc551830e27cc843b6f8d65c1cdc0e757afb3b378bdb1ae3ee59aa781 in \etc\rancher\
2020-08-06 19:34:00 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-08-06 19:34:01 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-08-06T19:33:56Z
2020-08-06 19:34:01 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-08-06 19:34:02 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=ef66c6f2e6d2a27520fcf7e72da1bafa84392569
2020-08-06 19:34:02 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-08-06 19:35:09 UTC
248 MB
rancher/rancher-agent:master-3422-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:bcf9c47a16a874d9e5f2bb867e99012b7b9fa2c42f45484bf79a6867021f5386 - 0.0% (829 Bytes)
[#016] sha256:ddf2f612d80c8b53c8a21adf88f1938e5a0a3e1a3f3332723bef3ba6f38ab775 - 0.0% (830 Bytes)
[#017] sha256:d10f2996f813aba94e5581a530fda3ac349a5633328cd8db6a1204d12e814f55 - 11.34% (28.1 MB)
[#018] sha256:80b2670953b716a7d36dd0d09e0f97de7841a1972c445eaf1f4515fb43b00465 - 0.0% (832 Bytes)
[#019] sha256:9ead427c1f629e8d18c81900faaef65b9b048550087f61ba0882b765cad0bf23 - 0.0% (832 Bytes)
[#020] sha256:465b0f2d23c52c34b117baf0eab3eafad2c2950a177b6b64a781392f8a5aae01 - 0.0% (848 Bytes)
[#021] sha256:e81622cfb5eae6289de65a0119f93ec07096f99386fde10d15935dd0191fcbf1 - 0.0% (854 Bytes)
[#022] sha256:02b4ea45a829fd32faf9256c35a1cc428b12cdc6f4403d6432c7cf233399a4ff - 0.0% (830 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-06 19:35:05 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3422-head
2020-08-06 19:35:05 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-08-06 19:35:06 UTCcmd /S /C #(nop) COPY multi:2da66a2bc551830e27cc843b6f8d65c1cdc0e757afb3b378bdb1ae3ee59aa781 in \etc\rancher\
2020-08-06 19:35:07 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-08-06 19:35:08 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-08-06T19:35:03Z
2020-08-06 19:35:08 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-08-06 19:35:08 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=ef66c6f2e6d2a27520fcf7e72da1bafa84392569
2020-08-06 19:35:09 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-08-06 19:35:01 UTC
248 MB
rancher/rancher-agent:master-3422-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:ebf24faff076ce717f3c13e91bd40844063f014044a196c50392b5a218c565cd - 0.0% (831 Bytes)
[#016] sha256:d0b6d76cd9c5249cc30bd104cd44be2f937e0debac931b70d1f72ec7a40f51b9 - 0.0% (831 Bytes)
[#017] sha256:f2e058df501e7816510c1c6e7f1bc7ccf0cff09f60f33821800fe94958b1c438 - 11.34% (28.1 MB)
[#018] sha256:b2f2db5f9d143903f159f06b8d320dfeae6be46b19e98f75e39b9d41b0b61a63 - 0.0% (828 Bytes)
[#019] sha256:ddbff02ab31de52d28dece39cd22acede7bee927ae68fa34b9c0569aa176de86 - 0.0% (860 Bytes)
[#020] sha256:be19862ed52e912731a2a1c06d3e5f6d1e118e8aae1933cd4d85c75546bc3c58 - 0.0% (831 Bytes)
[#021] sha256:7b967a72a71ca82c6482a7606ced0ee95a7daf3de64bbdf7c599017db7fb3929 - 0.0% (855 Bytes)
[#022] sha256:0461b9db80d497f9806bfcdf12d4660b81b7351cac62161a7fbb765dd2abe663 - 0.0% (825 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-06 19:34:57 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3422-head
2020-08-06 19:34:58 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-08-06 19:34:59 UTCcmd /S /C #(nop) COPY multi:2da66a2bc551830e27cc843b6f8d65c1cdc0e757afb3b378bdb1ae3ee59aa781 in \etc\rancher\
2020-08-06 19:35:00 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-08-06 19:35:00 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-08-06T19:34:55Z
2020-08-06 19:35:01 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-08-06 19:35:01 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=ef66c6f2e6d2a27520fcf7e72da1bafa84392569
2020-08-06 19:35:01 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-08-06 19:37:49 UTC
104 MB
rancher/rancher-agent:master-3422-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:0666745a92df40d2625c6ef6bd6e49b6bb83afbac0b2d5ca2bb77263243f435f - 0.0% (123 Bytes)
[#005] sha256:84bfaea783b26dbf629e881a9e1160b1b2034bcf106e2c273ed721cc0932344a - 26.29% (27.4 MB)
[#006] sha256:48ca6be820061eeb0f1e99b63b5135bcaad3b4f2e214d801a4c4e56b91ff1408 - 1.86% (1.94 MB)
[#007] sha256:1581f015ac8907b8300f8be76c7e9e8df1db8eb5494d4d231f9abf062d5d43b9 - 1.09% (1.13 MB)
[#008] sha256:a2b659e44f73b1871e83f33f6dd784cb28891783772ca96412fec87b086e448e - 23.65% (24.6 MB)
[#009] sha256:3d12ae8e5818b943e51338342021d690877d4e9901ebedeacf3edea6bfc2ef98 - 25.35% (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-06 19:37:24 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-08-06 19:37:24 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-06 19:37:25 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-08-06 19:37:25 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-08-06 19:37:41 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-06 19:37:42 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-08-06 19:37:43 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-06 19:37:44 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-06 19:37:44 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-08-06 19:37:46 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-06 19:37:46 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-08-06 19:37:46 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-08-06 19:37:46 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-08-06 19:37:47 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3422-head
2020-08-06 19:37:47 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-08-06 19:37:48 UTC/bin/sh -c #(nop) COPY multi:b0437fd792079d3af7b3cbe4876d57a3f828476726ae2c5a4eb2abf1a10d87cb in /usr/bin/
2020-08-06 19:37:48 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-08-06 19:37:48 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-08-06T19:37:22Z
2020-08-06 19:37:48 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-08-06 19:37:49 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=ef66c6f2e6d2a27520fcf7e72da1bafa84392569
2020-08-06 19:37:49 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.