2020-08-26 19:28:07 UTC
100 MB
rancher/rancher-agent:v2.3.9
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:f08d8e2a3ba11bea23cf5c17e8e1c620057412ed05c32d1114640e18d6dd0a43 - 25.47% (25.5 MB)
[#001] sha256:3baa9cb2483bd9c5329a44d9c2fe72535625bbd4308bca95785dd58e72c06365 - 0.03% (34.5 KB)
[#002] sha256:94e5ff4c0b1526abf77c236655f21c8f67a23313291c8b970fe6b469549d8153 - 0.0% (848 Bytes)
[#003] sha256:1860925334f940c3145808527480b4f0cba7f01279087fdb27679e4354fba967 - 0.0% (163 Bytes)
[#004] sha256:4980119ccb4e387635daf53abdb05e4d7a6607cd317a9ea7b86d38d2f8f1c7de - 0.0% (124 Bytes)
[#005] sha256:12d4a5427d7827d597cdecc75c0896bdd1b931036fe89f00d68047ae372d5259 - 31.37% (31.4 MB)
[#006] sha256:a7b84c0c1f8953a1764a1d6c172b2cc494a3030376fbd534e3b624f81820052e - 2.2% (2.2 MB)
[#007] sha256:4dd6035df3a992d895c24462908e027fb76ed38a2f122cab4ef797db8f7e1c8c - 1.22% (1.22 MB)
[#008] sha256:88636fb905aac56777c34213efba6eba100ef486edafb8049448a0bf8eaacf28 - 24.08% (24.1 MB)
[#009] sha256:3c5fd285afbbe00b1da24e65f6dbe43fb2d20a71c5d10eb7a3f7ce652f0e6535 - 15.62% (15.6 MB)
/bin/sh -c #(nop) ADD file:5c125b7f411566e9daa738d8cb851098f36197810f06488c2609074296f294b2 in /
2020-08-19 21:13:52 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-08-19 21:13:53 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-08-19 21:13:55 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-08-19 21:13:55 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-08-26 19:27:39 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-08-26 19:27:39 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
2020-08-26 19:27:40 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-08-26 19:27:41 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2020-08-26 19:27:59 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/*
2020-08-26 19:27:59 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2020-08-26 19:28:00 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
2020-08-26 19:28:02 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
2020-08-26 19:28:02 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2020-08-26 19:28:04 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
2020-08-26 19:28:04 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-08-26 19:28:04 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-08-26 19:28:04 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-08-26 19:28:05 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.9
2020-08-26 19:28:05 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-08-26 19:28:06 UTC/bin/sh -c #(nop) COPY multi:a6b7d7bb4bced506d045c9a7c6dc6bdaefa971da5a1dd16f667fede750f45c77 in /usr/bin/
2020-08-26 19:28:06 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-08-26 19:28:06 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-08-26T19:27:36Z
2020-08-26 19:28:06 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-08-26 19:28:07 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=12e5880732ae70cd9cbaa0a96c70843ef365737b
2020-08-26 19:28:07 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-08-26 19:16:49 UTC
229 MB
rancher/rancher-agent:v2.3.9
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1809-KB4565349-amd64
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:ce1c649a3e5b5b5449776d4afce631c673cade12336ccb5a38a0aac7c9d8b2bc - 41.98% (96.3 MB)
[#001] sha256:7faa8b742f9631b42a9205876cc727ffa352abb6cee017c1d1d9392abddcd313 - 0.0% (838 Bytes)
[#002] sha256:0c2fc86b9dadff222eca11e0e6bab2c3158a31e22cce766ac9cfde1f4a576856 - 0.0% (838 Bytes)
[#003] sha256:52bdd3932c0557c61f78db49bdf4196f2b9be53675af22e99852d11e66d38794 - 0.0% (836 Bytes)
[#004] sha256:9b106ae5c4d8c2a9fe2acb5a1eeb391506140ffb4cc220c3b9f5d850159e43ab - 0.03% (64.9 KB)
[#005] sha256:895b948ccfa29db408ff14b7f4b71a8dbc4370dea4d4cb2f62408124ba4155de - 0.0% (860 Bytes)
[#006] sha256:72e8c8759db590ccd720acc7459bbdd9164b4e2b8c8c99dcaa436dd2832df3b4 - 38.77% (88.9 MB)
[#007] sha256:dbdae1ce5b6368ca3a0d1d8e93be51a5d7b060e701b60daa27d5793f18e1c97d - 0.06% (132 KB)
[#008] sha256:ae20a9b494b26c05caf10a84c47e036bacecd0da3451c32ddca9158e60a229ea - 0.0% (836 Bytes)
[#009] sha256:4e8c0cb7e88ecd6d7d98c854c9a6b38645a2031a162932715bdb68e38ff52d3b - 0.0% (830 Bytes)
[#010] sha256:8b6918c3fad35fe2a62e031000110c9188fbc9447965f1d8bb4fe8eb20afb821 - 0.04% (96.5 KB)
[#011] sha256:44d5eacdaddfe433b6a6d43edb2de4e00c7b232adbced61f435278f4a152f180 - 14.21% (32.6 MB)
[#012] sha256:893de2157d4a69f6a028c8bd97627f3cf1705cd9c9d70d917f5689f10b72305f - 0.0% (823 Bytes)
[#013] sha256:234e1db7e6393afadf074f36a3923fdd9ab8e69430bafd0129c33aba35eab5c6 - 0.0% (830 Bytes)
[#014] sha256:f9d90181a322ee01233d98ea357478ef842532562cdc2da7d9f5a3446228dd9f - 0.0% (849 Bytes)
[#015] sha256:d963f03bf7cc6b367cea8e58cb50d2e2b23e2252b268483d119baf41d6091d57 - 0.0% (831 Bytes)
[#016] sha256:57b5cb856b74ef250399565dfac8c135a8b7e6f30333f77a7ffa841d45c96618 - 0.0% (853 Bytes)
[#017] sha256:7399394f735d63eba6fe57e3c08e3639dcb426a1f89b074259e55753edd40197 - 4.9% (11.3 MB)
[#018] sha256:32173bab743e790515a5264b7cf15a5f5e52c5e82fbb60c011f51cec0958b171 - 0.0% (838 Bytes)
[#019] sha256:9086a386aa9edc63b88b4a5c3781ee327edf845cbc860e6840add2c7e4f18fe2 - 0.0% (832 Bytes)
[#020] sha256:2098493484d32778d221f3311b4da153d0b4de98e856ee63ee8d25573136c3d9 - 0.0% (830 Bytes)
[#021] sha256:45c246eb9eeba29df1e454040648ec7cd93f2130616eaeccf37bb7603d3b0c02 - 0.0% (830 Bytes)
[#022] sha256:2602751029a42b81bc1b9ecf32ab2a8a9194c082dd6aa030530748e9ddb0846e - 0.0% (830 Bytes)
Apply image 1809-KB4565349-amd64
2020-08-14 17:11:24 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-08-14 17:11:25 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files LOCALAPPDATA=C:\Users\ContainerAdministrator\AppData\Local PSModuleAnalysisCachePath=\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1809-KB4565349-amd64
2020-08-14 17:11:25 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-08-14 17:11:45 UTC|1 fromTag=1809-KB4565349-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-08-14 17:11:45 UTCcmd /S /C #(nop) USER ContainerUser
2020-08-14 17:11:57 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-08-14 17:12:30 UTC|1 fromTag=1809-KB4565349-amd64 cmd /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-08-14 17:12:30 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-08-24 06:36:58 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-08-24 06:36:58 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-08-24 06:37:01 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-08-24 06:37:02 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-08-24 06:37:02 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-08-24 06:37:02 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-08-26 19:15:49 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.9
2020-08-26 19:15:50 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-08-26 19:15:50 UTCcmd /S /C #(nop) COPY multi:6f0567fd6e5c8187333680ab41d5fe6c9a61c4d5ae3be2586d60183e606aa9fa in \etc\rancher\
2020-08-26 19:15:51 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-08-26 19:16:48 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-08-26T19:16:01Z
2020-08-26 19:16:48 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-08-26 19:16:49 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=12e5880732ae70cd9cbaa0a96c70843ef365737b
2020-08-26 19:16:49 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-08-26 19:17:47 UTC
231 MB
rancher/rancher-agent:v2.3.9
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1903-KB4565483-amd64
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:f07c298b155a926cb3857f19bd243eb37ae8af769486fb258a756447b691840c - 42.37% (97.8 MB)
[#001] sha256:ca7240146fcae31715f97a7a041e18abddb4e45a62c258a06cff51627d288f80 - 0.0% (838 Bytes)
[#002] sha256:4ab9f8429c375839d6325571aa6c1c7bc958b425bd393233d1a9852f6774171d - 0.0% (859 Bytes)
[#003] sha256:0e6769c1f528d865e79b1e48bb760bd5737b15d5a6c20d269e3efcdd481d898e - 0.0% (840 Bytes)
[#004] sha256:9bba958fbda2a14e697725fdd9f866e8613210b24d9a833dc363d8a0212c20ed - 0.03% (64.6 KB)
[#005] sha256:85bdb87e0b8ff7ab40be1f9f13b9aafce3daf1f7096753e6bf8cb83da746b13b - 0.0% (841 Bytes)
[#006] sha256:bac1aa0ab642d13082c010dd7deb5d5c3029a41155cf0116fe2c71d4594f353c - 38.51% (88.9 MB)
[#007] sha256:4eca6ad779e8a51543bd157c90213e734e171efc4f794000a309aa48b1182f0e - 0.05% (128 KB)
[#008] sha256:cd8b0df07d7d96744f49a7c9d9140a897f0afc5009b248a6a9559e7f76721398 - 0.0% (833 Bytes)
[#009] sha256:3dfc3d2eda665e4e2deb15aecd5ee61ecbd72636d66f3c0063411c10c802c17c - 0.0% (855 Bytes)
[#010] sha256:0586baf8c43e3872030e3742933ab7ff7e646be4842ffa4f2f62925c14255961 - 0.04% (101 KB)
[#011] sha256:6f2fbf1285a1e23c025f0c9884c57332d9bf04436429ef8b042f843f599f424d - 14.12% (32.6 MB)
[#012] sha256:03933a5a804a60dfe5cabdb4bf56c445b7f6e4e2027e544e58f6e74848eb9faf - 0.0% (823 Bytes)
[#013] sha256:4200df62fcb74ef885d44ae4b49eb91d557ec9f4602ffab28a92ff25df3f1046 - 0.0% (828 Bytes)
[#014] sha256:3065aad38ca7974531955b22780565316a3d27890c9a48e6d296ce1c5f9d74f1 - 0.0% (852 Bytes)
[#015] sha256:582cb4ed0c1dbfc7f6a44ca9842ad64d5e9957f0c664e58f6cb0544e8291e01c - 0.0% (834 Bytes)
[#016] sha256:b743b70b162f48a6a3cf30a2a28fac4396d6edb3d2408d7679faf86ef9ae5322 - 0.0% (858 Bytes)
[#017] sha256:81b9138b88d354b5b41dad11eb901e28ed17d044540d4ccb0a5f9ce5718e4a1f - 4.87% (11.3 MB)
[#018] sha256:9af15679f16e62161d01072ad1223429f52481e9803ff2b303031a2c9b2a04fb - 0.0% (859 Bytes)
[#019] sha256:2f1d980ab8a150d10933ebe770032cf11ef613befe9e487c9db829c93967713d - 0.0% (835 Bytes)
[#020] sha256:359db09091d80c161d231aeb11025f51c32fcf4f33552b0b73a413f80517128a - 0.0% (833 Bytes)
[#021] sha256:438eb616c1f9f04161373da95b4c46e02ebc33507c0a5e383c1b6f0e84255240 - 0.0% (828 Bytes)
[#022] sha256:711d9960146b78b8a240ad618d269f8711fada2c81cc95d64863e8a2427995ab - 0.0% (852 Bytes)
Apply image 1903-KB4565483-amd64
2020-08-14 17:17:01 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-08-14 17:17:01 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files LOCALAPPDATA=C:\Users\ContainerAdministrator\AppData\Local PSModuleAnalysisCachePath=\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1903-KB4565483-amd64
2020-08-14 17:17:02 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-08-14 17:17:25 UTC|1 fromTag=1903-KB4565483-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-08-14 17:17:26 UTCcmd /S /C #(nop) USER ContainerUser
2020-08-14 17:17:42 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-08-14 17:18:30 UTC|1 fromTag=1903-KB4565483-amd64 cmd /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-08-14 17:18:30 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-08-24 06:39:29 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-08-24 06:39:29 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-08-24 06:39:31 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-08-24 06:39:32 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-08-24 06:39:32 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-08-24 06:39:33 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-08-26 19:16:36 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.9
2020-08-26 19:16:36 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-08-26 19:16:37 UTCcmd /S /C #(nop) COPY multi:b5cc15f7f1be7f6b1e2beb22dbfefa100363d604e9f4a409f893d40b00148755 in \etc\rancher\
2020-08-26 19:16:37 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-08-26 19:17:46 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-08-26T19:16:53Z
2020-08-26 19:17:47 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-08-26 19:17:47 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=12e5880732ae70cd9cbaa0a96c70843ef365737b
2020-08-26 19:17:47 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-08-26 19:25:01 UTC
90.5 MB
rancher/rancher-agent:v2.3.9
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:237528ba509b2abcdba1ff1344bab27ad56235cdb3c1c131d3587f6fba4d92c9 - 24.99% (22.6 MB)
[#001] sha256:393b96f31d8b2bf3ce9eb4ac49e6c7411defa4057c1791f02f54c14f2de298ec - 0.04% (34.4 KB)
[#002] sha256:4d82b0e39008d2fa246a0dca4cfa5feb15db58591582a839bd69d5000aa2e96d - 0.0% (852 Bytes)
[#003] sha256:e7ca375b8d34c9bc764ae24791184cba22510f0c002815b4f9766dd0463f5f5e - 0.0% (189 Bytes)
[#004] sha256:001dead6666d8342096956d47c4aa0fbbc6d441c03d7ee969900e24938025a8c - 0.0% (123 Bytes)
[#005] sha256:bc4dab9627173c3e3c28dc8face10e63ec214fa336db96c47793f0b1b0f6ea95 - 31.39% (28.4 MB)
[#006] sha256:5d315bdb8d51dfac7104cd7e3b60d4a81593ce8bcbc5e8104c6a809cd26d4ae8 - 2.14% (1.94 MB)
[#007] sha256:62f0f4afabf21382e370662d1705100b528e2a38b36f1e8298c3379d54b0bb52 - 1.25% (1.13 MB)
[#008] sha256:18f73ba39ee87891ef3390d9046d1ac1655eafe972e411b9246410023ee84be6 - 24.45% (22.1 MB)
[#009] sha256:fd443b4f1e06add2598cf0da81bf13e789758376474d7b42e56336929c23a53e - 15.73% (14.2 MB)
/bin/sh -c #(nop) ADD file:b8316fc82a2cf230ce4af7dcf02ec1d7e56b156cf610af8ed23b64509c77c799 in /
2020-08-19 21:29:51 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-08-19 21:29:53 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-08-19 21:29:55 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-08-19 21:29:55 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-08-26 19:24:35 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-08-26 19:24:35 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
2020-08-26 19:24:36 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-08-26 19:24:36 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2020-08-26 19:24: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/*
2020-08-26 19:24:53 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2020-08-26 19:24: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
2020-08-26 19:24: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
2020-08-26 19:24:56 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2020-08-26 19:24:58 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
2020-08-26 19:24:58 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-08-26 19:24:58 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-08-26 19:24:58 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-08-26 19:24:58 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.9
2020-08-26 19:24:59 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-08-26 19:24:59 UTC/bin/sh -c #(nop) COPY multi:249e0a78fa988a9e8366b448c533e0f154f415e14e1ad891d836f5e9784281ea in /usr/bin/
2020-08-26 19:25:00 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-08-26 19:25:00 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-08-26T19:24:32Z
2020-08-26 19:25:00 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-08-26 19:25:01 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=12e5880732ae70cd9cbaa0a96c70843ef365737b
2020-08-26 19:25: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.