2021-02-11 23:50:10 UTC
104 MB
rancher/rancher-agent:v2.4-4886-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.17.6
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:d519e2592276828ca171d85e0532899cd4f98c70f5c697b45fa2e126e9f9fe49 - 24.48% (25.5 MB)
[#001] sha256:d22d2dfcfa9cd230ed3c47defec2670d45081598c721dd85cafc34ea459f970e - 0.0% (852 Bytes)
[#002] sha256:b3afe92c540b778c64ca316d1e679d55d2d2e812e450f516a808ee591f0c3f77 - 0.0% (162 Bytes)
[#003] sha256:8e9e3a21664b1fc7aa345638b907fc0c72f2cf99d8a149001a72cf160c94e2b8 - 0.0% (124 Bytes)
[#004] sha256:308ab62ac38e6eab317e00210072e990c1511b3ef368368d155e3041cf27b99c - 29.08% (30.3 MB)
[#005] sha256:45bd5c24af08019cb7892aab421508f07b286c4f80bdf54a67225cd637df0878 - 2.12% (2.2 MB)
[#006] sha256:3eece2d792a7f589c8c62c0f94d87ad8a94dc1649c1b9383400139f4347a4bfe - 1.17% (1.22 MB)
[#007] sha256:5dcd129c52f4a427dc4a7502fd6174e3a6e56de32820b6fdeedcfa3b4524dd72 - 25.53% (26.6 MB)
[#008] sha256:f5e871c55bd23eee5c400417079b71c350c37be20dfc3688e8dc0833f51ba8fe - 17.62% (18.3 MB)
/bin/sh -c #(nop) ADD file:ef36fee25b0bd1d99979ecb8d54b206cec33d4e8fd2232189f0d8e5ab9754798 in /
2021-01-21 03:38:01 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
2021-01-21 03:38:03 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-01-21 03:38:05 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-01-21 03:38:05 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-02-11 23:49:44 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-02-11 23:49:44 UTC/bin/sh -c #(nop) ENV DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 DOCKER_URL_arm64=https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64 DOCKER_URL=DOCKER_URL_amd64
2021-02-11 23:49:45 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-02-11 23:49:45 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2021-02-11 23:50:02 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/*
2021-02-11 23:50:03 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-02-11 23:50:04 UTC|1 ARCH=amd64 /bin/sh -c curl -sLf https://github.com/rancher/loglevel/releases/download/${LOGLEVEL_VERSION}/loglevel-${ARCH}-${LOGLEVEL_VERSION}.tar.gz | tar xvzf - -C /usr/bin
2021-02-11 23:50:05 UTC|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.7/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin
2021-02-11 23:50:05 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-02-11 23:50:07 UTC|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/c-bata/kube-prompt/releases/download/${KUBEPROMPT_VERSION}/kube-prompt_${KUBEPROMPT_VERSION}_linux_${ARCH}.zip > /usr/bin/kube-prompt.zip && unzip /usr/bin/kube-prompt.zip -d /usr/bin
2021-02-11 23:50:07 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-02-11 23:50:07 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-02-11 23:50:07 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-02-11 23:50:08 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-4886-head
2021-02-11 23:50:08 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-02-11 23:50:09 UTC/bin/sh -c #(nop) COPY multi:a4a69f8692245fee6f677e042a28c19fd74d6b3dac302cc2ac63d1ee940284bd in /usr/bin/
2021-02-11 23:50:09 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-02-11 23:50:09 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-02-11T23:49:41Z
2021-02-11 23:50:09 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-02-11 23:50:09 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=768dcabbbc009c8c5d4156ac7ffc690d73c352ac
2021-02-11 23:50:10 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-02-11 23:43:42 UTC
240 MB
rancher/rancher-agent:v2.4-4886-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:62239e9aa1a352a20b0d4969c2b508b8a18d10e799d4db72e6f24ccbb2c724d9 - 40.27% (96.6 MB)
[#001] sha256:79172be4a01d6616ffd0c6ae0d96a0291f5f5100d7f53b364ea9bb643ce5661e - 0.0% (1.02 KB)
[#002] sha256:d674aa9cb1ac0a8ff56a779bf78c3b3b71bdb4f43fce18bfd2c3d04f47efe11a - 0.0% (1.01 KB)
[#003] sha256:bb7d9a806bc0f22294a5a8ce5d5fefb5650b44666dc84f2e85032cea002d36a6 - 0.03% (66.7 KB)
[#004] sha256:69eb5707a5ea26220d60e2ddb59add68f60c53b0a9388e30d530f3a090fc54a8 - 0.0% (1.01 KB)
[#005] sha256:b3207580c3ff299b9a306760aa1b68a218b0ee6c982185e7d324e6cf417dd154 - 40.42% (97 MB)
[#006] sha256:2f2803a69324894df66e72c94098a3ddfbdafa8d0509828f6c18168606a92877 - 0.04% (98.4 KB)
[#007] sha256:32888f63e3d16e032cabe9d541560a41a59a2a4ded4778f949edbb2819bea60b - 0.0% (1.02 KB)
[#008] sha256:030a41ef19dccc85b6886db0bf68546afba257fd6d2ecf71f65e5fa191bac0f7 - 0.0% (1.01 KB)
[#009] sha256:d62a3307cf81d68c9c42d56b1eebaea2fb2250ca3ab50365505d5c2d6722c373 - 0.0% (856 Bytes)
[#010] sha256:77646ebb6cad183adf340b86e493da9a25e41ac2b60895a61cc4014b84cf8901 - 0.04% (96.5 KB)
[#011] sha256:d1eed471ec09e4b610e94ef47fdf18a9c09df5a38d8ae08d9c75e02e2d8f6753 - 13.58% (32.6 MB)
[#012] sha256:e3dae0963925737081c20ca8d3735bcc49eab79c5d6444c63c9fdbd4504ff843 - 0.0% (833 Bytes)
[#013] sha256:cc776605ce9dddc127827177bab4afe3e350b19c2d0e267f8f0e9292c7ad520f - 0.0% (853 Bytes)
[#014] sha256:12f84ab3524a9f1b20b81f9b5ede19430f653b4b371acaf10af294bb0be880fb - 0.0% (851 Bytes)
[#015] sha256:8423fbc35d72498e99de6514b994e7c3c403c63512e9ffe5815f116f14915b1f - 0.0% (828 Bytes)
[#016] sha256:a6e900de3f728923a0cc460f674e0b0e4f40196cddfc36dc9548cbe660251e0c - 0.0% (824 Bytes)
[#017] sha256:3eb70044c8e5e08ef71d0c7ee5f86497c2558065a7db6b2c262690619c148a20 - 5.62% (13.5 MB)
[#018] sha256:05ed968a0c5280b2cbb6dcd4109c205d81e0d04a4d2166032245c4dc3778923b - 0.0% (828 Bytes)
[#019] sha256:a438fdcc69f06a78b6857586853ad9541bfb788bf03fec4287a731fe72548064 - 0.0% (821 Bytes)
[#020] sha256:b7b08836a36e70db51f008d28d0cb24112847fa2bff93fef1550342a68231cea - 0.0% (824 Bytes)
[#021] sha256:6f589c519cec63fc8fa2c5b559a6f2600ee0bb21af392bb24431417e5f098d7f - 0.0% (829 Bytes)
[#022] sha256:ad47e663f1dd4d5edb24e798f5c4ca53f49ed55948eb129fc4ce707eca2b90eb - 0.0% (861 Bytes)
Apply image 1809-amd64
2021-01-25 00:21: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-1809
2021-01-25 00:21:40 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-25 00:22:25 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-01-25 00:22:26 UTCcmd /S /C #(nop) USER ContainerUser
2021-01-25 00:22:45 UTCcmd /S /C #(nop) COPY dir:2b24e0683bce9a6158e61058fc24411d0e844420ed7e75e69332bbeb47759889 in C:\Program Files\PowerShell
2021-01-25 00:23:21 UTCcmd /S /C pwsh -NoLogo -NoProfile -Command " $stopTime = (get-date).AddMinutes(15); $ErrorActionPreference = 'Stop' ; $ProgressPreference = 'SilentlyContinue' ; while(!(Test-Path -Path $env:PSModuleAnalysisCachePath)) { Write-Host "'Waiting for $env:PSModuleAnalysisCachePath'" ; if((get-date) -gt $stopTime) { throw 'timout expired'} Start-Sleep -Seconds 6 ; }"
2021-01-25 00:23:22 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-01-25 00:23:22 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-02-07 18:30:26 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-02-07 18:30:26 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2021-02-07 18:30:29 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-02-07 18:30:29 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-02-07 18:30:30 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-02-07 18:30:30 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-02-11 23:43:39 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-4886-head
2021-02-11 23:43:39 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-02-11 23:43:40 UTCcmd /S /C #(nop) COPY multi:77e9071f3dfc7bb36947c1c8c2f10c8ff528422a3007735cc0eb7475555338bb in \etc\rancher\
2021-02-11 23:43:41 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-02-11 23:43:41 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-02-11T23:43:37Z
2021-02-11 23:43:41 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-02-11 23:43:42 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=768dcabbbc009c8c5d4156ac7ffc690d73c352ac
2021-02-11 23:43:42 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-02-11 23:43:01 UTC
243 MB
rancher/rancher-agent:v2.4-4886-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:3155a5f44f3dc969ff02d04e7f3dbd46e828c217c194c52591f5ac542dcd622b - 40.99% (99.6 MB)
[#001] sha256:8b1d08ea5d4437849cdd3e614a9893364a7018ec4ebc41338b468a9a346439f7 - 0.0% (1.01 KB)
[#002] sha256:529fffc03dafa29d3e0452cbe42f3c72b6ec592252ecb2dd07301ffde99244d1 - 0.0% (1.02 KB)
[#003] sha256:6419c98036ba519e83243a2128d4b797295aabea5defa5b06e01479ef6190798 - 0.03% (67.3 KB)
[#004] sha256:b3bfd36828d9a894a822ec30c7afaaa7cf42e63cc07c4e034b05e5be03af2f80 - 0.0% (1.02 KB)
[#005] sha256:ac81011c82772d94dfa2d85dd8c8fe3b1d1c36f54d8add13c5d41ca6adcd9dbd - 39.93% (97 MB)
[#006] sha256:56c731a59563fde7312ee65a42c28442b21f858db83db753e4e253ca86f20d73 - 0.04% (97.4 KB)
[#007] sha256:4b2a87dcb0befd5f4bc69361d4f594a56a40a9ccadf97e9f2207f296a875e916 - 0.0% (1.02 KB)
[#008] sha256:50436062905f9a73c4f6cd577445585394507fc1eae4e745474af67074993433 - 0.0% (1.02 KB)
[#009] sha256:32aa3f7b209dd6d60f5c12eee6c4c1b2aaf61707499f97fdf51fd6148b388eb0 - 0.0% (828 Bytes)
[#010] sha256:edda6139f41972935a12d7bcb72450b268bd813213a6814a80f0c6ee8cfc7031 - 0.04% (101 KB)
[#011] sha256:f6a43a51a55780527e1b52d4989bab7a879b2b1b8fce1ea225d07417f147e153 - 13.42% (32.6 MB)
[#012] sha256:3b5353f3b943346395c2f60c01ad91e7fabd695c759c3941faca25b08462375f - 0.0% (828 Bytes)
[#013] sha256:c56b5348625df5f7c87ad040f45250b80bd15f59d3bfc8ab82efb6e00b1b75ba - 0.0% (857 Bytes)
[#014] sha256:09bae404db9e1831fd661ca562040cf656286b5e48ec5f9e9d5d9c34d827af6f - 0.0% (856 Bytes)
[#015] sha256:8c8a4786b9ea50e9ce7a7d3442fe8c8a3e9422f5250dc546225e8ce0cdb4f46b - 0.0% (831 Bytes)
[#016] sha256:44146b5d502ded738f3a5d191959f62ed96e1889e5ba724e797809cbb9af585a - 0.0% (858 Bytes)
[#017] sha256:94b8708fa2ceeba7130d9cc746816f43b89911b697bc43415fbec882d5cbd94c - 5.55% (13.5 MB)
[#018] sha256:ab515140d79e4dd6a84b69a1d5d8840a5e4136053aeeebc6a4e01fa0f4fdfb3a - 0.0% (872 Bytes)
[#019] sha256:f898927d81a8b92929f203230fedd3863adef79fb31420da24880eaef17f1a12 - 0.0% (831 Bytes)
[#020] sha256:9d306ec41141b4af9b73c5a0f3929cee9fd782a32bbe7c841d57780a2db30c55 - 0.0% (829 Bytes)
[#021] sha256:d34d0c4eeb3e480a4ada1719f0d84527066f2732100da5c097b2a979b9e0172c - 0.0% (855 Bytes)
[#022] sha256:bee778b40e7befdc00a792b49144da3e31e2e156d7a52a420ff39fdc1cf37a9b - 0.0% (828 Bytes)
Apply image 1909-amd64
2021-01-25 00:14:53 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1909
2021-01-25 00:14:53 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-25 00:15:18 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-01-25 00:15:18 UTCcmd /S /C #(nop) USER ContainerUser
2021-01-25 00:15:34 UTCcmd /S /C #(nop) COPY dir:2b24e0683bce9a6158e61058fc24411d0e844420ed7e75e69332bbeb47759889 in C:\Program Files\PowerShell
2021-01-25 00:16:10 UTCcmd /S /C pwsh -NoLogo -NoProfile -Command " $stopTime = (get-date).AddMinutes(15); $ErrorActionPreference = 'Stop' ; $ProgressPreference = 'SilentlyContinue' ; while(!(Test-Path -Path $env:PSModuleAnalysisCachePath)) { Write-Host "'Waiting for $env:PSModuleAnalysisCachePath'" ; if((get-date) -gt $stopTime) { throw 'timout expired'} Start-Sleep -Seconds 6 ; }"
2021-01-25 00:16:11 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-01-25 00:16:11 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-02-07 18:30:31 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-02-07 18:30:32 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-02-07 18:30:34 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-02-07 18:30:35 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-02-07 18:30:35 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-02-07 18:30:36 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-02-11 23:42:58 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-4886-head
2021-02-11 23:42:58 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-02-11 23:42:59 UTCcmd /S /C #(nop) COPY multi:77e9071f3dfc7bb36947c1c8c2f10c8ff528422a3007735cc0eb7475555338bb in \etc\rancher\
2021-02-11 23:42:59 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-02-11 23:43:00 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-02-11T23:42:56Z
2021-02-11 23:43:00 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-02-11 23:43:00 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=768dcabbbc009c8c5d4156ac7ffc690d73c352ac
2021-02-11 23:43:01 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-02-11 23:43:57 UTC
241 MB
rancher/rancher-agent:v2.4-4886-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:302b7cf33b3a2bd3c958c33a0bb0221099c7abebd46bd685a171899210be5180 - 40.63% (98.1 MB)
[#001] sha256:de401d0ad50a73809f52f1b2cdd08372d48affaed3cdc2d9c82fd93fdb86935d - 0.0% (822 Bytes)
[#002] sha256:b251ece4f860cf57423dd1455d77586f293f469389d4e8f22eda21f3f3865674 - 0.0% (921 Bytes)
[#003] sha256:da83f3e327d6be0778a2e9cb3bdbcd4381d91d53be27a9d83e7a02d713898ab6 - 0.03% (67.5 KB)
[#004] sha256:128bd25e4a5fd56d89d1d3519ab5299fad89e0fa26b42a19bbcacf3ffc63a75a - 0.0% (849 Bytes)
[#005] sha256:02a46850464f896128d38032429af01ed881c9561496b85a7dcf75894d1cfd3f - 40.18% (97 MB)
[#006] sha256:99558043528fca28cf576a5dae72c8dbbe8a309833109869786f3e709ee3e864 - 0.04% (92.7 KB)
[#007] sha256:39ff56c128357f2bde42c7177c54985736cd9022f26f72f0560ccd997975b59d - 0.0% (843 Bytes)
[#008] sha256:bb889420c0e542967f5ff0364fc7f0f64026326699d5dba17be0ff04d9435c8c - 0.0% (917 Bytes)
[#009] sha256:a5a0347819cf467f9a56ad4866c1bcf7c6820806a01065e8042bb87e5fd45c18 - 0.0% (853 Bytes)
[#010] sha256:d9b7af53dbb6b8f8ac347fe907dfe6ec1b065956d67798d8927d97b22d4a5228 - 0.04% (101 KB)
[#011] sha256:0a2e97b862f1b75040b0c4b6dbe9ba1a9a622ad0594bc6515bf431ca25b5480e - 13.5% (32.6 MB)
[#012] sha256:762a80eb4c324735fba4eaee5812c2f95787c2d142f9c2ac60c4897793d32ed7 - 0.0% (834 Bytes)
[#013] sha256:ab6f9eabbb03f7f6241cd10746a5bacd272fc2829ca417b1ba64a72bce15bff8 - 0.0% (831 Bytes)
[#014] sha256:eca49f9a82224033e67efa2007b427a3f657023fc4ed03b9130fc61b9f58daff - 0.0% (829 Bytes)
[#015] sha256:a174085abfa4d92e9ff62fcef8f0f71384d8f23fa7a2c74f797817a7c8a4e40f - 0.0% (856 Bytes)
[#016] sha256:4776086818c0bed8ac04c5198536d14c0850cc02a92366407346c0d5fada3c22 - 0.0% (855 Bytes)
[#017] sha256:f5a0beaab1f07b9578beb508d35a63e573adfd0e7abfc890eb0feaf971f844e6 - 5.58% (13.5 MB)
[#018] sha256:373fa0261c83e65a73ae500d2b4508a684796a43c27640e1b273fd295d4b3bd4 - 0.0% (828 Bytes)
[#019] sha256:528e62889667d88f95d8dba23242cd9a9cc6a214f513145114cae7ef3d2cfa0f - 0.0% (857 Bytes)
[#020] sha256:69235e118ab0698f2cd787ffab4c39c140c8270db1d44392ed99a1e5da805db4 - 0.0% (830 Bytes)
[#021] sha256:9a750721d14349d44c85bfeb572b3fa4a6723d11d66693e67597b5698a249972 - 0.0% (826 Bytes)
[#022] sha256:206082889dc7837cedfd25227851d0aa96d3229958d8127ddbf0dce760c3584b - 0.0% (853 Bytes)
Apply image 1903-amd64
2021-01-15 21:08:09 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1903
2021-01-15 21:08:10 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-15 21:08:55 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-01-15 21:08:56 UTCcmd /S /C #(nop) USER ContainerUser
2021-01-15 21:09:18 UTCcmd /S /C #(nop) COPY dir:2b24e0683bce9a6158e61058fc24411d0e844420ed7e75e69332bbeb47759889 in C:\Program Files\PowerShell
2021-01-15 21:09:58 UTCcmd /S /C pwsh -NoLogo -NoProfile -Command " $stopTime = (get-date).AddMinutes(15); $ErrorActionPreference = 'Stop' ; $ProgressPreference = 'SilentlyContinue' ; while(!(Test-Path -Path $env:PSModuleAnalysisCachePath)) { Write-Host "'Waiting for $env:PSModuleAnalysisCachePath'" ; if((get-date) -gt $stopTime) { throw 'timout expired'} Start-Sleep -Seconds 6 ; }"
2021-01-15 21:09:59 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-01-15 21:10:00 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-02-07 18:29:34 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-02-07 18:29:35 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-02-07 18:29:37 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2021-02-07 18:29:38 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-02-07 18:29:38 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-02-07 18:29:38 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-02-11 23:43:54 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-4886-head
2021-02-11 23:43:54 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-02-11 23:43:55 UTCcmd /S /C #(nop) COPY multi:77e9071f3dfc7bb36947c1c8c2f10c8ff528422a3007735cc0eb7475555338bb in \etc\rancher\
2021-02-11 23:43:55 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-02-11 23:43:56 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-02-11T23:43:52Z
2021-02-11 23:43:56 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-02-11 23:43:56 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=768dcabbbc009c8c5d4156ac7ffc690d73c352ac
2021-02-11 23:43:57 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-02-11 23:49:05 UTC
94.6 MB
rancher/rancher-agent:v2.4-4886-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.17.6
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:64e3fba066352e44a4c1eeb6caedc87c29b46f0a7b31e21a58183fc8370005bd - 23.93% (22.6 MB)
[#001] sha256:3dbb433f451339aab734bb52e3df5b34cdea477f3f8e3aa32f7ac060bd852de2 - 0.0% (854 Bytes)
[#002] sha256:c3042a0d94b83caeb29bc20734c197130f58e14e86e8e6cdad8b768052bb563c - 0.0% (189 Bytes)
[#003] sha256:e16b8dce32ea7a4f571c8a1726bb89f38c09cb79a1b7403979dbac2cf6d8d03e - 0.0% (123 Bytes)
[#004] sha256:64019f16c6ea4b77fedb5045e91b06cde8d2c40dbe37fd5c30e8619dc1bd6574 - 28.97% (27.4 MB)
[#005] sha256:fffc0e4a1e23f2eeced3b94553539949a4d456d75fd2d035b6462a1c0b2a098f - 2.05% (1.94 MB)
[#006] sha256:f734aec84a7d0b6ec56144fbcf3e2d0a09015e28ae8594ed2dba3d6e4eda08ee - 1.2% (1.13 MB)
[#007] sha256:29c24291d53f48c41965c78922398c3f27ba92b283a738edb7dc5a07e46c9e71 - 26.05% (24.6 MB)
[#008] sha256:cdd0ad9d1edbabc236d249b322ee4623145f155cb580881d34b63db45bef2546 - 17.8% (16.8 MB)
/bin/sh -c #(nop) ADD file:7d9bc01cf1f3757bf5fa308213a77aeb128883cc13616ff46b3da5b0e65b92f2 in /
2021-01-21 03:49:27 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
2021-01-21 03:49:29 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-01-21 03:49:31 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-01-21 03:49:32 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-02-11 23:48:39 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-02-11 23:48: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_arm64
2021-02-11 23:48:40 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-02-11 23:48:40 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2021-02-11 23:48:57 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/*
2021-02-11 23:48:58 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-02-11 23:48:59 UTC|1 ARCH=arm64 /bin/sh -c curl -sLf https://github.com/rancher/loglevel/releases/download/${LOGLEVEL_VERSION}/loglevel-${ARCH}-${LOGLEVEL_VERSION}.tar.gz | tar xvzf - -C /usr/bin
2021-02-11 23:49:00 UTC|1 ARCH=arm64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.7/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin
2021-02-11 23:49:00 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-02-11 23:49:02 UTC|1 ARCH=arm64 /bin/sh -c curl -sL https://github.com/c-bata/kube-prompt/releases/download/${KUBEPROMPT_VERSION}/kube-prompt_${KUBEPROMPT_VERSION}_linux_${ARCH}.zip > /usr/bin/kube-prompt.zip && unzip /usr/bin/kube-prompt.zip -d /usr/bin
2021-02-11 23:49:02 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-02-11 23:49:02 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-02-11 23:49:02 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-02-11 23:49:03 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-4886-head
2021-02-11 23:49:03 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-02-11 23:49:04 UTC/bin/sh -c #(nop) COPY multi:07d615c1d66cd0d1735c78b58bd3faa8aa177bf24db3586025e1be00321ea5f3 in /usr/bin/
2021-02-11 23:49:04 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-02-11 23:49:04 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-02-11T23:48:36Z
2021-02-11 23:49:04 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-02-11 23:49:04 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=768dcabbbc009c8c5d4156ac7ffc690d73c352ac
2021-02-11 23:49:05 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.