2019-09-24 18:14:37 UTC
100 MB
rancher/rancher-agent:v2.3.0-rc9
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.14.7
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:5667fdb72017d1fb364744ca1abf7b6f3bbe9c98c3786f294a461c2866db69ab - 25.42% (25.4 MB)
[#001] sha256:d83811f270d56d34a208f721f3dbf1b9242d1900ad8981fc7071339681998a31 - 0.03% (34.5 KB)
[#002] sha256:ee671aafb583e2321880e275c94d49a49185006730e871435cd851f42d2a775d - 0.0% (850 Bytes)
[#003] sha256:7fc152dfb3a6b5c9a436b49ff6cd72ed7eb5f1fd349128b50ee04c3c5c2355fb - 0.0% (163 Bytes)
[#004] sha256:1221a5876f72c97077b56727549ddfa5e13fba9faaf410ff21713cbd813e6849 - 0.0% (124 Bytes)
[#005] sha256:3390da34297d4bed9ed1d8e7aa19dcade1c43c3c5f051114cd6377c483454287 - 30.58% (30.6 MB)
[#006] sha256:fb492ec03242a5146746a88362535304dffcbe4856a255c4ff8e787baa143579 - 2.2% (2.2 MB)
[#007] sha256:3ca54a3cd118718283cd97c6b89a064f04c1a0e555a2447a77552b8f5b8ed27a - 1.46% (1.46 MB)
[#008] sha256:bae48984231f3edfcb2f77cc54ef1c6dbd1b77791ca7ec07fb1e3b5c254c6f1c - 24.05% (24.1 MB)
[#009] sha256:1f8b41d1f0728e17e6036d355ec18d8c6913f02e8e2a19192ebfc230b23334db - 16.26% (16.3 MB)
/bin/sh -c #(nop) ADD file:288ac0434f65264f3c50cf3e2766c5dbf3fa953c89995dd9445063fd565aac81 in /
2019-09-18 23:20:25 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2019-09-18 23:20:26 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
2019-09-18 23:20:27 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2019-09-18 23:20:27 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2019-09-24 18:13:42 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2019-09-24 18:13:42 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
2019-09-24 18:13:43 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2019-09-24 18:13:43 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.14.7
2019-09-24 18:14:28 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/*
2019-09-24 18:14:29 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2019-09-24 18:14:30 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
2019-09-24 18:14:31 UTC|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.4/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin
2019-09-24 18:14:31 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2019-09-24 18:14:33 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
2019-09-24 18:14:34 UTC/bin/sh -c #(nop) ARG VERSION=dev
2019-09-24 18:14:34 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2019-09-24 18:14:34 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2019-09-24 18:14:34 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.0-rc9
2019-09-24 18:14:34 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2019-09-24 18:14:35 UTC/bin/sh -c #(nop) COPY multi:051c9cacbef2adb928927aea7f7a23fb4d3bceb53de51e10e0528819af568ea9 in /usr/bin/
2019-09-24 18:14:36 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2019-09-24 18:14:36 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2019-09-24T18:13:37Z
2019-09-24 18:14:37 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2019-09-24 18:14:37 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=d1ee8d6e0c6eed6b8b9ddcf948c23b44d299a3bb
2019-09-24 18:14:37 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2019-09-24 18:02:37 UTC
193 MB
rancher/rancher-agent:v2.3.0-rc9
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
PATHC:\Windows\system32;C:\Windows;C:\Program Files\PowerShell;
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:cf10787548c4aa1257b52cd773abeda0d39f7e9f0ba54160f20911e2622301a2 - 49.51% (95.8 MB)
[#001] sha256:a0facf8d4c4228fffe7f9307f5bd09d495b0b51864a86e4f387716b4e78b4135 - 0.0% (849 Bytes)
[#002] sha256:f690aeefa043b62d6dfd005e691cb55c4155d157d5b23430e8786238c13e21c9 - 0.0% (830 Bytes)
[#003] sha256:407e11470a03bdcb698f18daa606698e7a850d6a6c18fdb74ead83a3e90cd4b0 - 0.0% (825 Bytes)
[#004] sha256:c727069f3850589e25f3a49f679d91994540b7876ab599195d6d04729ce149b4 - 0.0% (825 Bytes)
[#005] sha256:3892750b2f85d7576196f9c0b9fd4bb0d49c75a42f177b3f9bbd6b7a011c16b2 - 0.0% (852 Bytes)
[#006] sha256:aa22899fcc65f0cad9685533a2a053331470b32da3ae0b7f3563a7b1a8f0a0f2 - 0.0% (832 Bytes)
[#007] sha256:06b2f7ae0b63cdb78f2ad2e384d9ca365308511d9d6b1d3f572c2064891f8032 - 28.3% (54.7 MB)
[#008] sha256:bab034d359bd47288f45103fcf31d2ee1649f16504df76d92fce96ba0481378b - 0.06% (128 KB)
[#009] sha256:1854ae4ea3877da97bdccaab6a29102a76063a71eef94db6c091192d3a64796c - 0.0% (833 Bytes)
[#010] sha256:df29dd3b1623056216d36cf77df9ad5c5cb41bc95e0335607c3910a5e42a5af7 - 0.0% (885 Bytes)
[#011] sha256:2b84d154ecd1e3412becc6b0b0989e3b3a307d52fc80b325616b51620c512c6b - 0.05% (96.5 KB)
[#012] sha256:4efaee8418c88bd87a517d6128584d21668820050120d7d14b71630418f2b1c2 - 16.85% (32.6 MB)
[#013] sha256:6a023d372ff58a44d72d4d20a90d17acad8ec63bf739e0186c80ec823d1744e2 - 0.0% (925 Bytes)
[#014] sha256:45c01f3485e1ade4e7a68bb9ec026d1bb349b29911f80844ebad85e0ebb4ee0c - 0.0% (903 Bytes)
[#015] sha256:e62dbdf17664e8fa2efd32b5310aa36378caa076651b41a3cfce0c63ca8f5668 - 0.0% (820 Bytes)
[#016] sha256:5458b9006f19884c5e5b3b6aa289554f7b65a06a78b0388eb8cddf1c0590cc00 - 0.0% (827 Bytes)
[#017] sha256:53eff44f75005b869385df634018b89c48bfe7023f54ffbbec6bb2db391345a4 - 0.0% (868 Bytes)
[#018] sha256:9f0cbc0aabae80fc66e7b516e81039956d71f72b20fb46e471aa5ecea8c2261d - 5.23% (10.1 MB)
[#019] sha256:2d6c5f22979d1265412367d4a680d325294c526c16a1ae4f81a0a0a0efa3d2e1 - 0.0% (830 Bytes)
[#020] sha256:8823d0d168db951082a255a721a54d58348b3e0f119da237d689094c0a11f231 - 0.0% (827 Bytes)
[#021] sha256:0fecd45d76c45af0f910c58dca85d6e3806a0e3e4b4d7dbf7f2186d960cebec2 - 0.0% (873 Bytes)
[#022] sha256:c02b8fe01bf14484a2a6a50916bc4f4df87d60a242979a43e98cf12f76ef9bc9 - 0.0% (872 Bytes)
[#023] sha256:36f1f8327d57a08a26bca3ab373e0aa5a0781851257662a2a40710c43dfd5305 - 0.0% (862 Bytes)
Apply image 1809-KB4512578-amd64
2019-09-18 17:44:25 UTCcmd /S /C #(nop) ARG VCS_REF=none
2019-09-18 17:44:25 UTCcmd /S /C #(nop) ARG PS_VERSION=6.2.0
2019-09-18 17:44:26 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2019-09-18 17:44:26 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=f81009c org.label-schema.vendor=PowerShell org.label-schema.version=6.2.3 org.label-schema.schema-version=1.0 org.label-schema.docker.cmd=docker run mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1809 pwsh -c '' org.label-schema.docker.cmd.devel=docker run mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1809 org.label-schema.docker.cmd.test=docker run mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1809 pwsh -c Invoke-Pester org.label-schema.docker.cmd.help=docker run mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1809 pwsh -c Get-Help
2019-09-18 17:44:27 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
2019-09-18 17:44:27 UTCcmd /S /C #(nop) ENV PATH=C:\Windows\system32;C:\Windows;C:\Program Files\PowerShell;
2019-09-18 17:44:38 UTCcmd /S /C #(nop) COPY dir:cc4c542ef52db3db25fd993a2fdf182b8597d8c657d7bacab17200fc592cf78c in C:\Program Files\PowerShell
2019-09-18 17:45:30 UTC|3 IMAGE_NAME=mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1809 PS_VERSION=6.2.3 VCS_REF=f81009c 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 ; }"
2019-09-18 17:45:31 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2019-09-23 20:24:45 UTCcmd /S /C #(nop) USER ContainerAdministrator
2019-09-23 20:24:46 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2019-09-23 20:24:49 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2019-09-23 20:24:50 UTCcmd /S /C #(nop) ARG VERSION=dev
2019-09-23 20:24:50 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2019-09-23 20:24:51 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2019-09-24 18:02:21 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.0-rc9
2019-09-24 18:02:21 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2019-09-24 18:02:22 UTCcmd /S /C #(nop) COPY multi:810788068d383ac7022d4754c0a6ed44b692b3885db17dd14df4cae970eec104 in \etc\rancher\
2019-09-24 18:02:22 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2019-09-24 18:02:36 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2019-09-24T18:02:31Z
2019-09-24 18:02:36 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2019-09-24 18:02:36 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=d1ee8d6e0c6eed6b8b9ddcf948c23b44d299a3bb
2019-09-24 18:02:37 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2019-09-24 18:01:37 UTC
196 MB
rancher/rancher-agent:v2.3.0-rc9
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
PATHC:\Windows\system32;C:\Windows;C:\Program Files\PowerShell;
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:d29f8f3689f86360ec5508282eaa803e3634a93ddbb1990ed92e608fc89096dc - 50.1% (98.1 MB)
[#001] sha256:f86235fcbe4b103998ec9a6e55b025312b97c28362479374360c031423066b04 - 0.0% (848 Bytes)
[#002] sha256:ed0435b1a14e27cbfb498a0c7f793b1f2b34b2ac3c1d6c703607d0103052c186 - 0.0% (857 Bytes)
[#003] sha256:ae6715210685b689b73605c0c7aa55f1c6e01d88916804f75d05cb4aa1764914 - 0.0% (822 Bytes)
[#004] sha256:7dc29fb85fb08237adc32507e981947dbbd2a8b312e9c7086dd9b87d056149e7 - 0.0% (828 Bytes)
[#005] sha256:d4e76816145efe30cc984f55a2650053ca37f7032ef3e2e0e0fb06a4e0d9e450 - 0.0% (831 Bytes)
[#006] sha256:812b2b5789e101bf23b465418ee4e64c9ef6986a6e628e699edd556daec27a1b - 0.0% (828 Bytes)
[#007] sha256:9ebd9135a3c6177469a634e8a03ea12cc4467c1899e5f177340db02ffc438489 - 27.96% (54.7 MB)
[#008] sha256:1efdcfd4c9ae6a43def153525ea9436dab4ab6f37df389303137c23b430fd113 - 0.06% (128 KB)
[#009] sha256:9b355b164653e3f477f235ec916a8480f13568f8f477b7477f1904331338af55 - 0.0% (854 Bytes)
[#010] sha256:cfd6183c1ac8908fbae5891c0bf13a062229fb9d71a44ddb2d6c9ab3bdfb7ee5 - 0.0% (855 Bytes)
[#011] sha256:4d3cabe0cbbfb288194dc8e7598a63ba6c9e36b801d40f78c547733ed260edb6 - 0.05% (101 KB)
[#012] sha256:f3e68736930a98b3b98b6f54b5779faf9cf158ceb7b6a9b9e12bde12a82d584a - 16.65% (32.6 MB)
[#013] sha256:2a00287d1dffd83da41d8dd6b274d81c196f54904c36034c769a4f8bdc2f69cb - 0.0% (857 Bytes)
[#014] sha256:027a6910af67ec8764bd78a8adc520dc7f6e31a837cfb4ec756aeba148cae870 - 0.0% (825 Bytes)
[#015] sha256:27bb71cec9459e28596af4aa051b13c26df4e30c72af4ba7be89a22ff391eafd - 0.0% (828 Bytes)
[#016] sha256:b0f3d56edc77ed381228a8eb022fa2faf62df5a23b20d6be8bf0159db4aab429 - 0.0% (826 Bytes)
[#017] sha256:22475f034afa6b9b4fc75eca36ce2d8de36deecfa77c52005f431b21b2eaed20 - 0.0% (833 Bytes)
[#018] sha256:1eb78e78da821077c7e5896546d8137e97b468815b33d8e97b2e8492f9ffcef3 - 5.17% (10.1 MB)
[#019] sha256:6258b2ecf3001954064be90c7e00b942395e426a0ef5e8eac476d02864896c2c - 0.0% (828 Bytes)
[#020] sha256:f938973870caa3e6d60c182e150884ace80f5a4aa1fe1efed464a2591324ad3b - 0.0% (906 Bytes)
[#021] sha256:d90ab4186f7c110b51ddade0af8b80fae7f7b6a8698adcda12f1b88ac814e147 - 0.0% (886 Bytes)
[#022] sha256:95115a0084656661d432865ef33d7352bcfc2d527e8c1f0448144aaf881ebc4b - 0.0% (827 Bytes)
[#023] sha256:6545447cbf6ba0d132815eebd29a3423c9dae8bf92f46422a67f08146c52febd - 0.0% (830 Bytes)
Apply image 1903-KB4515384-amd64
2019-09-18 17:49:02 UTCcmd /S /C #(nop) ARG VCS_REF=none
2019-09-18 17:49:03 UTCcmd /S /C #(nop) ARG PS_VERSION=6.2.0
2019-09-18 17:49:03 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2019-09-18 17:49:04 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=f81009c org.label-schema.vendor=PowerShell org.label-schema.version=6.2.3 org.label-schema.schema-version=1.0 org.label-schema.docker.cmd=docker run mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1903 pwsh -c '' org.label-schema.docker.cmd.devel=docker run mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1903 org.label-schema.docker.cmd.test=docker run mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1903 pwsh -c Invoke-Pester org.label-schema.docker.cmd.help=docker run mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1903 pwsh -c Get-Help
2019-09-18 17:49:04 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
2019-09-18 17:49:05 UTCcmd /S /C #(nop) ENV PATH=C:\Windows\system32;C:\Windows;C:\Program Files\PowerShell;
2019-09-18 17:49:14 UTCcmd /S /C #(nop) COPY dir:cc4c542ef52db3db25fd993a2fdf182b8597d8c657d7bacab17200fc592cf78c in C:\Program Files\PowerShell
2019-09-18 17:49:50 UTC|3 IMAGE_NAME=mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1903 PS_VERSION=6.2.3 VCS_REF=f81009c 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 ; }"
2019-09-18 17:49:50 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2019-09-23 20:22:19 UTCcmd /S /C #(nop) USER ContainerAdministrator
2019-09-23 20:22:19 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2019-09-23 20:22:23 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2019-09-23 20:22:26 UTCcmd /S /C #(nop) ARG VERSION=dev
2019-09-23 20:22:26 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2019-09-23 20:22:26 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2019-09-24 18:01:21 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.0-rc9
2019-09-24 18:01:21 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2019-09-24 18:01:22 UTCcmd /S /C #(nop) COPY multi:87c9d4edc80b035dd5aa82126625885102a67d799f5b0ede24b26b76813fabc5 in \etc\rancher\
2019-09-24 18:01:23 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2019-09-24 18:01:36 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2019-09-24T18:01:32Z
2019-09-24 18:01:37 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2019-09-24 18:01:37 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=d1ee8d6e0c6eed6b8b9ddcf948c23b44d299a3bb
2019-09-24 18:01:37 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2019-09-24 18:17:06 UTC
90.7 MB
rancher/rancher-agent:v2.3.0-rc9
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.14.7
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:7b41eef85850b2bce6085c7ed6fbce17461661cd2b5c5d14f94542b20c6ac572 - 24.93% (22.6 MB)
[#001] sha256:10ef0fbfaf41cffaa6e7df6d2eb4befeca566d99759133c05c0cfa1aa7f9d18b - 0.04% (34.4 KB)
[#002] sha256:13e2f55c626abcdff96db9e8e21006a484649cd5bf1b431e12f49eede9f62a15 - 0.0% (854 Bytes)
[#003] sha256:904962a75052720836a66577475eb8a703feae9619ab18317ecac2ce7515a812 - 0.0% (186 Bytes)
[#004] sha256:a3690fb8d6318c954cbdf521ac6aaa513d783c365dc75e429819f0cde6e327a8 - 0.0% (124 Bytes)
[#005] sha256:91a6c91eccef12177c2dfebc35ef2c90f0c4e68fce521297bc809920f027eff4 - 30.61% (27.8 MB)
[#006] sha256:77c232e9cb5e3d4dbd4be7f8c26b79665385e1dcaec80c34b7b656622abef11a - 2.14% (1.94 MB)
[#007] sha256:137a1272699cc3548d4a4222bb196fb4348be934ea40ee777f33b3f473efc88f - 1.41% (1.28 MB)
[#008] sha256:9defdbc81a2f445fbc9b6f2f15b7987d9015fa14217eaff022faaa3e0a054b46 - 24.4% (22.1 MB)
[#009] sha256:090b7e79499da1a603e55a1e4000f6a7023011881697e295ea83c0fbf32ea17a - 16.47% (14.9 MB)
/bin/sh -c #(nop) ADD file:ad56b254a6ae01605c5ebfaf85521d760cbe15e503e5b72ade6af64cc93c621e in /
2019-09-18 23:45:40 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2019-09-18 23:45:42 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
2019-09-18 23:45:43 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2019-09-18 23:45:44 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2019-09-24 18:16:28 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2019-09-24 18:16:28 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
2019-09-24 18:16:29 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2019-09-24 18:16:29 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.14.7
2019-09-24 18:16:57 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/*
2019-09-24 18:16:57 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2019-09-24 18:16:59 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
2019-09-24 18:17:00 UTC|1 ARCH=arm64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.4/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin
2019-09-24 18:17:00 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2019-09-24 18:17:02 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
2019-09-24 18:17:03 UTC/bin/sh -c #(nop) ARG VERSION=dev
2019-09-24 18:17:03 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2019-09-24 18:17:03 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2019-09-24 18:17:03 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.0-rc9
2019-09-24 18:17:04 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2019-09-24 18:17:05 UTC/bin/sh -c #(nop) COPY multi:f8afff4ae40d67f14e5ca79bb0484595ac8ab1f78b9f76ee67d7f6ea83a01a54 in /usr/bin/
2019-09-24 18:17:05 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2019-09-24 18:17:06 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2019-09-24T18:16:20Z
2019-09-24 18:17:06 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2019-09-24 18:17:06 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=d1ee8d6e0c6eed6b8b9ddcf948c23b44d299a3bb
2019-09-24 18:17:06 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.