2020-12-08 15:57:02 UTC
161 MB
rancher/rancher-agent:master-ff16903e4ca68ae90ef87fd3324bcb0ca078f163-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.82% (25.5 MB)
[#001] sha256:3cf8fb62ba5ffb221a2edb2208741346eb4d2d99a174138e4afbb69ce1fd9966 - 0.0% (850 Bytes)
[#002] sha256:e80c964ece6a3edf0db1cfc72ae0e6f0699fb776bbfcc92b708fbb945b0b9547 - 0.0% (162 Bytes)
[#003] sha256:df544a8377f17d3d541598f6f370f385789513cd52feb0622b07c05ad4b9fd12 - 0.0% (123 Bytes)
[#004] sha256:5b355034042fedfc19e3d39451379b1394cec4835f2c057a451d8338736585c0 - 33.74% (54.3 MB)
[#005] sha256:8173306facae086d67be798301e1b4e3edccddc2bfa829b570a59cfdaedd09b8 - 1.37% (2.2 MB)
[#006] sha256:8173238376badb5f8bc115b9755c38ff1f74f910a024963112f62c1cd9752daf - 16.51% (26.6 MB)
[#007] sha256:e436896780ed45669f1236f45be22137966d0bb0ca2fa5942ff1013a6177a751 - 13.9% (22.4 MB)
[#008] sha256:4245d3564bb2d4099bc85a0e254c2cb05599985e7cddfddaffb201cdf0aaf73b - 18.66% (30 MB)
[#009] sha256:2f56a9e1e9bd77b4e25b7dbd50b174e7fb8f415f87451fce33e130e534fc5dd3 - 0.0% (171 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-08 15:56:28 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-12-08 15:56:28 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-08 15:56:29 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-12-08 15:56:29 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2020-12-08 15:56:50 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-08 15:56:50 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-12-08 15:56:51 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-08 15:56:51 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-12-08 15:56:53 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-08 15:56:53 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-12-08 15:56:53 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-12-08 15:56:54 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-12-08 15:56:54 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-ff16903e4ca68ae90ef87fd3324bcb0ca078f163-head
2020-12-08 15:56:54 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-12-08 15:56:59 UTC/bin/sh -c #(nop) COPY dir:bc273f5d9172280f21f79219b954968621ddd7db956644a6021818a94aee580f in /var/lib/rancher-data
2020-12-08 15:57:01 UTC/bin/sh -c #(nop) COPY multi:244586212381487583e67d5f1a1a2fb9d8e524061a23cb3b43c2f8f5483deb16 in /usr/bin/
2020-12-08 15:57:01 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-12-08 15:57:02 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-12-08 15:57:02 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-12-08T15:56:08Z
2020-12-08 15:57:02 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-12-08 15:57:02 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=ff16903e4ca68ae90ef87fd3324bcb0ca078f163
2020-12-08 15:57:02 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-12-08 15:50:31 UTC
256 MB
rancher/rancher-agent:master-ff16903e4ca68ae90ef87fd3324bcb0ca078f163-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:3c1da10990cec6d071d4bf6c2bdb67063fa999e66338329e38b5343f2f611c7d - 0.0% (831 Bytes)
[#010] sha256:79f88457a9005cb79e2d0f5d1bca9acab3e3a9e4e7fa876ff89d6ff8e78f2689 - 0.04% (96.5 KB)
[#011] sha256:c8ab616de7b6c4d5c2407eb95502d7140d4373489b0ec5cb8d2c600b38f4d31c - 12.71% (32.6 MB)
[#012] sha256:085faea0eb788e3ccfd78b7260d47848de5b0573bec30c5f27adc6540be4ee79 - 0.0% (831 Bytes)
[#013] sha256:6fa9b09c8adb1de23f267b8e16670486a8e5091a6fb7ae1b8c960fe8996b7037 - 0.0% (833 Bytes)
[#014] sha256:ee2d575c30977f28c122f37f24117a73e7ca0073b7f5bf123293181efe0f2b40 - 0.0% (857 Bytes)
[#015] sha256:a141c2b5cb82892855683b8af073206cf37a054a38dbc1fc129ed1264489d0d9 - 0.0% (831 Bytes)
[#016] sha256:a29734b0f0a573fd8bb4110dedac2e7b41e9f79d8a2876b4ba0ac82562638341 - 0.0% (844 Bytes)
[#017] sha256:70a1c723247abfa46c0c58513739bddefc91c0c1a853030f88f6dd265da8796a - 11.71% (30 MB)
[#018] sha256:64162025a2828eb4b83c9cf6e0c55e0f99fde0b484114ff7a691823f67acb3e8 - 0.0% (833 Bytes)
[#019] sha256:ebd24dfdab00165ee2f45f2c1393e6c2f9d5e3cc8826542f7eb5b2b29b2c48d0 - 0.0% (852 Bytes)
[#020] sha256:d7fa32c8e8c16851242c7cb7a19f5d5d22a202e19086a292e4db8beb75cf78f6 - 0.0% (853 Bytes)
[#021] sha256:676cd5748629098c2f6121377884143f8ac5b85e6f5a92493e4901664b8e1f44 - 0.0% (864 Bytes)
[#022] sha256:89d42ff37630bdbc675d885b2e55c853ae8f25c80df863d7d401001937443376 - 0.0% (852 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-12-07 17:39:06 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-12-07 17:39:07 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-12-07 17:39:09 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-12-07 17:39:10 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-12-07 17:39:11 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-12-07 17:39:11 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-12-08 15:50:23 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-ff16903e4ca68ae90ef87fd3324bcb0ca078f163-head
2020-12-08 15:50:24 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-12-08 15:50:26 UTCcmd /S /C #(nop) COPY multi:72bbddf1a5468185b744356dd668136dae69a39cb59d5c23e5c645d3ed392878 in \etc\rancher\
2020-12-08 15:50:28 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-12-08 15:50:29 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-12-08T15:50:20Z
2020-12-08 15:50:29 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-12-08 15:50:30 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=ff16903e4ca68ae90ef87fd3324bcb0ca078f163
2020-12-08 15:50:31 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-12-08 15:54:29 UTC
258 MB
rancher/rancher-agent:master-ff16903e4ca68ae90ef87fd3324bcb0ca078f163-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.58% (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:efd54699804b5163fddb44f84d093b099c8ef6eb1eef824efb51159fdb980854 - 0.0% (829 Bytes)
[#010] sha256:ff274a50dc4fd243df38e64911295484575e791f3fd27b94b0031727914b999a - 0.04% (101 KB)
[#011] sha256:a159402f821628b00468a35ab36e4ff33d7f80feb790553b3affb614ca856861 - 12.63% (32.6 MB)
[#012] sha256:84f2f3cd61029a5e5287fab40ec4d76e1f6849fd0189b961ca782e73928b5c37 - 0.0% (832 Bytes)
[#013] sha256:cbbe6d9e01f0d8daf619064c943ecd61b45ec0a63eb2e9992e5df07e545a1317 - 0.0% (856 Bytes)
[#014] sha256:a936309ca7ad7b6fc56e33bdff64a7ba5a9c8709fd83fbea489951171a713ee9 - 0.0% (831 Bytes)
[#015] sha256:8431ad9b813a42045c48ba7c1b62d0106ad28e5866ba33a74248a78c6208796d - 0.0% (835 Bytes)
[#016] sha256:9998c07a28845711d1416642a6635ebf3cbb40576ae0bafe9048c0c606ce8278 - 0.0% (859 Bytes)
[#017] sha256:a9f66ef3448addeed39a6b4e283af972354f5426f3a8dfe113a13d8189d97a77 - 11.64% (30 MB)
[#018] sha256:7159365e1d83cb9e60a9cab88c75f9efd5a70295aef82b7caff15acdc7b931b2 - 0.0% (884 Bytes)
[#019] sha256:b56b66e69b7ae6c3afffa4042e7db753fde5b2057547a6f21ee84bb54b663669 - 0.0% (904 Bytes)
[#020] sha256:77b6d09cecc79890e06d90a17b1a29d96b2a8fd3f2d1be3429e20b865721f658 - 0.0% (862 Bytes)
[#021] sha256:bdc615ffb982c4432519c1d02f1d18b7d7ccf89931295691a0955d633ea5c512 - 0.0% (907 Bytes)
[#022] sha256:74815ce8d2c4b08f9d0bcc781b3f0b7e56c1025bebaefdaef9ac55c428593ff5 - 0.0% (862 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-12-07 15:05:01 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-12-07 15:05:02 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-12-07 15:05:04 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-12-07 15:05:05 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-12-07 15:05:05 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-12-07 15:05:05 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-12-08 15:54:00 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-ff16903e4ca68ae90ef87fd3324bcb0ca078f163-head
2020-12-08 15:54:02 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-12-08 15:54:19 UTCcmd /S /C #(nop) COPY multi:72bbddf1a5468185b744356dd668136dae69a39cb59d5c23e5c645d3ed392878 in \etc\rancher\
2020-12-08 15:54:21 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-12-08 15:54:23 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-12-08T15:53:47Z
2020-12-08 15:54:25 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-12-08 15:54:27 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=ff16903e4ca68ae90ef87fd3324bcb0ca078f163
2020-12-08 15:54:29 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-12-08 15:51:01 UTC
258 MB
rancher/rancher-agent:master-ff16903e4ca68ae90ef87fd3324bcb0ca078f163-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:17a2f44619251f9c0286538b31c74863006ab86f9e088f4e9abbd97ceb2711b6 - 0.0% (851 Bytes)
[#010] sha256:fb1c1dc2bb2385b1704024f71fbbbee8afe878275c19c30703206678c5d3f25b - 0.04% (101 KB)
[#011] sha256:84b3e66b8d6d14e4e711abeaa1e2b08e1af5727c4bea04766350ed1ba8629ff2 - 12.63% (32.6 MB)
[#012] sha256:a5acf85f907bfb74bd3588156f94b52acac16dcdbb6d526f66469a507d488ce9 - 0.0% (826 Bytes)
[#013] sha256:e5c346bee4ddcf65a8cf1cc6b81acd59ee87f4a32a5d96059192ffd1afe5c07a - 0.0% (855 Bytes)
[#014] sha256:2c94e2a00c95029d3ff88def96895c0e31d8aa52170997928a1cc3abf2bc21c5 - 0.0% (857 Bytes)
[#015] sha256:7511a145ffb4e8526a35cef54744f9d684f643a324c45c4a0700d0df73a9679d - 0.0% (858 Bytes)
[#016] sha256:fbe0b7d5ca29cfce4986156b58276699ee0b64c43799e8fb1bf42ad70573292f - 0.0% (838 Bytes)
[#017] sha256:63c2f488d77ee95fe4db81a32ce5c5f6929e49af4650940f84e10eb3e90173b3 - 11.63% (30 MB)
[#018] sha256:05412e661f5ff4451ae0aba30f8083b74420c064a985f2b848ab5731d61ab726 - 0.0% (859 Bytes)
[#019] sha256:a360d7c71ed576e2ae2a7677fc676fdcdeb313bcd545c2390f16b428fbf93204 - 0.0% (859 Bytes)
[#020] sha256:99b70a553d424c46efd1d6db23024589b5fd7db81a5e378b20e8dda95245ba34 - 0.0% (855 Bytes)
[#021] sha256:fd5feb6709e1cab2c05ff6e8238de2d9f816d2f6d5567058a4a448525c41415f - 0.0% (838 Bytes)
[#022] sha256:34abbe2ec1b4e32836e14d414aa00d0f6564311d236202ac543518ec661449a4 - 0.0% (867 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-12-07 15:04:43 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-12-07 15:04:43 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-12-07 15:04:45 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-12-07 15:04:46 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-12-07 15:04:46 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-12-07 15:04:47 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-12-08 15:50:44 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-ff16903e4ca68ae90ef87fd3324bcb0ca078f163-head
2020-12-08 15:50:45 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-12-08 15:50:52 UTCcmd /S /C #(nop) COPY multi:72bbddf1a5468185b744356dd668136dae69a39cb59d5c23e5c645d3ed392878 in \etc\rancher\
2020-12-08 15:50:54 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-12-08 15:50:55 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-12-08T15:50:40Z
2020-12-08 15:50:57 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-12-08 15:50:59 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=ff16903e4ca68ae90ef87fd3324bcb0ca078f163
2020-12-08 15:51:01 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-12-08 15:53:23 UTC
149 MB
rancher/rancher-agent:master-ff16903e4ca68ae90ef87fd3324bcb0ca078f163-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.14% (22.6 MB)
[#001] sha256:b235194751dee33624fc154603f7e25ecdfbb02538fb7d55fa796df9afa95fee - 0.0% (855 Bytes)
[#002] sha256:606a67bb8db9a1111022bdc6406442e11c1a66653136c5c777114bf67b61038a - 0.0% (188 Bytes)
[#003] sha256:4d5b3afb4de7fb396e0ea5935be965648f5d4341fae8cb02da463727d1a1b226 - 0.0% (121 Bytes)
[#004] sha256:d2307b8dde9d5917b286096e49734bd1592f8673102a035b2707ab027f971bb8 - 33.6% (50.2 MB)
[#005] sha256:fb68af301411668cda4b05bc3b14ff0b70aa587d40a456a2d63e58ea65d95e5d - 1.3% (1.94 MB)
[#006] sha256:3344d94ef99d4c9fa799ecae3fc362648054c72ed654e1ea8f744636eecbf369 - 16.48% (24.6 MB)
[#007] sha256:83e7b5f9b6daa2e39b62a34d18f7342e61e70c938da72cfc37741837f1cd672b - 14.97% (22.4 MB)
[#008] sha256:b90fc480b8ce9057c72ec953e89fee14528b891c5a8ea859693598f087b03cd2 - 18.51% (27.7 MB)
[#009] sha256:9bcb5a66e5489d786fb4eee7e8436273d7abd4b8adb96f4c62d4bae8ffb9d8ec - 0.0% (170 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-08 15:52:36 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-12-08 15:52:37 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-08 15:52:38 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-12-08 15:52:38 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2020-12-08 15:53:07 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-08 15:53:08 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-12-08 15:53:09 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-08 15:53:10 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-12-08 15:53:11 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-08 15:53:12 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-12-08 15:53:12 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-12-08 15:53:12 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-12-08 15:53:13 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-ff16903e4ca68ae90ef87fd3324bcb0ca078f163-head
2020-12-08 15:53:13 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-12-08 15:53:19 UTC/bin/sh -c #(nop) COPY dir:d0e00fac8c2edb3a6cbb7478968a3e912c37c9d5be3a7f097ec1e0226e022e5e in /var/lib/rancher-data
2020-12-08 15:53:21 UTC/bin/sh -c #(nop) COPY multi:dae95ed24fa498780478280e2960d6f15b224d50b8d8823f9ec9dea6706ab21c in /usr/bin/
2020-12-08 15:53:21 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-12-08 15:53:22 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-12-08 15:53:22 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-12-08T15:52:16Z
2020-12-08 15:53:22 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-12-08 15:53:23 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=ff16903e4ca68ae90ef87fd3324bcb0ca078f163
2020-12-08 15:53:23 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.