2020-05-06 22:39:59 UTC
99.9 MB
rancher/rancher-agent:v2.3.7
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.16.1
KUBEPROMPT_VERSIONv1.0.6
LOGLEVEL_VERSIONv0.1.2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:23884877105a7ff84a910895cd044061a4561385ff6c36480ee080b76ec0e771 - 25.47% (25.5 MB)
[#001] sha256:bc38caa0f5b94141276220daaf428892096e4afd24b05668cd188311e00a635f - 0.03% (34.5 KB)
[#002] sha256:2910811b6c4227c2f42aaea9a3dd5f53b1d469f67e2cf7e601f631b119b61ff7 - 0.0% (847 Bytes)
[#003] sha256:36505266dcc64eeb1010bd2112e6f73981e1a8246e4f6d4e287763b57f101b0b - 0.0% (161 Bytes)
[#004] sha256:00a06acfa21279ae4915a720e245c56146e21e302afa66a8d4e7cef3dee9b284 - 0.0% (124 Bytes)
[#005] sha256:ae09e1cacbcea76cea013978a205e0c5fdddeb63b69ab749188f35e53003e129 - 31.38% (31.4 MB)
[#006] sha256:a8d2ae044c99df7134a17d71a7bb68e4a13c86648b17ae70ed3879cfe7edb7db - 2.2% (2.2 MB)
[#007] sha256:6f3e76643a3ea53986c9f41ebf77f4945000ad617bd30d42c5699eadf3513d2c - 1.22% (1.22 MB)
[#008] sha256:ffc0a79aa489a9516361be742d195d12a4f8eb121fd8ea182e2d413544f3ee72 - 24.09% (24.1 MB)
[#009] sha256:b10f694e43da84092115a6fdfcb3d805a7d08201e6a6ec140f9c7591b0956b19 - 15.61% (15.6 MB)
/bin/sh -c #(nop) ADD file:c3e6bb316dfa6b81dd4478aaa310df532883b1c0a14edeec3f63d641980c1789 in /
2020-04-24 01:07:02 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-04-24 01:07:03 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-04-24 01:07:05 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-04-24 01:07:05 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-05-06 22:39:35 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-05-06 22:39:36 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-05-06 22:39:36 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-05-06 22:39:37 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2020-05-06 22:39:52 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/*
2020-05-06 22:39:53 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2020-05-06 22:39:54 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-05-06 22:39:55 UTC|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.6/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin
2020-05-06 22:39:55 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2020-05-06 22:39:57 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-05-06 22:39:57 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-05-06 22:39:57 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-05-06 22:39:57 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-05-06 22:39:57 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.7
2020-05-06 22:39:57 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-05-06 22:39:58 UTC/bin/sh -c #(nop) COPY multi:515fff71bb6358538c8a64c81605f64bd1d08d43e5c29eb9d1f72482257cb735 in /usr/bin/
2020-05-06 22:39:59 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-05-06 22:39:59 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-05-06T22:39:33Z
2020-05-06 22:39:59 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-06 22:39:59 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=e9ab41a43b893e224c992e68f2195b3b57285df3
2020-05-06 22:39:59 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-05-06 22:30:51 UTC
229 MB
rancher/rancher-agent:v2.3.7
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1809-KB4549949-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:0fe89239909ba300aeb9b977458b61ae3fbbcd2d9591086ed05ca023209d3122 - 42.07% (96.4 MB)
[#001] sha256:2c9371eb1f40d729eed2dc34014fdc96640c33a3021156d018072624b1cc5a30 - 0.0% (836 Bytes)
[#002] sha256:9c1921fba387e6977c396a05a1f088cee57f228809c38c120a3fcf479e4108d9 - 0.0% (855 Bytes)
[#003] sha256:b0ca1c6f56ef2c99afaada26db1dd98a9f8b3866a8e71eaa457769d95be43739 - 0.0% (880 Bytes)
[#004] sha256:d29b2ae68553afd6ab5359fe4fcfd3be66772faeb212e8903b3a168d3b32c8b2 - 0.0% (851 Bytes)
[#005] sha256:f74b32d14361c41b90901215bdc106753f23c30f3fc909e5ab4c0415c2b82c6e - 0.0% (856 Bytes)
[#006] sha256:29a0961d6f7f7803539a78a4be92d1a04316e0f686d24ca1325af5eff2d2fe3e - 0.0% (827 Bytes)
[#007] sha256:b13c7f8763900de104c87a4710d89478e597f6661506ef3c2ee3c8918a410ec0 - 0.03% (63.9 KB)
[#008] sha256:c94da122fbd805ca66ab841f5fb7cb26853d6ab4b3d593b8c9a6d6d4eeb357bb - 0.0% (856 Bytes)
[#009] sha256:36a2d1169001a7a77f93b8a7b03230cfb359d61c8435752c4e774df14557987d - 38.68% (88.7 MB)
[#010] sha256:9fccbb90a2de38b9966729239cba0eddd3a93b243f28de8650c5ba5f21e1f2c8 - 0.05% (126 KB)
[#011] sha256:759c7da29c65d1636e07a07e7a79c3149497ece14d4dfb70f5b41c30c4c2cef1 - 0.0% (832 Bytes)
[#012] sha256:806da439b031ad4c79f4f73d9333ab0d05daf33468198f2a18e64bb2094cf73a - 0.0% (826 Bytes)
[#013] sha256:99c2ce711a3efcb444fecba3f18b84e732f736e6e62d6818906c9964e7ccfbce - 0.0% (825 Bytes)
[#014] sha256:3d59e04208422163325fa458e737be6e5363792ad7ec7d41a5a09f5f54eb1623 - 0.04% (96.5 KB)
[#015] sha256:2bba1e39dc5412da1d9bbd00cb376ee39ec20a39562ae20c40e83a12be84d88b - 14.22% (32.6 MB)
[#016] sha256:2d4f3ae8943f095d50efeb7e6672da5bd07bc60ed821ab4007e0c67f2a212a82 - 0.0% (827 Bytes)
[#017] sha256:1e222046df4a8a427eb574079f133f601bdbba7a56505e19bdb071a5e77ea9fb - 0.0% (829 Bytes)
[#018] sha256:f55cd3e59e046b2f22182365184da44413d203de252d09fd9578ca222a1b6c6c - 0.0% (858 Bytes)
[#019] sha256:e7601ba132b8be0aa24b9d038ea736879dddcd69b50fc4ed16ca4d3ff8d1d9b7 - 0.0% (851 Bytes)
[#020] sha256:a5909b1beacd0742c11660e1641e7233278d605415e4d44412453382aacaa89a - 0.0% (888 Bytes)
[#021] sha256:ea3c9b91e14047db6b10850fe4550588d4a343934e0dd672cc23814ba5185e0a - 4.9% (11.2 MB)
[#022] sha256:c8244340f5992090b79c3218c6f951c6dc331f5d64606ac2878888beca7b103d - 0.0% (829 Bytes)
[#023] sha256:5c7fad1c2632ca613eac5e745551ec32bb353f94b8336c5866da9b34ed917a8e - 0.0% (830 Bytes)
[#024] sha256:f2c14cb48e54eaad4133ebffb0892eca92344eeda8f37667df3458cdb4ddec3a - 0.0% (835 Bytes)
[#025] sha256:48d75a46cd3588edde6dcd2e8719f44a2ffba7e0908e15165913926cca6b768c - 0.0% (859 Bytes)
[#026] sha256:3e57608ca4b9caac75e49850e14782586048a1f160358f50d63063b37bf718b8 - 0.0% (850 Bytes)
Apply image 1809-KB4549949-amd64
2020-04-22 23:44:42 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-04-22 23:44:43 UTCcmd /S /C #(nop) ARG VCS_REF=none
2020-04-22 23:44:44 UTCcmd /S /C #(nop) ARG PS_VERSION=7.0.0
2020-04-22 23:44:45 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2020-04-22 23:44:46 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-KB4549949-amd64
2020-04-22 23:44:46 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-04-22 23:45:04 UTC|4 IMAGE_NAME=mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1809 PS_VERSION=7.0.0 VCS_REF=5737363 fromTag=1809-KB4549949-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-04-22 23:45:05 UTCcmd /S /C #(nop) USER ContainerUser
2020-04-22 23:45:19 UTCcmd /S /C #(nop) COPY dir:4642de7fb722aa7fe90337f64f1d33c353d0306e77e23b96584a1de9424d0ac2 in C:\Program Files\PowerShell
2020-04-22 23:45:49 UTC|4 IMAGE_NAME=mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1809 PS_VERSION=7.0.0 VCS_REF=5737363 fromTag=1809-KB4549949-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-04-22 23:45:50 UTCcmd /S /C #(nop) LABEL maintainer=PowerShell Team <powershellteam@hotmail.com> readme.md=https://github.com/PowerShell/PowerShell/blob/master/docker/README.md description=This Dockerfile will install the latest release of PowerShell. org.label-schema.usage=https://github.com/PowerShell/PowerShell/tree/master/docker#run-the-docker-image-you-built org.label-schema.url=https://github.com/PowerShell/PowerShell/blob/master/docker/README.md org.label-schema.vcs-url=https://github.com/PowerShell/PowerShell-Docker org.label-schema.name=powershell org.label-schema.vcs-ref=5737363 org.label-schema.vendor=PowerShell org.label-schema.version=7.0.0 org.label-schema.schema-version=1.0 org.label-schema.docker.cmd=docker run mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1809 pwsh -c '' org.label-schema.docker.cmd.devel=docker run mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1809 org.label-schema.docker.cmd.test=docker run mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1809 pwsh -c Invoke-Pester org.label-schema.docker.cmd.help=docker run mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1809 pwsh -c Get-Help
2020-04-22 23:45:50 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-05-04 17:13:55 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-05-04 17:13:56 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-05-04 17:13:58 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-05-04 17:13:59 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-05-04 17:13:59 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-05-04 17:13:59 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-05-06 00:23:55 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.7
2020-05-06 00:23:57 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-05-06 18:51:54 UTCcmd /S /C #(nop) COPY multi:736c1711652f69155e371cc2a8765440289064ce72e9faeae8d33d72b31133c3 in \etc\rancher\
2020-05-06 18:51:55 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-05-06 22:30:50 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-05-06T22:30:48Z
2020-05-06 22:30:50 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-06 22:30:50 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=e9ab41a43b893e224c992e68f2195b3b57285df3
2020-05-06 22:30:51 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-05-06 22:30:29 UTC
231 MB
rancher/rancher-agent:v2.3.7
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1903-KB4551762-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:e0ecf8fc66f573c07a6804e90b60c0e8d997e0e80c6095777459721e6d8cbfa0 - 42.46% (98 MB)
[#001] sha256:6769c7a6c9b961fd5e88b265b73b19409dfcd763f2e308c2eb7f423c78e8cebc - 0.0% (861 Bytes)
[#002] sha256:95bd85ff25f23c6597bb86683683bfabf1efe6594286b01fdfffd6da8bab1dc9 - 0.0% (827 Bytes)
[#003] sha256:bcaa10446e30d2aa7ce75fa010d42ea9c6df195a06020eae56c8581c6c20732e - 0.0% (828 Bytes)
[#004] sha256:8b5c690fbb5600b3f5a3551e0e1109706c1256ae205f4c0448a7eba17b4b04de - 0.0% (831 Bytes)
[#005] sha256:536115374a20d0ba154c1d411c4cb8a4f6765878d055ddca658c77c08647cd48 - 0.0% (823 Bytes)
[#006] sha256:5c257b1e87086de22c63f345e8ad79b39cead0c1cafd09ec90912e878e326749 - 0.0% (868 Bytes)
[#007] sha256:94a2ea4616730806f25d79bd732158342790bf70c66e8a425ca4547a12e2b7e9 - 0.03% (65.2 KB)
[#008] sha256:34b07c51c59865f9ba92319a5ec05ac8d493d01992376c330a1fcf8ec73bcd9e - 0.0% (828 Bytes)
[#009] sha256:bef2b0177f8343082f715e40dadc82494fce689de3acbf379b635b8ac717aba9 - 38.41% (88.7 MB)
[#010] sha256:35b7045a1c7625678739c00dc27eebe5d9f80d1b6859b1a4d138a2efa800f7a5 - 0.06% (141 KB)
[#011] sha256:5f27e59f7da2eea72e7e97c9d28cc1116d39159e81df805d0dc621f48eff93fe - 0.0% (828 Bytes)
[#012] sha256:772d51d9062f2f4c92fc0fa2e2f772b689c0ac7de76873772f5b0b4ff90f7475 - 0.0% (858 Bytes)
[#013] sha256:17c5b21607a482394b95134ec887505552eac3cd2e84b0b21307c683660a5b43 - 0.0% (848 Bytes)
[#014] sha256:06820de46e6f6a091803960acd4da1911ba04469c29b83d23f0e287a2b699061 - 0.04% (101 KB)
[#015] sha256:c3a88ca274837fbd594f4a28982f48d455b90b0cf86f643a63adb6e710c2337f - 14.12% (32.6 MB)
[#016] sha256:58267b1ce477dc05de473a96d772cbf3f80d3e3196783f3b15d7f8602ca3f075 - 0.0% (854 Bytes)
[#017] sha256:809eb85fa8afe64762f3ace8dfae51308a014a0178461fecfa8c9f172381e328 - 0.0% (855 Bytes)
[#018] sha256:8e6e2081d74a97f9fdf529f0f999bff2430cbe9f16cfaf809c8bb26154a541e9 - 0.0% (825 Bytes)
[#019] sha256:ea2dceab813f77aa76819803dffda13c8c9bd27c17b53c5444ca248ce808eb06 - 0.0% (831 Bytes)
[#020] sha256:6d91f9b0631ea510db979da5964da6dc4b0a1bb8969ebfa2d11641a702685be0 - 0.0% (881 Bytes)
[#021] sha256:ff97ce2eaa89690b3404c3c0cd6c31163a480b0e2f6dc6ff9b3d61d060647c28 - 4.87% (11.2 MB)
[#022] sha256:bab0cecf68dd02091e3890dca748bb56814b840da7274d8a7c68cf147267b4c9 - 0.0% (831 Bytes)
[#023] sha256:77fe344b813baa8aadd95b73c16a76cd66215c1928d177497c6a924c38a8f860 - 0.0% (860 Bytes)
[#024] sha256:cb52f9ed328f8acb7e385b3af9d4e568b43dfd16aa79af37fc7ea3f6b2ed035a - 0.0% (826 Bytes)
[#025] sha256:c48bee899063d4daf95a48bc25a14ae35900abe68b49f05129668be19db97dfb - 0.0% (830 Bytes)
[#026] sha256:5c4dd834333cee2f94625807b9450319566a2430a3e48acf559d07adc48ec6b4 - 0.0% (858 Bytes)
Apply image 1903-KB4551762-amd64
2020-04-22 23:49:34 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-04-22 23:49:35 UTCcmd /S /C #(nop) ARG VCS_REF=none
2020-04-22 23:49:35 UTCcmd /S /C #(nop) ARG PS_VERSION=7.0.0
2020-04-22 23:49:36 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2020-04-22 23:49:36 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-KB4551762-amd64
2020-04-22 23:49:37 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-04-22 23:49:56 UTC|4 IMAGE_NAME=mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1903 PS_VERSION=7.0.0 VCS_REF=5737363 fromTag=1903-KB4551762-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-04-22 23:49:57 UTCcmd /S /C #(nop) USER ContainerUser
2020-04-22 23:50:16 UTCcmd /S /C #(nop) COPY dir:4642de7fb722aa7fe90337f64f1d33c353d0306e77e23b96584a1de9424d0ac2 in C:\Program Files\PowerShell
2020-04-22 23:50:50 UTC|4 IMAGE_NAME=mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1903 PS_VERSION=7.0.0 VCS_REF=5737363 fromTag=1903-KB4551762-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-04-22 23:50:50 UTCcmd /S /C #(nop) LABEL maintainer=PowerShell Team <powershellteam@hotmail.com> readme.md=https://github.com/PowerShell/PowerShell/blob/master/docker/README.md description=This Dockerfile will install the latest release of PowerShell. org.label-schema.usage=https://github.com/PowerShell/PowerShell/tree/master/docker#run-the-docker-image-you-built org.label-schema.url=https://github.com/PowerShell/PowerShell/blob/master/docker/README.md org.label-schema.vcs-url=https://github.com/PowerShell/PowerShell-Docker org.label-schema.name=powershell org.label-schema.vcs-ref=5737363 org.label-schema.vendor=PowerShell org.label-schema.version=7.0.0 org.label-schema.schema-version=1.0 org.label-schema.docker.cmd=docker run mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1903 pwsh -c '' org.label-schema.docker.cmd.devel=docker run mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1903 org.label-schema.docker.cmd.test=docker run mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1903 pwsh -c Invoke-Pester org.label-schema.docker.cmd.help=docker run mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1903 pwsh -c Get-Help
2020-04-22 23:50:51 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-05-04 17:14:35 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-05-04 17:14:35 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-05-04 17:14:37 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-05-04 17:14:38 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-05-04 17:14:39 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-05-04 17:14:39 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-05-06 00:50:29 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.7
2020-05-06 00:50:29 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-05-06 00:50:30 UTCcmd /S /C #(nop) COPY multi:d91c39ece486fd59c2e86339397f074977c50da343f0d15841727aa83f8d6d0b in \etc\rancher\
2020-05-06 00:50:30 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-05-06 22:30:28 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-05-06T22:30:27Z
2020-05-06 22:30:29 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-06 22:30:29 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=e9ab41a43b893e224c992e68f2195b3b57285df3
2020-05-06 22:30:29 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-05-06 22:42:48 UTC
90.5 MB
rancher/rancher-agent:v2.3.7
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.16.1
KUBEPROMPT_VERSIONv1.0.6
LOGLEVEL_VERSIONv0.1.2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:c2cd007b69f7e5f37c851aa689e0e617fbaa3fe3e470f714337a03e569b7f434 - 24.99% (22.6 MB)
[#001] sha256:3c087f8bf83d28baa9c53fc5cfb0dfc79d5062cfad77563076553b04259e822f - 0.04% (34.4 KB)
[#002] sha256:474b5c43e9a24e1958763941a17a7cac60b13460a47f2ae9067ec03ceadab33a - 0.0% (849 Bytes)
[#003] sha256:7083e6591d76b9a6c13497a6a89bfbae3e7eb2eb31bec366bec3884c8e4517ce - 0.0% (189 Bytes)
[#004] sha256:5eef2e6330343c18ae310777e0235a5faec2482cb7fd29ea130dca2d04ce1e36 - 0.0% (124 Bytes)
[#005] sha256:b8bbeafe55c90c2871fd0d2e687a004c5dc2badf4858d8d7c75a94128b0a5157 - 31.4% (28.4 MB)
[#006] sha256:b369bc59f40496c886b6cb8b13faff98d60fc0067a02255feceea246a6030d7d - 2.14% (1.94 MB)
[#007] sha256:5f7f2b78a652721d64670c23572facb6cda89fe8abb9d1bfd35053b719a18b54 - 1.25% (1.13 MB)
[#008] sha256:d6e41e21386775f60f97eb9a36c24527c045d15ca4e2ca227327f24c00cd9a93 - 24.45% (22.1 MB)
[#009] sha256:61cf59655bfd1ace44dd25b71894d4aac2ecdd32c4b71e2ba17d99f0991d31ed - 15.72% (14.2 MB)
/bin/sh -c #(nop) ADD file:bd5b3470601aa4a28132ec60a8b1c33516d09a1391864fe1dbf82a4030397fd1 in /
2020-04-24 00:16:54 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-04-24 00:16:58 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-04-24 00:17:03 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-04-24 00:17:05 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-05-06 22:42:12 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-05-06 22:42:12 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-05-06 22:42:13 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-05-06 22:42:13 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2020-05-06 22:42:39 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/*
2020-05-06 22:42:40 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2020-05-06 22:42:41 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-05-06 22:42:42 UTC|1 ARCH=arm64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.6/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin
2020-05-06 22:42:42 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2020-05-06 22:42:44 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-05-06 22:42:44 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-05-06 22:42:45 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-05-06 22:42:45 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-05-06 22:42:45 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.7
2020-05-06 22:42:45 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-05-06 22:42:46 UTC/bin/sh -c #(nop) COPY multi:c5fb2b3405339d17641f9b475cbd3a8d463e1fc02989b4f88ff729a86bcc5c98 in /usr/bin/
2020-05-06 22:42:47 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-05-06 22:42:47 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-05-06T22:42:08Z
2020-05-06 22:42:47 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-06 22:42:47 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=e9ab41a43b893e224c992e68f2195b3b57285df3
2020-05-06 22:42:48 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.