2020-10-26 20:06:10 UTC
161 MB
rancher/rancher-agent:master-463de7646ee368e25a46b561cae43963e08f9e57-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.18.2
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:171857c49d0f5e2ebf623e6cb36a8bcad585ed0c2aa99c87a055df034c1e5848 - 15.82% (25.5 MB)
[#001] sha256:419640447d267f068d2f84a093cb13a56ce77e130877f5b8bdb4294f4a90a84f - 0.0% (852 Bytes)
[#002] sha256:61e52f862619ab016d3bcfbd78e5c7aaaa1989b4c295e6dbcacddd2d7b93e1f5 - 0.0% (162 Bytes)
[#003] sha256:4698f1780f5fee8b5297440f31831342747f655ce060246a3beb0b5fc4d1a302 - 0.0% (123 Bytes)
[#004] sha256:d0e954f0c9fb5500ea7456b025bfead274a20a1196029b02cd3a708c2d8eeb0a - 34.86% (56.1 MB)
[#005] sha256:151cee34087306d16032c450bf523cda7531b2b1cd30f8d07916138131feb1cb - 1.37% (2.2 MB)
[#006] sha256:aeec74d2c0338c109fc023079c760291480e151d1f4218f1c683769af4edb0db - 16.51% (26.6 MB)
[#007] sha256:898b87cfb62a55ddfc8a9dc451ec8a24228a225b32ada554bf85392c89e54d52 - 12.83% (20.7 MB)
[#008] sha256:a5a0e9fd0d3097ab3f2e6936f1505ee98fcabbcd6ec0ec6c1fb4ec24c3551305 - 18.62% (30 MB)
[#009] sha256:1ac7745ff9f7834ab3a31966cd935624ef342992172359cfe7e1e4b7776c976d - 0.0% (172 Bytes)
/bin/sh -c #(nop) ADD file:4974bb5483c392fb54a35f3799802d623d14632747493dce5feb4d435634b4ac in /
2020-09-25 22:33:50 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-25 22:33:51 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-09-25 22:33:52 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-09-25 22:33:52 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-10-26 20:05:36 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-10-26 20:05:36 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-10-26 20:05:37 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-10-26 20:05:37 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2020-10-26 20:05: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-10-26 20:05:58 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-10-26 20:05:59 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-10-26 20:05:59 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-10-26 20:06:01 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-10-26 20:06:01 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-10-26 20:06:02 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-10-26 20:06:02 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-10-26 20:06:02 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-463de7646ee368e25a46b561cae43963e08f9e57-head
2020-10-26 20:06:02 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-10-26 20:06:06 UTC/bin/sh -c #(nop) COPY dir:b0c1a11780e342f121c20829b536f9c4226f8421d6fad2929bb9d04bcf280e85 in /var/lib/rancher-data
2020-10-26 20:06:08 UTC/bin/sh -c #(nop) COPY multi:06dc89a81e848c8b1e2c8b55b4abc1c8b7bd3cb794581d85281adb9e8b4d9547 in /usr/bin/
2020-10-26 20:06:09 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-10-26 20:06:09 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-10-26 20:06:09 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-10-26T20:05:16Z
2020-10-26 20:06:10 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-26 20:06:10 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=463de7646ee368e25a46b561cae43963e08f9e57
2020-10-26 20:06:10 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-10-26 20:11:29 UTC
248 MB
rancher/rancher-agent:master-463de7646ee368e25a46b561cae43963e08f9e57-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1809
POWERSHELL_TELEMETRY_OPTOUT0
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:aab6118ce69c93410df7fa15842a6e3b3c7ff20b639c779b5d5f78e7653eaa07 - 38.88% (96.5 MB)
[#001] sha256:fb8e9d2ebec8d146ce16eaab9fc140934988a413bdfac4de97e1a5a32a24cbde - 0.0% (840 Bytes)
[#002] sha256:2269bd28e1b4e8846b6c22ac54670767bdceacadff4d3e8fdb11a44901abe809 - 0.0% (838 Bytes)
[#003] sha256:ecc1d19c602c8b38eaa82f5663c7a9667972bbde9a577b67890d188011cee4c4 - 0.03% (65.3 KB)
[#004] sha256:94bc2a39004628a26cc1b7cb5037db086a224ed894d2d949158ca6abaf1b0a32 - 0.0% (837 Bytes)
[#005] sha256:4a60502b16e273e605121e7f5319fed3ebd4226eb6b51ad85d1f5212197b3d92 - 35.82% (88.9 MB)
[#006] sha256:c1586d54f96203fdd01eb22fbb8fb3ba017f048fd542942c4ef72220c66daa94 - 0.04% (93.6 KB)
[#007] sha256:e0c15edd13a7f4e20b92ff6c2db4c324549ecf1fc97cb30a476c1f110fdc77c5 - 0.0% (837 Bytes)
[#008] sha256:eb6f9f1ed489956561d1642335ec22722623e4c2e334cee0b71348998a590282 - 0.0% (843 Bytes)
[#009] sha256:d0c7f5b06f6d626194acec20d5151531a68affc178c8b0df43e65310c20743af - 0.0% (854 Bytes)
[#010] sha256:a71b7be5909d6258788dc8fdf04680b8b5f38ad080ab1919079b9aab1811138e - 0.04% (96.5 KB)
[#011] sha256:ff9a9e6597a24da65441e6e398855fc2804408ebbad0f4ddab564e7ca4261348 - 13.13% (32.6 MB)
[#012] sha256:5707d9950ec08b89ec4065fdc8594ebb26c7b4e8e40f2eda4bd3f1b9cb36b5c3 - 0.0% (828 Bytes)
[#013] sha256:1b7ad597c7f6785cec0e15cc94518fe683d87ba036e556ec6e364e8b283cbbfb - 0.0% (830 Bytes)
[#014] sha256:7ae7f59f997aa4997b34db0fca21c1e796c1a8a9e68f180871f56644c1111631 - 0.0% (828 Bytes)
[#015] sha256:1daab02f07e9500c85cdd406eaad90d54c348048de021e0b43af8b741be1349e - 0.0% (857 Bytes)
[#016] sha256:8401be795ba2e8f643c1f20ca21c18162f8cb879fd33ce80996d3ace839232a1 - 0.0% (862 Bytes)
[#017] sha256:6ddfd62da2bcc51fa1bd315530101fe7621bcc88734d2de82bff09cfd4ca0d5c - 12.06% (30 MB)
[#018] sha256:79fb6ac794064a244c6b7cff601a52c2e1a88e35f9d45dbeba6ecb25671c4478 - 0.0% (867 Bytes)
[#019] sha256:a8052d30911dae12bc20b7506f77c6f1c28e7955d49f46d7d9111cb4f47fc875 - 0.0% (854 Bytes)
[#020] sha256:49c3674268e3be2a0da9058c34829b14e8c72a71409a51a62bade121df63d283 - 0.0% (857 Bytes)
[#021] sha256:fd1604a761bf8e98ca937e0bd6609023e3f24d2e28e9f16c05ca42451b6d504c - 0.0% (855 Bytes)
[#022] sha256:ed415eec22870819a78d63cbad9dfe113d5a8dbc8869ee6795241b90c19a7394 - 0.0% (834 Bytes)
Apply image 1809-amd64
2020-10-20 17:27:46 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
2020-10-20 17:27:46 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-10-20 17:28:20 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-10-20 17:28:20 UTCcmd /S /C #(nop) USER ContainerUser
2020-10-20 17:28:54 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-10-20 17:29:37 UTCcmd /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-10-20 17:29:38 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2020-10-20 17:29:39 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-10-26 18:29:49 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-10-26 18:29:50 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-10-26 18:29:53 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-10-26 18:29:54 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-10-26 18:29:54 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-10-26 18:29:55 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-10-26 20:11:19 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-463de7646ee368e25a46b561cae43963e08f9e57-head
2020-10-26 20:11:20 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-10-26 20:11:25 UTCcmd /S /C #(nop) COPY multi:de1ec961a2cbbd2cb9119e6fe923a3e14b8ecf61c55a217ef786d957a01c87a1 in \etc\rancher\
2020-10-26 20:11:26 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-10-26 20:11:27 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-26T20:11:06Z
2020-10-26 20:11:27 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-26 20:11:28 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=463de7646ee368e25a46b561cae43963e08f9e57
2020-10-26 20:11:29 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-10-26 20:09:06 UTC
250 MB
rancher/rancher-agent:master-463de7646ee368e25a46b561cae43963e08f9e57-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1909
POWERSHELL_TELEMETRY_OPTOUT0
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:d6c6a99d5726a68a35f81bb15a53ebdc98b41ff763b7b2442647543ee44bb89c - 39.26% (98.1 MB)
[#001] sha256:335c40a36065758dd89f8eb60d58c118ff3fc377f9ab2d80e389310f5bae961d - 0.0% (840 Bytes)
[#002] sha256:e04a1704732d92efe0a77fe70861d6cdc1aa70b253bb11718970c536aecab77e - 0.0% (839 Bytes)
[#003] sha256:7ed708438c0b71910721f562e1a0324e26b9effcb537d462eecbeae5c88ad325 - 0.03% (65.7 KB)
[#004] sha256:bf6c391878901e7a8574beb9a62a30c7e7101ba22be66a3c02a58a249962d52e - 0.0% (828 Bytes)
[#005] sha256:4477ab8943995fb124db1e8d182cbed664b7df7816cfda65dbb8ae0daa10660c - 35.6% (88.9 MB)
[#006] sha256:258aed69e137c065d92c05a4290b212e518b5702117e88e9054b36370c72e184 - 0.04% (92.3 KB)
[#007] sha256:7bc04510cb2f2ce0db54cfc4e4f7bedad99a7437663f94f6d7a7aac2c1a94600 - 0.0% (837 Bytes)
[#008] sha256:a6e0055f1cf6435235412031f009cbea2454176a19614752c90964f0090ee283 - 0.0% (841 Bytes)
[#009] sha256:468eb1b7fa1f628462a40dee9fa09f311bb031fe90fc994f5c1e45759366c41d - 0.0% (877 Bytes)
[#010] sha256:232f17813966637b067af37210959bcf8ce46b1b3eebc8d74d0bb7df3f261ecd - 0.04% (101 KB)
[#011] sha256:18dec97fecd095d6ddf8e8ddc34ef33f742f7085649f0c8259ac0075e71b3e50 - 13.05% (32.6 MB)
[#012] sha256:d9eb1b9806dbc553af415fbba8535b3f9b3b78adc99bbbc22f75ea88c92b79eb - 0.0% (863 Bytes)
[#013] sha256:a20a8b2a8b86a0c77e34a62a7bb11e52a8a1c2af6268e873f895ec554a59121a - 0.0% (828 Bytes)
[#014] sha256:f425af3b5f67014a5e00a3b37fbd25f1c7e019cf8ef82d52fe39433f1d4e22d2 - 0.0% (863 Bytes)
[#015] sha256:32fe15ca0a839afd913a9712579374fd1c2ee57765ba3747830bf921658bf957 - 0.0% (828 Bytes)
[#016] sha256:b7e9275e004389342d9f24bdba8bdbe39d5871032e9b4d3962743cfc051aa2fd - 0.0% (827 Bytes)
[#017] sha256:7088d19ca651bea7d5331c8f7046556bc158fc1bdafb4bae5e05f00163093ac1 - 11.99% (30 MB)
[#018] sha256:efa02cb455ce9c9bb04bc489e7da97885acd8b791f390b29c0a21f63e0dbfd5d - 0.0% (832 Bytes)
[#019] sha256:0d7593b61b12fab40ff3358464e4473f4724f2a92764d5c670bee4a4407a7c48 - 0.0% (836 Bytes)
[#020] sha256:ee2990a4fdc2d4a29fd0997240b94677eaa00f56f42cc36bd5b131a01ee67cb4 - 0.0% (836 Bytes)
[#021] sha256:2adc73d090d020edb6e4e9b7c4a3a9e0d1f1384048435f0eebd8d8d2acd50103 - 0.0% (828 Bytes)
[#022] sha256:e3365d6185023b7aa1a6b1d94bf4f1f2d17b614cd3fec45cffbcbc08e2db0324 - 0.0% (831 Bytes)
Apply image 1909-amd64
2020-10-20 16:55:30 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
2020-10-20 16:55:32 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-10-20 16:56:12 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-10-20 16:56:15 UTCcmd /S /C #(nop) USER ContainerUser
2020-10-20 16:57:23 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-10-20 16:58:11 UTCcmd /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-10-20 16:58:11 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2020-10-20 16:58:12 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-10-26 16:55:14 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-10-26 16:55:15 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-10-26 16:55:17 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-10-26 16:55:18 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-10-26 16:55:18 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-10-26 16:55:19 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-10-26 18:58:14 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-463de7646ee368e25a46b561cae43963e08f9e57-head
2020-10-26 18:58:14 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-10-26 18:58:16 UTCcmd /S /C #(nop) COPY multi:de1ec961a2cbbd2cb9119e6fe923a3e14b8ecf61c55a217ef786d957a01c87a1 in \etc\rancher\
2020-10-26 18:58:16 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-10-26 20:09:05 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-26T20:09:03Z
2020-10-26 20:09:05 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-26 20:09:06 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=463de7646ee368e25a46b561cae43963e08f9e57
2020-10-26 20:09:06 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-10-26 20:02:51 UTC
250 MB
rancher/rancher-agent:master-463de7646ee368e25a46b561cae43963e08f9e57-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1903
POWERSHELL_TELEMETRY_OPTOUT0
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:0e31ee8f400716f940be9db76d6eedb1a903860385b4ca8f70513012d53fe1f1 - 39.31% (98.3 MB)
[#001] sha256:cff87f7c2e9d5f0e54a76b45b01f9551e5db97780ad8954a164b11cef558420f - 0.0% (875 Bytes)
[#002] sha256:eedcdb0753a8a044380cb7807307bb386a12e4da11cd58da77349c0387d5febb - 0.0% (866 Bytes)
[#003] sha256:12f25ce6dcf4db133030bee4fd0cab08260f0c216191b1addcbd39b46953b61e - 0.03% (66.6 KB)
[#004] sha256:e0d78dbe405fe2675691484fb369ecab34bda967e6aa32a439667472aea95bb3 - 0.0% (835 Bytes)
[#005] sha256:7fd2192ca41ed69fd2a35353fea5f431714df0455da86d954f49ba4febb656bf - 35.57% (88.9 MB)
[#006] sha256:087182b10054d52d2fc759197aa2dd5133610191fbdd4eb9106fc39868a8de7c - 0.04% (91.4 KB)
[#007] sha256:9563e8ab0fbba9839bfc402f8c6ce0c52f94c345433eadc1f614f3245a8cf64b - 0.0% (845 Bytes)
[#008] sha256:dd5b60269a9f2198c3860a8dd2ae7c9ed4bc05d3bed3d4c850fcce37d82d4c9f - 0.0% (837 Bytes)
[#009] sha256:684e7283f6d8eaf6ead07184b11418d7d25d04f93fd30dba066a25600d9289fc - 0.0% (853 Bytes)
[#010] sha256:48353eb7f4553556d18d864be2ce5519ff95fb25be016d4b20319c3aeffb0ce7 - 0.04% (101 KB)
[#011] sha256:e2718caa11be0a55b8b4db27d9a426a3f7655e96015f5c2292cc989625a0ff8e - 13.04% (32.6 MB)
[#012] sha256:169efb05cc8a08e428eb6f4cc81059b652da031b0cadaad4beba927ddbf3512f - 0.0% (858 Bytes)
[#013] sha256:b8ec0a0962dc41d4e83a1db96e70064e74bec383a1f3248b6689e81f48821896 - 0.0% (828 Bytes)
[#014] sha256:9bc649917af078fa1ae21a597741239ba0441d5fa01f88d950a4ed8628706cf8 - 0.0% (834 Bytes)
[#015] sha256:916157f424b390cb7a532b35cb91f060379fc009eb42ac4aaedc88310b4903f1 - 0.0% (835 Bytes)
[#016] sha256:b1a433468c87c7cf34b4c5254cd358e73c2013110534791a9793d1b6f16bf321 - 0.0% (831 Bytes)
[#017] sha256:019454dfcf81bc36f1e3d3ecfd4f4e6fcd2ae27affaf879e500ad5c1a5f3bdd3 - 11.98% (30 MB)
[#018] sha256:74b7c4398585b932b2d0bfb7e5afe2e79bb1cd31a2daa2c7f3fd2d55a237b753 - 0.0% (832 Bytes)
[#019] sha256:4f755e04a383aa28ae69c34c03ca7da3b151c33b9d7501a58c002f81986b8f7a - 0.0% (855 Bytes)
[#020] sha256:1a067e1d5174de4db3b1a6e6bef40e3abcddae03f67a396eab934307a8ae7f21 - 0.0% (832 Bytes)
[#021] sha256:fa76cd7d237effb6a95af0881a435ad65a55a3e32f249be9ea253029a77337a4 - 0.0% (855 Bytes)
[#022] sha256:94802b2e1cf1ee88aadecc69bc0d4ec9b6e6aaf53b331062bae3a80f79dfbff2 - 0.0% (829 Bytes)
Apply image 1903-amd64
2020-10-20 17:27:24 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
2020-10-20 17:27:27 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-10-20 17:28:24 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-10-20 17:28:25 UTCcmd /S /C #(nop) USER ContainerUser
2020-10-20 17:29:01 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-10-20 17:29:44 UTCcmd /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-10-20 17:29:45 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2020-10-20 17:29:46 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-10-26 16:56:50 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-10-26 16:56:51 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-10-26 16:56:54 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-10-26 16:56:55 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-10-26 16:56:55 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-10-26 16:56:56 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-10-26 18:58:59 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-463de7646ee368e25a46b561cae43963e08f9e57-head
2020-10-26 18:58:59 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-10-26 18:59:00 UTCcmd /S /C #(nop) COPY multi:de1ec961a2cbbd2cb9119e6fe923a3e14b8ecf61c55a217ef786d957a01c87a1 in \etc\rancher\
2020-10-26 18:59:01 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-10-26 20:02:50 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-26T20:02:47Z
2020-10-26 20:02:50 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-26 20:02:50 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=463de7646ee368e25a46b561cae43963e08f9e57
2020-10-26 20:02:51 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-10-26 20:08:13 UTC
149 MB
rancher/rancher-agent:master-463de7646ee368e25a46b561cae43963e08f9e57-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.18.2
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:296c9ad75beec603486f1373addae8e2c509e94c4adda44c1289792c91624acc - 15.14% (22.6 MB)
[#001] sha256:c0533d1393025aa8c38e0823a6546a0d4e5dec6b8b670758c25494c35783668d - 0.0% (850 Bytes)
[#002] sha256:3c11bb34abc87247c6a70c928b7a5ef4cd48093642eb0c4b8121a674d3e278c6 - 0.0% (189 Bytes)
[#003] sha256:5efe0271fc8609567fd1531d2e2887003e7087b477997be537443458437e963b - 0.0% (124 Bytes)
[#004] sha256:084be10d6b2c9d23669441f142cfa80f3b6d05d5d1dda5ab840ffa882b0123a3 - 34.77% (51.9 MB)
[#005] sha256:ec31164e9f3188f669aa910fa6f005037f2a6471c8fef1db40a8b9910c2e44f1 - 1.3% (1.94 MB)
[#006] sha256:1db6a8b3f8d16ea66a3e85b3b4b40a5637cb8aa9e8b21011cdad47f2bc5b052b - 16.49% (24.6 MB)
[#007] sha256:8d1674364253262634c8ae2a14d94450b5deb0c5df08894cb59b42935bc4a75b - 13.82% (20.6 MB)
[#008] sha256:9878f33ef1fbb6a2be08a043e0ab12bb47f99d4f1aab619946c5314eb9a31a53 - 18.47% (27.6 MB)
[#009] sha256:e9fae70f479fb537681fd2e518c295b675c4bfc69aa6cd453d73d95c7ac9e808 - 0.0% (172 Bytes)
/bin/sh -c #(nop) ADD file:d2c57bfbb29f6de3b29050a2c50c3806e0c8caa26f6d8dea47f479c923d72e3e in /
2020-09-25 22:47:35 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-25 22:47:36 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-09-25 22:47:38 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-09-25 22:47:39 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-10-26 20:07:21 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-10-26 20:07:21 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-10-26 20:07:22 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-10-26 20:07:23 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2020-10-26 20:07:55 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-10-26 20:07:56 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-10-26 20:07:58 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-10-26 20:07:58 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-10-26 20:08:00 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-10-26 20:08:01 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-10-26 20:08:01 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-10-26 20:08:01 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-10-26 20:08:02 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-463de7646ee368e25a46b561cae43963e08f9e57-head
2020-10-26 20:08:02 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-10-26 20:08:08 UTC/bin/sh -c #(nop) COPY dir:3449b9c45816718372dd49029caf1cebc03062e8282f95387757a34434d700af in /var/lib/rancher-data
2020-10-26 20:08:11 UTC/bin/sh -c #(nop) COPY multi:7d51fcbe83bb470a01d06ca9753092736215cdac5abed9a5ffb9020272ea5b4a in /usr/bin/
2020-10-26 20:08:11 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-10-26 20:08:11 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-10-26 20:08:12 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-10-26T20:07:00Z
2020-10-26 20:08:12 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-26 20:08:12 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=463de7646ee368e25a46b561cae43963e08f9e57
2020-10-26 20:08:13 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.