2020-09-29 20:23:37 UTC
158 MB
rancher/rancher-agent:v2.5.0-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.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 - 16.09% (25.5 MB)
[#001] sha256:419640447d267f068d2f84a093cb13a56ce77e130877f5b8bdb4294f4a90a84f - 0.0% (852 Bytes)
[#002] sha256:61e52f862619ab016d3bcfbd78e5c7aaaa1989b4c295e6dbcacddd2d7b93e1f5 - 0.0% (162 Bytes)
[#003] sha256:796c5de4780e16b934c66029645511cfabf728cf05b5fdb25811ae58481f2dd3 - 0.0% (124 Bytes)
[#004] sha256:be910483eedc3b128d31c324fd3b3a71977eb48506e8c7f0bdc3144a8808d329 - 34.3% (54.3 MB)
[#005] sha256:151cee34087306d16032c450bf523cda7531b2b1cd30f8d07916138131feb1cb - 1.39% (2.2 MB)
[#006] sha256:510579d20f32597196dbbfb5f6c5f111536fd3d9170f74dd400f0b706a098aaa - 16.79% (26.6 MB)
[#007] sha256:956413994292ec9000cca15cb48fc10973efea7854636ec38e713382b6448c58 - 12.5% (19.8 MB)
[#008] sha256:23fab72fb2b33183e723a218358ba9b4c42fa126bc66b589dfef240c13c3ed96 - 18.92% (29.9 MB)
[#009] sha256:a6d9b871988152eb5cc0feda16386d34310565265b59256b79f9f710a4266350 - 0.0% (170 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-09-29 20:22:57 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-09-29 20:22:57 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-29 20:22:58 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-09-29 20:22:58 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2020-09-29 20:23:20 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-29 20:23:21 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-09-29 20:23:23 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-29 20:23:23 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-09-29 20:23:25 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-29 20:23:26 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-09-29 20:23:26 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-09-29 20:23:26 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-29 20:23:27 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.0-rc3
2020-09-29 20:23:27 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-09-29 20:23:31 UTC/bin/sh -c #(nop) COPY dir:93081b99e620da1b98e3cfddfa62274635d8f803b4b68af0e7da54cc546ebeef in /var/lib/rancher-data
2020-09-29 20:23:34 UTC/bin/sh -c #(nop) COPY multi:3b6580f276a004ba9189d53927f8cfb344621270f71d394afd8011759a6909d8 in /usr/bin/
2020-09-29 20:23:36 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-09-29 20:23:36 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-09-29 20:23:37 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-29T20:22:34Z
2020-09-29 20:23:37 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-29 20:23:37 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=372b32b5a8d419dbe6e2b55636b6243f942a7cf7
2020-09-29 20:23:37 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-29 20:25:04 UTC
248 MB
rancher/rancher-agent:v2.5.0-rc3
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.83% (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:f7207102949163ed51c6809d24788b349bb58ce5fee4864c0ebcbbd49dfc1ce3 - 0.0% (856 Bytes)
[#010] sha256:87ec17cb5b75d080503241bcb8187bc52e243c1b8ec85faec78663d761fd7a73 - 0.04% (96.5 KB)
[#011] sha256:ed19efa7dd42304eb747b974b191fa6680bfab7dc62bc6d5004f95f8f40c3e51 - 13.14% (32.6 MB)
[#012] sha256:4a1ffe0aaa11a5b3a50f1c529e43a12dd8f14e26e299cf6b3b0b6a569c9c69de - 0.0% (833 Bytes)
[#013] sha256:15a318aab0a717110d0e83b8fae9dc4bc8cff7e43a3bc7b37ddaef6db3fb00dd - 0.0% (865 Bytes)
[#014] sha256:c94cc2dd9605b2077c8ae22b0bb5db0c22a136e8487a779402a845aed50e6420 - 0.0% (836 Bytes)
[#015] sha256:b5c47c562f8930291f5db5310b30afcea0adb75481341dbea80bc02dc9df6298 - 0.0% (828 Bytes)
[#016] sha256:b4bf9638328442cfe317b33dd1f8ce8b5daf03fe687a90114c1f1a90f7d70025 - 0.0% (829 Bytes)
[#017] sha256:46f7e1239c11d2ab8795d7e8495577151b5c4f9461bf48082e7f1f52436e8bea - 12.06% (29.9 MB)
[#018] sha256:ef0b1b43615e90c5c751d006aa66ca4d7b8ecc305f3dc7fc8e21a3d446504f7e - 0.0% (830 Bytes)
[#019] sha256:a27dd921bec8ff2438d0366b477ca514e733c16f175138c7af5b567b5b137883 - 0.0% (854 Bytes)
[#020] sha256:0c41e8ebfc9a1a5cf902e6f69809d2d9383112a90d435b5e4f78baaeb99364d5 - 0.0% (854 Bytes)
[#021] sha256:3ff0919e2401f0f0974e6d7f6c849bec9e0f6a754c030bddb7101c171d2f4929 - 0.0% (851 Bytes)
[#022] sha256:4ff239477decef2dbca6d9edc111657d5201b1c4f8e33c27940a76f6fee18027 - 0.0% (852 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-29 20:24:26 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-29 20:24:27 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-09-29 20:24:30 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-09-29 20:24:31 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-09-29 20:24:31 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-09-29 20:24:31 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-29 20:24:32 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.0-rc3
2020-09-29 20:24:32 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-29 20:24:34 UTCcmd /S /C #(nop) COPY multi:056fafe24cfe7970cf85cd5f39549fccd8e38b3091912f4a05f5b8e16bfeaed9 in \etc\rancher\
2020-09-29 20:24:35 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-29 20:25:03 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-29T20:25:01Z
2020-09-29 20:25:03 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-29 20:25:04 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=372b32b5a8d419dbe6e2b55636b6243f942a7cf7
2020-09-29 20:25:04 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-29 20:18:49 UTC
250 MB
rancher/rancher-agent:v2.5.0-rc3
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.63% (88.9 MB)
[#007] sha256:9f8a37ac3aec6d361cd1f1eb6122fa1ed61c19b7d970f3b541f3b3d938bf884b - 0.05% (122 KB)
[#008] sha256:547c54e71f4b4bfe1c93096405f58690b10a6095597fb50223e569cd17e13bc2 - 0.0% (862 Bytes)
[#009] sha256:bc31093e730989e304f246b8f4744baa218e7ffb6790c2d67da9b84c5c84afeb - 0.0% (827 Bytes)
[#010] sha256:9829f01d6f12c1ba48f3e47acd5430ef7c318014063ce3eec0b8015b18f8d409 - 0.04% (101 KB)
[#011] sha256:712d097434842315bee6fa4bee58468d3cf3e376ded897b69c063f699e4721bb - 13.06% (32.6 MB)
[#012] sha256:3cf41c43ca1368d9a0fd25c24f2a22ae7c1a590155578c84c4f17321fe9a3880 - 0.0% (831 Bytes)
[#013] sha256:5271704380eb54d1f7d79061d059289dde1669621dcffc41d11fbae23f39e624 - 0.0% (855 Bytes)
[#014] sha256:fe71f3444d45ac56f5cb5ffbf8bf88f22747bc0f84dc39441e3c21724b0b6123 - 0.0% (861 Bytes)
[#015] sha256:f162c1485adeb5c5a14e2f33ff14c5c2bd81cffdbfe95a3fc24d0b6846ff3271 - 0.0% (835 Bytes)
[#016] sha256:b8defd8d988add56694b8a460477df0912cd0168ad4522494c4b5f7b15b9a68d - 0.0% (832 Bytes)
[#017] sha256:24e0f9ebbded484c9ae633d65e5ae2158046c431290b08f7d5960080c425eb69 - 11.99% (29.9 MB)
[#018] sha256:b18d04ae4c6655c6b3ef47374b093c7a14a4e0a4af6e582771bda7a8f44782eb - 0.0% (827 Bytes)
[#019] sha256:796ca25d8ed518abab0cbf6fc79c55562164fa007e6ff4a8eed39356335b48f4 - 0.0% (830 Bytes)
[#020] sha256:2cec31e2c727652d5d49ce23bb9c5a5f4d5a2ce1cf0104b7ab47bd50cd922f8a - 0.0% (858 Bytes)
[#021] sha256:0ea61d49847e7b21a286513594df4433de97f4ae5e5f805469f4a56a0a7f946c - 0.0% (833 Bytes)
[#022] sha256:544d5a70ca8cb50e3f33506e3a6a762ecea139f3e09fa29360a0ec72e1ba00ac - 0.0% (831 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-29 18:28:03 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-29 18:28:03 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-09-29 18:28:06 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-09-29 18:28:07 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-09-29 18:28:07 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-09-29 18:28:07 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-29 20:05:04 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.0-rc3
2020-09-29 20:05:04 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-29 20:05:05 UTCcmd /S /C #(nop) COPY multi:056fafe24cfe7970cf85cd5f39549fccd8e38b3091912f4a05f5b8e16bfeaed9 in \etc\rancher\
2020-09-29 20:05:06 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-29 20:18:48 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-29T20:18:45Z
2020-09-29 20:18:48 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-29 20:18:48 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=372b32b5a8d419dbe6e2b55636b6243f942a7cf7
2020-09-29 20:18:49 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-29 20:18:29 UTC
250 MB
rancher/rancher-agent:v2.5.0-rc3
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.2% (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:3bfeaa5a6aacd2b8d7fd0883916224ffb2b2688005e9a87076611049236c7dc6 - 0.0% (851 Bytes)
[#010] sha256:08a1433fc5fdd4dacc27193c5bd4e027621acadd489395076cc89af84f031a19 - 0.04% (101 KB)
[#011] sha256:c761b3c6d8ac7f8e3b97aba936d628343d1c602a1424e2844af72b340c68ca30 - 13.06% (32.6 MB)
[#012] sha256:4845da0dce1e9690b0fcdfa56a40661e63ceeab69e4947feff76454c12a72c4a - 0.0% (854 Bytes)
[#013] sha256:f77b243adaa77b9d0498abe6120c37127085dcc06dff975f7a433004b539650b - 0.0% (834 Bytes)
[#014] sha256:fe7980b8268898db93ac42318c77811835b3c5e70052ae4d0f7f4016d1db6421 - 0.0% (857 Bytes)
[#015] sha256:2a541431c57bfc15b02a86d30994840f9486c3174e4503e8455e4368a594247c - 0.0% (830 Bytes)
[#016] sha256:dabfcdaad199a85a9db620b0be7806e696cf540d0c371777042bb8969bfaaaff - 0.0% (859 Bytes)
[#017] sha256:7cd87da207734411ed56a87147b45498fea3678f4ffcb32267700582c07d4f74 - 11.99% (29.9 MB)
[#018] sha256:df4344ae91520aac5413e402681d467db1ed01867a2ae0140ed8b68b98dc2cda - 0.0% (832 Bytes)
[#019] sha256:27eef0326394e14fbf9202fed855f42d2995161d0ea7dd4ecf0961ab36d9a343 - 0.0% (859 Bytes)
[#020] sha256:df2c83252c2cb89284e45b23fd5d0f88e25088f0ba2bcc8c3138dcefa3ae9539 - 0.0% (851 Bytes)
[#021] sha256:e8d47c5750162014e08130adfeb3c2650b2a23dd812aff269358df5558849961 - 0.0% (828 Bytes)
[#022] sha256:fa54c43b5fc16633b909714c09f245da0c3f4b36ce03ff3969e582a9f56be8bd - 0.0% (830 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-29 18:29:06 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-29 18:29:07 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-09-29 18:29:10 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-09-29 18:29:10 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-09-29 18:29:11 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-09-29 18:29:11 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-29 20:04:51 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.0-rc3
2020-09-29 20:04:52 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-29 20:04:53 UTCcmd /S /C #(nop) COPY multi:056fafe24cfe7970cf85cd5f39549fccd8e38b3091912f4a05f5b8e16bfeaed9 in \etc\rancher\
2020-09-29 20:04:54 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-29 20:18:28 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-29T20:18:26Z
2020-09-29 20:18:29 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-29 20:18:29 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=372b32b5a8d419dbe6e2b55636b6243f942a7cf7
2020-09-29 20:18:29 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-29 20:21:01 UTC
147 MB
rancher/rancher-agent:v2.5.0-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.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.42% (22.6 MB)
[#001] sha256:c0533d1393025aa8c38e0823a6546a0d4e5dec6b8b670758c25494c35783668d - 0.0% (850 Bytes)
[#002] sha256:3c11bb34abc87247c6a70c928b7a5ef4cd48093642eb0c4b8121a674d3e278c6 - 0.0% (189 Bytes)
[#003] sha256:ae14cded9bbbb586b61f9376893b1d67f0251575df7082de24a51d4a846a20fc - 0.0% (122 Bytes)
[#004] sha256:9c1f2a5bc6d8aab76b9e070809c046ca7b1ad4b85170ddd147b0308a5c7bafc8 - 34.21% (50.2 MB)
[#005] sha256:ec31164e9f3188f669aa910fa6f005037f2a6471c8fef1db40a8b9910c2e44f1 - 1.32% (1.94 MB)
[#006] sha256:93ea05645557f41d1545308911a9a62ae6fdaebb4918b193b023c34507ed840d - 16.79% (24.6 MB)
[#007] sha256:e763d646a311ce91e1f17842a9211fd1004e53ce24b92548679405dd8e6272cc - 13.48% (19.8 MB)
[#008] sha256:9c794c051ef0cd09d02b2817051bd983db28539fe377156da7a86c369eba39e6 - 18.78% (27.6 MB)
[#009] sha256:006114d46486ec79439fb326f3d4d67d34bd7394d0e2a172e87ef145b70b9a0f - 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-09-29 20:20:27 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-09-29 20:20:28 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-29 20:20:28 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-09-29 20:20:29 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2020-09-29 20:20:49 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-29 20:20:50 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-09-29 20:20:51 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-29 20:20:51 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-09-29 20:20:53 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-29 20:20:53 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-09-29 20:20:53 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-09-29 20:20:53 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-29 20:20:54 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.0-rc3
2020-09-29 20:20:54 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-09-29 20:20:58 UTC/bin/sh -c #(nop) COPY dir:c55685fa8cdab4116512a1cc1f1f07767a749029ebf08c05e64f941c0361749b in /var/lib/rancher-data
2020-09-29 20:20:59 UTC/bin/sh -c #(nop) COPY multi:b77014abb1e6672a7bf6bec1fdc0ec58319d346b14958b4def2038ba93c6cc0b in /usr/bin/
2020-09-29 20:21:00 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-09-29 20:21:00 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-09-29 20:21:00 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-29T20:20:14Z
2020-09-29 20:21:01 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-29 20:21:01 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=372b32b5a8d419dbe6e2b55636b6243f942a7cf7
2020-09-29 20:21:01 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.