2020-10-31 16:22:09 UTC
161 MB
rancher/rancher-agent:master-cefc70446c0c31a29b2091eac3a8899bf489e354-head
DOCKER_API_VERSION1.24
DOCKER_URLDOCKER_URL_amd64
DOCKER_URL_amd64https://get.docker.com/builds/Linux/x86_64/docker-1.10.3
DOCKER_URL_arm64https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64
KUBECTL_VERSIONv1.18.2
KUBEPROMPT_VERSIONv1.0.10
LOGLEVEL_VERSIONv0.1.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:171857c49d0f5e2ebf623e6cb36a8bcad585ed0c2aa99c87a055df034c1e5848 - 15.81% (25.5 MB)
[#001] sha256:419640447d267f068d2f84a093cb13a56ce77e130877f5b8bdb4294f4a90a84f - 0.0% (852 Bytes)
[#002] sha256:61e52f862619ab016d3bcfbd78e5c7aaaa1989b4c295e6dbcacddd2d7b93e1f5 - 0.0% (162 Bytes)
[#003] sha256:e01ead4830991c0c7a52478552d806f562578135cef825d705223a13dff15d56 - 0.0% (123 Bytes)
[#004] sha256:05d6dade77baf196ca851f60f2b858b3c39cd3388b6aa54b70afce2a50cc665d - 34.86% (56.1 MB)
[#005] sha256:151cee34087306d16032c450bf523cda7531b2b1cd30f8d07916138131feb1cb - 1.37% (2.2 MB)
[#006] sha256:177d584217f08ddef4a81a95eea1110405596e19e23f213e0e332af04e55fa6e - 16.5% (26.6 MB)
[#007] sha256:1560d5e214f43ec8de6c9fb76568734cddf71f983fe0144765cae6001af19ac0 - 12.85% (20.7 MB)
[#008] sha256:ee472a88dbd5e5c978a6813589ae30c56e7ce01dc2505bcb505a5daac1388171 - 18.62% (30 MB)
[#009] sha256:b555d2c714dde645e4009cfa8505cb7bc35a8d685e70f1fb2f9ea8a3983c79f2 - 0.0% (171 Bytes)
/bin/sh -c #(nop) ADD file:4974bb5483c392fb54a35f3799802d623d14632747493dce5feb4d435634b4ac in /
2020-09-25 22:33:50 UTC/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
2020-09-25 22:33:51 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-09-25 22:33:52 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-09-25 22:33:52 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-10-31 16:21:35 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-10-31 16:21:35 UTC/bin/sh -c #(nop) ENV DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 DOCKER_URL_arm64=https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64 DOCKER_URL=DOCKER_URL_amd64
2020-10-31 16:21:36 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-10-31 16:21:36 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2020-10-31 16:21: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-10-31 16:21:58 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-10-31 16:21: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-10-31 16:21:59 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-10-31 16:22: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-10-31 16:22:01 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-10-31 16:22:01 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-10-31 16:22:01 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-10-31 16:22:02 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-cefc70446c0c31a29b2091eac3a8899bf489e354-head
2020-10-31 16:22:02 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-10-31 16:22:06 UTC/bin/sh -c #(nop) COPY dir:c98984be0c2467be0c3f3cf0c9f61c95206371ae5bea66b620aceefde147bc8e in /var/lib/rancher-data
2020-10-31 16:22:08 UTC/bin/sh -c #(nop) COPY multi:36d953c78d702e6878bb444be4dae36eb680143c702043a0a776bca3ba23150a in /usr/bin/
2020-10-31 16:22:09 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-10-31 16:22:09 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-10-31 16:22:09 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-10-31T16:21:15Z
2020-10-31 16:22:09 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-31 16:22:09 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=cefc70446c0c31a29b2091eac3a8899bf489e354
2020-10-31 16:22:09 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-10-31 16:18:04 UTC
248 MB
rancher/rancher-agent:master-cefc70446c0c31a29b2091eac3a8899bf489e354-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1809
POWERSHELL_TELEMETRY_OPTOUT0
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:aab6118ce69c93410df7fa15842a6e3b3c7ff20b639c779b5d5f78e7653eaa07 - 38.87% (96.5 MB)
[#001] sha256:71e5283dd9d47bd88fa566326f6e8e6bc1c3c7f385c69b7482194c97e6e969b7 - 0.0% (894 Bytes)
[#002] sha256:05006be99a092de18f27ebd9357601854cd79a5d889b3d0425aa16034ba4394d - 0.0% (840 Bytes)
[#003] sha256:da195ac2293a9561694a5adab6e97cc2f7c1cb37c8cba3f22e1ed3e90723759e - 0.02% (62.6 KB)
[#004] sha256:f8fa4de85b83f5d222df6544a1dadf65fbb999e155489406427e2054f80c4e09 - 0.0% (839 Bytes)
[#005] sha256:b5836a3889bb8f93e8c91299f3fa4c1a7e62cbda44d832de191ab652f7ae6a87 - 35.82% (88.9 MB)
[#006] sha256:0ade25de6d58d36f0c689752b4e10ac9b2c5dc1f857e40da8414c64d9eb2e5a0 - 0.05% (123 KB)
[#007] sha256:d85cfa9dc8d26611c871a012812945e6d83c7c554dd1061caf196e352fcee684 - 0.0% (839 Bytes)
[#008] sha256:42962d95291d49a66c66e5f8e1f07a86abbc9189e3b3eeed11c0a733f37abab5 - 0.0% (836 Bytes)
[#009] sha256:d21b361d1c2b15e6a0e1e8ae6a17dbdec6440c02ef874dcce6b249d3ff9a5783 - 0.0% (876 Bytes)
[#010] sha256:6c120bafdb1a4a39c790d1d10575c72e3f3fbd2860fdb36e7f066ce2e95fa0bc - 0.04% (96.5 KB)
[#011] sha256:9b98ba1dad4703a01962b9f4528508695f13a1965cbe384feb05892670781e5e - 13.13% (32.6 MB)
[#012] sha256:5de739efcf5d874d07e12510e025646a45ffa64080e408b95a57ef6a8942a916 - 0.0% (834 Bytes)
[#013] sha256:af9acc010d417b02f89c091e21de35c809ea32a753f6320f487f8661bf71d48a - 0.0% (827 Bytes)
[#014] sha256:b33631fec04cd678869e895f821d01b019c8a786b7b5f4821c9cc46172d918d2 - 0.0% (830 Bytes)
[#015] sha256:d916f8c95d153167daca4a3687fc78f462dbdf0ba9d5367b96ba4e1519dfa9c7 - 0.0% (834 Bytes)
[#016] sha256:bfa5d7f8eadafa1650071f4f2f24e7e899a880f21cb4325333621a16664957e9 - 0.0% (830 Bytes)
[#017] sha256:9548d10e5a59a19e1b288897fa72f37d3377faa98a01802f45459b71c49e418e - 12.07% (30 MB)
[#018] sha256:b0634e4b56b18bfa0284eee0d9514e3511335bb723d84d29fe476f0ba2e6d591 - 0.0% (829 Bytes)
[#019] sha256:0b402e9fc5ba6b9d7f8c06562c55387e785833a0f12facc36f9a97e2fcd73c2e - 0.0% (856 Bytes)
[#020] sha256:a8589206d7b708263e53b019c4df184250849514292345648cfacf15553ffb27 - 0.0% (827 Bytes)
[#021] sha256:525d940bda198d475e4123c545992c1a7f44e1d9578e70e36225cdf20d3d1490 - 0.0% (857 Bytes)
[#022] sha256:8fa9469cfc95e33ea1053d54ddbe908368791add51ab4b06cac21b26f8813195 - 0.0% (827 Bytes)
Apply image 1809-amd64
2020-10-27 18:41:50 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files LOCALAPPDATA=C:\Users\ContainerAdministrator\AppData\Local PSModuleAnalysisCachePath=\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1809
2020-10-27 18:41:52 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-10-27 18:42:23 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-10-27 18:42:23 UTCcmd /S /C #(nop) USER ContainerUser
2020-10-27 18:42:43 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-10-27 18:43:22 UTCcmd /S /C pwsh -NoLogo -NoProfile -Command " $stopTime = (get-date).AddMinutes(15); $ErrorActionPreference = 'Stop' ; $ProgressPreference = 'SilentlyContinue' ; while(!(Test-Path -Path $env:PSModuleAnalysisCachePath)) { Write-Host "'Waiting for $env:PSModuleAnalysisCachePath'" ; if((get-date) -gt $stopTime) { throw 'timout expired'} Start-Sleep -Seconds 6 ; }"
2020-10-27 18:43:23 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2020-10-27 18:43:23 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-10-30 22:49:24 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-10-30 22:49:25 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-10-30 22:49:27 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-10-30 22:49:28 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-10-30 22:49:28 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-10-30 22:49:29 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-10-31 16:06:07 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-cefc70446c0c31a29b2091eac3a8899bf489e354-head
2020-10-31 16:06:07 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-10-31 16:06:09 UTCcmd /S /C #(nop) COPY multi:29691a0f87cbe93a1b590b823d9995fdbeb7d27962c70548e39f8a899963057e in \etc\rancher\
2020-10-31 16:06:09 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-10-31 16:18:03 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-31T16:18:01Z
2020-10-31 16:18:03 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-31 16:18:04 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=cefc70446c0c31a29b2091eac3a8899bf489e354
2020-10-31 16:18:04 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-10-31 16:18:21 UTC
250 MB
rancher/rancher-agent:master-cefc70446c0c31a29b2091eac3a8899bf489e354-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1909
POWERSHELL_TELEMETRY_OPTOUT0
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:d6c6a99d5726a68a35f81bb15a53ebdc98b41ff763b7b2442647543ee44bb89c - 39.25% (98.1 MB)
[#001] sha256:206be2f05271bce4ec0df6e76cf74025975c544b911103f45dabd5b82c6da9f2 - 0.0% (868 Bytes)
[#002] sha256:f5cd62498cb480a0fff2b4530f0d34b893d3aa704912be89bd9786f72acbcc1b - 0.0% (836 Bytes)
[#003] sha256:5b9b73da39905fb9464897eee806a7caa18f1aa09700a076ff8ca6923ad8a341 - 0.02% (61.8 KB)
[#004] sha256:a6640319e0a80f154c05ab1dcf2c31be62235db5501e4042e481a5c99d161820 - 0.0% (833 Bytes)
[#005] sha256:6b0b5d435a4c9ab16d49963a0b822b1b09a81d03f3efbf335b069de97baa62b4 - 35.59% (88.9 MB)
[#006] sha256:7180a2511080a46bbf3a5b476beeb6079812351773965e8b3f61b0f0e87ba205 - 0.05% (124 KB)
[#007] sha256:c99fb14c29028329501476947ae76808f8cd5f1c1ad3272c8b81fff5804f4ca8 - 0.0% (837 Bytes)
[#008] sha256:73af04b1e0f1c1ec80dc0811d1c8e5cd6ca9bddabe3c88b2b149a9c424fa9c65 - 0.0% (842 Bytes)
[#009] sha256:fccdaa56d69b29865f4362b469d1e471f8b0b120e2ea4396f95ee99b09087f73 - 0.0% (832 Bytes)
[#010] sha256:e0d9b844464c2b4a2ce44bd386ef9811233d30807a40c4c41622ebeccc21ee21 - 0.04% (101 KB)
[#011] sha256:735da356d89ebca0fc92e3799d16cf12e1cea9b85b8fb3d88e19268f6da3e284 - 13.05% (32.6 MB)
[#012] sha256:6c5199f90eec0e7a8b36bc0c9638b4796ec4ed7ab11fe9eeb7fa4e0b9ca7633f - 0.0% (828 Bytes)
[#013] sha256:73b245243dfcc1fe3027561f5ff13731332cd7f20eb19e43654a9514dafc6a5a - 0.0% (852 Bytes)
[#014] sha256:0e25fbb2e688f2b6e5f4d8683bf71d1727af39e728a07d1c7040cd6706a24925 - 0.0% (831 Bytes)
[#015] sha256:faa13b60dee6683064614ffb9a0d04144c9d28d6baeae2886243d92d6f956432 - 0.0% (825 Bytes)
[#016] sha256:b4e6484508bbd65179fa7081d933d013f7c2a83261e297de5fc408be4670db9c - 0.0% (832 Bytes)
[#017] sha256:90c425a8300299073c21d00aa59f9a5797c3deff1fcf2799e0afeedd829f4cd9 - 11.99% (30 MB)
[#018] sha256:65f3caf0f456af4f4d4e552c982134a19be4aebe633501acbc12dd855f08de17 - 0.0% (813 Bytes)
[#019] sha256:f26acbdf0aa80c69fde548922850599493c1946a6abe4395b29807caae146b84 - 0.0% (855 Bytes)
[#020] sha256:2064624a4e8414c44b66bde3257bb6768309037f60005daf02532768b25fa5d4 - 0.0% (851 Bytes)
[#021] sha256:8818396fcedfb610ee4119919e433582462947afcafc3a80940047f58471141a - 0.0% (824 Bytes)
[#022] sha256:f42c34b2eedf6a8d1ea29f08be0f47994ffd06c074f28ce4e111f22a182524ec - 0.0% (830 Bytes)
Apply image 1909-amd64
2020-10-27 18:52:52 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files LOCALAPPDATA=C:\Users\ContainerAdministrator\AppData\Local PSModuleAnalysisCachePath=\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1909
2020-10-27 18:52:52 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-10-27 18:53:23 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-10-27 18:53:24 UTCcmd /S /C #(nop) USER ContainerUser
2020-10-27 18:53:46 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-10-27 18:54:29 UTCcmd /S /C pwsh -NoLogo -NoProfile -Command " $stopTime = (get-date).AddMinutes(15); $ErrorActionPreference = 'Stop' ; $ProgressPreference = 'SilentlyContinue' ; while(!(Test-Path -Path $env:PSModuleAnalysisCachePath)) { Write-Host "'Waiting for $env:PSModuleAnalysisCachePath'" ; if((get-date) -gt $stopTime) { throw 'timout expired'} Start-Sleep -Seconds 6 ; }"
2020-10-27 18:54:29 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2020-10-27 18:54:30 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-10-30 22:52:05 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-10-30 22:52:06 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-10-30 22:52:08 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-10-30 22:52:08 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-10-30 22:52:09 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-10-30 22:52:09 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-10-31 16:18:17 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-cefc70446c0c31a29b2091eac3a8899bf489e354-head
2020-10-31 16:18:18 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-10-31 16:18:19 UTCcmd /S /C #(nop) COPY multi:29691a0f87cbe93a1b590b823d9995fdbeb7d27962c70548e39f8a899963057e in \etc\rancher\
2020-10-31 16:18:20 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-10-31 16:18:20 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-31T16:18:15Z
2020-10-31 16:18:20 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-31 16:18:21 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=cefc70446c0c31a29b2091eac3a8899bf489e354
2020-10-31 16:18:21 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-10-31 16:17:44 UTC
250 MB
rancher/rancher-agent:master-cefc70446c0c31a29b2091eac3a8899bf489e354-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1903
POWERSHELL_TELEMETRY_OPTOUT0
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:0e31ee8f400716f940be9db76d6eedb1a903860385b4ca8f70513012d53fe1f1 - 39.3% (98.3 MB)
[#001] sha256:b59df857af5acc3c862e854b5f18770bbccbe2ee67a1e38a959867be75e7684b - 0.0% (844 Bytes)
[#002] sha256:cccb86c24d5a6d26850398779f867ff81068ddd9b1cefbe740574f67a8575fe5 - 0.0% (840 Bytes)
[#003] sha256:bef6855c6ff742ce0fb84ce683f36ad73da71aee30013c8e8eedeb96166588be - 0.03% (65.8 KB)
[#004] sha256:9ed1177be57044776572ceee250a1351667fb225d102f7ea4360ca375d6f3907 - 0.0% (837 Bytes)
[#005] sha256:1866bc40ff39899200b8062addec978f23ebf9abbc220bec6aabdce2d0b71cba - 35.56% (88.9 MB)
[#006] sha256:5bee1ccfd789b6c8bfb35de07437385b2cbaa6da6f29b25a757389d89a8cd549 - 0.05% (125 KB)
[#007] sha256:5df93e526ac9024ab01a762a24a1f1332de50e1ff7f094c789278ee2bd84a947 - 0.0% (837 Bytes)
[#008] sha256:63bc374f6aa77ec96d9076561bf3d53be2735a2de499b59174ef842989976b2c - 0.0% (891 Bytes)
[#009] sha256:d6610206c281961564afae9db0d0313a306f40964b8340cb782c28e851ab5748 - 0.0% (858 Bytes)
[#010] sha256:787cd340f704c8557eba034eaf4b625be4f9978f0963d09fe3c54ca2271e81ef - 0.04% (101 KB)
[#011] sha256:0e905b8d6ad98aee10e79301f4ed7f98aea77ed40a4f1f838384c322f9b2b3be - 13.04% (32.6 MB)
[#012] sha256:a95847659e6232ce2920370d41c56a7ba16a935569edbaa7f47e54ac52f7ed5e - 0.0% (833 Bytes)
[#013] sha256:91bf2c86b360c50d6dc29bcbcceb7f759cb6e33dba1dbc1a92f0117bb4db63d6 - 0.0% (829 Bytes)
[#014] sha256:90510673ecb45bf1072084891e6e32f743846e12352c47b4fec3026e41e8ee51 - 0.0% (826 Bytes)
[#015] sha256:bb66a309bda044375cd3198d982ffcd7ca6e14cbe288d8a1cec98e064b37365f - 0.0% (849 Bytes)
[#016] sha256:c62d9058232e9836cb0d3e00cc6c8394165374d323f50935a9a2470bb9c6ef2a - 0.0% (835 Bytes)
[#017] sha256:bc9a9b33d2bdc9675cf933741f0c155e77aa37965851d7a0b50713349ee1a0b2 - 11.98% (30 MB)
[#018] sha256:ccd088d032eaf560e3c29e930c461089db124d3d5917e1fad7f5e16514c4b229 - 0.0% (831 Bytes)
[#019] sha256:1b1668d703c48cfbb5b603beac5b48346efc58752fdadaf24b55ea99005afcb6 - 0.0% (832 Bytes)
[#020] sha256:7aadb1d99c84281c61e3d8de78ef1be454d808fd9695e2d2925961b55d0560c9 - 0.0% (829 Bytes)
[#021] sha256:7a0f4325b153b7645fe1d9b3353a43a2403e0f501cc1be3d44575bf6bc8bc76d - 0.0% (831 Bytes)
[#022] sha256:84224cf987a365dd22deb0a4cedf2063712265809f01c59f3e4960ea75189065 - 0.0% (847 Bytes)
Apply image 1903-amd64
2020-10-27 19:03:00 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files LOCALAPPDATA=C:\Users\ContainerAdministrator\AppData\Local PSModuleAnalysisCachePath=\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1903
2020-10-27 19:03:01 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-10-27 19:03:30 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-10-27 19:03:30 UTCcmd /S /C #(nop) USER ContainerUser
2020-10-27 19:03:53 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-10-27 19:04:43 UTCcmd /S /C pwsh -NoLogo -NoProfile -Command " $stopTime = (get-date).AddMinutes(15); $ErrorActionPreference = 'Stop' ; $ProgressPreference = 'SilentlyContinue' ; while(!(Test-Path -Path $env:PSModuleAnalysisCachePath)) { Write-Host "'Waiting for $env:PSModuleAnalysisCachePath'" ; if((get-date) -gt $stopTime) { throw 'timout expired'} Start-Sleep -Seconds 6 ; }"
2020-10-27 19:04:44 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2020-10-27 19:04:44 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-10-30 22:33:44 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-10-30 22:33:45 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-10-30 22:33:47 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-10-30 22:33:48 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-10-30 22:33:48 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-10-30 22:33:48 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-10-31 16:17:41 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-cefc70446c0c31a29b2091eac3a8899bf489e354-head
2020-10-31 16:17:41 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-10-31 16:17:42 UTCcmd /S /C #(nop) COPY multi:29691a0f87cbe93a1b590b823d9995fdbeb7d27962c70548e39f8a899963057e in \etc\rancher\
2020-10-31 16:17:43 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-10-31 16:17:43 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-31T16:17:39Z
2020-10-31 16:17:43 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-31 16:17:44 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=cefc70446c0c31a29b2091eac3a8899bf489e354
2020-10-31 16:17:44 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-10-31 16:21:00 UTC
149 MB
rancher/rancher-agent:master-cefc70446c0c31a29b2091eac3a8899bf489e354-head
DOCKER_API_VERSION1.24
DOCKER_URLDOCKER_URL_arm64
DOCKER_URL_amd64https://get.docker.com/builds/Linux/x86_64/docker-1.10.3
DOCKER_URL_arm64https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64
KUBECTL_VERSIONv1.18.2
KUBEPROMPT_VERSIONv1.0.10
LOGLEVEL_VERSIONv0.1.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:296c9ad75beec603486f1373addae8e2c509e94c4adda44c1289792c91624acc - 15.14% (22.6 MB)
[#001] sha256:c0533d1393025aa8c38e0823a6546a0d4e5dec6b8b670758c25494c35783668d - 0.0% (850 Bytes)
[#002] sha256:3c11bb34abc87247c6a70c928b7a5ef4cd48093642eb0c4b8121a674d3e278c6 - 0.0% (189 Bytes)
[#003] sha256:e29b2a6e5b5f5c2c89da3052c1e97505186712aeda2aab48772349fff69583ab - 0.0% (123 Bytes)
[#004] sha256:7b6ee5bcdcef20d1675facc0023c850a2ea813da3c9652b3f60d99c5e5c48e7a - 34.77% (52 MB)
[#005] sha256:ec31164e9f3188f669aa910fa6f005037f2a6471c8fef1db40a8b9910c2e44f1 - 1.3% (1.94 MB)
[#006] sha256:78190ab73c58c1c5c0f223786237720f088a547cd6490799461ad8b5a7c58e65 - 16.48% (24.6 MB)
[#007] sha256:998d8a8b859ea5f7b5028e466594cf6e8d620df817a04f73c4380a573aba6347 - 13.84% (20.7 MB)
[#008] sha256:266e63cf5164bce04294f38b6f8df878f9987af472dd68a81a87aa8a8228db66 - 18.47% (27.6 MB)
[#009] sha256:d777dfbd70becee8e7a652732f9bee02ab977a42906faac5ea17bd5c004eafb7 - 0.0% (170 Bytes)
/bin/sh -c #(nop) ADD file:d2c57bfbb29f6de3b29050a2c50c3806e0c8caa26f6d8dea47f479c923d72e3e in /
2020-09-25 22:47:35 UTC/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
2020-09-25 22:47:36 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-09-25 22:47:38 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-09-25 22:47:39 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-10-31 16:20:26 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-10-31 16:20:26 UTC/bin/sh -c #(nop) ENV DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 DOCKER_URL_arm64=https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64 DOCKER_URL=DOCKER_URL_arm64
2020-10-31 16:20:27 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-10-31 16:20:27 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2020-10-31 16:20:48 UTC|1 ARCH=arm64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends git curl ca-certificates jq iproute2 vim-tiny less bash-completion unzip sysstat acl && curl -sLf ${!DOCKER_URL} > /usr/bin/docker && chmod +x /usr/bin/docker && curl -sLf https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl > /usr/bin/kubectl && chmod +x /usr/bin/kubectl && DEBIAN_FRONTEND=noninteractive apt-get autoremove -y && DEBIAN_FRONTEND=noninteractive apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
2020-10-31 16:20:49 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-10-31 16:20:50 UTC|1 ARCH=arm64 /bin/sh -c curl -sLf https://github.com/rancher/loglevel/releases/download/${LOGLEVEL_VERSION}/loglevel-${ARCH}-${LOGLEVEL_VERSION}.tar.gz | tar xvzf - -C /usr/bin
2020-10-31 16:20:50 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-10-31 16:20:52 UTC|1 ARCH=arm64 /bin/sh -c curl -sL https://github.com/c-bata/kube-prompt/releases/download/${KUBEPROMPT_VERSION}/kube-prompt_${KUBEPROMPT_VERSION}_linux_${ARCH}.zip > /usr/bin/kube-prompt.zip && unzip /usr/bin/kube-prompt.zip -d /usr/bin
2020-10-31 16:20:52 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-10-31 16:20:52 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-10-31 16:20:52 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-10-31 16:20:53 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-cefc70446c0c31a29b2091eac3a8899bf489e354-head
2020-10-31 16:20:53 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-10-31 16:20:57 UTC/bin/sh -c #(nop) COPY dir:4ad1e101a85c61b6186b2d10de80d8d0021ddfd1c18784a379a31ec7e57df624 in /var/lib/rancher-data
2020-10-31 16:20:58 UTC/bin/sh -c #(nop) COPY multi:be4f70c90aeb9fc2b8c479595b7321a0b8dd40b44c638dcca8ce891bc483b7f2 in /usr/bin/
2020-10-31 16:20:59 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-10-31 16:20:59 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-10-31 16:20:59 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-10-31T16:20:11Z
2020-10-31 16:21:00 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-10-31 16:21:00 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=cefc70446c0c31a29b2091eac3a8899bf489e354
2020-10-31 16:21:00 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.