2020-05-08 23:57:47 UTC
104 MB
rancher/rancher-agent:master-2944-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:8bc2105c5a0c54c27e1b083285c42351d5d20e539d8cf2bd304a04ff5c843e43 - 0.0% (124 Bytes)
[#005] sha256:9d3e4674a08d349811b5e5d2ebf7bb803e7898bca0fbc79c41c1197938219cd7 - 28.9% (30.1 MB)
[#006] sha256:4917caa38753210c44ba4f98a9ee9944941b463a52f54e907b20ac3034e73a59 - 2.11% (2.2 MB)
[#007] sha256:28319d17bcc8d3e9198623f5e5975398b271e50d8564f3f739c137e6d0c94d9d - 1.17% (1.22 MB)
[#008] sha256:5978d7ef18ff0adfc456807b54174d424e7025916ef5e27929dbe02e2b649ba9 - 25.48% (26.6 MB)
[#009] sha256:21465aa3e499f7fcdb81d52f1c0c4e660a72f90c5072b01382b8dbacbf472bbd - 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-08 23:57:21 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-05-08 23:57:21 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-08 23:57:22 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-05-08 23:57:22 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.8
2020-05-08 23:57:40 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-08 23:57:40 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-05-08 23:57:41 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-08 23:57:43 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-08 23:57:43 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-05-08 23:57:44 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-08 23:57:45 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-05-08 23:57:45 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-05-08 23:57:45 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-05-08 23:57:45 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-2944-head
2020-05-08 23:57:45 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-05-08 23:57:46 UTC/bin/sh -c #(nop) COPY multi:1424a9e192bc0089689aa6bf06828d76bfa4f6dbc9b2ff6d8fd13210be365342 in /usr/bin/
2020-05-08 23:57:46 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-05-08 23:57:47 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-05-08T23:57:18Z
2020-05-08 23:57:47 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-08 23:57:47 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=e669479d633cc65cb1de0952017abf3e6c4f2982
2020-05-08 23:57:47 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-05-08 23:51:05 UTC
231 MB
rancher/rancher-agent:master-2944-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:bf998a6fe2890eb3e91d072cbc08e8c81e325144d0f9017d185e7c6612113177 - 0.0% (854 Bytes)
[#020] sha256:62729d436e2ae31444ef6e745a27d4dcb21aa20610cfd23591a94b7fd0872b76 - 0.0% (863 Bytes)
[#021] sha256:d63d5ac6f9f2f3e348bceb2c89942c119e14e3d9f7586efb9e3ffad7e76746ba - 5.69% (13.2 MB)
[#022] sha256:c7bcc1252c13477cce132328a428cb22604c7d687ffdbf2a09266559b01e078c - 0.0% (834 Bytes)
[#023] sha256:2ad843981b39b7e1a86042794bf511880d07d6bffbf27020a6e350a144bed2af - 0.0% (855 Bytes)
[#024] sha256:9f9a870f03770746120c1635d09cd6c843b9e9ab02578397b17285de9ec1e9c7 - 0.0% (856 Bytes)
[#025] sha256:18ca197fc4873f671922b3e39058b70ec97700aad3e9a7840947411b99f3a7cf - 0.0% (829 Bytes)
[#026] sha256:a3e74d7221821846d18129660b5425cb08d620ce166e42d2dcc5698f75790cf4 - 0.0% (852 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-08 23:51:02 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-2944-head
2020-05-08 23:51:02 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-05-08 23:51:03 UTCcmd /S /C #(nop) COPY multi:56c9cd9baf766cc944bdbc29a7c99b6f06340aefcab68e31e4971b1ed8716b6f in \etc\rancher\
2020-05-08 23:51:04 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-05-08 23:51:04 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-05-08T23:51:00Z
2020-05-08 23:51:04 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-08 23:51:05 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=e669479d633cc65cb1de0952017abf3e6c4f2982
2020-05-08 23:51:05 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-05-08 23:51:23 UTC
233 MB
rancher/rancher-agent:master-2944-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:1c85c32dea069bac6f6b8385b2adca86f1e162e462372487fd964ced0b2c9be2 - 0.0% (848 Bytes)
[#020] sha256:a9189071440fd779c076d40e0d89f98ea41d4fec5f6f78349064bf90adb35c1a - 0.0% (828 Bytes)
[#021] sha256:e85ccc7a911d111e339f6323334ab00ecac7836d0c6a3d4fd3e4d1cedb3a5a24 - 5.65% (13.2 MB)
[#022] sha256:7929834cce77ca9a610d1fe0f1eef4a5c9d33cb90c97dbbb32eb6b48a7dc5c0f - 0.0% (827 Bytes)
[#023] sha256:9764126aa8955f3711a845033fdf911b3595d90624e5bf563f71211e8e3e8bda - 0.0% (856 Bytes)
[#024] sha256:e3c863529ba35300eabef456caf064d0a1ec22ef39bdf62742276af253c00ff8 - 0.0% (833 Bytes)
[#025] sha256:51cc8845024f1ac8cc67224dd5d25bdae50df4687ca62811aa4cf483f3ea6016 - 0.0% (831 Bytes)
[#026] sha256:2b9524fc49415c5dbedddf5f78d308e7d3d25da2a45459a9cb4358b5f6f6a668 - 0.0% (856 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-08 23:51:20 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-2944-head
2020-05-08 23:51:20 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-05-08 23:51:21 UTCcmd /S /C #(nop) COPY multi:56c9cd9baf766cc944bdbc29a7c99b6f06340aefcab68e31e4971b1ed8716b6f in \etc\rancher\
2020-05-08 23:51:21 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-05-08 23:51:22 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-05-08T23:51:18Z
2020-05-08 23:51:22 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-08 23:51:22 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=e669479d633cc65cb1de0952017abf3e6c4f2982
2020-05-08 23:51:23 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-05-09 00:02:54 UTC
94.7 MB
rancher/rancher-agent:master-2944-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:45f9e6d2acf1444a4c5489103c05c7d2269a1d3f2b65ba1d971b62593be9b9b5 - 0.0% (124 Bytes)
[#005] sha256:081aa06a0c5fd5448ebfb57350c1d035222694c30f26c2decec184bee4538f43 - 28.79% (27.3 MB)
[#006] sha256:a3f1bc6da4338b678a94f81d224c38ba2855ec971edf0884c5ebbe55982a7131 - 2.05% (1.94 MB)
[#007] sha256:2c2d13c8a0e389853c94eb3b622dfa5dd21ed81e5e8dcb3c0d83ecc3cf0910cd - 1.2% (1.13 MB)
[#008] sha256:9220626fc41917dcd27bf2c802fb34c648a811e4efb7e1b3b6e3f2738d3a5ec2 - 26.01% (24.6 MB)
[#009] sha256:c65ae313046a7ad4a2a7ef3a22d902975269d04323c325fe3c11fcb05ae98347 - 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-09 00:02:19 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-05-09 00:02:19 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-09 00:02:20 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-05-09 00:02:20 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.8
2020-05-09 00:02:46 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-09 00:02:46 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-05-09 00:02:48 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-09 00:02:49 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-09 00:02:49 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-05-09 00:02:51 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-09 00:02:51 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-05-09 00:02:51 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-05-09 00:02:52 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-05-09 00:02:52 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-2944-head
2020-05-09 00:02:52 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-05-09 00:02:53 UTC/bin/sh -c #(nop) COPY multi:1f9c5f5843ece60a6c40d1c129e9d674a96a444a9e7cf54603d2e71f487944e5 in /usr/bin/
2020-05-09 00:02:53 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-05-09 00:02:54 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-05-09T00:02:15Z
2020-05-09 00:02:54 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-09 00:02:54 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=e669479d633cc65cb1de0952017abf3e6c4f2982
2020-05-09 00:02:54 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.