2020-09-26 01:13:18 UTC
158 MB
rancher/rancher-agent:v2.5.0-rc2
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.11% (25.5 MB)
[#001] sha256:419640447d267f068d2f84a093cb13a56ce77e130877f5b8bdb4294f4a90a84f - 0.0% (852 Bytes)
[#002] sha256:61e52f862619ab016d3bcfbd78e5c7aaaa1989b4c295e6dbcacddd2d7b93e1f5 - 0.0% (162 Bytes)
[#003] sha256:e447d10aed25de1a79caa358f18a921a4435eb4fd9dd6943c1b87d87027f9a1c - 0.0% (124 Bytes)
[#004] sha256:962b15c9bf5d4acec01a5f75d8bd51e8368273d7e46d70c8b2acc119eceafb69 - 34.34% (54.3 MB)
[#005] sha256:151cee34087306d16032c450bf523cda7531b2b1cd30f8d07916138131feb1cb - 1.39% (2.2 MB)
[#006] sha256:1efadcebc6c4a733936c239146c2817667b02853e1c2245f02bb8542a36505dd - 16.81% (26.6 MB)
[#007] sha256:ebac349dac43fca07986ab4cc36478238cc62b0a9016197e0b3641b15b53ac28 - 12.41% (19.6 MB)
[#008] sha256:46516f91a993615ca7cc4ff8c35aaf8de7d70747f91273a77028f931da98dfb6 - 18.93% (29.9 MB)
[#009] sha256:203ecb4509791fd43bf87a127a324bfa8cc4b49e41b6ee2a23e11d6a46cf3232 - 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-09-26 01:12:44 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-09-26 01:12: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
2020-09-26 01:12:45 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-09-26 01:12:45 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2020-09-26 01:13:05 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-09-26 01:13:06 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-09-26 01:13:07 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-09-26 01:13:07 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-09-26 01:13:09 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-09-26 01:13:09 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-09-26 01:13:09 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-09-26 01:13:09 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-26 01:13:10 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.0-rc2
2020-09-26 01:13:10 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-09-26 01:13:14 UTC/bin/sh -c #(nop) COPY dir:226947a89c4f00b1d9b4800b9c1eff7c0fcbe3b1059c909ed0dfd9ac297aaaba in /var/lib/rancher-data
2020-09-26 01:13:16 UTC/bin/sh -c #(nop) COPY multi:e9dab4005141fd9e5bc480171b02f2307ed99fcd9ce38a0b4222e70bc1858f26 in /usr/bin/
2020-09-26 01:13:17 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-09-26 01:13:17 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-09-26 01:13:17 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-26T01:12:22Z
2020-09-26 01:13:17 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-26 01:13:17 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=9de5a8509d781216d07e9536c7731461c505fcd2
2020-09-26 01:13:18 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-26 01:10:02 UTC
248 MB
rancher/rancher-agent:v2.5.0-rc2
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1809-KB4565349-amd64
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:ce1c649a3e5b5b5449776d4afce631c673cade12336ccb5a38a0aac7c9d8b2bc - 38.83% (96.3 MB)
[#001] sha256:3650fec0ef6bbd59ef76eb73b3728f270cdfd4e5c23ff3a4f67f1aa71e8b476e - 0.0% (838 Bytes)
[#002] sha256:f88676ecf4cfbb7c51d6acddc9cc258f5382cd58b3b61587b60bdbfe22468339 - 0.0% (842 Bytes)
[#003] sha256:6b01b77ca2a1cd7192352f713781ac154c93275cbdb4891fb8dad86ba53f642f - 0.0% (838 Bytes)
[#004] sha256:8a0327f8ab813aca186bd82849954bfe720ea463b6be465969aab977f806dd30 - 0.03% (67 KB)
[#005] sha256:c7ecbf60bce08e33c4a83794e9aab6783513061c7858281a9b13042383cf000c - 0.0% (837 Bytes)
[#006] sha256:cfd618c4c1da8c3f69986665623201e96143693c89dd759f75c9030db701e4f1 - 35.86% (88.9 MB)
[#007] sha256:62598564b6a3a719aa27ad95fbdb832b2c55f8354b11213857688d9b18b68ba9 - 0.04% (92 KB)
[#008] sha256:09e8875832f3450f43161e05d8304353a8df24ef78a60c6df69c5ae1e72215b9 - 0.0% (827 Bytes)
[#009] sha256:4020f9355f0c9d1a76ce9c9d979be840dbe110a7727d6f98e21315d1e505fa0b - 0.0% (827 Bytes)
[#010] sha256:e623388f74405856a4d38383419718e617a13f4061b0c5162974a8a1a9190537 - 0.04% (96.5 KB)
[#011] sha256:00f29d4235b733ce28fd88d67381fa7a4f2ca5deab902bfebaeb6c3bc58c34de - 13.14% (32.6 MB)
[#012] sha256:182fc69814c44598a259e344d5055548d98625ba85a231881ec402694bf94511 - 0.0% (829 Bytes)
[#013] sha256:cf0c6cf9eacf0e0cd23a61e7c8b17a3aa1bfc3a041ddf30945aa61d7838f3aca - 0.0% (824 Bytes)
[#014] sha256:78987c91f5dca3580e828c1dafc25d77b5c08cae646bb40f4c09cbddc635e447 - 0.0% (826 Bytes)
[#015] sha256:4aba4bdb07f1f4d7c63972ed8cdba194285ca8e54c2a669109561c48524b9d57 - 0.0% (836 Bytes)
[#016] sha256:ece34503f92ea24244f19a5e412c27407dd86fe235c28ff2b02120633100fcf8 - 0.0% (833 Bytes)
[#017] sha256:a80dacd83d570e86b5c6c445ff8fb6d4a05ea094525276f63b91a1485ed94ce3 - 12.06% (29.9 MB)
[#018] sha256:80892c5844d790fedc7703847aa6b4ca68f1733394cfbbb4535c50e4b593da91 - 0.0% (829 Bytes)
[#019] sha256:a5c4dc449c4a0d9bb764673172904adabb1f69e8c6cf3ac4ce4873680714a4ef - 0.0% (828 Bytes)
[#020] sha256:3b4f6864c6c169b706400a02add921e84b29b5fab9d26465f3150bd3d44d91bf - 0.0% (836 Bytes)
[#021] sha256:e009b7b141d8d3291e4ae6916abcece946068b0f3561d42532d95d4d502b5341 - 0.0% (833 Bytes)
[#022] sha256:f5834de07b7d62f55ac49c6a0efb398d2d89c0703a265c5f145a40418593cd73 - 0.0% (848 Bytes)
Apply image 1809-KB4565349-amd64
2020-09-08 16:46:56 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-09-08 16:46:56 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files LOCALAPPDATA=C:\Users\ContainerAdministrator\AppData\Local PSModuleAnalysisCachePath=\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1809-KB4565349-amd64
2020-09-08 16:46:57 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-08 16:47:06 UTC|1 fromTag=1809-KB4565349-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-09-08 16:47:07 UTCcmd /S /C #(nop) USER ContainerUser
2020-09-08 16:47:23 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-09-08 16:48:05 UTC|1 fromTag=1809-KB4565349-amd64 cmd /S /C pwsh -NoLogo -NoProfile -Command " $stopTime = (get-date).AddMinutes(15); $ErrorActionPreference = 'Stop' ; $ProgressPreference = 'SilentlyContinue' ; while(!(Test-Path -Path $env:PSModuleAnalysisCachePath)) { Write-Host "'Waiting for $env:PSModuleAnalysisCachePath'" ; if((get-date) -gt $stopTime) { throw 'timout expired'} Start-Sleep -Seconds 6 ; }"
2020-09-08 16:48:05 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-09-21 00:28:37 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-21 00:28:37 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-09-21 00:28:40 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-09-21 00:28:41 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-09-21 00:28:41 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-09-21 00:28:41 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-26 01:09:45 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.0-rc2
2020-09-26 01:09:45 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-26 01:09:47 UTCcmd /S /C #(nop) COPY multi:95380f124777d226caa5eb44389c51b0df2cbc10fe51adca189f1a46bae1eeb4 in \etc\rancher\
2020-09-26 01:09:47 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-26 01:10:01 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-26T01:09:59Z
2020-09-26 01:10:02 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-26 01:10:02 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=9de5a8509d781216d07e9536c7731461c505fcd2
2020-09-26 01:10:02 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-26 01:06:39 UTC
250 MB
rancher/rancher-agent:v2.5.0-rc2
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1909-KB4565483-amd64
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:e8a609e7f617bec4bcf5ba70cf691a9884e732141eadfcc9c42c436f917d0164 - 39.21% (97.9 MB)
[#001] sha256:176a4bd330bfd072b56ffdbb984f062c94adc5769ce6a2134b388f8e92b717f4 - 0.0% (890 Bytes)
[#002] sha256:9af460dce600ec8a6e9b6526260039174a9c6a133d558fc4e8c2f59e6ae495df - 0.0% (840 Bytes)
[#003] sha256:a0d3f2217f3847a2c2103130a51e85d3dbd3e2d12f076bc16ed774c8f4a34773 - 0.0% (834 Bytes)
[#004] sha256:f2ba9edf93794bab84fb0e07690c26862a7e9e129acf96e5bfdced6c3bf0d230 - 0.03% (65.5 KB)
[#005] sha256:e49367b1f7899f36e95748d3442c28c85a4331e9d45be6ec919b1cb90e1856b3 - 0.0% (841 Bytes)
[#006] sha256:b29a42fcdf773c2a3862913bb7e7d58db675966a7909849d9e53f0a8c1e3fd00 - 35.63% (88.9 MB)
[#007] sha256:9f8a37ac3aec6d361cd1f1eb6122fa1ed61c19b7d970f3b541f3b3d938bf884b - 0.05% (122 KB)
[#008] sha256:547c54e71f4b4bfe1c93096405f58690b10a6095597fb50223e569cd17e13bc2 - 0.0% (862 Bytes)
[#009] sha256:c7ec07b1ef073bbe045fc1bb74902709bdcffdcf669149ebeb7e934eed1aa8d0 - 0.0% (829 Bytes)
[#010] sha256:617cceb9aa62ae4c370b3d703f00933f973efbf8ab0252603e50d14b62556655 - 0.04% (101 KB)
[#011] sha256:1ee9e7eb3cea13d3696ee49260ab319c5cee5988bcae50da8e7b8b183c95416f - 13.06% (32.6 MB)
[#012] sha256:63df8f2c609fbb9d0c0485e42f9cec03f7c92a1c6362bae88a644a1f27dfdd96 - 0.0% (856 Bytes)
[#013] sha256:1bc03a10bf42a3e94f1d404f017e321ced7414ff8eaaee0d408d29ce2b67547a - 0.0% (821 Bytes)
[#014] sha256:2e708371812b07d1ccddff88e5198e16efb5c05a106a739c467ac36100f06706 - 0.0% (850 Bytes)
[#015] sha256:7a18d3d39e8bbcd034335a1afc96a9035e96f1a0ce60a58efe65c50af1216665 - 0.0% (826 Bytes)
[#016] sha256:1d900f56274145f7e6c4735d1294eff5ccaabf0bb229530dd53c613ecfa7d11d - 0.0% (827 Bytes)
[#017] sha256:3e1782a0bf25d3abdf19bc1ffbc445565868e5ae06e2df8847d1962b42616ccc - 11.98% (29.9 MB)
[#018] sha256:b9b4543f1b91f50bca2416c0f256faee3f46fc95e2c17b05deefed5202a94611 - 0.0% (826 Bytes)
[#019] sha256:2dc1554b441b8aece56a80cf46da535fce4848ff88e60dd9fb72b2c6cafd3180 - 0.0% (845 Bytes)
[#020] sha256:f0f182ddb03c41db40866c063f35996785d27dca30e123f9b678e0a4d5c587de - 0.0% (827 Bytes)
[#021] sha256:e5349a846b82964fd20e6270a82255827a668e6130b4413bef202aff965dac49 - 0.0% (851 Bytes)
[#022] sha256:b3420c2c162ca0aa720132dd56ce50493bdbd65da5bed9474e13157cb9a1c40a - 0.0% (830 Bytes)
Apply image 1909-KB4565483-amd64
2020-09-08 16:58:38 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-09-08 16:58:38 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-KB4565483-amd64
2020-09-08 16:58:39 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-08 16:59:00 UTC|1 fromTag=1909-KB4565483-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-09-08 16:59:01 UTCcmd /S /C #(nop) USER ContainerUser
2020-09-08 16:59:14 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-09-08 16:59:48 UTC|1 fromTag=1909-KB4565483-amd64 cmd /S /C pwsh -NoLogo -NoProfile -Command " $stopTime = (get-date).AddMinutes(15); $ErrorActionPreference = 'Stop' ; $ProgressPreference = 'SilentlyContinue' ; while(!(Test-Path -Path $env:PSModuleAnalysisCachePath)) { Write-Host "'Waiting for $env:PSModuleAnalysisCachePath'" ; if((get-date) -gt $stopTime) { throw 'timout expired'} Start-Sleep -Seconds 6 ; }"
2020-09-08 16:59:48 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-09-20 15:18:49 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-20 15:18:49 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-09-20 15:18:51 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-09-20 15:18:52 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-09-20 15:18:52 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-09-20 15:18:53 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-26 01:06:21 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.0-rc2
2020-09-26 01:06:21 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-26 01:06:23 UTCcmd /S /C #(nop) COPY multi:95380f124777d226caa5eb44389c51b0df2cbc10fe51adca189f1a46bae1eeb4 in \etc\rancher\
2020-09-26 01:06:23 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-26 01:06:38 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-26T01:06:36Z
2020-09-26 01:06:39 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-26 01:06:39 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=9de5a8509d781216d07e9536c7731461c505fcd2
2020-09-26 01:06:39 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-26 01:09:14 UTC
250 MB
rancher/rancher-agent:v2.5.0-rc2
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1903-KB4565483-amd64
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:f07c298b155a926cb3857f19bd243eb37ae8af769486fb258a756447b691840c - 39.21% (97.8 MB)
[#001] sha256:28c5e8c2d232426f7f1af5f0ce56946ee6cb3060b5ff4ae85773791fd09db17a - 0.0% (873 Bytes)
[#002] sha256:b52f710e5d3328dbef0b496b64cb38b8ea7ba9645bba96aceb48f9453576e6f5 - 0.0% (837 Bytes)
[#003] sha256:55fc2f22f5d9c39c7431c5c51b0e75537a2d08181dc0bd272c49751bdb67885c - 0.0% (862 Bytes)
[#004] sha256:771488126e41f4a3dec3b5d8877ee347236f05a57351c698374f1d1efdcbbdad - 0.03% (66.4 KB)
[#005] sha256:fcd3723e443e572be745cea6f03316525b4cfac670bd5a12aed97b9cab22305b - 0.0% (844 Bytes)
[#006] sha256:03db271c5e4bbd4dc330452ee7459456e89ad83ae8af2850813dd03b7e35d99a - 35.64% (88.9 MB)
[#007] sha256:65ea6ba0a04f932210d68a0861c0da62b590a2ffb49902fcb61f3dbc322198d1 - 0.04% (90.4 KB)
[#008] sha256:0cbe6ad83a5ffe3d7c973328a33fd1d0dce89d8f06b8dbf26ec610bb31fd6e2f - 0.0% (861 Bytes)
[#009] sha256:2c2d2e3dfb3cd73ef1bb5aac567684943d83bc7e2d9e3ec07294c392bf892cfc - 0.0% (851 Bytes)
[#010] sha256:fe030c7cd1cd97f521070eeeab046758dd649c6ba67597bb6bfe0c9adbb16d8c - 0.04% (101 KB)
[#011] sha256:3b7479768341a3abb013eb564121e39a109cc7a40169c9ec814df44b671fc101 - 13.06% (32.6 MB)
[#012] sha256:ee1f82ac7d71feeb7beb6c9281b641407ce95c227052fb23e8fc397dd1ff6fb0 - 0.0% (830 Bytes)
[#013] sha256:ab3ff7f654d55af66bb901223572f3760e37fb614e851d4281de59b9bfd9209f - 0.0% (829 Bytes)
[#014] sha256:c20a33db9871782cda0ae07ad53a32c4f78aa1c2d9f886e837e5abb6eb6d2bc3 - 0.0% (855 Bytes)
[#015] sha256:746180d2d3c5b6eb038d54eb2f44c210bbc6b5e528ed14e83f4939480c680a6f - 0.0% (850 Bytes)
[#016] sha256:e3dbc4501b67188272d8185519a7888b06dbdae9cd5e006c10c708a076b71662 - 0.0% (850 Bytes)
[#017] sha256:4b5b9fdc489a16cf075973cf0dc0105fbd7f3165dad07791cb72076edffd13ec - 11.98% (29.9 MB)
[#018] sha256:b52477536d0063c117581bcdf36b763993f5515d35f3d419cc14a4e881436e1c - 0.0% (861 Bytes)
[#019] sha256:ddb98235f4fbcb51261fe22472fda3f5d712f924a187abf02677f7067a8d8ce3 - 0.0% (829 Bytes)
[#020] sha256:b10589f748ddb4335952b01bd9072d005db9e81549efebef4bef4da0562a18c2 - 0.0% (834 Bytes)
[#021] sha256:5fcb9c6cc000f2725bff66e4d32ff02055cc8391d922e773048e4a052fa8c742 - 0.0% (830 Bytes)
[#022] sha256:17d28e273a5ba6fa1a1b68f51b6410d002a927d8a8e13b2c62a15e455b49444a - 0.0% (825 Bytes)
Apply image 1903-KB4565483-amd64
2020-09-08 16:52:31 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-09-08 16:52:32 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files LOCALAPPDATA=C:\Users\ContainerAdministrator\AppData\Local PSModuleAnalysisCachePath=\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1903-KB4565483-amd64
2020-09-08 16:52:34 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-08 16:53:09 UTC|1 fromTag=1903-KB4565483-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-09-08 16:53:10 UTCcmd /S /C #(nop) USER ContainerUser
2020-09-08 16:53:37 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-09-08 16:54:12 UTC|1 fromTag=1903-KB4565483-amd64 cmd /S /C pwsh -NoLogo -NoProfile -Command " $stopTime = (get-date).AddMinutes(15); $ErrorActionPreference = 'Stop' ; $ProgressPreference = 'SilentlyContinue' ; while(!(Test-Path -Path $env:PSModuleAnalysisCachePath)) { Write-Host "'Waiting for $env:PSModuleAnalysisCachePath'" ; if((get-date) -gt $stopTime) { throw 'timout expired'} Start-Sleep -Seconds 6 ; }"
2020-09-08 16:54:13 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-09-22 23:58:33 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-22 23:58:34 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-09-22 23:58:36 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-09-22 23:58:37 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-09-22 23:58:37 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-09-22 23:58:38 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-26 01:08:57 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.0-rc2
2020-09-26 01:08:57 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-26 01:08:58 UTCcmd /S /C #(nop) COPY multi:95380f124777d226caa5eb44389c51b0df2cbc10fe51adca189f1a46bae1eeb4 in \etc\rancher\
2020-09-26 01:08:59 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-26 01:09:13 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-26T01:09:10Z
2020-09-26 01:09:13 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-26 01:09:13 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=9de5a8509d781216d07e9536c7731461c505fcd2
2020-09-26 01:09:14 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-26 01:09:43 UTC
147 MB
rancher/rancher-agent:v2.5.0-rc2
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.44% (22.6 MB)
[#001] sha256:c0533d1393025aa8c38e0823a6546a0d4e5dec6b8b670758c25494c35783668d - 0.0% (850 Bytes)
[#002] sha256:3c11bb34abc87247c6a70c928b7a5ef4cd48093642eb0c4b8121a674d3e278c6 - 0.0% (189 Bytes)
[#003] sha256:2861feb2ffc7e87f904c03ce9046f405043a73a90a9dfeab0d5a1255c7a0134c - 0.0% (124 Bytes)
[#004] sha256:01d2c903e1959386b9839d3910d501e88b57de70f0f346b89a8fc34ea7c6500a - 34.25% (50.2 MB)
[#005] sha256:ec31164e9f3188f669aa910fa6f005037f2a6471c8fef1db40a8b9910c2e44f1 - 1.32% (1.94 MB)
[#006] sha256:339600e6539f280f2a9538529906d9c2dc13668ef9a3d547dceee248bb8101d8 - 16.81% (24.6 MB)
[#007] sha256:e9de3604cedbfc69331bd04dcc28b681280bd35e7dd1079987eb1b4e73118fde - 13.38% (19.6 MB)
[#008] sha256:16076978f53e25ed7f269d216d22c1869394df5821acd58b5edbd4acf3ae1e8e - 18.79% (27.5 MB)
[#009] sha256:96e900869d6c50f3e1ea83943970edf6d6611853710af814dae2d70fbd2d2c9c - 0.0% (171 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-09-26 01:09:05 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-09-26 01:09:05 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-09-26 01:09:06 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-09-26 01:09:06 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2020-09-26 01:09:26 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-09-26 01:09:27 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-09-26 01:09:28 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-09-26 01:09:28 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-09-26 01:09:35 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-09-26 01:09:35 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-09-26 01:09:36 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-09-26 01:09:36 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-26 01:09:36 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.0-rc2
2020-09-26 01:09:36 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-09-26 01:09:40 UTC/bin/sh -c #(nop) COPY dir:24b1f608a405bb8d97f5f29dbf6f73b63cd2f47d29c83477b3cc7df1b72414c2 in /var/lib/rancher-data
2020-09-26 01:09:41 UTC/bin/sh -c #(nop) COPY multi:201c661027c463921bc3d4642f62dc89c62e92856aa296dcdb171cc41aed1c56 in /usr/bin/
2020-09-26 01:09:42 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-09-26 01:09:42 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-09-26 01:09:42 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-26T01:08:51Z
2020-09-26 01:09:43 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-26 01:09:43 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=9de5a8509d781216d07e9536c7731461c505fcd2
2020-09-26 01:09:43 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.