2020-10-30 22:44:07 UTC
161 MB
rancher/rancher-agent:v2.5-c5c00a59652e9a63bd4418340f7bd9a271fe5811-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.81% (25.5 MB)
[#001] sha256:419640447d267f068d2f84a093cb13a56ce77e130877f5b8bdb4294f4a90a84f - 0.0% (852 Bytes)
[#002] sha256:61e52f862619ab016d3bcfbd78e5c7aaaa1989b4c295e6dbcacddd2d7b93e1f5 - 0.0% (162 Bytes)
[#003] sha256:b5b0dfaefd08551ff6ad62eaa2645940c58387b777d1b51ceb77b76e75ce3112 - 0.0% (124 Bytes)
[#004] sha256:b21fa7781326ce3e77ec31e52c40b5d6b347e860b97fa9792fc7dab5ca7c56c9 - 34.86% (56.1 MB)
[#005] sha256:151cee34087306d16032c450bf523cda7531b2b1cd30f8d07916138131feb1cb - 1.37% (2.2 MB)
[#006] sha256:2923c42a7a25d2cc352db026dc6dd9685807863d704f0379abc4f9d50fd5dea7 - 16.5% (26.6 MB)
[#007] sha256:de8c8c080c9f247ceafa4a11065395181a3c1210242edab1ce7c821614413798 - 12.85% (20.7 MB)
[#008] sha256:525ea7a8773b15a864f914b50b495280799afd7e2c1e83f466205d20de0d077e - 18.61% (30 MB)
[#009] sha256:be8e65448953f0c109b1b40256c49bded9a3929c605714908f11fa777fd0833a - 0.0% (171 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-30 22:43:33 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-10-30 22:43:34 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-30 22:43:34 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-10-30 22:43:34 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2020-10-30 22:43:55 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-30 22:43:56 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-10-30 22:43:57 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-30 22:43:57 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-10-30 22:43:58 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-30 22:43:59 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-10-30 22:43:59 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-10-30 22:43:59 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-10-30 22:43:59 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-c5c00a59652e9a63bd4418340f7bd9a271fe5811-head
2020-10-30 22:43:59 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-10-30 22:44:04 UTC/bin/sh -c #(nop) COPY dir:ba8abcb5c23d7a350554816946ac1553405fca75f519644504ff5d2ccd5dba39 in /var/lib/rancher-data
2020-10-30 22:44:05 UTC/bin/sh -c #(nop) COPY multi:497fb3d4829bae58a3f810358401517e3aecd276562280c95cc2ad5a46b68c07 in /usr/bin/
2020-10-30 22:44:06 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-10-30 22:44:06 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-10-30 22:44:06 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-10-30T22:43:13Z
2020-10-30 22:44:06 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-30 22:44:07 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=c5c00a59652e9a63bd4418340f7bd9a271fe5811
2020-10-30 22:44:07 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-10-30 22:50:11 UTC
248 MB
rancher/rancher-agent:v2.5-c5c00a59652e9a63bd4418340f7bd9a271fe5811-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.87% (96.5 MB)
[#001] sha256:71e5283dd9d47bd88fa566326f6e8e6bc1c3c7f385c69b7482194c97e6e969b7 - 0.0% (894 Bytes)
[#002] sha256:05006be99a092de18f27ebd9357601854cd79a5d889b3d0425aa16034ba4394d - 0.0% (840 Bytes)
[#003] sha256:da195ac2293a9561694a5adab6e97cc2f7c1cb37c8cba3f22e1ed3e90723759e - 0.02% (62.6 KB)
[#004] sha256:f8fa4de85b83f5d222df6544a1dadf65fbb999e155489406427e2054f80c4e09 - 0.0% (839 Bytes)
[#005] sha256:b5836a3889bb8f93e8c91299f3fa4c1a7e62cbda44d832de191ab652f7ae6a87 - 35.82% (88.9 MB)
[#006] sha256:0ade25de6d58d36f0c689752b4e10ac9b2c5dc1f857e40da8414c64d9eb2e5a0 - 0.05% (123 KB)
[#007] sha256:d85cfa9dc8d26611c871a012812945e6d83c7c554dd1061caf196e352fcee684 - 0.0% (839 Bytes)
[#008] sha256:42962d95291d49a66c66e5f8e1f07a86abbc9189e3b3eeed11c0a733f37abab5 - 0.0% (836 Bytes)
[#009] sha256:d21b361d1c2b15e6a0e1e8ae6a17dbdec6440c02ef874dcce6b249d3ff9a5783 - 0.0% (876 Bytes)
[#010] sha256:6c120bafdb1a4a39c790d1d10575c72e3f3fbd2860fdb36e7f066ce2e95fa0bc - 0.04% (96.5 KB)
[#011] sha256:9b98ba1dad4703a01962b9f4528508695f13a1965cbe384feb05892670781e5e - 13.13% (32.6 MB)
[#012] sha256:5de739efcf5d874d07e12510e025646a45ffa64080e408b95a57ef6a8942a916 - 0.0% (834 Bytes)
[#013] sha256:af9acc010d417b02f89c091e21de35c809ea32a753f6320f487f8661bf71d48a - 0.0% (827 Bytes)
[#014] sha256:b33631fec04cd678869e895f821d01b019c8a786b7b5f4821c9cc46172d918d2 - 0.0% (830 Bytes)
[#015] sha256:66e66e46b167aba63c138905d252b6f152c13a240af26a237ce91d4cf411ec71 - 0.0% (881 Bytes)
[#016] sha256:7b37803954484dc2c2cdd53b6e47571d96c1d787c6bba837d4c41f2d0da2ef85 - 0.0% (827 Bytes)
[#017] sha256:9b5e030a60ff4dd77b7c174b7511ca476c7163af47ae14540dc74f4c69bd3b61 - 12.07% (30 MB)
[#018] sha256:adddcbdc247f3f6dfd08cddcfe5664e6cb14bb8c5128a3b563e26a32c9d0efc0 - 0.0% (834 Bytes)
[#019] sha256:79db98e98482cd1528f86a9cd335163559903bb5e93cca4c49eba84a51c76961 - 0.0% (831 Bytes)
[#020] sha256:e44536faedf062f93846f7e85a00db6fcdf2f301e405a48de5bc95fe37a9c9d8 - 0.0% (825 Bytes)
[#021] sha256:1c111e5fe5f96f4495904d81e5c867714b9ffa28fbd5ef3280cf57d88d634c7a - 0.0% (828 Bytes)
[#022] sha256:81d5a50f6f30f3e6053a24f093cc6e69776d99c6b41e2a66b4ba92840ebb393c - 0.0% (830 Bytes)
Apply image 1809-amd64
2020-10-27 18:41:50 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-27 18:41:52 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-10-27 18:42:23 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-10-27 18:42:23 UTCcmd /S /C #(nop) USER ContainerUser
2020-10-27 18:42:43 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-10-27 18:43:22 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-27 18:43:23 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2020-10-27 18:43:23 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-10-30 22:49:24 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-10-30 22:49:25 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-10-30 22:49:27 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-10-30 22:49:28 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-10-30 22:49:28 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-10-30 22:49:29 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-10-30 22:50:07 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-c5c00a59652e9a63bd4418340f7bd9a271fe5811-head
2020-10-30 22:50:07 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-10-30 22:50:08 UTCcmd /S /C #(nop) COPY multi:0d98c2bc8a1fb5788bb3fbd26361fb9bb694ed8f6937f8a200580d1c3d21e80e in \etc\rancher\
2020-10-30 22:50:09 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-10-30 22:50:09 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-30T22:50:05Z
2020-10-30 22:50:10 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-30 22:50:10 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=c5c00a59652e9a63bd4418340f7bd9a271fe5811
2020-10-30 22:50:11 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-10-30 22:53:01 UTC
250 MB
rancher/rancher-agent:v2.5-c5c00a59652e9a63bd4418340f7bd9a271fe5811-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.25% (98.1 MB)
[#001] sha256:206be2f05271bce4ec0df6e76cf74025975c544b911103f45dabd5b82c6da9f2 - 0.0% (868 Bytes)
[#002] sha256:f5cd62498cb480a0fff2b4530f0d34b893d3aa704912be89bd9786f72acbcc1b - 0.0% (836 Bytes)
[#003] sha256:5b9b73da39905fb9464897eee806a7caa18f1aa09700a076ff8ca6923ad8a341 - 0.02% (61.8 KB)
[#004] sha256:a6640319e0a80f154c05ab1dcf2c31be62235db5501e4042e481a5c99d161820 - 0.0% (833 Bytes)
[#005] sha256:6b0b5d435a4c9ab16d49963a0b822b1b09a81d03f3efbf335b069de97baa62b4 - 35.59% (88.9 MB)
[#006] sha256:7180a2511080a46bbf3a5b476beeb6079812351773965e8b3f61b0f0e87ba205 - 0.05% (124 KB)
[#007] sha256:c99fb14c29028329501476947ae76808f8cd5f1c1ad3272c8b81fff5804f4ca8 - 0.0% (837 Bytes)
[#008] sha256:73af04b1e0f1c1ec80dc0811d1c8e5cd6ca9bddabe3c88b2b149a9c424fa9c65 - 0.0% (842 Bytes)
[#009] sha256:fccdaa56d69b29865f4362b469d1e471f8b0b120e2ea4396f95ee99b09087f73 - 0.0% (832 Bytes)
[#010] sha256:e0d9b844464c2b4a2ce44bd386ef9811233d30807a40c4c41622ebeccc21ee21 - 0.04% (101 KB)
[#011] sha256:735da356d89ebca0fc92e3799d16cf12e1cea9b85b8fb3d88e19268f6da3e284 - 13.05% (32.6 MB)
[#012] sha256:6c5199f90eec0e7a8b36bc0c9638b4796ec4ed7ab11fe9eeb7fa4e0b9ca7633f - 0.0% (828 Bytes)
[#013] sha256:73b245243dfcc1fe3027561f5ff13731332cd7f20eb19e43654a9514dafc6a5a - 0.0% (852 Bytes)
[#014] sha256:0e25fbb2e688f2b6e5f4d8683bf71d1727af39e728a07d1c7040cd6706a24925 - 0.0% (831 Bytes)
[#015] sha256:65d3b469f12986a04dbcfc7729ad21494a465fd3eba2d39f35e4d1248c3d0952 - 0.0% (856 Bytes)
[#016] sha256:f3c7b2be44b8e9f18d975127bc1e3795f4c7db75fc9693f6c0efb2d53d6f64b1 - 0.0% (850 Bytes)
[#017] sha256:1b38bb88039c1a5c86c31f4a3c92c54ad7a617bda44e15fedbed1df3c89bb3c0 - 11.99% (30 MB)
[#018] sha256:ba5901d1d24ef7ce191f1f8e834af131b0e67ef937ed845771002a5239ba0000 - 0.0% (850 Bytes)
[#019] sha256:bb547fafc8515c7189a72789df03ac33e25ca881178a91acb458a0bc0539f1d5 - 0.0% (852 Bytes)
[#020] sha256:62643df361253766f184a6ca9bff4384c581cab2cc8fd29e8cb4dfa72fb377a6 - 0.0% (828 Bytes)
[#021] sha256:0efc3c0302e0197398d2204458793430d393fabf7466e66f9fe3a70caf29f9a8 - 0.0% (827 Bytes)
[#022] sha256:02044c53bd7f65c5e7cf8f8c6703fe219d56d916239c42e8b963d03cc853111e - 0.0% (856 Bytes)
Apply image 1909-amd64
2020-10-27 18:52:52 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-27 18:52:52 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-10-27 18:53:23 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-10-27 18:53:24 UTCcmd /S /C #(nop) USER ContainerUser
2020-10-27 18:53:46 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-10-27 18:54:29 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-27 18:54:29 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2020-10-27 18:54:30 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-10-30 22:52:05 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-10-30 22:52:06 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-10-30 22:52:08 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-10-30 22:52:08 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-10-30 22:52:09 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-10-30 22:52:09 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-10-30 22:52:57 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-c5c00a59652e9a63bd4418340f7bd9a271fe5811-head
2020-10-30 22:52:57 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-10-30 22:52:58 UTCcmd /S /C #(nop) COPY multi:0d98c2bc8a1fb5788bb3fbd26361fb9bb694ed8f6937f8a200580d1c3d21e80e in \etc\rancher\
2020-10-30 22:52:59 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-10-30 22:53:00 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-30T22:52:55Z
2020-10-30 22:53:00 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-30 22:53:00 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=c5c00a59652e9a63bd4418340f7bd9a271fe5811
2020-10-30 22:53:01 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-10-30 22:52:51 UTC
250 MB
rancher/rancher-agent:v2.5-c5c00a59652e9a63bd4418340f7bd9a271fe5811-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.3% (98.3 MB)
[#001] sha256:b59df857af5acc3c862e854b5f18770bbccbe2ee67a1e38a959867be75e7684b - 0.0% (844 Bytes)
[#002] sha256:cccb86c24d5a6d26850398779f867ff81068ddd9b1cefbe740574f67a8575fe5 - 0.0% (840 Bytes)
[#003] sha256:bef6855c6ff742ce0fb84ce683f36ad73da71aee30013c8e8eedeb96166588be - 0.03% (65.8 KB)
[#004] sha256:9ed1177be57044776572ceee250a1351667fb225d102f7ea4360ca375d6f3907 - 0.0% (837 Bytes)
[#005] sha256:1866bc40ff39899200b8062addec978f23ebf9abbc220bec6aabdce2d0b71cba - 35.56% (88.9 MB)
[#006] sha256:5bee1ccfd789b6c8bfb35de07437385b2cbaa6da6f29b25a757389d89a8cd549 - 0.05% (125 KB)
[#007] sha256:5df93e526ac9024ab01a762a24a1f1332de50e1ff7f094c789278ee2bd84a947 - 0.0% (837 Bytes)
[#008] sha256:63bc374f6aa77ec96d9076561bf3d53be2735a2de499b59174ef842989976b2c - 0.0% (891 Bytes)
[#009] sha256:51f87d0e86a5e5a52522bc5700afcd2803c87460cf7095b43ecb86a6a0857c34 - 0.0% (877 Bytes)
[#010] sha256:f92f48544ab41a74a42c6e1f2757fca969b023406370f38f87db3b5c3437e42d - 0.04% (101 KB)
[#011] sha256:530a139a62358806d6a391f6386b1ca8649369749b0f41975508c88823707693 - 13.04% (32.6 MB)
[#012] sha256:96c9f30d6f44dabb98f84f95766e06ac96aefda980a24dafb1f031e48f7438f5 - 0.0% (832 Bytes)
[#013] sha256:ad465e099811f3de0aabbce4ee18960ddadb776387a9202b41cbce428ba31d26 - 0.0% (853 Bytes)
[#014] sha256:78743b5666ca53c5fc9b98b497b43c2523b1f182d064c46c32ab5fd88ada9c44 - 0.0% (856 Bytes)
[#015] sha256:5f789f9e4ef923d7fb4e0ce68fc6fafb67e3b32a426456ce729fd73a92748f42 - 0.0% (832 Bytes)
[#016] sha256:365ae72c942566e60080fca31ba1ade207c2df8f9be223d99c889353a08dc21e - 0.0% (850 Bytes)
[#017] sha256:a1da93247481da21e4b8057a2ff954b72e7b7c5f585b48081bb772a0ac28b831 - 11.98% (30 MB)
[#018] sha256:167f7c7da68d2d7bf7ca74c4a179a98deef386ce17e105753ff636bfe980a6b7 - 0.0% (825 Bytes)
[#019] sha256:ea3587c295a5af30a9ce1d5a05fd563df42bae0eb95b6bcd3e650e8dd3f39bad - 0.0% (831 Bytes)
[#020] sha256:50b52f8c66f9fd3bde0ab1f5737d5964f5685a2dea8e3987929e45913cf398cb - 0.0% (828 Bytes)
[#021] sha256:a7ff245da17808ac7a86ce1d4c10835c37dc8325da98173782f3eb16199669e9 - 0.0% (824 Bytes)
[#022] sha256:72ad610984c7e3820a108f10b5c88fa841b6cd35ba2fc56c1c41663022c69029 - 0.0% (829 Bytes)
Apply image 1903-amd64
2020-10-27 19:03:00 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-27 19:03:01 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-10-27 19:03:30 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-10-27 19:03:30 UTCcmd /S /C #(nop) USER ContainerUser
2020-10-27 19:03:53 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-10-27 19:04:43 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-27 19:04:44 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2020-10-27 19:04:44 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-10-30 22:52:09 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-10-30 22:52:10 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-10-30 22:52:12 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-10-30 22:52:13 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-10-30 22:52:13 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-10-30 22:52:14 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-10-30 22:52:47 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-c5c00a59652e9a63bd4418340f7bd9a271fe5811-head
2020-10-30 22:52:47 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-10-30 22:52:49 UTCcmd /S /C #(nop) COPY multi:0d98c2bc8a1fb5788bb3fbd26361fb9bb694ed8f6937f8a200580d1c3d21e80e in \etc\rancher\
2020-10-30 22:52:49 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-10-30 22:52:50 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-30T22:52:45Z
2020-10-30 22:52:50 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-30 22:52:51 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=c5c00a59652e9a63bd4418340f7bd9a271fe5811
2020-10-30 22:52:51 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-10-30 22:43:13 UTC
149 MB
rancher/rancher-agent:v2.5-c5c00a59652e9a63bd4418340f7bd9a271fe5811-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:94ffb7322910890ac200b8e9feb205bca0e5913fb0f7cffd85640bb42f346e0a - 0.0% (123 Bytes)
[#004] sha256:9d1715cfef88f95f2c78b0aeca8c4395fc151ae9cd3b55c9df27246c26c13467 - 34.77% (52 MB)
[#005] sha256:ec31164e9f3188f669aa910fa6f005037f2a6471c8fef1db40a8b9910c2e44f1 - 1.3% (1.94 MB)
[#006] sha256:70f96dc198c12bd009a5d845986753ef4bdc3635bfd1f39d4224590c649647f2 - 16.49% (24.6 MB)
[#007] sha256:2c19814673d7195d3cfbde7e5a16b9b992a2162994c54d09ba10ec3b10395dbf - 13.85% (20.7 MB)
[#008] sha256:a445d7488dc630b6a1ada49dee89d77625986ba4032ba5fb9a53428b56a81ec6 - 18.46% (27.6 MB)
[#009] sha256:1ce82ea9b5934ec7884b08ba84e30a45a0b4ac19aa1db5f35a4d34968710d6e7 - 0.0% (171 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-30 22:42:31 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-10-30 22:42:32 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-30 22:42:32 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-10-30 22:42:33 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2020-10-30 22:42: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-30 22:42:56 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-10-30 22:42:57 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-30 22:42:57 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-10-30 22:43:04 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-30 22:43:05 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-10-30 22:43:05 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-10-30 22:43:05 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-10-30 22:43:05 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-c5c00a59652e9a63bd4418340f7bd9a271fe5811-head
2020-10-30 22:43:06 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-10-30 22:43:09 UTC/bin/sh -c #(nop) COPY dir:99bb0b2e3f5d73aaa56566d6457ea84f2d91599539b7d6b5d763d9df3bb08141 in /var/lib/rancher-data
2020-10-30 22:43:11 UTC/bin/sh -c #(nop) COPY multi:6bb68e17c3a5488d18dc76926be16b250a73d6294493147aa03d22f7cda854e4 in /usr/bin/
2020-10-30 22:43:12 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-10-30 22:43:12 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-10-30 22:43:12 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-10-30T22:42:17Z
2020-10-30 22:43:12 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-30 22:43:13 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=c5c00a59652e9a63bd4418340f7bd9a271fe5811
2020-10-30 22:43: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.