2021-01-11 19:22:24 UTC
162 MB
rancher/rancher-agent:v2.5-5000db9049b0b36b64be5104e9df4ee00a7fed4b-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:a14e99cbc45803d980984c6ab25918d5a4a959792ced0564e4466d409fc01cff - 0.0% (122 Bytes)
[#004] sha256:49e4db86aa25b62df16697b5074c083d7f91839cfa2aea617782d00d6e904dad - 33.56% (54.3 MB)
[#005] sha256:8173306facae086d67be798301e1b4e3edccddc2bfa829b570a59cfdaedd09b8 - 1.36% (2.2 MB)
[#006] sha256:c3f205040c2ffd319a14b4ce05bcfdb8d0f341a9837abfcfaeeaf9df2f94739d - 16.42% (26.6 MB)
[#007] sha256:7be11abe24646fcda9472aae77e186ca12e49e0a38d791d706c05279b496c2f5 - 14.37% (23.3 MB)
[#008] sha256:051618feb01d382435bd7605815a62069d126f3708122e08a630153808b7a997 - 18.55% (30 MB)
[#009] sha256:807c54fc14c10d1ee9e9aa0bccfac43d8e0927026fea7219c0e5b2c1d69b98de - 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 19:21:50 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-01-11 19:21:50 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 19:21:51 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-01-11 19:21:51 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2021-01-11 19:22:12 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 19:22:12 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-01-11 19:22:13 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 19:22:13 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-01-11 19:22:15 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 19:22:15 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-01-11 19:22:16 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-01-11 19:22:16 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-11 19:22:16 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-5000db9049b0b36b64be5104e9df4ee00a7fed4b-head
2021-01-11 19:22:16 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-01-11 19:22:21 UTC/bin/sh -c #(nop) COPY dir:1a50025870da3c1ebabac106f71470faa837d325f555a2da7f21c5141ac47839 in /var/lib/rancher-data
2021-01-11 19:22:23 UTC/bin/sh -c #(nop) COPY multi:9911f244274e82602773a9a8e1fbc5dd8fdc941e2995eaf4ddf1ecf66009d495 in /usr/bin/
2021-01-11 19:22:23 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-01-11 19:22:24 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-01-11 19:22:24 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-01-11T19:21:29Z
2021-01-11 19:22:24 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-11 19:22:24 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=5000db9049b0b36b64be5104e9df4ee00a7fed4b
2021-01-11 19:22:24 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-11 19:17:12 UTC
256 MB
rancher/rancher-agent:v2.5-5000db9049b0b36b64be5104e9df4ee00a7fed4b-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:ce3db0a1ceda6d77aff1780e4d9d22c7cfca828ac872949fe7fb8cdce0e28928 - 0.0% (829 Bytes)
[#016] sha256:1c9e9557c57f5a850c7ca3852c2ee59fdb8f3ce2e667fa8b21d7fc1a636bf555 - 0.0% (831 Bytes)
[#017] sha256:7f164213ba3b8b27edee8e4b61d18f13d8e544979fee831ccb440a9899a8b9d2 - 11.7% (30 MB)
[#018] sha256:3425fcfe0906cf4bd69fa265b9fd0e68dbec96d7141b714d9027bd62920950e6 - 0.0% (855 Bytes)
[#019] sha256:28209bbd0b1c9fe5422ad1d003ddd9e5c9ba74b6828ee4151f1de5931d08c107 - 0.0% (870 Bytes)
[#020] sha256:7cbda69f182e8e7df12873aacd5e5a742153d9590885f754515497f6288a2cc9 - 0.0% (855 Bytes)
[#021] sha256:33ff6aaeec5671c1ccaa909d7e7003dcd8203547bd3ff0a4bf866a7cb2354e2c - 0.0% (830 Bytes)
[#022] sha256:a1263aaff36445de08cdcbaf12bab5e41a29252e7245a66fb2379eef95885969 - 0.0% (875 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 19:17:08 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-5000db9049b0b36b64be5104e9df4ee00a7fed4b-head
2021-01-11 19:17:08 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-11 19:17:10 UTCcmd /S /C #(nop) COPY multi:e35eb7a2c2520c7dd7a2aa2b9881bcfe51776bec9e0fb230230c55c751c3996b in \etc\rancher\
2021-01-11 19:17:10 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-11 19:17:11 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-11T19:17:05Z
2021-01-11 19:17:11 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-11 19:17:11 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=5000db9049b0b36b64be5104e9df4ee00a7fed4b
2021-01-11 19:17:12 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-11 19:16:52 UTC
258 MB
rancher/rancher-agent:v2.5-5000db9049b0b36b64be5104e9df4ee00a7fed4b-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:10ac3e525fe7926d0073552cc3dad9ab6198bc02f968a171ac9e1f8dcb9217eb - 0.0% (826 Bytes)
[#016] sha256:2e39d0734cd6aba55191042a0f15183db76c1149fd107f17dae3719758eb7daa - 0.0% (848 Bytes)
[#017] sha256:56432933c9fd98d67cf42bfa4cc0aac6db9269991274fa90adb1fabb59de0a0b - 11.62% (30 MB)
[#018] sha256:2740633936779d25e69ea44d0ec733e11b499b19caab484fc36b6a251dc8f8e6 - 0.0% (828 Bytes)
[#019] sha256:6cf85409c3d8edbc67fbeb220841c0a845841ed75511d03f227f8f066df125e5 - 0.0% (854 Bytes)
[#020] sha256:589bbf4d7f43e17793b8b22295d600121d077537087c63d5cfe092a0f73a6d95 - 0.0% (829 Bytes)
[#021] sha256:92ec12668b94db8e8694c9b56db034b2bc8b77a3c4fa87060d9b3d93563be909 - 0.0% (834 Bytes)
[#022] sha256:a889361eb716bf706446ce8f5573d236af260688c67d1073c85e8a3f611f42be - 0.0% (832 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 19:16:48 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-5000db9049b0b36b64be5104e9df4ee00a7fed4b-head
2021-01-11 19:16:49 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-11 19:16:50 UTCcmd /S /C #(nop) COPY multi:e35eb7a2c2520c7dd7a2aa2b9881bcfe51776bec9e0fb230230c55c751c3996b in \etc\rancher\
2021-01-11 19:16:51 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-11 19:16:51 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-11T19:16:46Z
2021-01-11 19:16:51 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-11 19:16:52 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=5000db9049b0b36b64be5104e9df4ee00a7fed4b
2021-01-11 19:16:52 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-11 19:16:43 UTC
258 MB
rancher/rancher-agent:v2.5-5000db9049b0b36b64be5104e9df4ee00a7fed4b-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:d7db0d4c1394cb6cba11db9b1c0e8a4a82906b30ef9eb6ea16fa37217a116f91 - 0.0% (826 Bytes)
[#016] sha256:babd806726066c181c0502b9b2fd8361ae6ea99f8cfe280eda33f6dae3179218 - 0.0% (829 Bytes)
[#017] sha256:366009b2251972ff917b18fb3e261e82d71ce720d03c764d5b4ca8ad0acfd203 - 11.63% (30 MB)
[#018] sha256:7a6e1de04b7863e15cf2676a9d8e0f9daaa12ff4df96c080eee4a0a25da953f2 - 0.0% (826 Bytes)
[#019] sha256:d908062353eaa36f6451203527b65e5deba76149b0e7f47ddf3c2975bb5ef1c4 - 0.0% (876 Bytes)
[#020] sha256:455eab7a0bc0d3b347ef36d80d9c0c4ff1738c6b62d37a9b70ebcdaa122708ea - 0.0% (824 Bytes)
[#021] sha256:b95ffff359e2bb392203c102873c2dae86f6bfba812082c4904bf1c33fa70de0 - 0.0% (830 Bytes)
[#022] sha256:a333d05579d102a74f9a26194499c6d40d15b4109f188fa74ad4fd36ad300c48 - 0.0% (835 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 19:16:39 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-5000db9049b0b36b64be5104e9df4ee00a7fed4b-head
2021-01-11 19:16:39 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-11 19:16:40 UTCcmd /S /C #(nop) COPY multi:e35eb7a2c2520c7dd7a2aa2b9881bcfe51776bec9e0fb230230c55c751c3996b in \etc\rancher\
2021-01-11 19:16:41 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-11 19:16:41 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-11T19:16:36Z
2021-01-11 19:16:42 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-11 19:16:42 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=5000db9049b0b36b64be5104e9df4ee00a7fed4b
2021-01-11 19:16:43 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-11 19:17:18 UTC
261 MB
rancher/rancher-agent:v2.5-4641-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:f1b808af937cdda5ad67adcaec78065644ecbda2927c89c3f4ea91afcad4d176 - 0.0% (836 Bytes)
[#010] sha256:6c36e035a063c506f9c322b5fc83c49c8f2eb0c009cd819fa85abaa0ec7f3d9f - 0.04% (102 KB)
[#011] sha256:b30f6b805887f833058ebe41737e7308bd95e5fd818ae29568352628ff3820fd - 12.51% (32.6 MB)
[#012] sha256:da330cefef4ebe577cfa78e5f0cdafc10a93c8fbb99f66434e07005ca3651cc6 - 0.0% (835 Bytes)
[#013] sha256:09815e2d9d19747e15cccb770a2665e859ca2ba74940c91d6d8cc223b5c3f803 - 0.0% (837 Bytes)
[#014] sha256:b276fb553cc2f5d82f1ac427b6b7df1f345a5a597391828d50a3c8d937bfc326 - 0.0% (838 Bytes)
[#015] sha256:589cf47c1911cb620c90420d84dd6d055a59a5cfd51b4dc8370b4236e75149a6 - 0.0% (832 Bytes)
[#016] sha256:d97df7ba0913dade72ed9a2ceb9217878b6afaa1bb48de1dd783262e1ee1c965 - 0.0% (863 Bytes)
[#017] sha256:d1316c6bd3a4553f017be3baf35b46d8608a10cec5f16c0d0bdbf2177d90f9a1 - 11.51% (30 MB)
[#018] sha256:bcbf5a7a1fd2e7b42662a4e2c07ca4c5b29d1a849dff495f815c74adbec5e569 - 0.0% (863 Bytes)
[#019] sha256:8777daf8474df1d2c0a983d1a127907ef7d438fcffef6823ec943b75e811c65b - 0.0% (857 Bytes)
[#020] sha256:6d0ca644ad5fbf0961d33123df56d0509e9c88bfec8f72a5342c52b47a8a7043 - 0.0% (859 Bytes)
[#021] sha256:8c71947774342454f969b06b2691267ae7f64e22fbf9526866c7a47d087e7884 - 0.0% (862 Bytes)
[#022] sha256:e7c7eac861df375549c69216c7637786a0ac1a394d42e501a75542b8bfa86f3e - 0.0% (862 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-11 18:26:41 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-11 18:26:42 UTCcmd /S /C #(nop) COPY multi:57355cb5be6e2624acb1d32e70fd27ced1f9272669bb34ccf2b7b763da2dd6af in \Windows\System32\
2021-01-11 18:26:44 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-01-11 18:26:45 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-01-11 18:26:45 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-01-11 18:26:45 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-11 19:17:14 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-4641-head
2021-01-11 19:17:14 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-11 19:17:15 UTCcmd /S /C #(nop) COPY multi:b61ce8d25e4714a597a8ea0463d6efeb862363726c25d500e17fa06ef48a83e2 in \etc\rancher\
2021-01-11 19:17:16 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-11 19:17:16 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-11T19:17:12Z
2021-01-11 19:17:17 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-11 19:17:17 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=5000db9049b0b36b64be5104e9df4ee00a7fed4b
2021-01-11 19:17:18 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-11 19:19:34 UTC
150 MB
rancher/rancher-agent:v2.5-5000db9049b0b36b64be5104e9df4ee00a7fed4b-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:9a0fee52499b2f0dc934f8edfb2e15fa3e6419376457267d40af80fb787d405b - 0.0% (123 Bytes)
[#004] sha256:27025012c13c1d7129a874809d27c5d0c925a771bebdf712162d18a46b434f3b - 33.41% (50.2 MB)
[#005] sha256:fb68af301411668cda4b05bc3b14ff0b70aa587d40a456a2d63e58ea65d95e5d - 1.29% (1.94 MB)
[#006] sha256:bfa269d3399c50dc97da453c5c4cbf71f6ad0f5982d32666a6bd547a4fe25353 - 16.39% (24.6 MB)
[#007] sha256:616bab0e159b5ae30b6c7b352d171d77d8daea31ba2ad46931e0a92c863646a8 - 15.47% (23.3 MB)
[#008] sha256:bfbb1220b9513ed48cc37b3c667b655b231f5df4061126bc75b5f6da63efe251 - 18.38% (27.6 MB)
[#009] sha256:037fdcdab9d6e7e4dbffc4cdba64935b6f00cd4b117a2425157a4977a9639896 - 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-11 19:18:53 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-01-11 19:18:53 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 19:18:54 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-01-11 19:18:54 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2021-01-11 19:19:16 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 19:19:17 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-01-11 19:19:23 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 19:19:24 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-01-11 19:19:26 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 19:19:26 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-01-11 19:19:26 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-01-11 19:19:26 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-11 19:19:27 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-5000db9049b0b36b64be5104e9df4ee00a7fed4b-head
2021-01-11 19:19:27 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-01-11 19:19:31 UTC/bin/sh -c #(nop) COPY dir:c1f8f30776296c295a980f8198783634dd66ac0fece622721801efb11585269f in /var/lib/rancher-data
2021-01-11 19:19:33 UTC/bin/sh -c #(nop) COPY multi:4d280e021ae0a3e0a83c3710c007d83da282098067c6394f645b0d26a1d12721 in /usr/bin/
2021-01-11 19:19:33 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-01-11 19:19:34 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-01-11 19:19:34 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-01-11T19:18:38Z
2021-01-11 19:19:34 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-11 19:19:34 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=5000db9049b0b36b64be5104e9df4ee00a7fed4b
2021-01-11 19:19:34 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.