2020-07-06 15:42:58 UTC
105 MB
rancher/rancher-agent:v2.4.6-rc3
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:d7c3167c320d7a820935f54cf4290890ea19567da496ecf774e8773b35d5f065 - 24.33% (25.5 MB)
[#001] sha256:131f805ec7fd68d45a887e2ef82de61de0247b4eb934ab03b7c933650e854baa - 0.03% (34.5 KB)
[#002] sha256:322ed380e680a77f30528ba013e3a802a7b44948a0609c7d1d732dd46a9a310d - 0.0% (844 Bytes)
[#003] sha256:6ac240b130982ad1c3ba3188abbf18ba4e54bdd9e504ce2d5c2eff6d3e86b8dd - 0.0% (163 Bytes)
[#004] sha256:2770eb05d37d4c30e254fe2b146e9cb4291f93770a03dc7f23b2b12d107dbb6c - 0.0% (124 Bytes)
[#005] sha256:13ea5b39069c48ae967df22f082c338574a22078be7edbf3a10f0d51f0cba658 - 28.93% (30.3 MB)
[#006] sha256:8e043bd26579a1f41d716682aa0aa057ca38ea90f3defe4101e9bb19ef181935 - 2.11% (2.2 MB)
[#007] sha256:e0ece6e5cf9739c138d3e195ad6280b44cc27331b57302ff6a0437115d39281c - 1.16% (1.22 MB)
[#008] sha256:c99256f5efdd73809eddaf589eafe0413d96a5d5a020267b812c5c0bac8a45a1 - 25.4% (26.6 MB)
[#009] sha256:3eb62f74b7b86aa5e861c843104b32b80f82fc2290c42fb49c364951e4b1f79b - 18.03% (18.9 MB)
/bin/sh -c #(nop) ADD file:1e8d02626176dc8141df3c0a1365774ce73d79934654fe24a4b1e7f173108232 in /
2020-06-17 01:20:30 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-06-17 01:20:31 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-06-17 01:20:31 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-06-17 01:20:32 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-07-06 15:42:30 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-07-06 15:42:31 UTC/bin/sh -c #(nop) ENV DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 DOCKER_URL_arm64=https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64 DOCKER_URL=DOCKER_URL_amd64
2020-07-06 15:42:31 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-07-06 15:42:32 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-07-06 15:42:51 UTC|1 ARCH=amd64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl ca-certificates jq iproute2 vim-tiny less bash-completion unzip sysstat acl && curl -sLf ${!DOCKER_URL} > /usr/bin/docker && chmod +x /usr/bin/docker && curl -sLf https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl > /usr/bin/kubectl && chmod +x /usr/bin/kubectl && DEBIAN_FRONTEND=noninteractive apt-get autoremove -y && DEBIAN_FRONTEND=noninteractive apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
2020-07-06 15:42:51 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-07-06 15:42:53 UTC|1 ARCH=amd64 /bin/sh -c curl -sLf https://github.com/rancher/loglevel/releases/download/${LOGLEVEL_VERSION}/loglevel-${ARCH}-${LOGLEVEL_VERSION}.tar.gz | tar xvzf - -C /usr/bin
2020-07-06 15:42:54 UTC|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.7/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin
2020-07-06 15:42:54 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-07-06 15:42:55 UTC|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/c-bata/kube-prompt/releases/download/${KUBEPROMPT_VERSION}/kube-prompt_${KUBEPROMPT_VERSION}_linux_${ARCH}.zip > /usr/bin/kube-prompt.zip && unzip /usr/bin/kube-prompt.zip -d /usr/bin
2020-07-06 15:42:56 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-07-06 15:42:56 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-07-06 15:42:56 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-07-06 15:42:56 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4.6-rc3
2020-07-06 15:42:56 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-07-06 15:42:57 UTC/bin/sh -c #(nop) COPY multi:fe8b04ac677f1147d62eb949fd14641bfee097de2bab71f18a05d2208fff3a31 in /usr/bin/
2020-07-06 15:42:58 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-07-06 15:42:58 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-07-06T15:42:28Z
2020-07-06 15:42:58 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-07-06 15:42:58 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=3f414eb257b8150cede0172c78eaa84c032d688c
2020-07-06 15:42:58 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-07-06 15:39:37 UTC
231 MB
rancher/rancher-agent:v2.4.6-rc3
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1809-KB4561608-amd64
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:c7d6d47ff7dfb2aa4d4e819641b93ec971e8541978dff0ffc24c193babeb8c07 - 41.63% (96.4 MB)
[#001] sha256:97aa7bfb09e437685189fd05f317b34be8fc0d433d2d92301d0cc2a7e7dc99f5 - 0.0% (828 Bytes)
[#002] sha256:45b0e26e6e2577fbab1a6037a3317bf5c7f55798c7fc48a6b0ab465d8aec9755 - 0.0% (830 Bytes)
[#003] sha256:6aa4d8a78a05dc1b1ed2cecf80b62bfb9cb3fbc0543b7fdfe9f1050fbe9f9d0e - 0.0% (827 Bytes)
[#004] sha256:94889b6c441bd4d022c67db2c8a91d40d00318747c07b234ca6ebc7f0ba04bb7 - 0.03% (64.5 KB)
[#005] sha256:5053cbbe3a43bbdc928da9627be6ee80e258c4e8b690e54613ab21d457e662a8 - 0.0% (835 Bytes)
[#006] sha256:3577f2e5455aa83a09e7b497fd6cb8bf7d2a48f678dd224f6b2abd3a0a44515d - 38.4% (88.9 MB)
[#007] sha256:159dcfbe0ead6fbe1b35e76ca011ae0fbc8ca4f496ae61c88bcf0f16100994b5 - 0.04% (94.6 KB)
[#008] sha256:2942b796335319ca4faa6b9a8a59310d36b10c16e51ddeb38c4795d82589b6a0 - 0.0% (829 Bytes)
[#009] sha256:76a9ec50c99e6a95a4ae52ab4760e65e3ad5a712e6f34c9fa8fe5389ecb8de3b - 0.0% (854 Bytes)
[#010] sha256:b56e01c75a4cbfc8486af9dac9fdd2b4b78b583c60919f94ba155959d921829b - 0.04% (96.5 KB)
[#011] sha256:e0c672f0a5a6a1ef6a2ec51aab240f1bac806ed632f5b9aae451be61925030eb - 14.08% (32.6 MB)
[#012] sha256:56a98033a40116f28607982ffc99c80f59d08fdd5d46b7ef9799bfd1d2da45ee - 0.0% (832 Bytes)
[#013] sha256:89581e3393967446c0374cb8edd7dd92ac8db898706011df502770a6fff8d1f8 - 0.0% (827 Bytes)
[#014] sha256:c23f9654bfafb4611492247f5b57928a73c62900749bfad4e1e5fb4a55be92bb - 0.0% (830 Bytes)
[#015] sha256:f5c21cb34c7ddb60790a480c4d20ab918471466d99f079827d9762b4054c2b5d - 0.0% (851 Bytes)
[#016] sha256:932055c46e1cbb3a45085fe4ccbfb8717969430715a1b994a75bf90722abffca - 0.0% (829 Bytes)
[#017] sha256:64ed4406c62f6a81efea88e2b871ae20c8d91fe6035d60301a4f1ac26f0a7557 - 5.78% (13.4 MB)
[#018] sha256:4580745a0c78b1957d8ddf505a09c16fe8e5db2dab6287e1ea7dda5319d1ccee - 0.0% (835 Bytes)
[#019] sha256:9422c04d69aeb4729fd35486e4c6afa9ee42955c1ef80823fea708afb9ba028c - 0.0% (852 Bytes)
[#020] sha256:52e8bb2c281d1ae972c8b9faeaa5c409a0bef7c9c19556d11ed1561f663a63a0 - 0.0% (828 Bytes)
[#021] sha256:52d2fea0b2e79ec5b6c263d18f336c5e8c60fd4099d958e96e64ad2e6e066401 - 0.0% (855 Bytes)
[#022] sha256:59bc40ba006dab32bc5e894176e616f5acd456294dfbe584d56943f4b750dc97 - 0.0% (827 Bytes)
Apply image 1809-KB4561608-amd64
2020-06-10 21:35:22 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-06-10 21:35:22 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-06-10 21:35:23 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-06-10 21:35:59 UTC|1 fromTag=1809-KB4561608-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-06-10 21:35:59 UTCcmd /S /C #(nop) USER ContainerUser
2020-06-10 21:36:22 UTCcmd /S /C #(nop) COPY dir:040d51c7eac90640b5a64a9ce38f47ece7a96f727b607e97781b54e8dcd31e31 in C:\Program Files\PowerShell
2020-06-10 21:36:56 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-06-10 21:36:56 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-07-06 15:39:06 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-07-06 15:39:07 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-07-06 15:39:09 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-07-06 15:39:10 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-07-06 15:39:11 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-07-06 15:39:11 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-07-06 15:39:11 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4.6-rc3
2020-07-06 15:39:12 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-07-06 15:39:13 UTCcmd /S /C #(nop) COPY multi:6be17935189e08378c7cd49d20ac143f3322d4247c826c3fbcd292231219f538 in \etc\rancher\
2020-07-06 15:39:13 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-07-06 15:39:36 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-07-06T15:39:35Z
2020-07-06 15:39:36 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-07-06 15:39:37 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=3f414eb257b8150cede0172c78eaa84c032d688c
2020-07-06 15:39:37 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-07-06 15:41:01 UTC
233 MB
rancher/rancher-agent:v2.4.6-rc3
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1909-KB4560960-amd64
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:f43060d5d9153f6409cfe7216e9f38490927cf92b644f7f96e33931b0e890359 - 42.0% (97.9 MB)
[#001] sha256:822a212dbafc836949b8ddb3d94a161df96feea0f23f4a10ca15867feafa3ccf - 0.0% (830 Bytes)
[#002] sha256:68b16d724c7583a4250d86f9f4230d8fdb4db51d5d63982153993bfcc6337e86 - 0.0% (827 Bytes)
[#003] sha256:6fe458d6ccad3675c047db4d4fcdaa7f7aa7f373e0903163d528c20c599ec23d - 0.0% (830 Bytes)
[#004] sha256:4026ddaae8c79c0c46943a445ed588345a9c234669b9c02c150ec1e17725cb54 - 0.03% (65.1 KB)
[#005] sha256:2f19ab2137a5ed4641535bb10a4e01b30f7b0ee765b5b3d3b6088252a1658f71 - 0.0% (828 Bytes)
[#006] sha256:1686abfffd1a22afee6d7e7fb1a4d2fd68dd324c579016e4dcbb0b2f50204134 - 38.14% (88.9 MB)
[#007] sha256:f354268012e913d11385d203c7e5d205f99314303e4bdb7a71daa7b254199e31 - 0.06% (137 KB)
[#008] sha256:8d3762e5fde3868ad3ec0ff3dd9db00a20a3f6f80474255ff695635891c863d7 - 0.0% (827 Bytes)
[#009] sha256:f74e93a693b488cd15c0b1b8c7fa2674c6201db22bd1f21b2c15f8c30792692c - 0.0% (835 Bytes)
[#010] sha256:fe8609c3b4339f384e78ee49e8cd3e02a207b238f01b16535327237a5fe953ce - 0.04% (101 KB)
[#011] sha256:d93f5b4aa1ee478f4a3dc2a567fa25d1a60d9737ff2da6443bbb3fd81433b324 - 13.99% (32.6 MB)
[#012] sha256:188beb4b7258744f4c2675b78d548917ddcbc4e0b0ef63e50c5a5f7056b6b7c4 - 0.0% (833 Bytes)
[#013] sha256:f3f22d2ecbda5282c0724bb82ad0a13b8a3ddaceea61bf0e21ff6c76ffcd34b6 - 0.0% (856 Bytes)
[#014] sha256:380539652c041db9d96b9c85455e82941f2fdeaea0d94ca9e1e2b3414dc00699 - 0.0% (834 Bytes)
[#015] sha256:59954244ca7c45a8d39e4f01ef5672e62bb37d1eead5ae98c8af3e7c047ccaa8 - 0.0% (855 Bytes)
[#016] sha256:ee1a31cc15386954aa98f4a2ac2c7b39989a34463a4d8ca5b74855f29c14008f - 0.0% (831 Bytes)
[#017] sha256:53a57674daa3d12f2b1144388d2b75b1d9bc8acae5d8f87e04e435a8aeba5e81 - 5.74% (13.4 MB)
[#018] sha256:fc28bde4d13a33a9e2e0c7fe6540ad2e83a53048377f3a7a576a32265456af47 - 0.0% (857 Bytes)
[#019] sha256:3d67292fd7df88e75042460af0959761ccb0f650b9a13bea0d610b32cd7321b6 - 0.0% (829 Bytes)
[#020] sha256:97ff18ac3d957d0c10668a70930e97f056fd908a39b8a6bdb04caee13c45cc91 - 0.0% (830 Bytes)
[#021] sha256:ed7871e297f87bcc6c8e7cd33396c9df58fd11eb7cc23c9a9cd282da0dc8e178 - 0.0% (834 Bytes)
[#022] sha256:888f97cb7fca6a664043507b2430ce549c841d2108d3ecaf0f2041ad6e212f8a - 0.0% (831 Bytes)
Apply image 1909-KB4560960-amd64
2020-06-10 21:46:26 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-06-10 21:46:27 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files LOCALAPPDATA=C:\Users\ContainerAdministrator\AppData\Local PSModuleAnalysisCachePath=\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1909-KB4560960-amd64
2020-06-10 21:46:27 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-06-10 21:46:47 UTC|1 fromTag=1909-KB4560960-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-06-10 21:46:47 UTCcmd /S /C #(nop) USER ContainerUser
2020-06-10 21:47:02 UTCcmd /S /C #(nop) COPY dir:040d51c7eac90640b5a64a9ce38f47ece7a96f727b607e97781b54e8dcd31e31 in C:\Program Files\PowerShell
2020-06-10 21:47:33 UTC|1 fromTag=1909-KB4560960-amd64 cmd /S /C pwsh -NoLogo -NoProfile -Command " $stopTime = (get-date).AddMinutes(15); $ErrorActionPreference = 'Stop' ; $ProgressPreference = 'SilentlyContinue' ; while(!(Test-Path -Path $env:PSModuleAnalysisCachePath)) { Write-Host "'Waiting for $env:PSModuleAnalysisCachePath'" ; if((get-date) -gt $stopTime) { throw 'timout expired'} Start-Sleep -Seconds 6 ; }"
2020-06-10 21:47:34 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-07-06 15:40:40 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-07-06 15:40:40 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-07-06 15:40:42 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-07-06 15:40:43 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-07-06 15:40:43 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-07-06 15:40:44 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-07-06 15:40:44 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4.6-rc3
2020-07-06 15:40:44 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-07-06 15:40:45 UTCcmd /S /C #(nop) COPY multi:6be17935189e08378c7cd49d20ac143f3322d4247c826c3fbcd292231219f538 in \etc\rancher\
2020-07-06 15:40:46 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-07-06 15:41:00 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-07-06T15:40:59Z
2020-07-06 15:41:01 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-07-06 15:41:01 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=3f414eb257b8150cede0172c78eaa84c032d688c
2020-07-06 15:41:01 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-07-06 15:42:36 UTC
233 MB
rancher/rancher-agent:v2.4.6-rc3
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1903-KB4560960-amd64
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:c40da4de5e84fba9e2c0f302d2d30570160680b4a2d4ae5a558796337e2dfca2 - 41.99% (97.9 MB)
[#001] sha256:3b9b1155a116e518548c67b2af65bca031816b6bbfa4e8e0b2b879fc046cf712 - 0.0% (861 Bytes)
[#002] sha256:eecea9c0a11f451b61e923777f4e0d5e2fee68aa6a924f67e0c25d202e487048 - 0.0% (826 Bytes)
[#003] sha256:5b8569b91ede8c7e07e3cd6a09211604703a74e3b7d5e4ab42be917d15e80c73 - 0.0% (824 Bytes)
[#004] sha256:b04f42ddeac9334b405d64db7e441200e957805af5ad881ccb6252a0355cf7a7 - 0.03% (63.9 KB)
[#005] sha256:b34994491cc30b144b6f185bdc28897c91da910d5c0bb0ea26de4b9bf645f5d7 - 0.0% (834 Bytes)
[#006] sha256:204d18d48d4ac0830e5f57e8c23770de7b87c4305f0fcaf6bd4b9c90e8f0f558 - 38.15% (88.9 MB)
[#007] sha256:c351b9956f5934378422dc2aa5ac43af2f793ba2c049bb21cbb9b109f6e8fa71 - 0.05% (126 KB)
[#008] sha256:f6d3e0ee44351e3ae2b5e7f30bf7bfc277f785857ccfe77486e0031f45a8abfc - 0.0% (825 Bytes)
[#009] sha256:c85aace13d386a8597a7e8bf6ea6d34d8b620fcbd708edea52514d9793102ff8 - 0.0% (824 Bytes)
[#010] sha256:b223e9b67ee87c02d7e24615d8ba07df906f12fea320465f59b5e8b3cabd5bb7 - 0.04% (101 KB)
[#011] sha256:3152ad6b327abbe91bd623accd0e0defeedf3f6db6b1b2ce257977ccccb384e3 - 13.99% (32.6 MB)
[#012] sha256:9573ab66d7bae1751c8a88a753defc37e9f6d459d5e7375acc51e00cf48d1638 - 0.0% (828 Bytes)
[#013] sha256:a1c9c16441f4cce171d6b66fbaeb4c49da56c1fb8b6b8af1531a5404fe02747f - 0.0% (832 Bytes)
[#014] sha256:f82567a5ab773918a2ee553d82b6f3696f7de8ffd68137e6786fbce5f3ee3382 - 0.0% (857 Bytes)
[#015] sha256:4ee0b48d844943ca35bd49f436168f3e1b226a5821242090f1bb786f783de5ca - 0.0% (828 Bytes)
[#016] sha256:709f0bb41e4e2b1f42ce7bc4ba30aa5c95e1d53b2d1ff865100cef2902f57c0d - 0.0% (851 Bytes)
[#017] sha256:9984d721f65fb6da175c040e0fc4e64f2aef7cf0b01d5f394ac53f582b261b4f - 5.74% (13.4 MB)
[#018] sha256:d1994a944c993321c5c4577f366c684862a200afbd31731e15e216ee5abe39c9 - 0.0% (855 Bytes)
[#019] sha256:4ce46bfd05338b04055cd65891fb2a9e3e54c60b65c399e1878bc88c86c8cc15 - 0.0% (834 Bytes)
[#020] sha256:ef52f71ff7668f2715d992d5075f441d17b77d898868b5d3ff2fa96345ee5913 - 0.0% (852 Bytes)
[#021] sha256:5f24970bd53945b3fb3823cb34fd05f746c7fabc66d1c8325213acbf46d77b46 - 0.0% (829 Bytes)
[#022] sha256:39d7224e029a44682f17889c7319bbef5396e714b1af0d506d8485e8d407face - 0.0% (824 Bytes)
Apply image 1903-KB4560960-amd64
2020-06-10 21:41:31 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-06-10 21:41: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-KB4560960-amd64
2020-06-10 21:41:32 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-06-10 21:41:54 UTC|1 fromTag=1903-KB4560960-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-06-10 21:41:55 UTCcmd /S /C #(nop) USER ContainerUser
2020-06-10 21:42:16 UTCcmd /S /C #(nop) COPY dir:040d51c7eac90640b5a64a9ce38f47ece7a96f727b607e97781b54e8dcd31e31 in C:\Program Files\PowerShell
2020-06-10 21:42:49 UTC|1 fromTag=1903-KB4560960-amd64 cmd /S /C pwsh -NoLogo -NoProfile -Command " $stopTime = (get-date).AddMinutes(15); $ErrorActionPreference = 'Stop' ; $ProgressPreference = 'SilentlyContinue' ; while(!(Test-Path -Path $env:PSModuleAnalysisCachePath)) { Write-Host "'Waiting for $env:PSModuleAnalysisCachePath'" ; if((get-date) -gt $stopTime) { throw 'timout expired'} Start-Sleep -Seconds 6 ; }"
2020-06-10 21:42:49 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-07-06 15:41:54 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-07-06 15:41:55 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-07-06 15:41:57 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-07-06 15:41:58 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-07-06 15:41:58 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-07-06 15:41:58 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-07-06 15:41:59 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4.6-rc3
2020-07-06 15:41:59 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-07-06 15:42:00 UTCcmd /S /C #(nop) COPY multi:6be17935189e08378c7cd49d20ac143f3322d4247c826c3fbcd292231219f538 in \etc\rancher\
2020-07-06 15:42:00 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-07-06 15:42:35 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-07-06T15:42:33Z
2020-07-06 15:42:35 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-07-06 15:42:35 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=3f414eb257b8150cede0172c78eaa84c032d688c
2020-07-06 15:42:36 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-07-06 15:49:21 UTC
95 MB
rancher/rancher-agent:v2.4.6-rc3
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:2e8bea8b22f8f5a4fd5aa85019945dd8ae04f283a4ba2a7aeb4536fe2f1d1ec2 - 23.81% (22.6 MB)
[#001] sha256:fc90876b9c9a7343ae432eaec7c8dc8859c1e84b6193da8d386815fde165a70e - 0.04% (34.4 KB)
[#002] sha256:27bfc658a5210a9f0c9cfcda5f504e720da9268e9f3f3bf48e3a9a7af360c959 - 0.0% (854 Bytes)
[#003] sha256:1ef0f1b06b2142ff2bf35cc565f019ed9e4efe0d8f332825167538c2337bac8a - 0.0% (187 Bytes)
[#004] sha256:32b3e4c5169fed4a4bde23656acfee9541e7be981821ca20250aa0f2a53e7435 - 0.0% (123 Bytes)
[#005] sha256:44e9d1292c618dfb82c28de6555e90408e19241325ed6af59f2861d70cfffe1b - 28.82% (27.4 MB)
[#006] sha256:1f832efa460f511747e56f5b3670b40faea2dfeb542fea89ae26420642ba0d65 - 2.04% (1.94 MB)
[#007] sha256:e9e4e6916284d1464e351c7b4504318c829ae564fc1af2da2f594507b34f6e06 - 1.19% (1.13 MB)
[#008] sha256:2d9b684abb2bba41f2afacd39f937131652c729fc3b2d51133753c54895640e7 - 25.93% (24.6 MB)
[#009] sha256:537828480a17aadb558c44b37e0457d88e466ec888a2968c3b074a3cfb34ab25 - 18.17% (17.3 MB)
/bin/sh -c #(nop) ADD file:7dc8819fd3d4b84ad19fb836e5bfda64a5ffefc371166f70d4d41dff6b22d450 in /
2020-06-17 01:42:37 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-06-17 01:42:41 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-06-17 01:42:44 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-06-17 01:42:45 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-07-06 15:48:45 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-07-06 15:48:45 UTC/bin/sh -c #(nop) ENV DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 DOCKER_URL_arm64=https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64 DOCKER_URL=DOCKER_URL_arm64
2020-07-06 15:48:46 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-07-06 15:48:46 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-07-06 15:49:12 UTC|1 ARCH=arm64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl ca-certificates jq iproute2 vim-tiny less bash-completion unzip sysstat acl && curl -sLf ${!DOCKER_URL} > /usr/bin/docker && chmod +x /usr/bin/docker && curl -sLf https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl > /usr/bin/kubectl && chmod +x /usr/bin/kubectl && DEBIAN_FRONTEND=noninteractive apt-get autoremove -y && DEBIAN_FRONTEND=noninteractive apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
2020-07-06 15:49:13 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-07-06 15:49:14 UTC|1 ARCH=arm64 /bin/sh -c curl -sLf https://github.com/rancher/loglevel/releases/download/${LOGLEVEL_VERSION}/loglevel-${ARCH}-${LOGLEVEL_VERSION}.tar.gz | tar xvzf - -C /usr/bin
2020-07-06 15:49:15 UTC|1 ARCH=arm64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.7/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin
2020-07-06 15:49:15 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-07-06 15:49:17 UTC|1 ARCH=arm64 /bin/sh -c curl -sL https://github.com/c-bata/kube-prompt/releases/download/${KUBEPROMPT_VERSION}/kube-prompt_${KUBEPROMPT_VERSION}_linux_${ARCH}.zip > /usr/bin/kube-prompt.zip && unzip /usr/bin/kube-prompt.zip -d /usr/bin
2020-07-06 15:49:18 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-07-06 15:49:18 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-07-06 15:49:18 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-07-06 15:49:18 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4.6-rc3
2020-07-06 15:49:19 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-07-06 15:49:20 UTC/bin/sh -c #(nop) COPY multi:d0a138006ba1c08cb1b7d4a88ae03469ab1354034d7a8038a61e022a2e050ccf in /usr/bin/
2020-07-06 15:49:20 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-07-06 15:49:20 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-07-06T15:48:41Z
2020-07-06 15:49:21 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-07-06 15:49:21 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=3f414eb257b8150cede0172c78eaa84c032d688c
2020-07-06 15:49:21 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.