2021-01-20 17:40:34 UTC
162 MB
rancher/rancher-agent:v2.5.6-rc2
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.69% (25.5 MB)
[#001] sha256:3cf8fb62ba5ffb221a2edb2208741346eb4d2d99a174138e4afbb69ce1fd9966 - 0.0% (850 Bytes)
[#002] sha256:e80c964ece6a3edf0db1cfc72ae0e6f0699fb776bbfcc92b708fbb945b0b9547 - 0.0% (162 Bytes)
[#003] sha256:d46fe07d76be10711392b20a5c8c25162c2b6dbc2c11003e06f688f5bdbff08b - 0.0% (124 Bytes)
[#004] sha256:49f636323d21f5024d2ddaf799346a804438ff0882ce2199e9c1d826bb8c07fe - 33.46% (54.3 MB)
[#005] sha256:8173306facae086d67be798301e1b4e3edccddc2bfa829b570a59cfdaedd09b8 - 1.36% (2.2 MB)
[#006] sha256:a683e9c3073e925f1f4b99e160ad8855eb8a3255e926ec33484c6c5c46ed87f3 - 16.37% (26.6 MB)
[#007] sha256:64ff0d7fc985d7a9acdcc283bfbb7ce6208420a8440eb133a5034312a2a82768 - 14.38% (23.3 MB)
[#008] sha256:09a408aef7ae23336e4cbc6397269d8565ab805224faddfc230b25df85e1e91d - 18.73% (30.4 MB)
[#009] sha256:5dc58ca542fff39a46c48761076059e95d354ce1941152e28e41f8b061de2f8a - 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-20 17:39:23 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-01-20 17:39:23 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-20 17:39:25 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-01-20 17:39:25 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2021-01-20 17:40:13 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-20 17:40:13 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-01-20 17:40:16 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-20 17:40:16 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-01-20 17:40:20 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-20 17:40:20 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-01-20 17:40:21 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-01-20 17:40:21 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-20 17:40:22 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.6-rc2
2021-01-20 17:40:22 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-01-20 17:40:29 UTC/bin/sh -c #(nop) COPY dir:be3979550b610b4ed3d94d0e0887829f0a7f71642db7e108ab99665f1379633b in /var/lib/rancher-data
2021-01-20 17:40:31 UTC/bin/sh -c #(nop) COPY multi:6edc6eee2b075fd0c473209bcb9f25fce9d64936a77fdf299859c93100f39d55 in /usr/bin/
2021-01-20 17:40:32 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-01-20 17:40:32 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-01-20 17:40:33 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-01-20T17:39:02Z
2021-01-20 17:40:33 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-20 17:40:33 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=9722cc4483e00eea9221069b3e89dad7afed209f
2021-01-20 17:40:34 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-20 17:39:01 UTC
257 MB
rancher/rancher-agent:v2.5.6-rc2
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:62239e9aa1a352a20b0d4969c2b508b8a18d10e799d4db72e6f24ccbb2c724d9 - 37.61% (96.6 MB)
[#001] sha256:70220169a64d6302f4515abf14ee74d434c26c52ff69344a39e0f2f4b3ad9e1c - 0.0% (1.12 KB)
[#002] sha256:c0f9ae42832169b80a7e5fd5d2c0af705bf2ab6a91e2640fc5da366bca49da5d - 0.0% (1.02 KB)
[#003] sha256:b81a75f9f189ee547be6d8966eafe7b0daeac19d4bd3f01e050d31caa4775797 - 0.03% (69.9 KB)
[#004] sha256:e9d331c5c4fbc2ac580c25d25707a54d530fb84c1a448c028f6b0212844cf973 - 0.0% (1020 Bytes)
[#005] sha256:f8972875c02fa530c7f1d299f39b756432b38ad975cc2647f824b6d46449909c - 37.75% (97 MB)
[#006] sha256:1b71a133c06991dbfb554cb3c18a70c2767910ea1e11edca4fb6a82ba563a8bf - 0.05% (135 KB)
[#007] sha256:ddeeb0ae1ab9d63933fc73f4e59acf095e275192e67ba8f80d303207f2a454c3 - 0.0% (1.02 KB)
[#008] sha256:63774abb91c6cf0aadb55894a9f5f0580b74f4df186b1adfd3a657c3d79b66e5 - 0.0% (1.02 KB)
[#009] sha256:473ff5cdeadef5d5dd0f31298495da6179608b7a9e333121d2f57f0bf4034712 - 0.0% (848 Bytes)
[#010] sha256:3152002a3f6fed13c7b03046fef7a585ef824cbbf66f20c6cca48b41c5931909 - 0.04% (96.5 KB)
[#011] sha256:b461701d35686179d27a936e7657c1c3965f93aa2cc91e6d361c402067705d2c - 12.69% (32.6 MB)
[#012] sha256:1b7f39e0502b03a991efb12067d188edd193621d004d49eec252932b1fe83a1d - 0.0% (826 Bytes)
[#013] sha256:c8afdcbfc48292b6192bc3d6ab52e1dcd6a0c956a1fe788e83c989cf40c5918a - 0.0% (831 Bytes)
[#014] sha256:bcaae0726d8805d27c4d5bf2cab899f828d263a7cd137663538f8e0e21ef51d0 - 0.0% (854 Bytes)
[#015] sha256:17de0dd1c98e6bf3e1482249faf8d131759701a500079a485cb8f788f421d135 - 0.0% (848 Bytes)
[#016] sha256:56d1bc72f8f1821ea06d624a46670f0e1db0a4c3a0b37375ccbb77b2b8edc4b1 - 0.0% (846 Bytes)
[#017] sha256:2ea07f8961f54a5e7e22c7f0c2ecd925d45d3421bd81a1774f8e485eb72169a3 - 11.83% (30.4 MB)
[#018] sha256:de520487560eebcbe10cbaf3741129a5c8cabe67a2b656f8974e578560cadec2 - 0.0% (833 Bytes)
[#019] sha256:ecf5c64e3189f5caa1f0b0d6a63faf22381217e26499a38b7452edf243030b28 - 0.0% (902 Bytes)
[#020] sha256:9a9ec4173e77a7e30f9122664825684221a7eeaa2b1faf5b653fdc06a6bad0cb - 0.0% (858 Bytes)
[#021] sha256:96aa2c466798b8c5d26dc1c90b1e5765edf54a16afb477dd65fa23d9fad37922 - 0.0% (860 Bytes)
[#022] sha256:58b2eb1ef1d0378d8ca0a175464b5186d5ecbc2594a4155df32e56ad569119f7 - 0.0% (850 Bytes)
Apply image 1809-amd64
2021-01-19 23:20:25 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
2021-01-19 23:20:27 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-19 23:20:59 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-01-19 23:20:59 UTCcmd /S /C #(nop) USER ContainerUser
2021-01-19 23:21:19 UTCcmd /S /C #(nop) COPY dir:2b24e0683bce9a6158e61058fc24411d0e844420ed7e75e69332bbeb47759889 in C:\Program Files\PowerShell
2021-01-19 23:21:57 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 ; }"
2021-01-19 23:21:58 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-01-19 23:21:58 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-01-20 00:06:19 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-20 04:21:12 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2021-01-20 04:21:14 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-01-20 04:21:15 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-01-20 04:21:15 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-01-20 04:21:15 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-20 17:38:38 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.6-rc2
2021-01-20 17:38:39 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-20 17:38:40 UTCcmd /S /C #(nop) COPY multi:aaf058433b784ff2db06f8aa5c4f3cadf397a831533906a544c4e25d2876e9b6 in \etc\rancher\
2021-01-20 17:38:41 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-20 17:38:59 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-20T17:38:56Z
2021-01-20 17:38:59 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-20 17:39:00 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=9722cc4483e00eea9221069b3e89dad7afed209f
2021-01-20 17:39:01 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-20 17:32:12 UTC
260 MB
rancher/rancher-agent:v2.5.6-rc2
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:3155a5f44f3dc969ff02d04e7f3dbd46e828c217c194c52591f5ac542dcd622b - 38.32% (99.6 MB)
[#001] sha256:fb0d0a5eed4c7e3b9d4dfdfa8b844bfcef7ad31367ac269af0e54415ec105418 - 0.0% (1.02 KB)
[#002] sha256:06806150752e491f8a27a80f45530405979e83f2f26632fc668c844a70bd289b - 0.0% (1.01 KB)
[#003] sha256:c0f33331efcd07bba50f3651e0f8a9084431a914b07e060a4c61802c3770851a - 0.02% (63.9 KB)
[#004] sha256:57d90fb8451c5e89042c677794634ce14a2a76ca7e348e66fca168797086f832 - 0.0% (1.07 KB)
[#005] sha256:2fbd100c04dbf81a6360fa2f18417049fc8e1c7ad54e9027b18326a236432d9a - 37.33% (97 MB)
[#006] sha256:37d494e8738dc9918335085c14701262c32eb03582eccb8f1e2e69548e416d3d - 0.05% (128 KB)
[#007] sha256:a659f515f56209f514254145483ae074ed4790af9ce7fd7592cfc610d830ace8 - 0.0% (1.02 KB)
[#008] sha256:205ec9ef187f76b2b8d9fd8a1e8d69fd69ccda4dd44b2bdbd4b8eb718759e34c - 0.0% (1.02 KB)
[#009] sha256:485601979b744102037cd36c6f949b2e72e2987fb68406574fea4add373117a5 - 0.0% (834 Bytes)
[#010] sha256:752e0b222e5b0de2b33deab0f5191dd5e0104a8e9a9906768b0f320c7955a31f - 0.04% (101 KB)
[#011] sha256:89821220f7d50f4279f3b64e9fcbb939299f0ff264e2b4a6a85ea7f144b4498b - 12.54% (32.6 MB)
[#012] sha256:3191ed4fc3fc8a9770cdd693e2db08c2842a92992fd1c898d4130caf78710f07 - 0.0% (853 Bytes)
[#013] sha256:320cc99b98b1a376143b4c65115a0040bc09080f92a942c7954a8a416df0c33d - 0.0% (860 Bytes)
[#014] sha256:03fd8f2ed61971fd44b5943a902e90cd2fa2e5904e905ff88c99b5051a610e73 - 0.0% (860 Bytes)
[#015] sha256:9cc229b17ad8886604dfb79f06ecde51b67a0c2b8ddc77e283074af358ee36ce - 0.0% (878 Bytes)
[#016] sha256:9cb757cb2ba85c0ac7932413fe03531a6c988b5ee3f30859a965cb36ecd05387 - 0.0% (825 Bytes)
[#017] sha256:68f03934250f4c988eb48686a0e39377b707b12022eeab3c22536f098a28dc9d - 11.69% (30.4 MB)
[#018] sha256:5a628975a01836f59aba5abf911f2e405e20912f3f8cda48db64e6aedb339177 - 0.0% (830 Bytes)
[#019] sha256:6841ab4c34907209c5f1f21ba358c4859e61a1e9ceb1d1510d7702eff1e7dae8 - 0.0% (821 Bytes)
[#020] sha256:835763937dac337483370a406038157fd5732ef52bf881b2897437e8c455dbac - 0.0% (831 Bytes)
[#021] sha256:b87ce41adc1271b18b6a3efd1036f6900b57ace16fc4439b41a545781b548adb - 0.0% (857 Bytes)
[#022] sha256:5459b8bcf4cf6c9118e9b13a8a29443bf28cf208db4ec76033b389718ed2fb9b - 0.0% (827 Bytes)
Apply image 1909-amd64
2021-01-19 23:20:39 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
2021-01-19 23:20:40 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-19 23:21:04 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-01-19 23:21:05 UTCcmd /S /C #(nop) USER ContainerUser
2021-01-19 23:21:22 UTCcmd /S /C #(nop) COPY dir:2b24e0683bce9a6158e61058fc24411d0e844420ed7e75e69332bbeb47759889 in C:\Program Files\PowerShell
2021-01-19 23:22:06 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 ; }"
2021-01-19 23:22:06 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-01-19 23:22:07 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-01-20 00:06:33 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-20 04:21:13 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-01-20 04:21:16 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-01-20 04:21:16 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-01-20 04:21:17 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-01-20 04:21:17 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-20 17:31:39 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.6-rc2
2021-01-20 17:31:39 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-20 17:31:41 UTCcmd /S /C #(nop) COPY multi:aaf058433b784ff2db06f8aa5c4f3cadf397a831533906a544c4e25d2876e9b6 in \etc\rancher\
2021-01-20 17:31:42 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-20 17:32:11 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-20T17:32:08Z
2021-01-20 17:32:11 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-20 17:32:12 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=9722cc4483e00eea9221069b3e89dad7afed209f
2021-01-20 17:32:12 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-20 17:31:57 UTC
258 MB
rancher/rancher-agent:v2.5.6-rc2
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 - 37.97% (98.1 MB)
[#001] sha256:de401d0ad50a73809f52f1b2cdd08372d48affaed3cdc2d9c82fd93fdb86935d - 0.0% (822 Bytes)
[#002] sha256:b251ece4f860cf57423dd1455d77586f293f469389d4e8f22eda21f3f3865674 - 0.0% (921 Bytes)
[#003] sha256:da83f3e327d6be0778a2e9cb3bdbcd4381d91d53be27a9d83e7a02d713898ab6 - 0.03% (67.5 KB)
[#004] sha256:128bd25e4a5fd56d89d1d3519ab5299fad89e0fa26b42a19bbcacf3ffc63a75a - 0.0% (849 Bytes)
[#005] sha256:02a46850464f896128d38032429af01ed881c9561496b85a7dcf75894d1cfd3f - 37.55% (97 MB)
[#006] sha256:99558043528fca28cf576a5dae72c8dbbe8a309833109869786f3e709ee3e864 - 0.04% (92.7 KB)
[#007] sha256:39ff56c128357f2bde42c7177c54985736cd9022f26f72f0560ccd997975b59d - 0.0% (843 Bytes)
[#008] sha256:bb889420c0e542967f5ff0364fc7f0f64026326699d5dba17be0ff04d9435c8c - 0.0% (917 Bytes)
[#009] sha256:490fdfe4863e27aed7edab4fa89185f432359d349936eebdf76a706b1b7da95e - 0.0% (861 Bytes)
[#010] sha256:3a2dc61c17608e44217eae8b2efb5136002778a04c07196a6ef6728c3e149432 - 0.04% (101 KB)
[#011] sha256:9b989cbec2c4252801ceece0538797a1afa69de365b631ae8eb3b2ffb6310c6d - 12.62% (32.6 MB)
[#012] sha256:f01931c404a15606ed5d0b219cf7420139ba42eff44838d0d6042d963841ef98 - 0.0% (832 Bytes)
[#013] sha256:eda34c65b48f9dc3be3285afd24a800ee78818795f3d2950ca9bb30423a17fd5 - 0.0% (855 Bytes)
[#014] sha256:87ac2aca96d3560dad1d1f0f059eaabae9bb55312cb6f33be375b4a0f26cdaf9 - 0.0% (833 Bytes)
[#015] sha256:bc4dfa3a8dcaf7ed9320151e05c5d8ea560fbbc2999f86541f0e7264f867f435 - 0.0% (833 Bytes)
[#016] sha256:77afd688de396260f04adb8bbc5649422e9ab5aec4364b5b4fb189be043e7974 - 0.0% (847 Bytes)
[#017] sha256:68188f56bb455c9e371380e519eeae1e4158fc46dcd58ce7abb5f816ce98bfdf - 11.76% (30.4 MB)
[#018] sha256:9e4a478a8e8af584b58b59005e735d959bce63bdcf6c34c16ba061a6bc82b4c4 - 0.0% (855 Bytes)
[#019] sha256:c8abbb6038037320d9e0ce462741fc46137e86d962411f8b8bd88b1b376faece - 0.0% (856 Bytes)
[#020] sha256:427b1418a6fe498a582be82e35a951f765a2c47937b97b2158c70ee8899d24bd - 0.0% (830 Bytes)
[#021] sha256:49a06ec74b45759c7ea1dd768067f115d362904cc2d04870af44121ba6d6d3f2 - 0.0% (831 Bytes)
[#022] sha256:633a03dc6a7e4735a9c377db6115d8cb53c5ed541fd79d9171ef1b21f275b8d0 - 0.0% (848 Bytes)
Apply image 1903-amd64
2021-01-15 21:08:09 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
2021-01-15 21:08:10 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-15 21:08:55 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-01-15 21:08:56 UTCcmd /S /C #(nop) USER ContainerUser
2021-01-15 21:09:18 UTCcmd /S /C #(nop) COPY dir:2b24e0683bce9a6158e61058fc24411d0e844420ed7e75e69332bbeb47759889 in C:\Program Files\PowerShell
2021-01-15 21:09:58 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 ; }"
2021-01-15 21:09:59 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-01-15 21:10:00 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-01-20 00:06:25 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-20 04:21:15 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-01-20 04:21:17 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-01-20 04:21:17 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-01-20 04:21:18 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-01-20 04:21:18 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-20 17:31:27 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.6-rc2
2021-01-20 17:31:27 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-20 17:31:29 UTCcmd /S /C #(nop) COPY multi:aaf058433b784ff2db06f8aa5c4f3cadf397a831533906a544c4e25d2876e9b6 in \etc\rancher\
2021-01-20 17:31:30 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-20 17:31:55 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-20T17:31:52Z
2021-01-20 17:31:56 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-20 17:31:56 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=9722cc4483e00eea9221069b3e89dad7afed209f
2021-01-20 17:31:57 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-20 17:31:47 UTC
261 MB
rancher/rancher-agent:v2.5.6-rc2
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:9334511b2b1d4bc43d8ca0e23b2fcce8b7b0968a9f9aa67cd61de71abad9a5b0 - 38.58% (101 MB)
[#001] sha256:ac18d60ee9d9b4f3015e830753bae6893a532d3b4dd8014e3d6c6eb88da3f6c4 - 0.0% (848 Bytes)
[#002] sha256:f4fdb86e81d80f489c6e6687a68b3d67b8ac86bc1cb97ba04e4824077119721d - 0.0% (866 Bytes)
[#003] sha256:9c41b2f1330f5ae16d95cb2eb3b818e48f9135c0f5464115ac32c0f799d9a2df - 0.02% (66.7 KB)
[#004] sha256:14f7cead66efafb716abf87092223d4734104f8015dcc06a33ee4fc045c900e1 - 0.0% (861 Bytes)
[#005] sha256:8ec87f85aff51331a8202a0e416c7018d6526bc17e8f19cb164e44b8033c7e1b - 37.18% (97 MB)
[#006] sha256:0feb01220857faaa7860a3284633a47e0343e681e78cd104ab724610b3f97566 - 0.03% (93 KB)
[#007] sha256:f1b71f507c90a68807daa2129ce902dc4f776bb6bebbdc000834cc9c2a586646 - 0.0% (841 Bytes)
[#008] sha256:b003621459c006b7ec2ec6b1d222a904338faef546b296601c4558609636e037 - 0.0% (846 Bytes)
[#009] sha256:d320bb3592d145517eb6f476fa9210214b355ecaca95989c07d38ab864a9eb41 - 0.0% (839 Bytes)
[#010] sha256:ec310470d775ba05727f95dfe4af2e7419a8ee745cd5b3dfe7d8f28a0db73f57 - 0.04% (102 KB)
[#011] sha256:cda9c48fa1d80be7ee784ce3faefd71664e520d34c42ca27ec5a52583db2fa4f - 12.49% (32.6 MB)
[#012] sha256:105ae86a8ac419c80a60933b3dbbbd2280646a6ea7a3a5d3f430594533fc1a3c - 0.0% (841 Bytes)
[#013] sha256:f17b7b878d3f51721363d1b087f41de9d53cedaeae7b41af38da75d1910627f2 - 0.0% (841 Bytes)
[#014] sha256:5f904793720f6caa88b1a9f2227ce3a8be1c101c003d9d88290be8e954233e78 - 0.0% (845 Bytes)
[#015] sha256:75685f0eec09821eb1bb1be49b0832f9b02af282480461973a5b038b9e4c094d - 0.0% (839 Bytes)
[#016] sha256:f66768421628925da1a2730d09617c75a2a42994fb8b17f1517ab0e6cc5a6081 - 0.0% (837 Bytes)
[#017] sha256:71ae9ab3605a4c11174170580c39f369cda3415012d7ab3ea389ba51b76b7b57 - 11.65% (30.4 MB)
[#018] sha256:9d161da519657475000c9e1f60bb06088d80f2628cd19cd5b28f29b34be83ae6 - 0.0% (836 Bytes)
[#019] sha256:34f858309cd5a7cfef26ef013590e7094a81577aa67cb596fec60c54e99d46d5 - 0.0% (840 Bytes)
[#020] sha256:f6820ad1c1b9a7892b7c8654fca06cf8635a4e2245de08489d2e4fb6ac946ec6 - 0.0% (835 Bytes)
[#021] sha256:9b08801324c2c64204876c68a11ed39c530150c8f05e4affefcaa03a37f60125 - 0.0% (838 Bytes)
[#022] sha256:5b28665308736173dad59ae17c29b15e0acd09dd74171eda515fe572276a7363 - 0.0% (838 Bytes)
Apply image 2004-amd64
2021-01-15 20:37:05 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
2021-01-15 20:37:06 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-15 20:37:43 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-01-15 20:37:44 UTCcmd /S /C #(nop) USER ContainerUser
2021-01-15 20:38:30 UTCcmd /S /C #(nop) COPY dir:2b24e0683bce9a6158e61058fc24411d0e844420ed7e75e69332bbeb47759889 in C:\Program Files\PowerShell
2021-01-15 20:39:17 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 ; }"
2021-01-15 20:39:18 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-01-15 20:39:20 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-01-20 00:06:22 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-20 04:21:31 UTCcmd /S /C #(nop) COPY multi:57355cb5be6e2624acb1d32e70fd27ced1f9272669bb34ccf2b7b763da2dd6af in \Windows\System32\
2021-01-20 04:21:33 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-01-20 04:21:34 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-01-20 04:21:34 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-01-20 04:21:34 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-20 17:31:25 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.6-rc2
2021-01-20 17:31:26 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-20 17:31:27 UTCcmd /S /C #(nop) COPY multi:aaf058433b784ff2db06f8aa5c4f3cadf397a831533906a544c4e25d2876e9b6 in \etc\rancher\
2021-01-20 17:31:27 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-20 17:31:46 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-20T17:31:44Z
2021-01-20 17:31:47 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-20 17:31:47 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=9722cc4483e00eea9221069b3e89dad7afed209f
2021-01-20 17:31:47 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-20 17:39:48 UTC
2.43 GB
rancher/rancher-agent:v2.5.6-rc2
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 57.75% (1.4 GB)
[#001] sha256:18629c768c3f1391a29a90ea5e5b8a2b4185ec20b1781c40273741f648a0c882 - 36.96% (918 MB)
[#002] sha256:b9a366c6df6df83388ddc231d9c816a829ca46074954ab7bf5ec7f0613f64507 - 0.0% (1.1 KB)
[#003] sha256:31c6255dc4c1380927caf4016f467bc76560896aa3795ea24ef8f6e0aabc0a63 - 0.0% (1.13 KB)
[#004] sha256:3dedf0d4a818aedc981f51230d69860f1d972fde5fd7edc8768461235197e8d0 - 0.62% (15.5 MB)
[#005] sha256:e57206ad0180e89753ae7b8ac0508c008dd6e1d66e40edf157bed933193bf519 - 0.19% (4.77 MB)
[#006] sha256:52a7b10c59a89c5f7b5a3ce852df8d55691b81e11ba8e7ed25c2ac7d9cccdb85 - 0.31% (7.82 MB)
[#007] sha256:3a037dfb2aa9c4b354b31f42a26b92dedff1b2526c8a7b25a9f089a9ab5e66bb - 1.58% (39.2 MB)
[#008] sha256:eeee4653ec16342f5cb91ffd44318a7c4540d0bed9b13d9737eca11127d01b0d - 0.19% (4.82 MB)
[#009] sha256:5246bcb2953cb1cd4dbe779ab6d24d1d56bf86bbe5332de7ee611a057374f886 - 0.63% (15.5 MB)
[#010] sha256:484c7b8ef4347cd0c9c5f8632e5d8363e4441eaf6cfd30561b1218127ce19024 - 0.54% (13.4 MB)
[#011] sha256:949dc9f7590d82d131a0d9b793808f6b2b5b80e99e69107cb456c0669b51a372 - 0.0% (1.08 KB)
[#012] sha256:7382fdac289aa2fca63c29dcb413138eca91dff9a3b8b0c751118c7ccc2f25fc - 0.0% (1.07 KB)
[#013] sha256:061798ab41de30519785fc2055d69035b294f11941195b2cdaaa14181006343f - 0.0% (1.12 KB)
[#014] sha256:0c2a90e4289163cc0b4478d416e5d7aafc76a6834da53c8e9b5a519fc7b1823e - 0.0% (1.07 KB)
[#015] sha256:0fef63776cb3cd619f480b20e1bdc465253bfe516d6a08adf8b0d375527f0f15 - 0.0% (1.08 KB)
[#016] sha256:d02300c6b8ea9b0ea45b6d8dcae6870296d9da57bc7f9044b93b8389d177f8b1 - 1.22% (30.4 MB)
[#017] sha256:0cc7f12c08f6214a9ded91895d926b88afc53bf17d9b3a134663f5ce45f04744 - 0.0% (1.07 KB)
[#018] sha256:44704eb484b49c3f61142e071be0fbee6b5de91e9447a48923576e4bf7cc06ab - 0.0% (1.07 KB)
[#019] sha256:8f31be8ae2258a8f03802dda174b168bec8a75d093ffb95bc7a2dbd4fd22465d - 0.0% (1.11 KB)
[#020] sha256:cec42b4b63134ac54dd65195c5f9032d0760be0c2056c8e3267be4fd13bd7e50 - 0.0% (1.07 KB)
[#021] sha256:0eda46b639729574f47615104245c3bdca7dfccabd0bfbfd91c0c48cefb43cd0 - 0.0% (1.07 KB)
Apply image 20H2-RTM-amd64
2021-01-09 13:33:38 UTCInstall update 20H2-amd64
2021-01-19 21:04:26 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-01-19 21:04:26 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-01-19 21:04:49 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/StefanScherer/docker-cli-builder/releases/download/18.09.6/docker.exe'; Write-Host ('Downloading Docker from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\docker.exe -Uri $URL; Write-Host 'Complete.'
2021-01-19 21:05:05 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.0.4/wins.exe'; Write-Host ('Downloading Wins from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\wins.exe -Uri $URL; Write-Host 'Complete.'
2021-01-19 21:05:55 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; if (-not (Get-Command Expand-7Zip -ErrorAction Ignore)) { Install-PackageProvider -Name NuGet -Force -Verbose; Install-Module -Name 7Zip4Powershell -Repository PSGallery -Force -Verbose; if(-not $?) { Write-Error "Failed to install package"; Exit 1; } }
2021-01-19 21:06:32 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://dl.k8s.io/v1.14.3/kubernetes-client-windows-amd64.tar.gz'; function Expand-GZip ($inFile, $outFile) { $input = New-Object System.IO.FileStream $inFile, ([IO.FileMode]::Open), ([IO.FileAccess]::Read), ([IO.FileShare]::Read); $output = New-Object System.IO.FileStream $outFile, ([IO.FileMode]::Create), ([IO.FileAccess]::Write), ([IO.FileShare]::None); $gzipStream = New-Object System.IO.Compression.GzipStream $input, ([IO.Compression.CompressionMode]::Decompress); try { if (!$input -or !$output -or !$gzipStream) { Write-Error "Failed to Unzip the archive"; Exit 1; } $buffer = New-Object byte[](1024); while ($true) { $read = $gzipstream.Read($buffer, 0, 1024); if ($read -le 0 ) { break; } $output.Write($buffer, 0, $read); } } finally { $gzipStream.Close(); $output.Close(); $input.Close(); } }; Write-Host ('Downloading Kubernetes from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\kubernetes.tar.gz -Uri $URL; Write-Host 'Expanding ...'; Expand-GZip c:\kubernetes.tar.gz c:\kubernetes.tar; Expand-7Zip c:\kubernetes.tar c:\; Write-Host 'Complete.'
2021-01-19 21:06:42 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-01-19 21:06:54 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-01-19 21:07:12 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-01-19 21:07:12 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-01-19 21:07:13 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-01-19 21:07:13 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-20 17:39:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.6-rc2
2021-01-20 17:39:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-20 17:39:46 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:aaf058433b784ff2db06f8aa5c4f3cadf397a831533906a544c4e25d2876e9b6 in \etc\rancher\
2021-01-20 17:39:46 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-20 17:39:47 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-01-20T17:39:43Z
2021-01-20 17:39:47 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-20 17:39:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=9722cc4483e00eea9221069b3e89dad7afed209f
2021-01-20 17:39:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-01-20 17:38:29 UTC
151 MB
rancher/rancher-agent:v2.5.6-rc2
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.01% (22.6 MB)
[#001] sha256:b235194751dee33624fc154603f7e25ecdfbb02538fb7d55fa796df9afa95fee - 0.0% (855 Bytes)
[#002] sha256:606a67bb8db9a1111022bdc6406442e11c1a66653136c5c777114bf67b61038a - 0.0% (188 Bytes)
[#003] sha256:6a278d4f70019ea1ad2c656a6b8dee243bc8fc598474dd5c0aa23c602e015f20 - 0.0% (124 Bytes)
[#004] sha256:d82c5e4d217efafc83e377ee3eba8a8bf8955e6b2026d6d12ea6419abe6cdf2a - 33.31% (50.2 MB)
[#005] sha256:fb68af301411668cda4b05bc3b14ff0b70aa587d40a456a2d63e58ea65d95e5d - 1.29% (1.94 MB)
[#006] sha256:c85d6ae349401565828586e17390ec09b961ed619b8026efe302a4481f5128a5 - 16.34% (24.6 MB)
[#007] sha256:467075cb517f2dd2eea66a2306c98e1fa4700fd0e32af2226ae2ed06ab1916c5 - 15.48% (23.3 MB)
[#008] sha256:9183b3b47d2fd549e3997890ce38b807f54ad499650e71d5abdae2ffb4f6b774 - 18.57% (28 MB)
[#009] sha256:2c2f3faa1ecf6bab611fb2ca07bb0fa26bf49c97e5c1952dfd53047919c71a36 - 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-20 17:37:52 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-01-20 17:37: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-20 17:37:53 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-01-20 17:37:53 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2021-01-20 17:38: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-20 17:38:17 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-01-20 17:38:18 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-20 17:38:18 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-01-20 17:38:20 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-20 17:38:20 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-01-20 17:38:20 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-01-20 17:38:21 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-20 17:38:21 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.6-rc2
2021-01-20 17:38:21 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-01-20 17:38:25 UTC/bin/sh -c #(nop) COPY dir:17ca632ca1b8359a5fa805bb036ca308b39698bfe2e4f7255597c645e997952f in /var/lib/rancher-data
2021-01-20 17:38:28 UTC/bin/sh -c #(nop) COPY multi:4c532d894d2d3e67cf113acbd99a424a64734e7746fa3707b21274200a62b5c8 in /usr/bin/
2021-01-20 17:38:28 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-01-20 17:38:28 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-01-20 17:38:29 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-01-20T17:37:36Z
2021-01-20 17:38:29 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-20 17:38:29 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=9722cc4483e00eea9221069b3e89dad7afed209f
2021-01-20 17:38:29 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.