2021-01-11 17:05:46 UTC
161 MB
rancher/rancher-agent:v2.5.5-4eb5f048536091bd2586faf0f045eab9d8e3b23b-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:f22ccc0b8772d8e1bcb40f137b373686bc27427a70c0e41dd22b38016e09e7e0 - 15.79% (25.5 MB)
[#001] sha256:3cf8fb62ba5ffb221a2edb2208741346eb4d2d99a174138e4afbb69ce1fd9966 - 0.0% (850 Bytes)
[#002] sha256:e80c964ece6a3edf0db1cfc72ae0e6f0699fb776bbfcc92b708fbb945b0b9547 - 0.0% (162 Bytes)
[#003] sha256:8419cf87bc5b1f15b16fb0c6c417c1d272bfb16bb9efe80df41276d29bb4005d - 0.0% (123 Bytes)
[#004] sha256:e2a3c3bde1fbe503733eff2b7efceb983f0eac20f3313a06374e1589c643c93e - 33.68% (54.3 MB)
[#005] sha256:8173306facae086d67be798301e1b4e3edccddc2bfa829b570a59cfdaedd09b8 - 1.37% (2.2 MB)
[#006] sha256:e2bedefe61fa3182fbbb329127ff4d698b83b61ff3e494598d71349cd829c596 - 16.48% (26.6 MB)
[#007] sha256:1bfd522f39ad68cd172f8802f8240c1db0204a6e98eae6fe0ce9046948fa0e56 - 14.06% (22.7 MB)
[#008] sha256:14dfcd9eca89427f8ea14941a4ba2b974f6366a0641504e41191cf0ddda8bbb4 - 18.61% (30 MB)
[#009] sha256:db2f5d85524a9675a43c84a29b1ee7862c68a2ec0b71654de8b593e60add4e0b - 0.0% (171 Bytes)
/bin/sh -c #(nop) ADD file:6ef542de9959c3061f2d0758adb031e226b221a1a2cd748ff59e6fc13216a1c0 in /
2020-11-25 22:25:14 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-11-25 22:25:15 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-11-25 22:25:16 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-11-25 22:25:17 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-01-11 17:05:12 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-01-11 17:05:13 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
2021-01-11 17:05:13 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-01-11 17:05:13 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2021-01-11 17:05:33 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/*
2021-01-11 17:05:34 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-01-11 17:05:35 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
2021-01-11 17:05:35 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-01-11 17:05:37 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
2021-01-11 17:05:37 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-01-11 17:05:37 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-01-11 17:05:37 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-11 17:05:38 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.5-4eb5f048536091bd2586faf0f045eab9d8e3b23b-head
2021-01-11 17:05:38 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-01-11 17:05:42 UTC/bin/sh -c #(nop) COPY dir:a187da19a1bcebd18cb5a97bd03e443e1431fc83ccea76fafa757e6df793d8ce in /var/lib/rancher-data
2021-01-11 17:05:44 UTC/bin/sh -c #(nop) COPY multi:4c675fdae826cc95cfaae57bab1ad268ba6aaef20e1659e06f5436ad25594f9d in /usr/bin/
2021-01-11 17:05:45 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-01-11 17:05:45 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-01-11 17:05:45 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-01-11T17:04:50Z
2021-01-11 17:05:46 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-11 17:05:46 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=4eb5f048536091bd2586faf0f045eab9d8e3b23b
2021-01-11 17:05:46 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-11 17:00:33 UTC
256 MB
rancher/rancher-agent:v2.5.5-4eb5f048536091bd2586faf0f045eab9d8e3b23b-head
DOCKER_API_VERSION1.24
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1809
POWERSHELL_TELEMETRY_OPTOUT0
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePathC:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:21be49aa856f07be4e0a677b988e43c04bd595a3c858e58b6c364477bbbf7222 - 37.66% (96.6 MB)
[#001] sha256:7b5e1bc2bc95804adfcd2715992e45609590e0dd1afb70a25f787ba285e2101c - 0.0% (863 Bytes)
[#002] sha256:899884f723056a55de1dceecd183d49f07dc37fd9dee994f5de6cdd6942f78b4 - 0.0% (838 Bytes)
[#003] sha256:ffea4b65bddf583646e6419e008d26b11f6ae5667f70ebcbe49243f7874ae591 - 0.02% (65.6 KB)
[#004] sha256:4603361ba950abc81d0a75a705733ce99a80a6a1d6da29926187201559bb26f7 - 0.0% (842 Bytes)
[#005] sha256:78cf252b5eb9467c62c464b50e49f8d29974163d83bfeb5b4a9efb94db38e968 - 37.82% (97 MB)
[#006] sha256:ed2e0a7850c4c8d90a0eef11853b97fca5a9ecb0f8fae3249f209a856e8a26f9 - 0.04% (101 KB)
[#007] sha256:af4d4a5234690c54c2ad75e085e197f745a51c722de5d6653484ed49d9e93355 - 0.0% (869 Bytes)
[#008] sha256:c389f220757c04e843571be1557f262bd27ec7ff77a862dc52ec4811a9a5fd1d - 0.0% (839 Bytes)
[#009] sha256:2fbb8ef0e4327c0ada5f279ece3ec2872228a19d5d0023e8c2bfc5b7d370dbb2 - 0.0% (882 Bytes)
[#010] sha256:a0f1e3ac4afbd305af6aa91f83c3f7ea01c7dcdc1adff62b7f5c0d5805275990 - 0.04% (96.5 KB)
[#011] sha256:df7903f15d00fb92fc567752b03441d79e77192ecf987d0a943e69be1c3d0eda - 12.71% (32.6 MB)
[#012] sha256:85f52f9cb4c8716cdb4fdf96961f3957c3fcdf9829c3e90aff186975517750c3 - 0.0% (832 Bytes)
[#013] sha256:0c820e9e949f11968ba24038df0fb89e00811fb3d058bffa386044f199d2f3ff - 0.0% (827 Bytes)
[#014] sha256:1b32953e9662042d89372cff1cfbeaa9694ab32567e81ce1b9ef50c85d927882 - 0.0% (826 Bytes)
[#015] sha256:63c79583cc6eada5270495e92a5ff767391b999ab65f7c27d502e8c9e7a29f39 - 0.0% (858 Bytes)
[#016] sha256:1b8447f4eca4523a352f67030bc922b5f8b42ce8b70b51c5b1297c5ba10257f9 - 0.0% (859 Bytes)
[#017] sha256:40d3d47f726ebd831357c70e42397fbde1e5ecd616dbee9ff31c6e72085e60e7 - 11.7% (30 MB)
[#018] sha256:d7ff5885740b8e9219101f97a8ed6e2cf1303f718d9379866a6b88aff335a14f - 0.0% (828 Bytes)
[#019] sha256:a830cfa887b3bd7300be9af7b527e46b7e93ffb57cb13cdf83114dc4333a9fa4 - 0.0% (829 Bytes)
[#020] sha256:65b1727044c88ebf2b44a6b6e7c7fdb4ddfaa3bc399e6ebeb19cadc53b4e6fd1 - 0.0% (830 Bytes)
[#021] sha256:0ef6d2c0b4f87855f173f918f47b669f53c103e8f6803e2702a2120d5f9507f1 - 0.0% (828 Bytes)
[#022] sha256:03383ed89bdb3d182006cb6ab8e4ed31b04384bd66d5aa733c1f4c0bf0515f23 - 0.0% (828 Bytes)
Apply image 1809-amd64
2020-12-15 00:41:22 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1809
2020-12-15 00:41:22 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-12-15 00:41:50 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-12-15 00:41:50 UTCcmd /S /C #(nop) USER ContainerUser
2020-12-15 00:42:13 UTCcmd /S /C #(nop) COPY dir:b7d603d3d1dc6eb42b16e4fb4b3aa3e67b31f78165f808c7221eb79966e50f68 in C:\Program Files\PowerShell
2020-12-15 00:42:49 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-12-15 00:42:49 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2020-12-15 00:42:50 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-01-11 16:59:46 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-11 16:59:47 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2021-01-11 16:59:50 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-01-11 16:59:51 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-01-11 16:59:51 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-01-11 16:59:51 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-11 17:00:28 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.5-4eb5f048536091bd2586faf0f045eab9d8e3b23b-head
2021-01-11 17:00:29 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-11 17:00:30 UTCcmd /S /C #(nop) COPY multi:3bda4b7078cfeddc8885e5f66b8f85b884eff357c28c3fbf2d08650ca696e351 in \etc\rancher\
2021-01-11 17:00:31 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-11 17:00:31 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-11T17:00:26Z
2021-01-11 17:00:32 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-11 17:00:32 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=4eb5f048536091bd2586faf0f045eab9d8e3b23b
2021-01-11 17:00:33 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-11 17:02:00 UTC
258 MB
rancher/rancher-agent:v2.5.5-4eb5f048536091bd2586faf0f045eab9d8e3b23b-head
DOCKER_API_VERSION1.24
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1909
POWERSHELL_TELEMETRY_OPTOUT0
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePathC:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:c5135e5444e8016d822960427ecd7b8a8aab4249eda3495d8365c73961b1d3f1 - 38.05% (98.2 MB)
[#001] sha256:e9be38d9a6b955dbfb1a5c7eb6115c88e4e8738ed5646678e276c8164185a970 - 0.0% (843 Bytes)
[#002] sha256:10a04c6a04e8539c940f7bab3d8be08da6293d13f5958c440b88d7517b2842e1 - 0.0% (843 Bytes)
[#003] sha256:eb58378af5b252d457f6eb987cab040d9ddf292e1e82915029c31bad4c20e7d5 - 0.02% (63.7 KB)
[#004] sha256:b78482ecfc8b7e65a874538fa9978aabf80ba520c1d5980f2432af6f4b675a98 - 0.0% (840 Bytes)
[#005] sha256:d6bc40f72d95c437c21541d297cfdc574da11a96c6ad358bf5df68119add3383 - 37.57% (97 MB)
[#006] sha256:c9788e27fb616c95809efc30cf6bb5ec6ed5b3f094314249697fc3cb2d4d16c6 - 0.05% (135 KB)
[#007] sha256:c78a88cdb21649afb7fb8b14025d33c115a6ac8b22e5c423adff0317c12be659 - 0.0% (866 Bytes)
[#008] sha256:9577883c7326a85917c28709057c5e2a86034ea861b41030554144939c6a1b1b - 0.0% (841 Bytes)
[#009] sha256:5ddafccde802fabd6afdf20453763a4f1755ffe865b533275e16d145fb08c7c6 - 0.0% (835 Bytes)
[#010] sha256:aa29dbeb9f3e96b53cdcde043769aa051b19bdc327abaacf8221aa60026576bb - 0.04% (101 KB)
[#011] sha256:78c193f0909029a1fe4918a9f6a60dafdb412188c0cdc264f468390651a7369b - 12.63% (32.6 MB)
[#012] sha256:cc29b0e4996f541f3aa02bf4d3ef1e464393ebb1503b24612486a0721e59ee32 - 0.0% (857 Bytes)
[#013] sha256:c342b94cffcb69ed6433a3bedc3eac020be89f04ceee04293353bc63ece7a1b0 - 0.0% (855 Bytes)
[#014] sha256:fd41c7288a3d10cae5f6629c8f905f454b55fba059b19396b730b79be6880860 - 0.0% (828 Bytes)
[#015] sha256:a980fec61c0b6009eb32a154438a4be48e6d68b844355c7cd8fbbf8affb7b9a3 - 0.0% (831 Bytes)
[#016] sha256:0fe35b0772ae7c3b74dce95ed8019a1ae246f0e58ec283420c54fda77d3489ed - 0.0% (850 Bytes)
[#017] sha256:6bb8ac69d1978a1a85f741b5fe059fc8b2e80ea69b0d9580163d0e59a0df5749 - 11.62% (30 MB)
[#018] sha256:d7c56b91ebb3860ce68c212fb4f4e20f2b3144ee881faec5c02c5e8e90152601 - 0.0% (856 Bytes)
[#019] sha256:68b712ca2a73d31d0548e36f8eaf4f6629ab49c10ad1c8a23fc68fd960c252d6 - 0.0% (828 Bytes)
[#020] sha256:6e9368a5b102170f19705cc9ea2957ee333bfb900b4f98dc4bfb137a1f7e571a - 0.0% (854 Bytes)
[#021] sha256:de70e34d83391de53ba0178283802f3152d4f78b7ff77af9f51a4a51cf6ec8e6 - 0.0% (859 Bytes)
[#022] sha256:fc9551f914dd00d4c3e306582769b2c7862bb5dfe9e8c6d57fc4694d78767d2d - 0.0% (851 Bytes)
Apply image 1909-amd64
2020-12-15 00:31:16 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1909
2020-12-15 00:31:17 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-12-15 00:32:04 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-12-15 00:32:04 UTCcmd /S /C #(nop) USER ContainerUser
2020-12-15 00:32:31 UTCcmd /S /C #(nop) COPY dir:b7d603d3d1dc6eb42b16e4fb4b3aa3e67b31f78165f808c7221eb79966e50f68 in C:\Program Files\PowerShell
2020-12-15 00:33: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-12-15 00:33:12 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2020-12-15 00:33:12 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-01-11 17:01:05 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-11 17:01:06 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-01-11 17:01:08 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-01-11 17:01:09 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-01-11 17:01:10 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-01-11 17:01:10 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-11 17:01:56 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.5-4eb5f048536091bd2586faf0f045eab9d8e3b23b-head
2021-01-11 17:01:56 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-11 17:01:58 UTCcmd /S /C #(nop) COPY multi:3bda4b7078cfeddc8885e5f66b8f85b884eff357c28c3fbf2d08650ca696e351 in \etc\rancher\
2021-01-11 17:01:59 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-11 17:01:59 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-11T17:01:54Z
2021-01-11 17:01:59 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-11 17:02:00 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=4eb5f048536091bd2586faf0f045eab9d8e3b23b
2021-01-11 17:02:00 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-11 17:03:55 UTC
258 MB
rancher/rancher-agent:v2.5.5-4eb5f048536091bd2586faf0f045eab9d8e3b23b-head
DOCKER_API_VERSION1.24
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1903
POWERSHELL_TELEMETRY_OPTOUT0
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePathC:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:302b7cf33b3a2bd3c958c33a0bb0221099c7abebd46bd685a171899210be5180 - 38.03% (98.1 MB)
[#001] sha256:c99b71322f98094328cbfe4e533e62c323564185edb3aef36f201817c35d316f - 0.0% (874 Bytes)
[#002] sha256:644592099bcca3931ac208de7acb18b9864fc376aa82ce79d503ff8811305b80 - 0.0% (824 Bytes)
[#003] sha256:7f7168ee45921ab5248822efe6710cd780cf1a3ce1ce72f4902c574a2fdca84a - 0.02% (64.4 KB)
[#004] sha256:567655c4eda01ab6f5e1b0c8458db71ca7ebcc436a8e8f3105d57ce7c18dc775 - 0.0% (847 Bytes)
[#005] sha256:0439fdc969df0a1428ef1ee44139a71fdcce4e14d78a889ba00380d3c13884b7 - 37.6% (97 MB)
[#006] sha256:72a7a5d1fb28553e60322aa9f952dfd9bf21b40672041fa06131be2f8fea358c - 0.03% (91.9 KB)
[#007] sha256:68fc068d7c1db4cdc2fe38f2bcb9c5ad86ee8bd823baba9f0a479586a1bad7e0 - 0.0% (840 Bytes)
[#008] sha256:d13bfa802c2e0f5118e03c462abe5f10ae3dbb32512317987800a17255806b3c - 0.0% (840 Bytes)
[#009] sha256:1c8a366f2636e2efde8f96cea5c13b6da0622fe5d686ffb1e3b01e5f0e0661c8 - 0.0% (830 Bytes)
[#010] sha256:65a62b0ba55d029998b1f1a24202e26bf57729e10a29b54649880c1f67b05697 - 0.04% (101 KB)
[#011] sha256:7d92ed59e8e5a04a3367886e4638ff8b09abffca92e89cf8a59bdf638a6989bb - 12.64% (32.6 MB)
[#012] sha256:b2448be704c747569a18c8f59e0f4c668337fef57f92e3e2d0709d20e264b1f7 - 0.0% (835 Bytes)
[#013] sha256:157fac0538e2ae6e54ae645b58b2060dc8bdc7e45cbd6d028483bc7da59f241b - 0.0% (857 Bytes)
[#014] sha256:1c5291d9f87f8be7d5271de6e3951b578b3ff3f5fc9af0d26f0c656f68f1527c - 0.0% (830 Bytes)
[#015] sha256:a7e3c5b1390ae8c4163601e458ee1a6e88d21d9aecee5e8d9789d51318def683 - 0.0% (833 Bytes)
[#016] sha256:4a16ecb6398f1b0ce3a6978f168c578ee24bec36b40961e0a4e280a2d8e73b16 - 0.0% (828 Bytes)
[#017] sha256:ff665cade2bf7a8504d261f6aeede8e0e762191717ad531a7947421bbb92db6e - 11.63% (30 MB)
[#018] sha256:fa8e709ce8fea041b21c1017f29067005d56590822c355b1cba27c12ee3f7741 - 0.0% (860 Bytes)
[#019] sha256:71698e8c2544376800b113dc91f5e8da5e0e9a63c10a400d174847f9f43b4247 - 0.0% (828 Bytes)
[#020] sha256:c3db06687034276300a40bcbeca5dd89088ddcaceeac39e3c9b30a3e6f620901 - 0.0% (830 Bytes)
[#021] sha256:02ad9b1b70611fc7ad34d502c4dfa045c7b13490c55dceaa28fb78b1c956b98c - 0.0% (826 Bytes)
[#022] sha256:c198938b5caf74282a3a36cad74917fd00220f195085974479592eedd1378cf9 - 0.0% (852 Bytes)
Apply image 1903-amd64
2020-12-15 00:30:30 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1903
2020-12-15 00:30:30 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-12-15 00:30:59 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-12-15 00:31:00 UTCcmd /S /C #(nop) USER ContainerUser
2020-12-15 00:31:50 UTCcmd /S /C #(nop) COPY dir:b7d603d3d1dc6eb42b16e4fb4b3aa3e67b31f78165f808c7221eb79966e50f68 in C:\Program Files\PowerShell
2020-12-15 00:32:35 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-12-15 00:32:36 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2020-12-15 00:32:37 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-01-11 17:02:54 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-11 17:02:55 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-01-11 17:02:57 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-01-11 17:02:58 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-01-11 17:02:59 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-01-11 17:02:59 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-11 17:03:51 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.5-4eb5f048536091bd2586faf0f045eab9d8e3b23b-head
2021-01-11 17:03:51 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-11 17:03:52 UTCcmd /S /C #(nop) COPY multi:3bda4b7078cfeddc8885e5f66b8f85b884eff357c28c3fbf2d08650ca696e351 in \etc\rancher\
2021-01-11 17:03:53 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-11 17:03:54 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-11T17:03:48Z
2021-01-11 17:03:54 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-11 17:03:54 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=4eb5f048536091bd2586faf0f045eab9d8e3b23b
2021-01-11 17:03:55 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-11 17:03:47 UTC
150 MB
rancher/rancher-agent:v2.5.5-4eb5f048536091bd2586faf0f045eab9d8e3b23b-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:04da93b342eb651d6b94c74a934a3290697573a907fa0a06067b538095601745 - 15.11% (22.6 MB)
[#001] sha256:b235194751dee33624fc154603f7e25ecdfbb02538fb7d55fa796df9afa95fee - 0.0% (855 Bytes)
[#002] sha256:606a67bb8db9a1111022bdc6406442e11c1a66653136c5c777114bf67b61038a - 0.0% (188 Bytes)
[#003] sha256:8f7d1c6eb8d61f089fc8c1a8def349e9f8d045ffe191b7ba23cbf931811fd9d5 - 0.0% (123 Bytes)
[#004] sha256:4bccf519ea5506df1ec1fdb06bc76b83b897fd4c7c4bc8b7c4a5459e2e32b06c - 33.54% (50.2 MB)
[#005] sha256:fb68af301411668cda4b05bc3b14ff0b70aa587d40a456a2d63e58ea65d95e5d - 1.3% (1.94 MB)
[#006] sha256:d064164cc306095561f24a889df88493988d75c685609c07cafd59ac3c3438c7 - 16.45% (24.6 MB)
[#007] sha256:f374f21ed922715c82da35a853f263b4d8015e2cdc0181526ebd4df3940cae7d - 15.14% (22.7 MB)
[#008] sha256:a5ae44dcca3f6ee07d9180d66b5e2984eff54d4b85c0dc67205c36ec36612590 - 18.45% (27.6 MB)
[#009] sha256:96d8b30d2c1a2ff4d2f98afc23bcb96a3ab484aef54b6b5a27e0e2e5c55004b3 - 0.0% (172 Bytes)
/bin/sh -c #(nop) ADD file:e5b221023382c9e42b8558f8887f8317fe7e9759f59feb1799548aed9236e99b in /
2020-11-25 22:42:56 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-11-25 22:42:58 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-11-25 22:43:00 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-11-25 22:43:01 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-01-11 17:03:11 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-01-11 17:03:11 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
2021-01-11 17:03:12 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-01-11 17:03:12 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2021-01-11 17:03:34 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/*
2021-01-11 17:03:35 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-01-11 17:03:37 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
2021-01-11 17:03:37 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-01-11 17:03:38 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
2021-01-11 17:03:39 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-01-11 17:03:39 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-01-11 17:03:39 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-11 17:03:39 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.5-4eb5f048536091bd2586faf0f045eab9d8e3b23b-head
2021-01-11 17:03:40 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-01-11 17:03:44 UTC/bin/sh -c #(nop) COPY dir:b8cc61695dc14301e6bd5f23219f017e8b006e4ab03a5ec0045075b3cdde4f70 in /var/lib/rancher-data
2021-01-11 17:03:46 UTC/bin/sh -c #(nop) COPY multi:e80cb3c59f0d01892a5c2987ebaa7320480fe7befffab1385ace6e0f1739fcce in /usr/bin/
2021-01-11 17:03:46 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-01-11 17:03:46 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-01-11 17:03:47 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-01-11T17:02:54Z
2021-01-11 17:03:47 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-11 17:03:47 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=4eb5f048536091bd2586faf0f045eab9d8e3b23b
2021-01-11 17:03:47 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.