2020-09-22 21:25:10 UTC
156 MB
rancher/rancher-agent:master-0516436634202c55d6fe1fb9c4da703207f6cd3e-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:5d9821c948472065b3c166b4abc08367160961c9ac4639eb0023670ab4845a6a - 16.28% (25.5 MB)
[#001] sha256:a610eae58dfceafc0725cb0472249020f75bcc796468615798ee394cbaf86120 - 0.0% (852 Bytes)
[#002] sha256:a40e0eb9f1408cd0bee02979b33f05689110bc9caba370388d94f73b46a6379a - 0.0% (162 Bytes)
[#003] sha256:5383badd86f4d207d15a679285ac4d69a59adf6e535cfa81f75309c047e96ea0 - 0.0% (124 Bytes)
[#004] sha256:d1bfed39a17e4782926549eca86e361f859a827ea8128f2a1b781c6234e4d3fe - 34.63% (54.2 MB)
[#005] sha256:566693d7b4eb05982f028e03fb2e4853e8c0e30969b9b9cd337913c1c552d626 - 1.41% (2.2 MB)
[#006] sha256:1d8e4902fe36e3726b0b6af6a6cea4de2896a84fe16118709843acc4015cb2bb - 16.99% (26.6 MB)
[#007] sha256:6b05f6a5167ecc61250ee718dcef9ca5791e74bca654aa0cd94a1639c3fbec19 - 11.59% (18.1 MB)
[#008] sha256:5c4f1d48e91d6d31288c2b63c55216c3fdbd8461f2767a8971717af4da223f88 - 19.11% (29.9 MB)
[#009] sha256:2adb5080d42f4ddea53d4711f67179d453b546342aeafda7be763898d09991ab - 0.0% (170 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-22 21:24:37 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-09-22 21:24:38 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-22 21:24:38 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-09-22 21:24:38 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-09-22 21:24:58 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-22 21:24:59 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-09-22 21:25:00 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-22 21:25:00 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-09-22 21:25:02 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-22 21:25:02 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-09-22 21:25:02 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-09-22 21:25:03 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-22 21:25:03 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-0516436634202c55d6fe1fb9c4da703207f6cd3e-head
2020-09-22 21:25:03 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-09-22 21:25:07 UTC/bin/sh -c #(nop) COPY dir:671c734c04bcfb76337a94fc8fad5dc31440b38101bd5107edc2f7bf3ef4ed9d in /var/lib/rancher-data
2020-09-22 21:25:09 UTC/bin/sh -c #(nop) COPY multi:35f0b3884f91415d21e485c731a0d9e1857f57454692f28e4a56fd3f24cc11aa in /usr/bin/
2020-09-22 21:25:09 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-09-22 21:25:10 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-09-22 21:25:10 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-22T21:24:16Z
2020-09-22 21:25:10 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-22 21:25:10 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=0516436634202c55d6fe1fb9c4da703207f6cd3e
2020-09-22 21:25:10 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-22 21:21:42 UTC
248 MB
rancher/rancher-agent:master-0516436634202c55d6fe1fb9c4da703207f6cd3e-head
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:4020f9355f0c9d1a76ce9c9d979be840dbe110a7727d6f98e21315d1e505fa0b - 0.0% (827 Bytes)
[#010] sha256:e623388f74405856a4d38383419718e617a13f4061b0c5162974a8a1a9190537 - 0.04% (96.5 KB)
[#011] sha256:00f29d4235b733ce28fd88d67381fa7a4f2ca5deab902bfebaeb6c3bc58c34de - 13.15% (32.6 MB)
[#012] sha256:182fc69814c44598a259e344d5055548d98625ba85a231881ec402694bf94511 - 0.0% (829 Bytes)
[#013] sha256:cf0c6cf9eacf0e0cd23a61e7c8b17a3aa1bfc3a041ddf30945aa61d7838f3aca - 0.0% (824 Bytes)
[#014] sha256:78987c91f5dca3580e828c1dafc25d77b5c08cae646bb40f4c09cbddc635e447 - 0.0% (826 Bytes)
[#015] sha256:9c8578f16bbb935632fbb97cf46ccbdebb928e7e4aeff9c83d74734d976d0ab2 - 0.0% (824 Bytes)
[#016] sha256:7ae1460b92f8ea1b5ea9febb4786dc5df26561a6866c562df1ac0ac81390cdb1 - 0.0% (834 Bytes)
[#017] sha256:6d120cbb7df736345633ffc5b135913b76bc6951cce680fcff00d48d721e194b - 12.05% (29.9 MB)
[#018] sha256:001966fedac6c113f24f736c6750cfc7e9e551ec03f10d21f5d288619495508d - 0.0% (857 Bytes)
[#019] sha256:b02aa54ff6e8a20665102337bb291a394f6ff04cae748e0b49a0720c8c51657a - 0.0% (826 Bytes)
[#020] sha256:241879b73cdffd3c3a8a9a18dd430cf4c80365bdd9930c429f8306e647fa196f - 0.0% (827 Bytes)
[#021] sha256:9f783583af4b16b5a413647f7de424a89385f6e542512e722652f33826545100 - 0.0% (824 Bytes)
[#022] sha256:09a6a5ccbea05c6f87f979a9d5def5d24095e271769319fc6f6f0014f77ad396 - 0.0% (833 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-21 00:28:37 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-21 00:28:37 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-09-21 00:28:40 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-09-21 00:28:41 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-09-21 00:28:41 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-09-21 00:28:41 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-22 21:21:38 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-0516436634202c55d6fe1fb9c4da703207f6cd3e-head
2020-09-22 21:21:38 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-22 21:21:40 UTCcmd /S /C #(nop) COPY multi:602e0711f7c72649a910aa059289c08818b6aa931a449ac980affd1844bad2cf in \etc\rancher\
2020-09-22 21:21:40 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-22 21:21:41 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-22T21:21:36Z
2020-09-22 21:21:41 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-22 21:21:41 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=0516436634202c55d6fe1fb9c4da703207f6cd3e
2020-09-22 21:21:42 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-22 21:21:48 UTC
250 MB
rancher/rancher-agent:master-0516436634202c55d6fe1fb9c4da703207f6cd3e-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.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:c7ec07b1ef073bbe045fc1bb74902709bdcffdcf669149ebeb7e934eed1aa8d0 - 0.0% (829 Bytes)
[#010] sha256:617cceb9aa62ae4c370b3d703f00933f973efbf8ab0252603e50d14b62556655 - 0.04% (101 KB)
[#011] sha256:1ee9e7eb3cea13d3696ee49260ab319c5cee5988bcae50da8e7b8b183c95416f - 13.06% (32.6 MB)
[#012] sha256:63df8f2c609fbb9d0c0485e42f9cec03f7c92a1c6362bae88a644a1f27dfdd96 - 0.0% (856 Bytes)
[#013] sha256:1bc03a10bf42a3e94f1d404f017e321ced7414ff8eaaee0d408d29ce2b67547a - 0.0% (821 Bytes)
[#014] sha256:2e708371812b07d1ccddff88e5198e16efb5c05a106a739c467ac36100f06706 - 0.0% (850 Bytes)
[#015] sha256:8222a33fd997b64597a9ec031119f24096a49f268e096d80a8f6a43e17e71bfa - 0.0% (850 Bytes)
[#016] sha256:827e51ae188bf297ec295cc8c6e758db04754de662382d0576bb7bc826394272 - 0.0% (856 Bytes)
[#017] sha256:7e95151435f68e95eaced47cf81a221a0ad87366293cafd63b4f719572757098 - 11.97% (29.9 MB)
[#018] sha256:b8cc20f5e23595005f86208c0aacebd979e61fd4553cd3bc8a32d3ac7dd0051a - 0.0% (820 Bytes)
[#019] sha256:2ed02c91756a373ee213a2bf5fb9f15ed2157a01abfd798d9cc49f6e30745253 - 0.0% (828 Bytes)
[#020] sha256:3432fddc71588c7c7f4f92aba26ed6f11a0f0a55577ce210a457e2da477b5104 - 0.0% (856 Bytes)
[#021] sha256:38764ff70d983b876b6701e593b7b70f02d718fd2565b2c867f447da3abb86c8 - 0.0% (828 Bytes)
[#022] sha256:6d735c66f7afb9498561415b43b9b0ffff1b8dcf5fec497d5ca61528b5164889 - 0.0% (829 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-20 15:18:49 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-20 15:18:49 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-09-20 15:18:51 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-09-20 15:18:52 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-09-20 15:18:52 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-09-20 15:18:53 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-22 21:21:44 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-0516436634202c55d6fe1fb9c4da703207f6cd3e-head
2020-09-22 21:21:45 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-22 21:21:46 UTCcmd /S /C #(nop) COPY multi:602e0711f7c72649a910aa059289c08818b6aa931a449ac980affd1844bad2cf in \etc\rancher\
2020-09-22 21:21:47 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-22 21:21:47 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-22T21:21:42Z
2020-09-22 21:21:47 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-22 21:21:48 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=0516436634202c55d6fe1fb9c4da703207f6cd3e
2020-09-22 21:21:48 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-22 21:21:13 UTC
250 MB
rancher/rancher-agent:master-0516436634202c55d6fe1fb9c4da703207f6cd3e-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.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:f4f00ed1ab56a700d20c5486968c615d7ff5050dad684de1ed984855841e65fa - 0.0% (872 Bytes)
[#010] sha256:a7fc5607e67782d37e1ff7ef5d156ce83cb818d724b5c9dcd4d1a0c488860bcd - 0.04% (101 KB)
[#011] sha256:56a143d75fc0da2f43dbe51f57d450f42bff888472e81c3dde2edebcf52c5f55 - 13.07% (32.6 MB)
[#012] sha256:3df04e6b48ff6f74c48922c43feda464d27c2aa68155a231ba8d466dc55677e7 - 0.0% (850 Bytes)
[#013] sha256:72af898138519cb5af47868f3bef1f6aa7a5a80abfdaf4db9ff390a6dd5e88b9 - 0.0% (828 Bytes)
[#014] sha256:184730619e53aac02b46e2fc953a45c9e37f242b6c70b358d35112a36dc30f6f - 0.0% (854 Bytes)
[#015] sha256:d043bece982bda3b06387bedd0b3acd4ffd5769430f9ec49333220defc4ffea0 - 0.0% (852 Bytes)
[#016] sha256:cdfb574814960c76deeb5b975fa7b85b389a2e28a91a861eec3941153827d495 - 0.0% (828 Bytes)
[#017] sha256:72a4afbe6ac04ab6dd38e8c702ad5ff0df0fe2970da6a5f0002b85bb2a05eb59 - 11.97% (29.9 MB)
[#018] sha256:4b69a6c4883583bcb8a3a0eab5456b9d5351d6f47bd0d7d190df522a617fff6f - 0.0% (834 Bytes)
[#019] sha256:7542f5c14a67cb5ab2cbb7e6a8c8afff8e746737b1c4ece0954be049b47e1258 - 0.0% (830 Bytes)
[#020] sha256:3d7b7082681c5ea9af275ba21794069bfe175516fcf8d8a054c8579030a9f14a - 0.0% (829 Bytes)
[#021] sha256:5007b133b53b00160dbe76356f7266aad6225433a6a51dfc5e9173866cd347f9 - 0.0% (826 Bytes)
[#022] sha256:c2dd4018729da1bcc5beffcf0da54b106aaac5d10b7b5c3b37ef8fe6529da21a - 0.0% (832 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-20 15:18:59 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-20 15:19:00 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-09-20 15:19:02 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-09-20 15:19:02 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-09-20 15:19:03 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-09-20 15:19:03 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-22 21:21:10 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-0516436634202c55d6fe1fb9c4da703207f6cd3e-head
2020-09-22 21:21:10 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-22 21:21:11 UTCcmd /S /C #(nop) COPY multi:602e0711f7c72649a910aa059289c08818b6aa931a449ac980affd1844bad2cf in \etc\rancher\
2020-09-22 21:21:12 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-22 21:21:12 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-22T21:21:08Z
2020-09-22 21:21:13 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-22 21:21:13 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=0516436634202c55d6fe1fb9c4da703207f6cd3e
2020-09-22 21:21:13 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-22 21:22:19 UTC
145 MB
rancher/rancher-agent:master-0516436634202c55d6fe1fb9c4da703207f6cd3e-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:e2d8ee3976bc7c15c8a5279cdf0249b7e41b2a489771330d0f7affb26dd7acfb - 15.61% (22.6 MB)
[#001] sha256:5007857f7b9b52d6efdfea9e086e6eaf35519130ff97bfe89970353f0ae53f13 - 0.0% (848 Bytes)
[#002] sha256:43927e60f12d8b877ded6af5048b2ac5753fe78caba77a6bbbece4f98559b672 - 0.0% (186 Bytes)
[#003] sha256:fb909d11af55365f9b4368a762be314ba3f8ecf9fa327b981853c6d3beb813e5 - 0.0% (124 Bytes)
[#004] sha256:6ee019cd1ea4ea833832441b0702afdcdc043281ea2201e1d6df544607b1d129 - 34.56% (50.1 MB)
[#005] sha256:c9669d8ec2134993a2d4b79266d8a97e53488c799aacabd1f1d2470273dad07c - 1.34% (1.94 MB)
[#006] sha256:45dc2f6613747186b2011092bab8f36f030bf49cd6511db490b4f38266d96d5f - 17.0% (24.6 MB)
[#007] sha256:e6f944545647c931881a8dd78d787d3b2a772582d0e222dc5d8f9c34271f0ffe - 12.5% (18.1 MB)
[#008] sha256:5e09ca456d425bfab7fc432cc7d579f525bd363d9e8825c50549cb025a44a2b8 - 18.99% (27.5 MB)
[#009] sha256:bec417520ba20ad136319ceee552255494d8393e3fd3cd5a76f8a766f745e6f1 - 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-22 21:21:47 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-09-22 21:21:47 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-22 21:21:48 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-09-22 21:21:48 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-09-22 21:22:08 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-22 21:22:08 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-09-22 21:22:10 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-22 21:22:10 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-09-22 21:22:12 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-22 21:22:12 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-09-22 21:22:12 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-09-22 21:22:12 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-22 21:22:12 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-0516436634202c55d6fe1fb9c4da703207f6cd3e-head
2020-09-22 21:22:13 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-09-22 21:22:16 UTC/bin/sh -c #(nop) COPY dir:516f75df62e95bc549e3512f3e5c7fd1dbe61e36ece676ce6122b4325bbde959 in /var/lib/rancher-data
2020-09-22 21:22:18 UTC/bin/sh -c #(nop) COPY multi:b30b985bc5689dffcfc2de52dcedc536ed35f355b0191e34d39c687ffbf83051 in /usr/bin/
2020-09-22 21:22:18 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-09-22 21:22:18 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-09-22 21:22:19 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-22T21:21:33Z
2020-09-22 21:22:19 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-22 21:22:19 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=0516436634202c55d6fe1fb9c4da703207f6cd3e
2020-09-22 21:22:19 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.