2020-05-04 17:15:01 UTC
104 MB
rancher/rancher-agent:master-2845-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:ed083feae1a949a7c6368f682991165172ce71c454777e066e16262a3aa14776 - 0.0% (124 Bytes)
[#005] sha256:198932cc68e47653c5a78770a7ffc4b0943b51368724f5b168e889b3e9586f6e - 28.9% (30.1 MB)
[#006] sha256:4917caa38753210c44ba4f98a9ee9944941b463a52f54e907b20ac3034e73a59 - 2.11% (2.2 MB)
[#007] sha256:e3a7e1ffe4b92e18a1310c9e5ac905beb777531086375f6c565e6091be3e7537 - 1.17% (1.22 MB)
[#008] sha256:7c146f373b9ee0277edff4689e05943e1c4a31c6d117e5006aba4b9dd6f28729 - 25.48% (26.6 MB)
[#009] sha256:83b7ecbc9f0dbc4100d80b0063e3238f16d78064cef09114ec9e3ae604a7b9bc - 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-04 17:14:34 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-05-04 17:14:34 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-04 17:14:35 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-05-04 17:14:35 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.8
2020-05-04 17:14:53 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-04 17:14:54 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-05-04 17:14:55 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-04 17:14:56 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-04 17:14:56 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-05-04 17:14:58 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-04 17:14:58 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-05-04 17:14:58 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-05-04 17:14:58 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-05-04 17:14:59 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-2845-head
2020-05-04 17:14:59 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-05-04 17:15:00 UTC/bin/sh -c #(nop) COPY multi:7b44e10f4f592469ed148fbde67c901f6603f12bfd61117f9ded2aea204ffc19 in /usr/bin/
2020-05-04 17:15:00 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-05-04 17:15:00 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-05-04T17:14:31Z
2020-05-04 17:15:00 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-04 17:15:01 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=431799fa4dc40a5eef28c6709741095d63654368
2020-05-04 17:15:01 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-05-04 17:14:29 UTC
231 MB
rancher/rancher-agent:master-2845-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:344c12423aa3b8fa4176af12b624bf071a9dabc88fd8abda6f968fadff9e1be4 - 0.0% (849 Bytes)
[#020] sha256:ef27d077cbea322bb40346c64a1c83a04ee043bd0e5b9654bef5d39bd436bde3 - 0.0% (829 Bytes)
[#021] sha256:04f8c2ac208a5842a52ced0d8ca19bfcbfcf22d23e2898b8c35d217117d5c937 - 5.69% (13.2 MB)
[#022] sha256:f4015c02d90077e7e8f639cb5444d348dba3044c0afd17cf98e3054a6c86a4ea - 0.0% (833 Bytes)
[#023] sha256:384bf2972a82a9d012421e70525a3b4e68e125465bb61a2e907b15db32f1140d - 0.0% (828 Bytes)
[#024] sha256:abee18abeb0c280ce35880c1dfd9669e2ff58ee196026b3af03df2309e67169f - 0.0% (826 Bytes)
[#025] sha256:3ef86613dde88577fb21ea701c3ef1ea23e9ca6966fb26bc323e7ac89201d1b9 - 0.0% (829 Bytes)
[#026] sha256:186de5e845efe0f98ff2582598bfc22da74a18147601704b7faeea4920ed033c - 0.0% (827 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-04 17:14:26 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-2845-head
2020-05-04 17:14:26 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-05-04 17:14:27 UTCcmd /S /C #(nop) COPY multi:137ef94ec8702d58b63c60cfdd4e901d9ffe2f8544386822372e1ab3a08f5b91 in \etc\rancher\
2020-05-04 17:14:28 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-05-04 17:14:28 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-05-04T17:14:25Z
2020-05-04 17:14:28 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-04 17:14:29 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=431799fa4dc40a5eef28c6709741095d63654368
2020-05-04 17:14:29 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-05-04 17:15:13 UTC
233 MB
rancher/rancher-agent:master-2845-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:17c5b21607a482394b95134ec887505552eac3cd2e84b0b21307c683660a5b43 - 0.0% (848 Bytes)
[#014] sha256:06820de46e6f6a091803960acd4da1911ba04469c29b83d23f0e287a2b699061 - 0.04% (101 KB)
[#015] sha256:c3a88ca274837fbd594f4a28982f48d455b90b0cf86f643a63adb6e710c2337f - 14.01% (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:cbd8267b13efb1fe9bb886a3ec6969c3272e84c4fb1eb8e40ae8f314a5451355 - 0.0% (831 Bytes)
[#020] sha256:1517af08b3f819ddc9f61a93ef1f0c352b6ff746f62b82ef7346a3d35f514016 - 0.0% (829 Bytes)
[#021] sha256:25d778ca5777d91452cba22151c2281d4b85b034a9d77faa978c8e291a39aa48 - 5.65% (13.2 MB)
[#022] sha256:b36713746fc9f842691047e4ca7ddb4351d3bf030e251cd642889266c82efa01 - 0.0% (854 Bytes)
[#023] sha256:5e6eaeffa0e67dd2f9e3c4d93f9efedead838787922c2c724f34bc7880c1471f - 0.0% (852 Bytes)
[#024] sha256:73fb41434e6bd38ed811b90b1004c46afe75952e16654aab137f583af8ed5801 - 0.0% (825 Bytes)
[#025] sha256:e101aa2b2a5d00a442707ddc9bdec15dae59131f36e56fafe6580aac037bf4fb - 0.0% (852 Bytes)
[#026] sha256:eff99ebda66777920391ba509bee30a62951c7f134ecc31a95dad170a781f182 - 0.0% (851 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-04 17:15:10 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-2845-head
2020-05-04 17:15:10 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-05-04 17:15:11 UTCcmd /S /C #(nop) COPY multi:137ef94ec8702d58b63c60cfdd4e901d9ffe2f8544386822372e1ab3a08f5b91 in \etc\rancher\
2020-05-04 17:15:11 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-05-04 17:15:12 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-05-04T17:15:08Z
2020-05-04 17:15:12 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-04 17:15:12 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=431799fa4dc40a5eef28c6709741095d63654368
2020-05-04 17:15:13 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-05-04 17:20:19 UTC
94.7 MB
rancher/rancher-agent:master-2845-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:bf58d2df4dc84826ea6934f1de46abb52118379d4b2ea3a66f44cb51ab1f1b3e - 0.0% (123 Bytes)
[#005] sha256:62780bf94edbcda9dcd5347440e8f5518a42201ca4ede157f903945843aa4f3a - 28.79% (27.3 MB)
[#006] sha256:a3f1bc6da4338b678a94f81d224c38ba2855ec971edf0884c5ebbe55982a7131 - 2.05% (1.94 MB)
[#007] sha256:31af82c5c74929d6aa5150b106e6392799a9945976bbf33a58a38c5b86a67679 - 1.2% (1.13 MB)
[#008] sha256:14a3690c4129f2df0ca1b5ba5facf8d895691a25250de7e8ecee7d5d7fa2854f - 26.01% (24.6 MB)
[#009] sha256:fd8b83712034afa576aa2f441a5b17c6f52399c79c7e6fca04c7e233eb9d1e05 - 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-04 17:19:42 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-05-04 17:19:43 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-04 17:19:44 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-05-04 17:19:44 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.8
2020-05-04 17:20:10 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-04 17:20:11 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-05-04 17:20:12 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-04 17:20:13 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-04 17:20:13 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-05-04 17:20:15 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-04 17:20:16 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-05-04 17:20:16 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-05-04 17:20:16 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-05-04 17:20:16 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-2845-head
2020-05-04 17:20:16 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-05-04 17:20:17 UTC/bin/sh -c #(nop) COPY multi:1d4b221cfe96b524798e7403b7fac686dd8262ea033dd0d959a6fe320ea28ef4 in /usr/bin/
2020-05-04 17:20:18 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-05-04 17:20:18 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-05-04T17:19:39Z
2020-05-04 17:20:18 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-04 17:20:18 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=431799fa4dc40a5eef28c6709741095d63654368
2020-05-04 17:20:19 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.