2020-09-16 22:36:12 UTC
157 MB
rancher/rancher-agent:master-1a82a4d3692140573e0bfa6fb46c5cf9757c0d83-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:f08d8e2a3ba11bea23cf5c17e8e1c620057412ed05c32d1114640e18d6dd0a43 - 16.19% (25.5 MB)
[#001] sha256:3baa9cb2483bd9c5329a44d9c2fe72535625bbd4308bca95785dd58e72c06365 - 0.02% (34.5 KB)
[#002] sha256:94e5ff4c0b1526abf77c236655f21c8f67a23313291c8b970fe6b469549d8153 - 0.0% (848 Bytes)
[#003] sha256:1860925334f940c3145808527480b4f0cba7f01279087fdb27679e4354fba967 - 0.0% (163 Bytes)
[#004] sha256:cace4586c2c72d011a0c8982c70c7dbb75c2a5f5a8331bc4f0b020a375b881cb - 0.0% (124 Bytes)
[#005] sha256:121f61ada3c6f8e574c3616930c874c332c5eb55285c41e5a39c155740bad609 - 34.44% (54.2 MB)
[#006] sha256:d4f72327bfd04de20c3f0db5ecd2ee4eaeff15f2041665c719b9536bffc11d86 - 1.4% (2.2 MB)
[#007] sha256:1ce4d5a6aabfed704e129d83dce085922d2e7eb7c85882a5306a75fca55c2acb - 0.77% (1.22 MB)
[#008] sha256:24fd308469edfbee6cf67c9ca39d1bedf8d7d4b7f6752fb71631eab2fd98dbb7 - 16.9% (26.6 MB)
[#009] sha256:dae9a60b4df325d8c677fbfb2805903cccd92de0a28cd1b467746885e4ea5e67 - 11.29% (17.8 MB)
[#010] sha256:c188fe4bc2b9ab8554970efca4bdd1a10c2baeb5e7c3810b01e75da0f73fc854 - 18.99% (29.9 MB)
[#011] sha256:236a420dc6803308f1e63d68eaf30549aa5e5d6bbf51a9a5bcc1ee8bb2376639 - 0.0% (171 Bytes)
/bin/sh -c #(nop) ADD file:5c125b7f411566e9daa738d8cb851098f36197810f06488c2609074296f294b2 in /
2020-08-19 21:13:52 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-08-19 21:13:53 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-08-19 21:13:55 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-08-19 21:13:55 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-09-16 22:35:38 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-09-16 22:35: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-16 22:35:39 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-09-16 22:35:39 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-09-16 22:35:59 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-16 22:35:59 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-09-16 22:36:01 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-16 22:36:02 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-09-16 22:36:02 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-09-16 22:36:04 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-16 22:36:04 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-09-16 22:36:04 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-09-16 22:36:04 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-16 22:36:05 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-1a82a4d3692140573e0bfa6fb46c5cf9757c0d83-head
2020-09-16 22:36:05 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-09-16 22:36:09 UTC/bin/sh -c #(nop) COPY dir:63b237b152f509dcc66c43a37a64167169d228f029bd48556bf4e4bd07a1d593 in /var/lib/rancher-data
2020-09-16 22:36:10 UTC/bin/sh -c #(nop) COPY multi:6934b0aa369a992f98acc3895e1613e6b26e562bd34a8caee4357f9cbef19649 in /usr/bin/
2020-09-16 22:36:11 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-09-16 22:36:11 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-09-16 22:36:11 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-16T22:35:19Z
2020-09-16 22:36:11 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-16 22:36:12 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=1a82a4d3692140573e0bfa6fb46c5cf9757c0d83
2020-09-16 22:36:12 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-16 22:33:07 UTC
248 MB
rancher/rancher-agent:master-1a82a4d3692140573e0bfa6fb46c5cf9757c0d83-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.87% (88.9 MB)
[#007] sha256:62598564b6a3a719aa27ad95fbdb832b2c55f8354b11213857688d9b18b68ba9 - 0.04% (92 KB)
[#008] sha256:09e8875832f3450f43161e05d8304353a8df24ef78a60c6df69c5ae1e72215b9 - 0.0% (827 Bytes)
[#009] sha256:d4b7e460d067256ba78b2faed36044254bcc3f697b3b1a469ad0ebcfea0a9957 - 0.0% (827 Bytes)
[#010] sha256:93ce33ae9ff2a36cc4c8c202037982a4d61e79851cbe80b397cdb200bcd82358 - 0.04% (96.5 KB)
[#011] sha256:ac34e65031870337a2abf7253aa094fad7d588fad28a67f1421530649c79b7b8 - 13.15% (32.6 MB)
[#012] sha256:0bb19979b4002209f6d71e2c5148d9641fcfabba1cb1e9c089bdc298f5434e9f - 0.0% (828 Bytes)
[#013] sha256:2cf8c7bc9718ef29920b3724c1b8856fd7a558f78688c1da8fa67f85fabb7f09 - 0.0% (860 Bytes)
[#014] sha256:5ee626bdb4ec21b1e588d415e84858faa08728bc6a2fea2d69f2e8588b20b978 - 0.0% (857 Bytes)
[#015] sha256:d13c3f20ea084e6addae00e968229c6646c13327d5486096c59931290c33aac7 - 0.0% (865 Bytes)
[#016] sha256:3305b7f6e280e9f89a09ac6a085f43ea7b15e7c528bbf905e6db153291be147d - 0.0% (831 Bytes)
[#017] sha256:3a98a06be880bb03498bb47538e11a9e3bdd01ed22ad5a0b73c47bec154c5d7b - 12.04% (29.9 MB)
[#018] sha256:0320a884ade2282ab9a9ec3b765cf0280315f4ea2b7df824c4d3d0e5ee6c7f05 - 0.0% (828 Bytes)
[#019] sha256:75c1e4aef49a3131be1737f9616d5690be72b37653af9789c446eb3c5d3641c5 - 0.0% (856 Bytes)
[#020] sha256:f72e5db1c6c9d92d4aefae94fdabc1bc25e8c9a593c249b01e9366552a2575bb - 0.0% (829 Bytes)
[#021] sha256:7df0290b2ac31d064e09cb75b1c407b1683f9b537f7b129f2e0d88162dba74fa - 0.0% (823 Bytes)
[#022] sha256:6bb209365c1b1350a67ef8f62c64e83df11fe8817346337bdbce7fa226830b1a - 0.0% (820 Bytes)
Apply image 1809-KB4565349-amd64
2020-09-08 16:46:56 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-09-08 16:46:56 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files LOCALAPPDATA=C:\Users\ContainerAdministrator\AppData\Local PSModuleAnalysisCachePath=\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1809-KB4565349-amd64
2020-09-08 16:46:57 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-08 16:47:06 UTC|1 fromTag=1809-KB4565349-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-09-08 16:47:07 UTCcmd /S /C #(nop) USER ContainerUser
2020-09-08 16:47:23 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-09-08 16:48:05 UTC|1 fromTag=1809-KB4565349-amd64 cmd /S /C pwsh -NoLogo -NoProfile -Command " $stopTime = (get-date).AddMinutes(15); $ErrorActionPreference = 'Stop' ; $ProgressPreference = 'SilentlyContinue' ; while(!(Test-Path -Path $env:PSModuleAnalysisCachePath)) { Write-Host "'Waiting for $env:PSModuleAnalysisCachePath'" ; if((get-date) -gt $stopTime) { throw 'timout expired'} Start-Sleep -Seconds 6 ; }"
2020-09-08 16:48:05 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-09-14 04:15:42 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-14 04:15:43 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-09-14 04:15:45 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-09-14 04:15:46 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-09-14 04:15:47 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-09-14 04:15:47 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-16 22:33:02 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-1a82a4d3692140573e0bfa6fb46c5cf9757c0d83-head
2020-09-16 22:33:03 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-16 22:33:04 UTCcmd /S /C #(nop) COPY multi:517d700abb5e166b53061a4fd97285e8ba18ad5e536650a282292d18c7543df8 in \etc\rancher\
2020-09-16 22:33:05 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-16 22:33:06 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-16T22:33:00Z
2020-09-16 22:33:06 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-16 22:33:06 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=1a82a4d3692140573e0bfa6fb46c5cf9757c0d83
2020-09-16 22:33:07 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-16 22:33:12 UTC
250 MB
rancher/rancher-agent:master-1a82a4d3692140573e0bfa6fb46c5cf9757c0d83-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.22% (97.9 MB)
[#001] sha256:176a4bd330bfd072b56ffdbb984f062c94adc5769ce6a2134b388f8e92b717f4 - 0.0% (890 Bytes)
[#002] sha256:9af460dce600ec8a6e9b6526260039174a9c6a133d558fc4e8c2f59e6ae495df - 0.0% (840 Bytes)
[#003] sha256:a0d3f2217f3847a2c2103130a51e85d3dbd3e2d12f076bc16ed774c8f4a34773 - 0.0% (834 Bytes)
[#004] sha256:f2ba9edf93794bab84fb0e07690c26862a7e9e129acf96e5bfdced6c3bf0d230 - 0.03% (65.5 KB)
[#005] sha256:e49367b1f7899f36e95748d3442c28c85a4331e9d45be6ec919b1cb90e1856b3 - 0.0% (841 Bytes)
[#006] sha256:b29a42fcdf773c2a3862913bb7e7d58db675966a7909849d9e53f0a8c1e3fd00 - 35.64% (88.9 MB)
[#007] sha256:9f8a37ac3aec6d361cd1f1eb6122fa1ed61c19b7d970f3b541f3b3d938bf884b - 0.05% (122 KB)
[#008] sha256:547c54e71f4b4bfe1c93096405f58690b10a6095597fb50223e569cd17e13bc2 - 0.0% (862 Bytes)
[#009] sha256:45d449897a7840319e2e412c755e7d601919c3dc60942ec48ab0c79bf3745225 - 0.0% (850 Bytes)
[#010] sha256:721d568644fd443cc22cb3d198bae1762eb364c5ac82dc81a1e94e16325c0da1 - 0.04% (101 KB)
[#011] sha256:39f66c415a029e4578b3ef2411ca7819c8626ecb228f1ce56a40f6d3626c3596 - 13.06% (32.6 MB)
[#012] sha256:53bcbc7252ee289505cd191696c6de6518fe200e64862a26861c1cc4be39733f - 0.0% (832 Bytes)
[#013] sha256:63b52856773acf69cf0e02cbefd5bd9b2bfcd13f8b346093d25861c45937a6fb - 0.0% (860 Bytes)
[#014] sha256:a1faef27169dfe80cd6063f303df217713427a8c5f06b824b241554d30a156c7 - 0.0% (823 Bytes)
[#015] sha256:d3b1beda76097b61d733b08ba6f25d5e4c97172d8eb8d0857438baddba19d1f6 - 0.0% (826 Bytes)
[#016] sha256:d28009e8d3f98afa1b1bad43c5134c5a58e93737aec2a95fa671ddc90e5f343c - 0.0% (826 Bytes)
[#017] sha256:831b0a99f378b291ba1f71327a2dac135c5d76464fb6be3b5e1a09d14d931f4b - 11.96% (29.9 MB)
[#018] sha256:61f62a6f44a21672aeca1952985bdac32c1b5246b3aec9e38a06cb739b01ae1a - 0.0% (834 Bytes)
[#019] sha256:508ae4c234bcdfd56cc042b9774219eeb811b3eaa0a7bc6fab519b7c47714430 - 0.0% (831 Bytes)
[#020] sha256:95a19a7c8a8f9e91efd7251c2be0938e44fff586cc5b44e682057626e03b3819 - 0.0% (850 Bytes)
[#021] sha256:45ae18a61160598317a3de3fd19ddbf7cdaef7abc086e4f9c6557d4ab2fd70cd - 0.0% (820 Bytes)
[#022] sha256:c90a6cada131c9f3bd6fc1a4036abac9cf477936a2514cace4e8d88b2525c87c - 0.0% (827 Bytes)
Apply image 1909-KB4565483-amd64
2020-09-08 16:58:38 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-09-08 16:58:38 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files LOCALAPPDATA=C:\Users\ContainerAdministrator\AppData\Local PSModuleAnalysisCachePath=\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1909-KB4565483-amd64
2020-09-08 16:58:39 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-08 16:59:00 UTC|1 fromTag=1909-KB4565483-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-09-08 16:59:01 UTCcmd /S /C #(nop) USER ContainerUser
2020-09-08 16:59:14 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-09-08 16:59:48 UTC|1 fromTag=1909-KB4565483-amd64 cmd /S /C pwsh -NoLogo -NoProfile -Command " $stopTime = (get-date).AddMinutes(15); $ErrorActionPreference = 'Stop' ; $ProgressPreference = 'SilentlyContinue' ; while(!(Test-Path -Path $env:PSModuleAnalysisCachePath)) { Write-Host "'Waiting for $env:PSModuleAnalysisCachePath'" ; if((get-date) -gt $stopTime) { throw 'timout expired'} Start-Sleep -Seconds 6 ; }"
2020-09-08 16:59:48 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-09-14 20:10:14 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-14 20:10:14 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-09-14 20:10:17 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-09-14 20:10:18 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-09-14 20:10:18 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-09-14 20:10:18 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-16 22:33:09 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-1a82a4d3692140573e0bfa6fb46c5cf9757c0d83-head
2020-09-16 22:33:09 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-16 22:33:10 UTCcmd /S /C #(nop) COPY multi:517d700abb5e166b53061a4fd97285e8ba18ad5e536650a282292d18c7543df8 in \etc\rancher\
2020-09-16 22:33:11 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-16 22:33:11 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-16T22:33:06Z
2020-09-16 22:33:12 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-16 22:33:12 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=1a82a4d3692140573e0bfa6fb46c5cf9757c0d83
2020-09-16 22:33:12 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-16 22:33:29 UTC
249 MB
rancher/rancher-agent:master-1a82a4d3692140573e0bfa6fb46c5cf9757c0d83-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.65% (88.9 MB)
[#007] sha256:65ea6ba0a04f932210d68a0861c0da62b590a2ffb49902fcb61f3dbc322198d1 - 0.04% (90.4 KB)
[#008] sha256:0cbe6ad83a5ffe3d7c973328a33fd1d0dce89d8f06b8dbf26ec610bb31fd6e2f - 0.0% (861 Bytes)
[#009] sha256:0ce57051d504c0445838c8d68aa0e155877e71c902dc7e2e223832ad97a24eae - 0.0% (888 Bytes)
[#010] sha256:53cef65ec6a723b49a1767217ff784652d77d35b8a73f8695d37fefd8326cd26 - 0.04% (101 KB)
[#011] sha256:988c023c675280754fac488a0bac5db729712a3712238944c1c66795c243739b - 13.07% (32.6 MB)
[#012] sha256:c9a05fad6d18b6e121c1ad6cea0b6169b2e7d513b00021932d145fe293ef7f2f - 0.0% (881 Bytes)
[#013] sha256:13d0920e8834b4dee0b2d177645aa2a422d1d00813d39da3be25d3f989719f1e - 0.0% (864 Bytes)
[#014] sha256:76b317461476f8db8a0afa15dbf52c88751ebae543640f0b2ab55fe4969cd4fb - 0.0% (884 Bytes)
[#015] sha256:91c1d35f1a60eb2d1a4e0a3e2d6e40ac9e0b0d5d9e7e08fd9507b4b3ac32c25e - 0.0% (825 Bytes)
[#016] sha256:0dbf2f1bd422e75b0a55444ddba328ab9a8e96b174a8c6c3ea3cbc196e81a794 - 0.0% (829 Bytes)
[#017] sha256:2cece1613a9bd99eb598712446902308e1bbe9889b1fad636223b4048940724a - 11.97% (29.9 MB)
[#018] sha256:2a39c833d31c850881ce1a495d50c3b10f2d9bcbd0081305aee12b5f89ada73f - 0.0% (832 Bytes)
[#019] sha256:403a0e63d42feb10a39d56874c7abc3fd6ca4dd9a1e165435c6d39734a79dedc - 0.0% (831 Bytes)
[#020] sha256:9a118717447c78e0a9f4845e34f5c02ccab6ba0f448f2dcaf3850e4abed66d14 - 0.0% (829 Bytes)
[#021] sha256:9e1b65d18abc0a621721dffb0bea926223de709fd47298965ec4e8dd97c7448d - 0.0% (852 Bytes)
[#022] sha256:bf042d865ed8d7715d29680c595dd5fe426a59137a2cfbd1d8df521ae34b508f - 0.0% (849 Bytes)
Apply image 1903-KB4565483-amd64
2020-09-08 16:52:31 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-09-08 16:52:32 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files LOCALAPPDATA=C:\Users\ContainerAdministrator\AppData\Local PSModuleAnalysisCachePath=\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1903-KB4565483-amd64
2020-09-08 16:52:34 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-08 16:53:09 UTC|1 fromTag=1903-KB4565483-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-09-08 16:53:10 UTCcmd /S /C #(nop) USER ContainerUser
2020-09-08 16:53:37 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-09-08 16:54:12 UTC|1 fromTag=1903-KB4565483-amd64 cmd /S /C pwsh -NoLogo -NoProfile -Command " $stopTime = (get-date).AddMinutes(15); $ErrorActionPreference = 'Stop' ; $ProgressPreference = 'SilentlyContinue' ; while(!(Test-Path -Path $env:PSModuleAnalysisCachePath)) { Write-Host "'Waiting for $env:PSModuleAnalysisCachePath'" ; if((get-date) -gt $stopTime) { throw 'timout expired'} Start-Sleep -Seconds 6 ; }"
2020-09-08 16:54:13 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-09-14 20:06:13 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-14 20:06:14 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-09-14 20:06:29 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-09-14 20:06:30 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-09-14 20:06:32 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-09-14 20:06:33 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-16 22:33:25 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-1a82a4d3692140573e0bfa6fb46c5cf9757c0d83-head
2020-09-16 22:33:25 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-16 22:33:27 UTCcmd /S /C #(nop) COPY multi:517d700abb5e166b53061a4fd97285e8ba18ad5e536650a282292d18c7543df8 in \etc\rancher\
2020-09-16 22:33:27 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-16 22:33:28 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-16T22:33:22Z
2020-09-16 22:33:28 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-16 22:33:28 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=1a82a4d3692140573e0bfa6fb46c5cf9757c0d83
2020-09-16 22:33:29 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-16 22:35:36 UTC
146 MB
rancher/rancher-agent:master-1a82a4d3692140573e0bfa6fb46c5cf9757c0d83-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:237528ba509b2abcdba1ff1344bab27ad56235cdb3c1c131d3587f6fba4d92c9 - 15.52% (22.6 MB)
[#001] sha256:393b96f31d8b2bf3ce9eb4ac49e6c7411defa4057c1791f02f54c14f2de298ec - 0.02% (34.4 KB)
[#002] sha256:4d82b0e39008d2fa246a0dca4cfa5feb15db58591582a839bd69d5000aa2e96d - 0.0% (852 Bytes)
[#003] sha256:e7ca375b8d34c9bc764ae24791184cba22510f0c002815b4f9766dd0463f5f5e - 0.0% (189 Bytes)
[#004] sha256:6b8b24b3cb39e77429e92aa5ecf48f04befb3feabc2dfcec6da1d4668f05b6c1 - 0.0% (124 Bytes)
[#005] sha256:f048edb32fafd6720e7237186ebe30603e88a443b6630be343837c386b8153ca - 34.38% (50.1 MB)
[#006] sha256:9c69d7e91b1a561c8b9f9656ed73ed459b165c465a31631b0148c5807f690f59 - 1.33% (1.94 MB)
[#007] sha256:5c65c559d863b6b384ffed3d6e3418debc5624e56b482a8920df94e2198982d4 - 0.78% (1.13 MB)
[#008] sha256:44cc1be7dbafb6461bdcc89ff0e5b2626f977694b2aae4cece3b157ee39cbefd - 16.91% (24.6 MB)
[#009] sha256:178be1a220859ca11b68f9edbfcf20c9f34d43e89d7db526eee8312b86fe5a84 - 12.19% (17.8 MB)
[#010] sha256:2f8245766619aae72a9fad46031a771e9ac72b4be09b49c14a9f11a9c41501a3 - 18.87% (27.5 MB)
[#011] sha256:68aefca29dc88629b2c17cad0dee66e1a425763d4db710d5a9f072e481b4b25c - 0.0% (171 Bytes)
/bin/sh -c #(nop) ADD file:b8316fc82a2cf230ce4af7dcf02ec1d7e56b156cf610af8ed23b64509c77c799 in /
2020-08-19 21:29:51 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-08-19 21:29:53 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-08-19 21:29:55 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-08-19 21:29:55 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-09-16 22:34:57 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-09-16 22:34:58 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-16 22:34:59 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-09-16 22:34:59 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-09-16 22:35:20 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-16 22:35:21 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-09-16 22:35:23 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-16 22:35:24 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-09-16 22:35:24 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-09-16 22:35:26 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-16 22:35:27 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-09-16 22:35:27 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-09-16 22:35:27 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-16 22:35:28 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-1a82a4d3692140573e0bfa6fb46c5cf9757c0d83-head
2020-09-16 22:35:28 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-09-16 22:35:32 UTC/bin/sh -c #(nop) COPY dir:2b539a7cf3fbe3b14c5a680c1b68571d8a14ce06583414074d16f5b71318d355 in /var/lib/rancher-data
2020-09-16 22:35:35 UTC/bin/sh -c #(nop) COPY multi:02186c65fc32d1e894fddf3d7ad0c39da7517fd6a166eb587a555390239b6bda in /usr/bin/
2020-09-16 22:35:35 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-09-16 22:35:35 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-09-16 22:35:36 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-16T22:34:47Z
2020-09-16 22:35:36 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-16 22:35:36 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=1a82a4d3692140573e0bfa6fb46c5cf9757c0d83
2020-09-16 22:35:36 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.