2020-10-16 19:25:21 UTC
159 MB
rancher/rancher-agent:master-35e2ab8aad5a06f89c4dde7daeb8ca179c27ae77-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:171857c49d0f5e2ebf623e6cb36a8bcad585ed0c2aa99c87a055df034c1e5848 - 16.02% (25.5 MB)
[#001] sha256:419640447d267f068d2f84a093cb13a56ce77e130877f5b8bdb4294f4a90a84f - 0.0% (852 Bytes)
[#002] sha256:61e52f862619ab016d3bcfbd78e5c7aaaa1989b4c295e6dbcacddd2d7b93e1f5 - 0.0% (162 Bytes)
[#003] sha256:93d41fb668ac4cd3d1ae8adcd09e70268befb1a740badb4cc9d41815123620de - 0.0% (124 Bytes)
[#004] sha256:a2fd1573f96afa22fad7c5c76d396977819acf9c62d5449ab1d2db5aeb911a7a - 34.14% (54.3 MB)
[#005] sha256:151cee34087306d16032c450bf523cda7531b2b1cd30f8d07916138131feb1cb - 1.39% (2.2 MB)
[#006] sha256:02c287199f5826d0f52f628bbe426236f272c79800a2c6e537e8c0002347f090 - 16.71% (26.6 MB)
[#007] sha256:5445ec0d0c6be05bcc06ae9488dec169fe5299f7b5f6030281ab149267929cff - 12.91% (20.5 MB)
[#008] sha256:6e6b79f9ca7ea4ccf8d0ea0aa455074f6f1983ecd72cbbab31b0258f5a510b8b - 18.84% (29.9 MB)
[#009] sha256:86e99e11478c88f2458e02420ba8b596cdb5aacb683fc37ac721c33750d6601f - 0.0% (171 Bytes)
/bin/sh -c #(nop) ADD file:4974bb5483c392fb54a35f3799802d623d14632747493dce5feb4d435634b4ac in /
2020-09-25 22:33:50 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-09-25 22:33:51 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-09-25 22:33:52 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-09-25 22:33:52 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-10-16 19:24:47 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-10-16 19:24:47 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-10-16 19:24:48 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-10-16 19:24:48 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2020-10-16 19:25:09 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/*
2020-10-16 19:25:09 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-10-16 19:25:10 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-10-16 19:25:11 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-10-16 19:25:12 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-10-16 19:25:12 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-10-16 19:25:13 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-10-16 19:25:13 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-10-16 19:25:13 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-35e2ab8aad5a06f89c4dde7daeb8ca179c27ae77-head
2020-10-16 19:25:13 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-10-16 19:25:18 UTC/bin/sh -c #(nop) COPY dir:26d2ecd93b3260d24efd3a3d00d920b42bedc05032fce63f2b0f76a83fbb2a03 in /var/lib/rancher-data
2020-10-16 19:25:20 UTC/bin/sh -c #(nop) COPY multi:573076283e43875928c0497700432eb8b2649c22aae41425833ec007d8ff6cab in /usr/bin/
2020-10-16 19:25:20 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-10-16 19:25:21 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-10-16 19:25:21 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-10-16T19:24:26Z
2020-10-16 19:25:21 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-16 19:25:21 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=35e2ab8aad5a06f89c4dde7daeb8ca179c27ae77
2020-10-16 19:25:21 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-10-16 19:18:13 UTC
248 MB
rancher/rancher-agent:master-35e2ab8aad5a06f89c4dde7daeb8ca179c27ae77-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1809
POWERSHELL_TELEMETRY_OPTOUT0
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:aab6118ce69c93410df7fa15842a6e3b3c7ff20b639c779b5d5f78e7653eaa07 - 38.88% (96.5 MB)
[#001] sha256:e87311d03479573968ae8231cd384724cf427ca73a38ede4281f84fda108b0d2 - 0.0% (856 Bytes)
[#002] sha256:0f67c3c4df27c98731c4865bd4ca3a96e9c6026ffc333b71728a9d9035533899 - 0.0% (844 Bytes)
[#003] sha256:548810693754461f5197d5e695f32d1a0bef5b6bc4e2b73afd78594a1b8b49b0 - 0.03% (66.3 KB)
[#004] sha256:f81120d691c3371b255c32f0b696d2b20bc7526e5c6cdb8fb49766d8d3eecb56 - 0.0% (847 Bytes)
[#005] sha256:613b41896e63992719057861e096883666d9f5b7af7d369910194604e6b0fcf6 - 35.82% (88.9 MB)
[#006] sha256:bfe69b58b572059dfa5b09f2e02abce1f253084bc7bdcda985221597b4617f2c - 0.04% (92.2 KB)
[#007] sha256:77f2a954ebdcf37db141c252e6cdd89c8998c52c63eb6094c72e81cd26616403 - 0.0% (844 Bytes)
[#008] sha256:8b5f1b00b146da9c228d8866068516f9e24d14334e5f3422d28d16f7f7aedb31 - 0.0% (890 Bytes)
[#009] sha256:0c1b361d7e39a3f9e9d1645c7db4a1359e55034586cf656f31635b2e85f527d6 - 0.0% (829 Bytes)
[#010] sha256:a61ce14f9a8dc17d77181b214853493871509c2dc6285b9e7b1bc470accfd3fb - 0.04% (96.5 KB)
[#011] sha256:5827fe730d8a85c37b2f1670f4c5ac9d10a7239db25c34aee77bdf432f357d63 - 13.13% (32.6 MB)
[#012] sha256:1c96abc97b68b48b9bc79e76dbb003f71e0bad69e81b233639ae4e85b8dbc11d - 0.0% (834 Bytes)
[#013] sha256:f33c772427f273885ab41181c9da49e655fdac42ee1e1bcf9de761f76b1d9c09 - 0.0% (829 Bytes)
[#014] sha256:1a30cdc663ee4ac5297096020ea79e9dc961851ef9676e28bc98aa59727e2138 - 0.0% (851 Bytes)
[#015] sha256:059773e89bc167078fcfce2c3ebdbfd57295291ed1370eb35227485177240c15 - 0.0% (834 Bytes)
[#016] sha256:9a11aa4b55b4006fda1e2843578cd9b9757589478f65ff71aacb5787657eca9c - 0.0% (832 Bytes)
[#017] sha256:09bbdfb071308b075306f79932992adb323c7384e8ddf83df8f1cfe33f094773 - 12.06% (29.9 MB)
[#018] sha256:07c10d51ee783375403326531d010cad537bbc6ed4697c04adf2561b45c47578 - 0.0% (832 Bytes)
[#019] sha256:90611c17788d5b3fc267239430f80235133235ccbdf865cfa3c9cd22357b3400 - 0.0% (852 Bytes)
[#020] sha256:efba4ccf0d66db4c761ff315570ada6d8816b5697ec0c6cf9f5789f3b7ab2ce0 - 0.0% (848 Bytes)
[#021] sha256:6a1a93db67e48464f0f1918967f66d3c90f46fd5a50262abaaa8dc84ebbab50d - 0.0% (830 Bytes)
[#022] sha256:78d539b04198732d671f46079b192e5a981773d220936322aebb834981533a82 - 0.0% (858 Bytes)
Apply image 1809-amd64
2020-10-13 21:19:40 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
2020-10-13 21:19:42 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-10-13 21:20:41 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-10-13 21:20:42 UTCcmd /S /C #(nop) USER ContainerUser
2020-10-13 21:21:32 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-10-13 21:22:18 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-10-13 21:22:19 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2020-10-13 21:22:20 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-10-15 08:56:55 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-10-15 08:56:56 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-10-15 08:56:58 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-10-15 08:56:58 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-10-15 08:56:59 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-10-15 08:56:59 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-10-16 19:18:09 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-35e2ab8aad5a06f89c4dde7daeb8ca179c27ae77-head
2020-10-16 19:18:10 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-10-16 19:18:11 UTCcmd /S /C #(nop) COPY multi:16f021448e253c10ca63fa288b0ca5fb3634a62fe91ed418a5599424231fa4fc in \etc\rancher\
2020-10-16 19:18:12 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-10-16 19:18:12 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-16T19:18:08Z
2020-10-16 19:18:12 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-16 19:18:13 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=35e2ab8aad5a06f89c4dde7daeb8ca179c27ae77
2020-10-16 19:18:13 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-10-16 19:18:34 UTC
250 MB
rancher/rancher-agent:master-35e2ab8aad5a06f89c4dde7daeb8ca179c27ae77-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1909
POWERSHELL_TELEMETRY_OPTOUT0
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:d6c6a99d5726a68a35f81bb15a53ebdc98b41ff763b7b2442647543ee44bb89c - 39.26% (98.1 MB)
[#001] sha256:faa8988fc2d308b9b4e084a50f8bc40c16ddae3517b7d58f1cde8627c6a9ddbb - 0.0% (868 Bytes)
[#002] sha256:dcf285ae7655b2b00df747d22eb1d2fcaead30c4e69cda916005dff76af27efe - 0.0% (890 Bytes)
[#003] sha256:6e88f022b28ae41033816a947de89c48b962eabc428583f07a2f354428c10496 - 0.03% (65.1 KB)
[#004] sha256:923fb13d34a36233d30c597a6a5c76fdfd67f512797509532d0e04ba1901a8be - 0.0% (865 Bytes)
[#005] sha256:30ddde0cd7c121cb08b9d94bdbb08fa7ca275d7361c37d8be2580974bf106c96 - 35.6% (88.9 MB)
[#006] sha256:d9c8fbe30aeb95b57241f9a7c7b99ad0bad567a346a7824c0b098e955c1d033e - 0.04% (90.9 KB)
[#007] sha256:dfd7005f9a63d1a47a166f1353c376c9f5021955f2e43576522d46653a9faec2 - 0.0% (832 Bytes)
[#008] sha256:251a73c2368d1373ea92cfd55a6aec758e3649ce90e7e9678af2bc61ffbce9c1 - 0.0% (889 Bytes)
[#009] sha256:47f00ed23cf5ee4e0e0545cc7af2d64f7327941d307d90ebc733e08334ae2357 - 0.0% (827 Bytes)
[#010] sha256:63fcb87dcc0e3e7bbcb4c98f533f91c546d90fcb36b1b12fbd81275e41029048 - 0.04% (101 KB)
[#011] sha256:2d12cecc72a9495c5cfa939051a525638905ac4c20e22674bbd192dad9fa84a2 - 13.05% (32.6 MB)
[#012] sha256:355be041deae197285c4aa768bac6db3b6c3523cb3edcce0d02aadc9c7d2197a - 0.0% (832 Bytes)
[#013] sha256:6c99951522f0726f6a30ac95e7f4efbc8222af48c80cac2bdf0b729217b9524b - 0.0% (833 Bytes)
[#014] sha256:f1f8f76012ed8ab99ced48b8b72211c5a0a4a594e1fb208db556f5ffe5f94508 - 0.0% (855 Bytes)
[#015] sha256:fa6f38b327bb718fe2e17b571c17c53bab1057c51cb8692c6b57517c4cd78817 - 0.0% (828 Bytes)
[#016] sha256:b57631dab8f45b3066598ad764d0932574ff7732aeba65e6398ef56f5815afd6 - 0.0% (833 Bytes)
[#017] sha256:70ba6f2a0c5e19f9d57a6f5a3d6dedb65d36fbb1749af28ba1e3e876978f825b - 11.98% (29.9 MB)
[#018] sha256:9a60dc45d535fa0006dd0e7be292229c7a6ebda3b32bd7f3dd49ddbf60d742a2 - 0.0% (828 Bytes)
[#019] sha256:c0d63e43333f50c0d444c216f6aa3fdecedca7bba8cb285e2cabbee8eea9ce89 - 0.0% (834 Bytes)
[#020] sha256:288f4c397b19f69afa8ed662d3da2945e2e51c4de7977df26d9f2c1e01d19e57 - 0.0% (832 Bytes)
[#021] sha256:d5e33033134b0f52d536e34d9d3cda48b154ea1ba18fa030bb1e9da0c3c11c41 - 0.0% (852 Bytes)
[#022] sha256:d5debc5b145f59ff1ca133c79dcb15d4d4218603b14d6db8ad65b33a2b16b5be - 0.0% (853 Bytes)
Apply image 1909-amd64
2020-10-13 21:42:44 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-1909
2020-10-13 21:42:44 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-10-13 21:43:32 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-10-13 21:43:33 UTCcmd /S /C #(nop) USER ContainerUser
2020-10-13 21:43:53 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-10-13 21:44:29 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-10-13 21:44:29 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2020-10-13 21:44:30 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-10-15 08:56:59 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-10-15 08:57:00 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-10-15 08:57:02 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-10-15 08:57:03 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-10-15 08:57:03 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-10-15 08:57:04 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-10-16 19:18:30 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-35e2ab8aad5a06f89c4dde7daeb8ca179c27ae77-head
2020-10-16 19:18:31 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-10-16 19:18:32 UTCcmd /S /C #(nop) COPY multi:16f021448e253c10ca63fa288b0ca5fb3634a62fe91ed418a5599424231fa4fc in \etc\rancher\
2020-10-16 19:18:33 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-10-16 19:18:33 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-16T19:18:28Z
2020-10-16 19:18:34 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-16 19:18:34 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=35e2ab8aad5a06f89c4dde7daeb8ca179c27ae77
2020-10-16 19:18:34 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-10-16 19:17:55 UTC
250 MB
rancher/rancher-agent:master-35e2ab8aad5a06f89c4dde7daeb8ca179c27ae77-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1903
POWERSHELL_TELEMETRY_OPTOUT0
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:0e31ee8f400716f940be9db76d6eedb1a903860385b4ca8f70513012d53fe1f1 - 39.31% (98.3 MB)
[#001] sha256:3fd39624f2323c9b7345d34bb53f7a7c32ebbf0b51dded687fa3d2aa8c20aed9 - 0.0% (842 Bytes)
[#002] sha256:aaf14cfa76b50ae5af416c8eade4fc66d06b4b6498e7fd1bcaf09d19f9caea08 - 0.0% (842 Bytes)
[#003] sha256:2854e71c3f0c7a2ca58beddde1498cc6372308503902d0a8b4df6439c16ca8a3 - 0.02% (63.1 KB)
[#004] sha256:2e8c3f004dd28a917de64e2984d92aac360ab0e0d39e2d295352ca56cbf7c0ca - 0.0% (838 Bytes)
[#005] sha256:f25e25c7b6e1fd8af445fcef524046f3e840711df39f74b39b35b88129c17214 - 35.57% (88.9 MB)
[#006] sha256:3303b4a420458aad265396f742bd4f842dd30f3e151ccff9149b594d412fcfe2 - 0.05% (122 KB)
[#007] sha256:b682cfe30d62a82096c2046410c455cca03145fd147b41f45aa99d42ce384483 - 0.0% (896 Bytes)
[#008] sha256:89f145fc649d8f7aaca00ed377ddb8c43c49061b7bfdd547b21b1945a5a6639d - 0.0% (862 Bytes)
[#009] sha256:ad31c58d14c368a2befde55956923bc03479b7730088ebf353f28d8b5a5858cf - 0.0% (830 Bytes)
[#010] sha256:24a6ae87b6f220431d7ab129067060d06eed6384ac937eb9320092dc19966c57 - 0.04% (101 KB)
[#011] sha256:76b44c055f17e6c8903b5bc9f20c20a3e3c502304f6776d100db2e2a1916d51c - 13.04% (32.6 MB)
[#012] sha256:2c38dd79e055e3a5252251b60fc39fb9d6f556899b0ab5438d2e62748f109777 - 0.0% (834 Bytes)
[#013] sha256:cd813dae907a235d6cb293a91c19021b623e27ecd98ce7832df24505afb69d7a - 0.0% (855 Bytes)
[#014] sha256:9360587c35c2c7255fa44458b3c045937b62098b2f5e68c3baae4373b6299870 - 0.0% (854 Bytes)
[#015] sha256:0d068fe67d3c27eb98575bfcc10e560f39e59a3f66af16af5093841c7073357b - 0.0% (856 Bytes)
[#016] sha256:1365b6847b67467fc1f06d55a8ab7f36313a4746798fa256fc11b9421be989c4 - 0.0% (829 Bytes)
[#017] sha256:424674f867ea0718a10da9729c91139557a949c9c70a141e912641a0b195597f - 11.97% (29.9 MB)
[#018] sha256:c9d4e404f3a92520f9b9ef80831813b88701c441d776d62b44625e3e20e8805e - 0.0% (828 Bytes)
[#019] sha256:734b263b98f2ef852abd7b8b64a1145c1405a4d687bb064977de84d580a335be - 0.0% (826 Bytes)
[#020] sha256:0d8dfb4ab110762203531b1c7caec0995cc7024d1f960aac6415af983995f73e - 0.0% (854 Bytes)
[#021] sha256:ae3071479506ee18c2eaaabbb72f90085e4a2292d81cecdafecfded704831726 - 0.0% (836 Bytes)
[#022] sha256:990f0e9b2baffb195047947c37326e1cef524da1bf64abd33bcc74de5b15b8b8 - 0.0% (853 Bytes)
Apply image 1903-amd64
2020-10-13 21:42:57 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
2020-10-13 21:42:58 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-10-13 21:43:16 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-10-13 21:43:16 UTCcmd /S /C #(nop) USER ContainerUser
2020-10-13 21:43:30 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-10-13 21:44:03 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-10-13 21:44:04 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2020-10-13 21:44:04 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-10-15 17:55:56 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-10-15 17:55:56 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-10-15 17:55:58 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-10-15 17:55:59 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-10-15 17:55:59 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-10-15 17:56:00 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-10-16 19:17:51 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-35e2ab8aad5a06f89c4dde7daeb8ca179c27ae77-head
2020-10-16 19:17:52 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-10-16 19:17:53 UTCcmd /S /C #(nop) COPY multi:16f021448e253c10ca63fa288b0ca5fb3634a62fe91ed418a5599424231fa4fc in \etc\rancher\
2020-10-16 19:17:54 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-10-16 19:17:54 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-16T19:17:49Z
2020-10-16 19:17:54 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-16 19:17:55 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=35e2ab8aad5a06f89c4dde7daeb8ca179c27ae77
2020-10-16 19:17:55 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-10-16 19:20:50 UTC
147 MB
rancher/rancher-agent:master-35e2ab8aad5a06f89c4dde7daeb8ca179c27ae77-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:296c9ad75beec603486f1373addae8e2c509e94c4adda44c1289792c91624acc - 15.34% (22.6 MB)
[#001] sha256:c0533d1393025aa8c38e0823a6546a0d4e5dec6b8b670758c25494c35783668d - 0.0% (850 Bytes)
[#002] sha256:3c11bb34abc87247c6a70c928b7a5ef4cd48093642eb0c4b8121a674d3e278c6 - 0.0% (189 Bytes)
[#003] sha256:644cd09cd3f1f5ec34b9a8e8bd44f89cd845d15c689887bfe5520cd87a6532df - 0.0% (124 Bytes)
[#004] sha256:0a79efa4dc10a5a6424b112dd00bf57641cce0f5e96a05f0687fee0a447e84d9 - 34.04% (50.2 MB)
[#005] sha256:ec31164e9f3188f669aa910fa6f005037f2a6471c8fef1db40a8b9910c2e44f1 - 1.32% (1.94 MB)
[#006] sha256:a05ee11fdbdba33163c5c1eaa46e7a38bc8d4058d75f4843c6b6d85a192f8f0c - 16.7% (24.6 MB)
[#007] sha256:6fa45fe6345a6a43e1b8c052dbbaa7759734b0b1f6477de1a643294122d8ce0e - 13.91% (20.5 MB)
[#008] sha256:982c24d55167fc7b2e196f1ff90d0d555b0fad9678f01ac391ef5b4ffe61d5d8 - 18.69% (27.6 MB)
[#009] sha256:1d92f68532d4ecbda78dcc6cdd8700d68d5f00a638fe999ffb258eed4e36aa1a - 0.0% (172 Bytes)
/bin/sh -c #(nop) ADD file:d2c57bfbb29f6de3b29050a2c50c3806e0c8caa26f6d8dea47f479c923d72e3e in /
2020-09-25 22:47:35 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-09-25 22:47:36 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-09-25 22:47:38 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-09-25 22:47:39 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-10-16 19:20:18 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-10-16 19:20:19 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-10-16 19:20:19 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-10-16 19:20:20 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2020-10-16 19:20:39 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/*
2020-10-16 19:20:39 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-10-16 19:20:40 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-10-16 19:20:41 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-10-16 19:20:42 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-10-16 19:20:42 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-10-16 19:20:42 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-10-16 19:20:43 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-10-16 19:20:43 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-35e2ab8aad5a06f89c4dde7daeb8ca179c27ae77-head
2020-10-16 19:20:43 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-10-16 19:20:47 UTC/bin/sh -c #(nop) COPY dir:a2ede757b114755480f940e747c663746ae2678f6b02d3556825f6d2c8fdbc15 in /var/lib/rancher-data
2020-10-16 19:20:49 UTC/bin/sh -c #(nop) COPY multi:13ebce62503b8a1f377d5e4fa7313d69a9b8ff2ca86990ebba4fd7071e0d17e0 in /usr/bin/
2020-10-16 19:20:49 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-10-16 19:20:49 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-10-16 19:20:49 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-10-16T19:20:04Z
2020-10-16 19:20:50 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-16 19:20:50 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=35e2ab8aad5a06f89c4dde7daeb8ca179c27ae77
2020-10-16 19:20:50 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.