2020-12-05 01:02:11 UTC
161 MB
rancher/rancher-agent:v2.5-395b4fe77b37d634568349bcf911998d0643dada-head
DOCKER_API_VERSION1.24
DOCKER_URLDOCKER_URL_amd64
DOCKER_URL_amd64https://get.docker.com/builds/Linux/x86_64/docker-1.10.3
DOCKER_URL_arm64https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64
KUBECTL_VERSIONv1.18.2
KUBEPROMPT_VERSIONv1.0.10
LOGLEVEL_VERSIONv0.1.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:f22ccc0b8772d8e1bcb40f137b373686bc27427a70c0e41dd22b38016e09e7e0 - 15.84% (25.5 MB)
[#001] sha256:3cf8fb62ba5ffb221a2edb2208741346eb4d2d99a174138e4afbb69ce1fd9966 - 0.0% (850 Bytes)
[#002] sha256:e80c964ece6a3edf0db1cfc72ae0e6f0699fb776bbfcc92b708fbb945b0b9547 - 0.0% (162 Bytes)
[#003] sha256:d4e0d0f069df12655f7cf8720bcb588ebba7da0f803332fe636b5e0262905f4f - 0.0% (124 Bytes)
[#004] sha256:4368097c6191372bf68fd66234fc03a0aada1a2360df0a058fde31257c6efaf4 - 33.78% (54.3 MB)
[#005] sha256:8173306facae086d67be798301e1b4e3edccddc2bfa829b570a59cfdaedd09b8 - 1.37% (2.2 MB)
[#006] sha256:576a8ff37a99ea44a91974fe5b682e345fc2128b69fe6e9c368775747cfcfc8d - 16.53% (26.6 MB)
[#007] sha256:4c34f4d7a01b0923fba0345834e896611e14f76ded8fe24bd5993fb11e7c1aca - 13.8% (22.2 MB)
[#008] sha256:2c66489f3a759a52c36e2f59a681f801447b92d7e867c239f196178cca4450d0 - 18.68% (30 MB)
[#009] sha256:c846158848f9f300a08ee4158d088c462987c30481c95652f3a6a10154a0345b - 0.0% (170 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"]
2020-12-05 01:01:31 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-12-05 01:01:31 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-12-05 01:01:32 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-12-05 01:01:33 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2020-12-05 01:01:57 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-12-05 01:01:57 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-12-05 01:01:59 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-12-05 01:01:59 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-12-05 01:02:01 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-12-05 01:02:01 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-12-05 01:02:01 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-12-05 01:02:01 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-12-05 01:02:02 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-395b4fe77b37d634568349bcf911998d0643dada-head
2020-12-05 01:02:02 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-12-05 01:02:07 UTC/bin/sh -c #(nop) COPY dir:c0f7be9ed83da54a21c5ba84d1ea5759ed4c4443dfdb9808387cb030a9e43208 in /var/lib/rancher-data
2020-12-05 01:02:09 UTC/bin/sh -c #(nop) COPY multi:d292e9c41eb075bd51cbbc6a825cc101e251519bf71b3b10ffc34f242db589d2 in /usr/bin/
2020-12-05 01:02:10 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-12-05 01:02:10 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-12-05 01:02:11 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-12-05T01:01:08Z
2020-12-05 01:02:11 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-12-05 01:02:11 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=395b4fe77b37d634568349bcf911998d0643dada
2020-12-05 01:02:11 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-12-05 00:44:42 UTC
256 MB
rancher/rancher-agent:v2.5-395b4fe77b37d634568349bcf911998d0643dada-head
DOCKER_API_VERSION1.24
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1809
POWERSHELL_TELEMETRY_OPTOUT0
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePathC:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:f1b217fe8837d4d85cb8228a52344d3504d7aa51ba30167a20a6a4cb80cdcaa0 - 37.66% (96.6 MB)
[#001] sha256:dd0149df3535394c93938df47cd3fedd6eb3c19a8c47645e6eaf0f045108bd85 - 0.0% (838 Bytes)
[#002] sha256:7221ea9f1579ce5c3b2b97e5e92a2734dea36d5e5c88c45cbb71379f509e6933 - 0.0% (889 Bytes)
[#003] sha256:dab34810f9b3da0e0a4d03603800b863f333d155955c359486ad716f22b65222 - 0.02% (64.3 KB)
[#004] sha256:3fb8fc2e42bca27a183e3ec524d9acb96d1036c151100f8a60f462896eabdbc6 - 0.0% (842 Bytes)
[#005] sha256:17af3eb649db638224c71f9d1fbf0202e448188e59d5b79be89b498320f9f421 - 37.81% (97 MB)
[#006] sha256:62396da4f71e78b7854188a0cfcf21a9541d904b6e3b7a77aa13c908a1acf2e3 - 0.05% (124 KB)
[#007] sha256:37e66a8a8e4a736e6db187c640be484466b99733056e2fbad60737d9cf6a0b0e - 0.0% (837 Bytes)
[#008] sha256:d9ce0307418bda1995c1f3ac53701a2fbc11ed080238577cb953fc1b6b8045a4 - 0.0% (830 Bytes)
[#009] sha256:d6cd0fdd7f6a2598a3601b0f98817c5225b0afdcafff30cd92617ec9160c43cb - 0.0% (832 Bytes)
[#010] sha256:32a4aae9ff2a588d32e9cf74a29a366502b5c452400d733715f3486acf8429fe - 0.04% (96.5 KB)
[#011] sha256:aabda65196dccb309f6d7cb0f53d07727d137130553d402bf2f282b2d7e49ce1 - 12.71% (32.6 MB)
[#012] sha256:56e3dbd4677e812dea663e116be29de24674e7ce081cab9a4ccde9ea7a44ca92 - 0.0% (827 Bytes)
[#013] sha256:91fd5202d1804a7291aa7561be4b3e053c7dc22b36d68b4fa7f0a21b62f07a50 - 0.0% (849 Bytes)
[#014] sha256:9b62e1dd6150525e8928a231e00dbd0eff8c394cadbdb12fccf584a0e1fa469f - 0.0% (851 Bytes)
[#015] sha256:a7298021d2499eef8707597732c3cf8a25cd31a7b4488d4fcd5e74a1a2e90c35 - 0.0% (860 Bytes)
[#016] sha256:ae91091d9866fce9363329443a7c241df6d9b5733b0111131edba3566f8ed572 - 0.0% (855 Bytes)
[#017] sha256:ba5cd04c3e32c9ac0142dca3a30fbdda6c89e97c396778ad58aab060209645a7 - 11.7% (30 MB)
[#018] sha256:0a0b37774c7c1bd1f7fc0fa9a925801a610b7935c253d652a6411b832772aa06 - 0.0% (829 Bytes)
[#019] sha256:ce0bd16eca984441b16f5f41262ddd4272f16d88724c90951da36388368180e4 - 0.0% (857 Bytes)
[#020] sha256:cd70046243638c00720ddb66cff23b3047ee4e39b1152575cf438109d2d89cd7 - 0.0% (859 Bytes)
[#021] sha256:2a19016891718da336a89f9a88461d3c491492b186780a8028d148611a4895f0 - 0.0% (833 Bytes)
[#022] sha256:36197d8b0bff46c5d8fbf056f44b7e79d7ab622de4471cc42eef57d9783b1fc2 - 0.0% (857 Bytes)
Apply image 1809-amd64
2020-11-16 17:54:21 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-11-16 17:54:22 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-11-16 17:55:19 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-11-16 17:55:19 UTCcmd /S /C #(nop) USER ContainerUser
2020-11-16 17:55:55 UTCcmd /S /C #(nop) COPY dir:b7d603d3d1dc6eb42b16e4fb4b3aa3e67b31f78165f808c7221eb79966e50f68 in C:\Program Files\PowerShell
2020-11-16 17:56:39 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-11-16 17:56:40 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2020-11-16 17:56:41 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-11-30 16:53:40 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-11-30 16:53:41 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-11-30 16:53:43 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-11-30 16:53:44 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-11-30 16:53:44 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-11-30 16:53:45 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-12-05 00:44:38 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-395b4fe77b37d634568349bcf911998d0643dada-head
2020-12-05 00:44:38 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-12-05 00:44:40 UTCcmd /S /C #(nop) COPY multi:63ac181b6a21e40500800e8345a7c0fda9aa7234e41d8730a10969a80992ee26 in \etc\rancher\
2020-12-05 00:44:40 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-12-05 00:44:41 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-12-05T00:44:36Z
2020-12-05 00:44:41 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-12-05 00:44:42 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=395b4fe77b37d634568349bcf911998d0643dada
2020-12-05 00:44:42 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-12-05 00:46:41 UTC
258 MB
rancher/rancher-agent:v2.5-395b4fe77b37d634568349bcf911998d0643dada-head
DOCKER_API_VERSION1.24
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1909
POWERSHELL_TELEMETRY_OPTOUT0
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePathC:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:f5b1236b12ef101b472427bd3ef94193f55a4b6776b53bbf636d439634a5d6f6 - 38.03% (98.1 MB)
[#001] sha256:596a6c70e38f04b7b3d29be41ce3699580a27800f668da6855a76799a87e9634 - 0.0% (828 Bytes)
[#002] sha256:b27ca61689320e41a227b945470bb42688beaccbd784afc2065717ebede8740c - 0.0% (836 Bytes)
[#003] sha256:e53e5d9af7061afd2db83e8a4be781a71b3111cd4b28d370ef740309bd2d6ccd - 0.02% (64.9 KB)
[#004] sha256:ca27c462edbeace979e649ce0fee35d17fea532629f0a7862e13c4bd292f1c9e - 0.0% (840 Bytes)
[#005] sha256:2bcc6b22e07fc6a15bd15745f83ee030aa6edbc9cd1860a03402c1294352bc80 - 37.59% (97 MB)
[#006] sha256:f497d9ff38c7b7f4f9020bafe37e91a6737fcea4ad74546aa15c0e8e8214a664 - 0.05% (124 KB)
[#007] sha256:efb4e8ac9fa17b9c8b41aa8b2eddacef04caa91407df2ba63260fc31e8208175 - 0.0% (842 Bytes)
[#008] sha256:3797a9ab02cdd0d8a5e1cfd0616234feea8f1b9f5a80e30367b3aa97308c8c23 - 0.0% (838 Bytes)
[#009] sha256:da0837efad5d77f86f8c0b0ddf35509968930212debd563ec1e90a7be7ca3634 - 0.0% (827 Bytes)
[#010] sha256:f6fe0e8339ffdb2431d062b12560360659d6b25bdfc23466be1567ba882b26d1 - 0.04% (101 KB)
[#011] sha256:b8f0ebdd9b1edd6af369977e34bf53310c3d71d2cefc12ec45cfd23fd437beb9 - 12.63% (32.6 MB)
[#012] sha256:a0619f5b44cc5fd230f63c74f6b56144250cde994a9b9e3ce804d2593adf4fac - 0.0% (855 Bytes)
[#013] sha256:c187d1102dfebe0c1ec6dcfe0a250d97233e98b2926e3c76bb4cfc94f079844b - 0.0% (833 Bytes)
[#014] sha256:b9a90b56cc27e9ea2f8ba6a0888af3a44c1ee47b74a5f7a1f9bb8bb069494b31 - 0.0% (830 Bytes)
[#015] sha256:9bf501de7ba3d7f8783b1afe6970d5b03975619e8dc7b1f83dc6b99f02f8e4d2 - 0.0% (867 Bytes)
[#016] sha256:662e1bcaa661a354117b2227c604aa3597438fbbd71043d502948b8c04f5bf13 - 0.0% (853 Bytes)
[#017] sha256:f921a00384ce7ef4021b48f90ee191a89868095560bcd538a38cbcdc18f442ed - 11.63% (30 MB)
[#018] sha256:97bccc5883113d534f9e16d82139d3db6931543984400ab6a60cf8953c6f6b99 - 0.0% (835 Bytes)
[#019] sha256:02d73dedc9a7510e094afc58805f33d695d085aab9560fe794270a6ff53f723c - 0.0% (858 Bytes)
[#020] sha256:6da883d9eb7e02cf5d79efee4717368166971c25c76e0b83027e68ba5caaeb76 - 0.0% (828 Bytes)
[#021] sha256:a50c298e5ecb67439a95916346e76596c7835d41865492f8fd5f45fdda9c2101 - 0.0% (868 Bytes)
[#022] sha256:509aa857d85a34672a5a069af23f2c5a7adc6b2367095216b37f389db6177afc - 0.0% (855 Bytes)
Apply image 1909-amd64
2020-11-16 18:01:04 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1909
2020-11-16 18:01:05 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-11-16 18:02:04 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-11-16 18:02:04 UTCcmd /S /C #(nop) USER ContainerUser
2020-11-16 18:02:29 UTCcmd /S /C #(nop) COPY dir:b7d603d3d1dc6eb42b16e4fb4b3aa3e67b31f78165f808c7221eb79966e50f68 in C:\Program Files\PowerShell
2020-11-16 18:03:09 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-11-16 18:03:09 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2020-11-16 18:03:10 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-11-30 16:56:43 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-11-30 16:56:43 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-11-30 16:56:45 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-11-30 16:56:46 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-11-30 16:56:46 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-11-30 16:56:47 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-12-05 00:46:36 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-395b4fe77b37d634568349bcf911998d0643dada-head
2020-12-05 00:46:37 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-12-05 00:46:38 UTCcmd /S /C #(nop) COPY multi:63ac181b6a21e40500800e8345a7c0fda9aa7234e41d8730a10969a80992ee26 in \etc\rancher\
2020-12-05 00:46:39 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-12-05 00:46:39 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-12-05T00:46:31Z
2020-12-05 00:46:40 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-12-05 00:46:40 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=395b4fe77b37d634568349bcf911998d0643dada
2020-12-05 00:46:41 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-12-05 00:46:45 UTC
258 MB
rancher/rancher-agent:v2.5-395b4fe77b37d634568349bcf911998d0643dada-head
DOCKER_API_VERSION1.24
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1903
POWERSHELL_TELEMETRY_OPTOUT0
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePathC:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:4ec0bf6d2169a853d72537350c3d4940d69d5e8b48cc07a43aa7da3c316a5f20 - 38.05% (98.2 MB)
[#001] sha256:63ccca5bdd5d4484a567529badadad531c7c2651c625d9dfdb366724ca344789 - 0.0% (837 Bytes)
[#002] sha256:d2a12e677d333b8f918ce603e76c2c222ec444da27d7b5d7d3346c3290dbed04 - 0.0% (890 Bytes)
[#003] sha256:55356f177afb2ec9e055647145f67c19a4327138b88ce1d281dae5dc04d87c5d - 0.02% (65.3 KB)
[#004] sha256:19ce1e4fadd2bcb792c3e1c501873b7757779f3a08c3ee322ce82641b7088b81 - 0.0% (836 Bytes)
[#005] sha256:571266b7d13374df2ce0ad3c14627212976b0b540427200b8e722a5c4419d771 - 37.57% (97 MB)
[#006] sha256:5a90104263c352ea4c7b444757ecd5a8a2d55cf4f93590ace68dee9ee5322bf6 - 0.05% (125 KB)
[#007] sha256:7a7dcb603c0e2ac31386b83bc9b3ce7f8be4d87526b37d5bfe6a37ebda4e86a1 - 0.0% (835 Bytes)
[#008] sha256:691ae0f9cf235b7bc559803d3faae9f16dcd09722bfe71b04ce837d77ae6f5e2 - 0.0% (838 Bytes)
[#009] sha256:5dd4c6d5a62acab00e7e98520131b9bd8511cf600d54be60908441d5c3b65ce4 - 0.0% (846 Bytes)
[#010] sha256:9afceb16abd009e1d0494ac3567f13761bc444c4ee0249fcfcb4493c0bc94147 - 0.04% (101 KB)
[#011] sha256:8591d55588e7e396ec6e69c4327ea5842cbd81f0cfbdd74832967497c20d6666 - 12.63% (32.6 MB)
[#012] sha256:853b475f2bbb37c13be75a72f52ffc649015540bc3f8601704083999e47a614a - 0.0% (831 Bytes)
[#013] sha256:9676504074cd86cb65c3af5e6cfe4ef3011c2c7357a72fc3ab14f91c7cc6652c - 0.0% (828 Bytes)
[#014] sha256:70a9bce76666595cd0b74bb0cd509de22122641f0269ac5f46b9e383814855a8 - 0.0% (828 Bytes)
[#015] sha256:6596b01277517be112af33a423edb6d56999a310ddb949342e69664502987d69 - 0.0% (849 Bytes)
[#016] sha256:08c0cdf411609193e7515a73dc23f8d4eeac2de2890372d1665c71596907dba4 - 0.0% (864 Bytes)
[#017] sha256:e7a5197cf01552b61201a9d366bdaf217aa09ee2f8a064c8b5fe5db6617a8d13 - 11.63% (30 MB)
[#018] sha256:6a76026b32de1a6050ca50d889df78fcde8a0061f05128bdc06af7549809ee99 - 0.0% (855 Bytes)
[#019] sha256:a29fd94edc896428182ca62cac7b18e5fc14556f8c9d566e92b78be0970082a6 - 0.0% (861 Bytes)
[#020] sha256:72c1dcba01a3946bd4ab58149ac7fc958c44a1d460441090a899804b06bc618f - 0.0% (863 Bytes)
[#021] sha256:ffb94edfe680e29e30b61c3f6e47ba8cdd5f2462316ddfb9dd5f0ccbfdfd3a2b - 0.0% (854 Bytes)
[#022] sha256:1fd72e169b335b7e2000c6215f74d3b032c69fe04849d2365c70ff241e939e1b - 0.0% (853 Bytes)
Apply image 1903-amd64
2020-11-16 18:14:40 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-11-16 18:14:41 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-11-16 18:15:50 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-11-16 18:15:52 UTCcmd /S /C #(nop) USER ContainerUser
2020-11-16 18:16:20 UTCcmd /S /C #(nop) COPY dir:b7d603d3d1dc6eb42b16e4fb4b3aa3e67b31f78165f808c7221eb79966e50f68 in C:\Program Files\PowerShell
2020-11-16 18:17:00 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-11-16 18:17:01 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2020-11-16 18:17:02 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-11-30 16:58:48 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-11-30 16:58:48 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-11-30 16:58:51 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-11-30 16:58:52 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-11-30 16:58:52 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-11-30 16:58:53 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-12-05 00:46:41 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-395b4fe77b37d634568349bcf911998d0643dada-head
2020-12-05 00:46:41 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-12-05 00:46:43 UTCcmd /S /C #(nop) COPY multi:63ac181b6a21e40500800e8345a7c0fda9aa7234e41d8730a10969a80992ee26 in \etc\rancher\
2020-12-05 00:46:43 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-12-05 00:46:44 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-12-05T00:46:37Z
2020-12-05 00:46:44 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-12-05 00:46:45 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=395b4fe77b37d634568349bcf911998d0643dada
2020-12-05 00:46:45 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-12-05 00:41:56 UTC
149 MB
rancher/rancher-agent:v2.5-395b4fe77b37d634568349bcf911998d0643dada-head
DOCKER_API_VERSION1.24
DOCKER_URLDOCKER_URL_arm64
DOCKER_URL_amd64https://get.docker.com/builds/Linux/x86_64/docker-1.10.3
DOCKER_URL_arm64https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64
KUBECTL_VERSIONv1.18.2
KUBEPROMPT_VERSIONv1.0.10
LOGLEVEL_VERSIONv0.1.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:04da93b342eb651d6b94c74a934a3290697573a907fa0a06067b538095601745 - 15.16% (22.6 MB)
[#001] sha256:b235194751dee33624fc154603f7e25ecdfbb02538fb7d55fa796df9afa95fee - 0.0% (855 Bytes)
[#002] sha256:606a67bb8db9a1111022bdc6406442e11c1a66653136c5c777114bf67b61038a - 0.0% (188 Bytes)
[#003] sha256:fc68407d93b922fbd9671a25ea12c9838d2cfd4a60c3fa19597e57f0638d05f2 - 0.0% (122 Bytes)
[#004] sha256:bd88719a52847a1b76850c7bdae8bdf962836a0c74c0b544d141fb2b7d47fc67 - 33.65% (50.2 MB)
[#005] sha256:fb68af301411668cda4b05bc3b14ff0b70aa587d40a456a2d63e58ea65d95e5d - 1.3% (1.94 MB)
[#006] sha256:ffac86ee0e2837a11a5079dd3ceec775960fb550b8af92592642b61d717328c9 - 16.51% (24.6 MB)
[#007] sha256:a357fa06f80d6ad33989b0e977cdc28c0f2271bfb28a0408f16c0a404ab7392a - 14.86% (22.2 MB)
[#008] sha256:14e0358ee668e2bff0045719c42c59083d0b7ed3c1abc279d9b5307560c63b50 - 18.52% (27.6 MB)
[#009] sha256:718285733b47a030ad68571dfe815aafbb1e8fbdc70642cbc585e899294dd731 - 0.0% (171 Bytes)
/bin/sh -c #(nop) ADD file:e5b221023382c9e42b8558f8887f8317fe7e9759f59feb1799548aed9236e99b in /
2020-11-25 22:42:56 UTC/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
2020-11-25 22:42:58 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-11-25 22:43:00 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-11-25 22:43:01 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-12-05 00:41:21 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-12-05 00:41: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_arm64
2020-12-05 00:41:22 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-12-05 00:41:22 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2020-12-05 00:41:44 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-12-05 00:41:44 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-12-05 00:41:45 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-12-05 00:41:45 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-12-05 00:41:47 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-12-05 00:41:48 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-12-05 00:41:48 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-12-05 00:41:48 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-12-05 00:41:48 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-395b4fe77b37d634568349bcf911998d0643dada-head
2020-12-05 00:41:48 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-12-05 00:41:52 UTC/bin/sh -c #(nop) COPY dir:fc70d4f2091daaa6ee0e608edefc338fa2f240de53ccaddde0fe5f60156801a8 in /var/lib/rancher-data
2020-12-05 00:41:54 UTC/bin/sh -c #(nop) COPY multi:b77b1b461b0060bd3a44f95fcffe0c9fb87c4c66180e8b0f908d58daeab4de45 in /usr/bin/
2020-12-05 00:41:55 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-12-05 00:41:55 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-12-05 00:41:55 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-12-05T00:41:07Z
2020-12-05 00:41:55 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-12-05 00:41:55 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=395b4fe77b37d634568349bcf911998d0643dada
2020-12-05 00:41:56 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.