2021-01-08 18:06:47 UTC
162 MB
rancher/rancher-agent:v2.5-2b061d7f2181d1603704507fc9c28789dc59bb5b-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.74% (25.5 MB)
[#001] sha256:3cf8fb62ba5ffb221a2edb2208741346eb4d2d99a174138e4afbb69ce1fd9966 - 0.0% (850 Bytes)
[#002] sha256:e80c964ece6a3edf0db1cfc72ae0e6f0699fb776bbfcc92b708fbb945b0b9547 - 0.0% (162 Bytes)
[#003] sha256:9793058e9e715284e45135ab4334ba302d3bac872804a70287419694891a3360 - 0.0% (123 Bytes)
[#004] sha256:da90d17358157743e2818e048458cc4eb8cc202d64c600ba24cf4f71aa54622d - 33.56% (54.3 MB)
[#005] sha256:8173306facae086d67be798301e1b4e3edccddc2bfa829b570a59cfdaedd09b8 - 1.36% (2.2 MB)
[#006] sha256:d569117abbe77c6616ba67b8cd6375a5fa4e80fafbf17367b51c0fa030472900 - 16.42% (26.6 MB)
[#007] sha256:97d322134e1baad8cd10d80ce7f0934980dbacb02aa9be2533180e1a5930f6bb - 14.37% (23.3 MB)
[#008] sha256:249dc917a2dfaa5c1b8795b4296fd390f7739fac37be8e04ca9df975f22e31fb - 18.55% (30 MB)
[#009] sha256:83380499ca66ef6c9b6ad620ceed9a0e7053ce9a9f39c8b8e89b49eaa062c75d - 0.0% (172 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-08 18:06:08 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-01-08 18:06:08 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-08 18:06:09 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-01-08 18:06:09 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2021-01-08 18:06:32 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-08 18:06:33 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-01-08 18:06: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-08 18:06:35 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-01-08 18:06: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-08 18:06:37 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-01-08 18:06:37 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-01-08 18:06:37 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-08 18:06:38 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-2b061d7f2181d1603704507fc9c28789dc59bb5b-head
2021-01-08 18:06:38 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-01-08 18:06:43 UTC/bin/sh -c #(nop) COPY dir:0b57c539536c563b2d95228e606b355c996a4218809a33de5a0e8a7733e7d01b in /var/lib/rancher-data
2021-01-08 18:06:46 UTC/bin/sh -c #(nop) COPY multi:27d17cc153f46f7f0a9a481b720d91d6b9e56e67b371846c453eddf2ee4dacbf in /usr/bin/
2021-01-08 18:06:46 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-01-08 18:06:46 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-01-08 18:06:47 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-01-08T18:05:41Z
2021-01-08 18:06:47 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-08 18:06:47 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=2b061d7f2181d1603704507fc9c28789dc59bb5b
2021-01-08 18:06:47 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-08 18:01:36 UTC
256 MB
rancher/rancher-agent:v2.5-2b061d7f2181d1603704507fc9c28789dc59bb5b-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:20d4f31ce6963915cdbeecae1d1f7e9a623804352b39fe8981f67e6880125df8 - 0.0% (834 Bytes)
[#010] sha256:c3591eeb2ee992301c38904b00cdc35f2598e4eb71d54cf4b5a5fbed72c3cb73 - 0.04% (96.5 KB)
[#011] sha256:473d8315b57fa6ef59a1478df469241b4dcad5114c09278cbe61abc65206fe28 - 12.71% (32.6 MB)
[#012] sha256:a32599fb100ebe82f6067b76e741e036915acdb398ca0f7581cd17a7c98fb659 - 0.0% (827 Bytes)
[#013] sha256:9707dcb889b0e1e7149c18ebfdf48e4ce54d77b590b94918e779f1f49f549bba - 0.0% (831 Bytes)
[#014] sha256:69fe204c2860ecb81a7604a24b3898656d58ce5f35b29d52d11b4599fde3f194 - 0.0% (832 Bytes)
[#015] sha256:98a79f4606e61182ac4ae19b4ce1491c8eab963eeba4c3e404d892b1fa8c1750 - 0.0% (834 Bytes)
[#016] sha256:e8431ca32db179d4057caad1bb93765e4fed89b4425f656a306a32698de40e83 - 0.0% (861 Bytes)
[#017] sha256:47935827d555c58036c4ee8e3df9d8c08c08c07e77d90a6e1ceee13c2218f5f3 - 11.7% (30 MB)
[#018] sha256:1ebde18af76c634ad89386684c522564b10aadfb1c8f482c7a734a3a14d589d6 - 0.0% (831 Bytes)
[#019] sha256:60108f79f084fe34c2e74bdefb5f50ff2c62c7dbcdbd6904a1a10ba87498f07c - 0.0% (854 Bytes)
[#020] sha256:247d7e8f0c297eea87ce93445b1b5cb0b7a6c0ab05f5a089aac42a4ab50ec75a - 0.0% (857 Bytes)
[#021] sha256:1d3a9fadb47c8baf2831069e98ec4bbb2cc99467cdaf5d245085d649f0e3826f - 0.0% (853 Bytes)
[#022] sha256:58a61b7745b380bde9b80291d208a53c8e4c92aac73a6b5c34159e6963da2f46 - 0.0% (829 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-04 17:20:36 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-04 17:20:37 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2021-01-04 17:20:39 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-01-04 17:20:40 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-01-04 17:20:41 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-01-04 17:20:41 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-08 18:01:32 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-2b061d7f2181d1603704507fc9c28789dc59bb5b-head
2021-01-08 18:01:32 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-08 18:01:33 UTCcmd /S /C #(nop) COPY multi:38677af7564a336f431029fe34142ddabf8b5063dca8c54c10de57cb5bec8550 in \etc\rancher\
2021-01-08 18:01:35 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-08 18:01:35 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-08T18:01:29Z
2021-01-08 18:01:36 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-08 18:01:36 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=2b061d7f2181d1603704507fc9c28789dc59bb5b
2021-01-08 18:01:36 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-08 18:01:36 UTC
258 MB
rancher/rancher-agent:v2.5-2b061d7f2181d1603704507fc9c28789dc59bb5b-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.58% (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:20c4473df2688eeb5b78d90e28f1f16e3a74af02f407ba9836879b6d3810dc65 - 0.0% (832 Bytes)
[#010] sha256:9342e260e88680af7150f62f47bdb1a37df26bd5e0d95bcd5645b71d10326c85 - 0.04% (101 KB)
[#011] sha256:f8a9b360790fd84caeee0eb07bf2fffc92a4384d5a716650f574c497b4eac389 - 12.63% (32.6 MB)
[#012] sha256:5af66d1ec1bdc310e396a117d65586e422f477c71fd9a71d9ef4c728f319728f - 0.0% (830 Bytes)
[#013] sha256:2d2523e54d15933bdcf65339c3f10d3b27747ee23dea18058d8fd28b11a261ad - 0.0% (856 Bytes)
[#014] sha256:ea2212f3f891febb50ddc3fd8401dcd585411e03c3aa9ed12078a4e7abf1cfe3 - 0.0% (828 Bytes)
[#015] sha256:25f2bb8a85aabd4395868edc2c625a5b7bb080025894f958cfd63f3699d2bcdc - 0.0% (831 Bytes)
[#016] sha256:853605c967e6651c95b71671b8702c4082eb3ce780341e34b67f1d6d280c14b5 - 0.0% (829 Bytes)
[#017] sha256:dde86dacbbe078f1a7ff6aacdef97e40aae0e6cfd8ca365b40c3fea1dc2e2307 - 11.62% (30 MB)
[#018] sha256:1fb48eaeac916df2a7407e4aa65ac7c5e74f4c3a0b8f05aa11d2715504e39fbb - 0.0% (828 Bytes)
[#019] sha256:ea98d4f7b62f6f348a23dc5c29330208e715ca3e98a78e172511a9b0a6c36155 - 0.0% (832 Bytes)
[#020] sha256:360e202fbec62962e9c56d43ea784aac2655869a1d388581b9470f149e50b103 - 0.0% (852 Bytes)
[#021] sha256:a9332efcfc824fee5e37faaf48e5175a705618ed1206db0503e716b8c47d7ebf - 0.0% (828 Bytes)
[#022] sha256:2dd5c019e482c8147b86efea975f0b48976268097f6f23361d22cfc5b6cd2aa2 - 0.0% (858 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-04 17:24:47 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-04 17:24:48 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-01-04 17:24:50 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-01-04 17:24:51 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-01-04 17:24:52 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-01-04 17:24:52 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-08 18:01:32 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-2b061d7f2181d1603704507fc9c28789dc59bb5b-head
2021-01-08 18:01:32 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-08 18:01:33 UTCcmd /S /C #(nop) COPY multi:38677af7564a336f431029fe34142ddabf8b5063dca8c54c10de57cb5bec8550 in \etc\rancher\
2021-01-08 18:01:34 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-08 18:01:35 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-08T18:01:30Z
2021-01-08 18:01:35 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-08 18:01:36 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=2b061d7f2181d1603704507fc9c28789dc59bb5b
2021-01-08 18:01:36 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-08 18:01:58 UTC
258 MB
rancher/rancher-agent:v2.5-2b061d7f2181d1603704507fc9c28789dc59bb5b-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:28215b304a95b52c72b9a726195f25f1852d2dc4dde98452d514831a4fdcd7e8 - 0.0% (850 Bytes)
[#010] sha256:e486f35445d8bcb23517396d78355d6c671acd1d173db0c7e22c9ff4eda5e248 - 0.04% (101 KB)
[#011] sha256:afc4492f96001e7c659a6b71d0964262f67013571e4ba2fcbb1dd471a1791f9a - 12.64% (32.6 MB)
[#012] sha256:7006251b77af54fd41e94eb25d13c8c4772419d85c4a5b8bf36063a8cae841f3 - 0.0% (832 Bytes)
[#013] sha256:e331d01c548890a97b37f31ad94041bfc52e8f3fc5cfabf41843aae3efe51328 - 0.0% (831 Bytes)
[#014] sha256:fb33b693a344e20a00d6805444a96b904037271a5ec2cfde8db25840e7d72fd1 - 0.0% (849 Bytes)
[#015] sha256:0f7e045c00fa4bb3146e0d21d2a4f2383acf4836600da0d87f43bdb95478147e - 0.0% (854 Bytes)
[#016] sha256:d44f2a4e936d2d931424af39fc920ae957a71009944ca39329afee1f89cac0d1 - 0.0% (829 Bytes)
[#017] sha256:43c467ac4eca335e57b99d2e6ee0abc6ea9b9c8e92372789f2b150593a9be66f - 11.63% (30 MB)
[#018] sha256:6d830388633b50e732813334f099ce00be6a602be2a0f501ffd1b15f52ed9c2d - 0.0% (832 Bytes)
[#019] sha256:746ee2b98474918a65f8923a7f88eb9b7f4c294b11c5c2e4d624a0cfee3f010e - 0.0% (836 Bytes)
[#020] sha256:6f08bba4b835dd06994adb8f67b244924a677e2a874bbd65e7ef32b7d59f10e4 - 0.0% (856 Bytes)
[#021] sha256:1323e076e2b19f5ff1a435f006515cc6f4a30c48c12d6e80d42c406fbc176b84 - 0.0% (855 Bytes)
[#022] sha256:9fd635485132b9eb412ecfa778088c37f7ca2e208901218ab88f321e03160fe3 - 0.0% (832 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-04 17:23:16 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-04 17:23:17 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-01-04 17:23:19 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-01-04 17:23:20 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-01-04 17:23:20 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-01-04 17:23:20 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-08 18:01:54 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-2b061d7f2181d1603704507fc9c28789dc59bb5b-head
2021-01-08 18:01:55 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-08 18:01:56 UTCcmd /S /C #(nop) COPY multi:38677af7564a336f431029fe34142ddabf8b5063dca8c54c10de57cb5bec8550 in \etc\rancher\
2021-01-08 18:01:57 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-08 18:01:57 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-08T18:01:52Z
2021-01-08 18:01:57 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-08 18:01:58 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=2b061d7f2181d1603704507fc9c28789dc59bb5b
2021-01-08 18:01:58 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-08 18:02:25 UTC
261 MB
rancher/rancher-agent:v2.5-4623-head
DOCKER_API_VERSION1.24
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-2004
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:4c8b8bdb707aa89572466baddb6f6738766b15275ca384be07bf0e595c0aafcb - 38.64% (101 MB)
[#001] sha256:1770221cf55c8407b0e10dbb71cc067f5917ecc5defe0a7fe38d9f3b16ae0901 - 0.0% (838 Bytes)
[#002] sha256:769233e93489306d438fc4266d41a172d4fbbeb11a00ccabd7af225eba2c7664 - 0.0% (841 Bytes)
[#003] sha256:98eb107a1dc44145e51a2fd8974ce901847021bb36c0f2ac5e569291a15f8ea9 - 0.02% (65.6 KB)
[#004] sha256:5cc34f727068395be1541f0fb550074156fb18f610e88bce2fbf739b1552b558 - 0.0% (830 Bytes)
[#005] sha256:cbffc972e0ffa5b7b806232cac9afaf904aad8485a0b7c56971d104b2b6c9722 - 37.22% (97 MB)
[#006] sha256:03c30ff18d9d3b3744adf2231b23b2e7f81ddb8ec4bc7e3f8eb34b1e89771672 - 0.05% (140 KB)
[#007] sha256:24e3782e11aab749098e46ac459908fb7197916c3a0fa5259d8bf7a748897a0a - 0.0% (842 Bytes)
[#008] sha256:a6e1091e2194b7094717a1f1a95652a57f52f3ee8b8944cdcb571d23165215b6 - 0.0% (837 Bytes)
[#009] sha256:35a2ca8ef6bf6dcbb41607c2e0a5c1c7f9d30f2017e408703a2e13698a7b9ae9 - 0.0% (838 Bytes)
[#010] sha256:8f34a3a3afab614b320168b0f7727fa6a4703c8429961de4e410f3f27aaca5f2 - 0.04% (102 KB)
[#011] sha256:776f28d243f46e40e636a278ede68e428f8e5882b6d55bae982e1bd1217ded66 - 12.51% (32.6 MB)
[#012] sha256:65682184f542b6989e976893ab039e42e287b1d9117a66d07cfac643503034a2 - 0.0% (862 Bytes)
[#013] sha256:5cf705e816312af846c29e3146a357f3bc46da8a26ed3a20b73ef1a4cd1260f5 - 0.0% (862 Bytes)
[#014] sha256:6a8f0db18fc40c5a5aad33a8ac3dd7f089bc08519c441280160d0965e11b0cc5 - 0.0% (861 Bytes)
[#015] sha256:80834da0e803cedff07e85e221440894927b49856f1aad5d174741c3d54df949 - 0.0% (830 Bytes)
[#016] sha256:628ee92904d9e6af59e02e8d8c86539f4475115c2b18247a2033c9028b189426 - 0.0% (837 Bytes)
[#017] sha256:f20d18147c26b6c211652b0f6d133d35ec935d2f64d49a0d39a549d7fac58e9c - 11.51% (30 MB)
[#018] sha256:8dff558f9d27c0af59f64cb68675ea3a18e93089e13ef037476a86f8eed1e50b - 0.0% (845 Bytes)
[#019] sha256:396fd71c43409ac51fc7ab1cd968b8fb9fc2f6099db995193ac224643522fc4d - 0.0% (866 Bytes)
[#020] sha256:dd77f2a3bb417d387afbc4d7fc2f084f3ff7a916182045727b827829cd1a5379 - 0.0% (837 Bytes)
[#021] sha256:69ca38caaaa4266be9089c3d65be75183e3dd47ef4fba943cbc0e5542468e43c - 0.0% (843 Bytes)
[#022] sha256:72e947d7ab5a3e3c70993b04e5dcca95d01054d3aabab0fda1c87c106193e784 - 0.0% (842 Bytes)
Apply image 2004-amd64
2020-12-15 00:44:42 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-2004
2020-12-15 00:44:42 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-12-15 00:45:17 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-12-15 00:45:17 UTCcmd /S /C #(nop) USER ContainerUser
2020-12-15 00:45:38 UTCcmd /S /C #(nop) COPY dir:b7d603d3d1dc6eb42b16e4fb4b3aa3e67b31f78165f808c7221eb79966e50f68 in C:\Program Files\PowerShell
2020-12-15 00:46:24 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:46:25 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2020-12-15 00:46:26 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-01-06 21:50:59 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-06 21:51:00 UTCcmd /S /C #(nop) COPY multi:57355cb5be6e2624acb1d32e70fd27ced1f9272669bb34ccf2b7b763da2dd6af in \Windows\System32\
2021-01-06 21:51:02 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-01-06 21:51:03 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-01-06 21:51:04 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-01-06 21:51:04 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-08 18:02:22 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-4623-head
2021-01-08 18:02:22 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-08 18:02:23 UTCcmd /S /C #(nop) COPY multi:fa3471c182b9e079e449737a1b2d06e90cd7c16eadfa80113d49402696c0298c in \etc\rancher\
2021-01-08 18:02:24 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-08 18:02:24 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-08T18:02:20Z
2021-01-08 18:02:25 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-08 18:02:25 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=2b061d7f2181d1603704507fc9c28789dc59bb5b
2021-01-08 18:02:25 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-08 18:05:36 UTC
150 MB
rancher/rancher-agent:v2.5-2b061d7f2181d1603704507fc9c28789dc59bb5b-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.05% (22.6 MB)
[#001] sha256:b235194751dee33624fc154603f7e25ecdfbb02538fb7d55fa796df9afa95fee - 0.0% (855 Bytes)
[#002] sha256:606a67bb8db9a1111022bdc6406442e11c1a66653136c5c777114bf67b61038a - 0.0% (188 Bytes)
[#003] sha256:a0324aa179bb6480c95a7768bb934149f09f09ec331002001f702584bbc1d42d - 0.0% (123 Bytes)
[#004] sha256:d35e33729020c12e3913a55a25ecdd76cf9c3d4c8ede0ea4e4002b4912ea211b - 33.41% (50.2 MB)
[#005] sha256:fb68af301411668cda4b05bc3b14ff0b70aa587d40a456a2d63e58ea65d95e5d - 1.29% (1.94 MB)
[#006] sha256:fba0498e858de2ccd64c272ebd8b3bc75b7e087b2d4e63e2e60e8cd84241fce1 - 16.39% (24.6 MB)
[#007] sha256:0dcf861bbdd2877a4032ed6eda80f2f2c716f370ed2d7873574db56a425470cd - 15.47% (23.3 MB)
[#008] sha256:664b7f0e84a439c47b99a02d239f6862b781602d6631a2ae1ce700e46d3ba46c - 18.38% (27.6 MB)
[#009] sha256:2a9bdb3cc9cc5d8bac377418bf158415265fa1f1d098eba06cd01cd7ee3f3bf3 - 0.0% (171 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-08 18:04:52 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-01-08 18:04:52 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-08 18:04:53 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-01-08 18:04:53 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2021-01-08 18:05:13 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-08 18:05:14 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-01-08 18:05:20 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-08 18:05:20 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-01-08 18:05:28 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-08 18:05:28 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-01-08 18:05:28 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-01-08 18:05:28 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-08 18:05:29 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-2b061d7f2181d1603704507fc9c28789dc59bb5b-head
2021-01-08 18:05:29 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-01-08 18:05:33 UTC/bin/sh -c #(nop) COPY dir:798ebf1af60c54589ea1834a34c3c47817c36aa31312ed341c666cffe8e3053b in /var/lib/rancher-data
2021-01-08 18:05:35 UTC/bin/sh -c #(nop) COPY multi:58bb68ba98a79fb7672c298c8905445549ab27acb075bf27184bd22584e8b929 in /usr/bin/
2021-01-08 18:05:35 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-01-08 18:05:35 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-01-08 18:05:36 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-01-08T18:04:37Z
2021-01-08 18:05:36 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-08 18:05:36 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=2b061d7f2181d1603704507fc9c28789dc59bb5b
2021-01-08 18:05:36 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.