2020-05-07 21:16:39 UTC
104 MB
rancher/rancher-agent:master-2939-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.16.8
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:23884877105a7ff84a910895cd044061a4561385ff6c36480ee080b76ec0e771 - 24.41% (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:22ea59f29e4416781cf860fa1c95b8d3e5fdf9a176b5b70c13e7329213fc9a2f - 0.0% (123 Bytes)
[#005] sha256:3e1e62152ce2668aaef50537daec7d50a41d73c7024f1fecedf8ec5d553c2584 - 28.9% (30.1 MB)
[#006] sha256:4917caa38753210c44ba4f98a9ee9944941b463a52f54e907b20ac3034e73a59 - 2.11% (2.2 MB)
[#007] sha256:88d6c960a0f67cc9423295238d6ed9ab72cb3d4e30b2bf026e557baef36abadd - 1.17% (1.22 MB)
[#008] sha256:04e091a836d8b4a69142ec30ee9cee9b4369b7d6238dcfeb661696fe91859c12 - 25.48% (26.6 MB)
[#009] sha256:a1f1cd5ec640ef6c139b0fab0488095175f7fb7f2c86fc9c8d497f412777e231 - 17.89% (18.7 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-07 21:16:14 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-05-07 21:16:15 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-07 21:16:15 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-05-07 21:16:15 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.8
2020-05-07 21:16:32 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-07 21:16:32 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-05-07 21:16:33 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-07 21:16:34 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
2020-05-07 21:16:34 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-05-07 21:16:36 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-07 21:16:36 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-05-07 21:16:36 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-05-07 21:16:36 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-05-07 21:16:36 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-2939-head
2020-05-07 21:16:37 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-05-07 21:16:37 UTC/bin/sh -c #(nop) COPY multi:059251746319989848c51a169e0d0719dfb8c02c5b7c6985bcdaf24f75c9c932 in /usr/bin/
2020-05-07 21:16:38 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-05-07 21:16:38 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-05-07T21:16:12Z
2020-05-07 21:16:38 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-07 21:16:38 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=acba1454d907ef02efa913a73e57f1406d1375a3
2020-05-07 21:16:39 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-05-07 21:09:55 UTC
231 MB
rancher/rancher-agent:master-2939-head
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 - 41.72% (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.36% (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.1% (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:812c7809150f92c506bcd560bfd23641b93d1f7afe0eeabe13d45a3f3b4c97a4 - 0.0% (860 Bytes)
[#020] sha256:dd86524d4eb4901e28baa708b0f947dbf2819601002dc854d95fce36e0b9cdec - 0.0% (859 Bytes)
[#021] sha256:ab3c0d1634e358e72ddae19fc2ec207e8ce6298aeace71d3f194e7bf4ba38229 - 5.69% (13.2 MB)
[#022] sha256:498084e394a43d03ebaf45299287278bb7f5ac6226f44ea7559978b9f93d579e - 0.0% (858 Bytes)
[#023] sha256:54c3007fb2515593d7a84f88446b63da8c60c6cfb165d83ece98249ba68cb261 - 0.0% (833 Bytes)
[#024] sha256:204c11d7259c0586060aa615536ca8752b34d823ef1c7435703121a682eb06df - 0.0% (832 Bytes)
[#025] sha256:dc7b2fed27f99c0eeecf83d40fd9b8ff9139b5f1ecc9238eb56b54a8f65b78ad - 0.0% (854 Bytes)
[#026] sha256:51a047e9d9abe97843b13271fd1c1d616b8e1c7351865b810bf6e9525c2f805c - 0.0% (833 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-07 21:09:52 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-2939-head
2020-05-07 21:09:52 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-05-07 21:09:53 UTCcmd /S /C #(nop) COPY multi:e4cd71952bdf7dd52a4a133839331c4a0fb8b5b0dc5d834b27f5accbe6770a56 in \etc\rancher\
2020-05-07 21:09:54 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-05-07 21:09:54 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-05-07T21:09:50Z
2020-05-07 21:09:54 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-07 21:09:55 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=acba1454d907ef02efa913a73e57f1406d1375a3
2020-05-07 21:09:55 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-05-07 21:10:08 UTC
233 MB
rancher/rancher-agent:master-2939-head
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.11% (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.1% (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:c1f2b7a3528312a7eb1c3933695f4dc40faa515683a49622aab0d50920e680aa - 0.0% (826 Bytes)
[#014] sha256:1fcaf515de196f7a216f8e25483d8620c245bd724e70f4a60704fb3d4a0a7264 - 0.04% (101 KB)
[#015] sha256:07ab276239041f7388c212c387c31811ec065a9630a31dd72c83075c926c32cf - 14.01% (32.6 MB)
[#016] sha256:d63341695e2a734d4c056f41c2ffc46ffaa4d38df65c4f483d2a4ea329ec4ca8 - 0.0% (857 Bytes)
[#017] sha256:0c5233f37bc370a7e5429c83dc7895112eac24c3750eeee2cfbac7219135c64b - 0.0% (826 Bytes)
[#018] sha256:1cd8424bd701cb282d7777d37026fb550ee26286551c72a312f629c419b2b96a - 0.0% (828 Bytes)
[#019] sha256:afe64c8f49a4cc5e665789aaf3496ec4dc0389aeff932eaf1b3b46a5d648a7b1 - 0.0% (831 Bytes)
[#020] sha256:988cd733ec90f1693a7c54e4ed6a5cabdad3fd2c4b41a9c742b4f4a7fff1754c - 0.0% (852 Bytes)
[#021] sha256:51d8c2468ac3076c2ce257d9163adfe042608e9cb757d483b1e58fc806eeb239 - 5.65% (13.2 MB)
[#022] sha256:345ead5c051723caa6d330406424f78d044cd99cc26907145e2f2af40eb7fa24 - 0.0% (858 Bytes)
[#023] sha256:4c00b15fe753096b66cb57392e741b933f4a4849eea8e5e299af41e3e8b36d72 - 0.0% (830 Bytes)
[#024] sha256:bd312bb916290ac920148cf2e66b4f7ad72eb66bbf8875d875534758f1176ca3 - 0.0% (834 Bytes)
[#025] sha256:f99a3706f1ebf2876ca98148b24f2b0e2a2852d6e523a1193e53d181ef0012d4 - 0.0% (850 Bytes)
[#026] sha256:077e074241dea8ff0355ca13b6cdcc46ba951347378ea0453bfc75f94054e21d - 0.0% (852 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:55:04 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-05-04 17:55:05 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-05-04 17:55:08 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-05-04 17:55:09 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-05-04 17:55:09 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-05-04 17:55:09 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-05-07 21:10:05 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-2939-head
2020-05-07 21:10:06 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-05-07 21:10:06 UTCcmd /S /C #(nop) COPY multi:e4cd71952bdf7dd52a4a133839331c4a0fb8b5b0dc5d834b27f5accbe6770a56 in \etc\rancher\
2020-05-07 21:10:07 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-05-07 21:10:07 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-05-07T21:10:03Z
2020-05-07 21:10:07 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-07 21:10:08 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=acba1454d907ef02efa913a73e57f1406d1375a3
2020-05-07 21:10:08 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-05-07 21:24:02 UTC
94.7 MB
rancher/rancher-agent:master-2939-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.16.8
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:c2cd007b69f7e5f37c851aa689e0e617fbaa3fe3e470f714337a03e569b7f434 - 23.88% (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:9bb44bb2c36a703b3c6321781bb6dcbdae4c846a44589a6f4a193c0c435a2135 - 0.0% (124 Bytes)
[#005] sha256:deddd2597d9a212220f0458ccea4a66894d5aafccee0d180010b002723505411 - 28.79% (27.3 MB)
[#006] sha256:a3f1bc6da4338b678a94f81d224c38ba2855ec971edf0884c5ebbe55982a7131 - 2.05% (1.94 MB)
[#007] sha256:5153df14ff398f2a9b966bfc5c4f8697aa591678027bb2287ffa8943cad715b9 - 1.2% (1.13 MB)
[#008] sha256:293b121bdbebb38be57f6e6d6c5ef9ab2d9bb5350bbc02a3ad37818d8b691611 - 26.01% (24.6 MB)
[#009] sha256:e2695a317e6dc6e77f0b8cb1fa4bf97cfc47b767c9b5261f0c7a7536f65919d2 - 18.03% (17.1 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-07 21:23:27 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-05-07 21:23:27 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-07 21:23:28 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-05-07 21:23:28 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.8
2020-05-07 21:23:53 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-07 21:23:54 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-05-07 21:23:55 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-07 21:23:56 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
2020-05-07 21:23:56 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-05-07 21:23:58 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-07 21:23:58 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-05-07 21:23:59 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-05-07 21:23:59 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-05-07 21:23:59 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-2939-head
2020-05-07 21:23:59 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-05-07 21:24:00 UTC/bin/sh -c #(nop) COPY multi:6939d79a84c1eacfe4a8966295a41c22c7c3772a569751600835fc67bd7b43ca in /usr/bin/
2020-05-07 21:24:01 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-05-07 21:24:01 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-05-07T21:23:23Z
2020-05-07 21:24:01 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-07 21:24:01 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=acba1454d907ef02efa913a73e57f1406d1375a3
2020-05-07 21:24:02 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.