2021-01-06 03:50:48 UTC
100 MB
rancher/rancher-agent:v2.3.10-rc3
DOCKER_API_VERSION1.24
DOCKER_URLDOCKER_URL_amd64
DOCKER_URL_amd64https://get.docker.com/builds/Linux/x86_64/docker-1.10.3
DOCKER_URL_arm64https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64
KUBECTL_VERSIONv1.16.1
KUBEPROMPT_VERSIONv1.0.6
LOGLEVEL_VERSIONv0.1.2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:f22ccc0b8772d8e1bcb40f137b373686bc27427a70c0e41dd22b38016e09e7e0 - 25.48% (25.5 MB)
[#001] sha256:3cf8fb62ba5ffb221a2edb2208741346eb4d2d99a174138e4afbb69ce1fd9966 - 0.0% (850 Bytes)
[#002] sha256:e80c964ece6a3edf0db1cfc72ae0e6f0699fb776bbfcc92b708fbb945b0b9547 - 0.0% (162 Bytes)
[#003] sha256:c2de40fd507167361b598e1275527e474f753df2a2f1e4a3647572cf65068544 - 0.0% (124 Bytes)
[#004] sha256:b56f16a67db3a88c58d056a7d2c67e74e484ce1ee3a4a02fe29194dc1b668d7f - 31.39% (31.4 MB)
[#005] sha256:f6ec42e9d030a8e93c0688d41df6e0f0734f0d31e300e2a1f0b77fc483787038 - 2.2% (2.2 MB)
[#006] sha256:b14cafde17091903c168711a8e4e0c0a037ba05b956850818a426dfe49a90c3d - 1.22% (1.22 MB)
[#007] sha256:31244270c8662041ea0fd19e69277d6df92e9868aa1738224c232631cd7564e4 - 24.08% (24.1 MB)
[#008] sha256:f7d4687aae61f27bf53dff9bd9585440673f6033a829c51f3ae501461a2df81c - 15.62% (15.6 MB)
/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-06 03:50:21 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-01-06 03:50:21 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-06 03:50:23 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-01-06 03:50:23 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2021-01-06 03:50:41 UTC|1 ARCH=amd64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends 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-06 03:50:41 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2021-01-06 03:50:42 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-06 03:50:44 UTC|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.6/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin
2021-01-06 03:50:44 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2021-01-06 03:50:46 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-06 03:50:46 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-01-06 03:50:46 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-01-06 03:50:46 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-06 03:50:46 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.10-rc3
2021-01-06 03:50:47 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-01-06 03:50:47 UTC/bin/sh -c #(nop) COPY multi:65034ded1a5cc056fb03f720db55faa9a0efc3946d71e14b3c63def3c82ddd2b in /usr/bin/
2021-01-06 03:50:48 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-01-06 03:50:48 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-01-06T03:50:18Z
2021-01-06 03:50:48 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-06 03:50:48 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=5713f5623be1ff9fab9967e8929233c364d933d4
2021-01-06 03:50:48 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-06 03:42:36 UTC
238 MB
rancher/rancher-agent:v2.3.10-rc3
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 - 40.63% (96.6 MB)
[#001] sha256:7b5e1bc2bc95804adfcd2715992e45609590e0dd1afb70a25f787ba285e2101c - 0.0% (863 Bytes)
[#002] sha256:899884f723056a55de1dceecd183d49f07dc37fd9dee994f5de6cdd6942f78b4 - 0.0% (838 Bytes)
[#003] sha256:ffea4b65bddf583646e6419e008d26b11f6ae5667f70ebcbe49243f7874ae591 - 0.03% (65.6 KB)
[#004] sha256:4603361ba950abc81d0a75a705733ce99a80a6a1d6da29926187201559bb26f7 - 0.0% (842 Bytes)
[#005] sha256:78cf252b5eb9467c62c464b50e49f8d29974163d83bfeb5b4a9efb94db38e968 - 40.8% (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 - 13.72% (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:c51acce7d5a42daabcd851cd210e6d23490dd782ed4cdf26b00e7575f26c4c83 - 0.0% (832 Bytes)
[#016] sha256:a1b14e2b51e37f28807caacdd1db21f1b457e5ea1d93229b3991b79539539e3c - 0.0% (832 Bytes)
[#017] sha256:040cb980b5f593802b7dafef9be4918ac3a4cbbc5cdc4baa313ca5bb049cc302 - 4.73% (11.3 MB)
[#018] sha256:850756c37b6b0dbed1cf1add7c13da8ba726e59938361dd8cae7436ca23ad4c9 - 0.0% (834 Bytes)
[#019] sha256:97c112fd2e01f9b0d648d873c0dc2e37d20741ce492ed871802100ee8fc9b09e - 0.0% (858 Bytes)
[#020] sha256:2444dbbf819c12ded5af5ecb27b1a8167d93598601aed3960529bdd3f4823723 - 0.0% (850 Bytes)
[#021] sha256:1124563df21159afdd316553d45427215555a7e636532556e1097bd3afe0fcf7 - 0.0% (858 Bytes)
[#022] sha256:3ef3b1df1b287eac2fe57944494ee811bcf85d151d5f909e3b050f1719b24928 - 0.0% (851 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-06 03:42:21 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.10-rc3
2021-01-06 03:42:22 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-06 03:42:23 UTCcmd /S /C #(nop) COPY multi:82becddf34c31c895a50f7664a1b81108e0b24d1ab17680abf0d2c06cd2ae138 in \etc\rancher\
2021-01-06 03:42:23 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-06 03:42:35 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-06T03:42:33Z
2021-01-06 03:42:35 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-06 03:42:36 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=5713f5623be1ff9fab9967e8929233c364d933d4
2021-01-06 03:42:36 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-06 03:43:07 UTC
239 MB
rancher/rancher-agent:v2.3.10-rc3
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 - 41.01% (98.1 MB)
[#001] sha256:c99b71322f98094328cbfe4e533e62c323564185edb3aef36f201817c35d316f - 0.0% (874 Bytes)
[#002] sha256:644592099bcca3931ac208de7acb18b9864fc376aa82ce79d503ff8811305b80 - 0.0% (824 Bytes)
[#003] sha256:7f7168ee45921ab5248822efe6710cd780cf1a3ce1ce72f4902c574a2fdca84a - 0.03% (64.4 KB)
[#004] sha256:567655c4eda01ab6f5e1b0c8458db71ca7ebcc436a8e8f3105d57ce7c18dc775 - 0.0% (847 Bytes)
[#005] sha256:0439fdc969df0a1428ef1ee44139a71fdcce4e14d78a889ba00380d3c13884b7 - 40.54% (97 MB)
[#006] sha256:72a7a5d1fb28553e60322aa9f952dfd9bf21b40672041fa06131be2f8fea358c - 0.04% (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 - 13.63% (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:028c3608632d3221c201fe23199d787a58f3e5020915db3d956097b9320967d6 - 0.0% (856 Bytes)
[#016] sha256:84faff9e3e3d67d020d033d6022c0dfdc981de28fcad2758ef293d41349981fc - 0.0% (863 Bytes)
[#017] sha256:d4fe08ebb689c95f714639622f2de1ead047f604255ab383e3c5126009ef531c - 4.7% (11.3 MB)
[#018] sha256:b53c1ce3ab256e9a2179ca20822173a81488f012a160b714ef614f925b3c139c - 0.0% (832 Bytes)
[#019] sha256:b8554036f5088a1528764c7f8d9ef800cab3a69bf6b0bfd860c1bd7971747472 - 0.0% (834 Bytes)
[#020] sha256:a3c9b45641eb4f4ad9b1d47df3e2b98ab0b85cc71c82289215030945ac2536bc - 0.0% (835 Bytes)
[#021] sha256:15a7c1d7111ec53b5286e34ce3d3a40f704154ecb6f04b46253242112ad8b99d - 0.0% (833 Bytes)
[#022] sha256:6448ecddf6869f27d12486e6919fec5fc1219ffe7c62fc15aa5f3398955e0c7c - 0.0% (857 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-06 03:06:34 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.10-rc3
2021-01-06 03:06:35 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-06 03:06:36 UTCcmd /S /C #(nop) COPY multi:2b93fb69be6c5a2692f5f240a9477d15300c3fc0fd4189bc43709d2ee45d9894 in \etc\rancher\
2021-01-06 03:06:36 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-06 03:43:06 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-06T03:43:05Z
2021-01-06 03:43:07 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-06 03:43:07 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=5713f5623be1ff9fab9967e8929233c364d933d4
2021-01-06 03:43:07 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-06 03:51:01 UTC
90.5 MB
rancher/rancher-agent:v2.3.10-rc3
DOCKER_API_VERSION1.24
DOCKER_URLDOCKER_URL_arm64
DOCKER_URL_amd64https://get.docker.com/builds/Linux/x86_64/docker-1.10.3
DOCKER_URL_arm64https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64
KUBECTL_VERSIONv1.16.1
KUBEPROMPT_VERSIONv1.0.6
LOGLEVEL_VERSIONv0.1.2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:04da93b342eb651d6b94c74a934a3290697573a907fa0a06067b538095601745 - 25.0% (22.6 MB)
[#001] sha256:b235194751dee33624fc154603f7e25ecdfbb02538fb7d55fa796df9afa95fee - 0.0% (855 Bytes)
[#002] sha256:606a67bb8db9a1111022bdc6406442e11c1a66653136c5c777114bf67b61038a - 0.0% (188 Bytes)
[#003] sha256:1a99f3ebd868e485e931c0786d33e141005b6168fd2719e7734e8f141aa4ad15 - 0.0% (123 Bytes)
[#004] sha256:1cac1b69f48532dc128a27523aa97a8fab49ca5faa56e514a79b69c0dcfa9ed0 - 31.42% (28.4 MB)
[#005] sha256:f923170771095da404cdd3341537e6b302d2271c41ab731ad59353bef775e644 - 2.14% (1.94 MB)
[#006] sha256:75015728be45afd0250ec4cb0dbe284e43e8a72f983cf4de412a36c569dd259d - 1.25% (1.13 MB)
[#007] sha256:936cb1823444bc4335215fba92edfebb691a1fcce60084b8d2323f0d55ba3e41 - 24.45% (22.1 MB)
[#008] sha256:d117b51c733d4722350164fed1d54f9269112f98379b862a6df5b00777ec5741 - 15.73% (14.2 MB)
/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-06 03:50:34 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-01-06 03:50:34 UTC/bin/sh -c #(nop) ENV DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 DOCKER_URL_arm64=https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64 DOCKER_URL=DOCKER_URL_arm64
2021-01-06 03:50:35 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-01-06 03:50:35 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2021-01-06 03:50:53 UTC|1 ARCH=arm64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends 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-06 03:50:53 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2021-01-06 03:50:55 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-06 03:50:56 UTC|1 ARCH=arm64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.6/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin
2021-01-06 03:50:56 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2021-01-06 03:50:57 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-06 03:50:58 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-01-06 03:50:58 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-01-06 03:50:58 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-06 03:50:58 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.10-rc3
2021-01-06 03:50:59 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-01-06 03:50:59 UTC/bin/sh -c #(nop) COPY multi:5fdf94ac2467da877277d3bb4eed610df820df8bfd952e359d5b4b975ee9597c in /usr/bin/
2021-01-06 03:51:00 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-01-06 03:51:00 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-01-06T03:50:31Z
2021-01-06 03:51:00 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-06 03:51:00 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=5713f5623be1ff9fab9967e8929233c364d933d4
2021-01-06 03:51:01 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.