2019-09-11 22:31:26 UTC
100 MB
rancher/rancher-agent:v2.3.0-rc3
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.5
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:35c102085707f703de2d9eaad8752d6fe1b8f02b5d2149f1d8357c9cc7fb7d0a - 25.43% (25.5 MB)
[#001] sha256:251f5509d51d9e4119d4ffb70d4820f8e2d7dc72ad15df3ebd7cd755539e40fd - 0.03% (34.5 KB)
[#002] sha256:8e829fe70a46e3ac4334823560e98b257234c23629f19f05460e21a453091e6d - 0.0% (848 Bytes)
[#003] sha256:6001e1789921cf851f6fb2e5fe05be70f482fe9c2286f66892fe5a3bc404569c - 0.0% (162 Bytes)
[#004] sha256:81f557acdabfe178b26b91815c08bde6d04faec59ad18d61ba21048083ea02b9 - 0.0% (123 Bytes)
[#005] sha256:8de8477d72a56999c168f7498cd80caab3c55e00936609f113985791fdc4d8c9 - 30.58% (30.6 MB)
[#006] sha256:767c96a0eb35b487ba98568ac9c6f035f7323965b5c0f321f6cd560e247032e5 - 2.2% (2.2 MB)
[#007] sha256:f3093b3084c77d3cf1f50ea3a30a975c5653aa3d59155442d494600a787cb7eb - 1.46% (1.46 MB)
[#008] sha256:1a2ff6412c4a4122e22469bb458eb4bb5f42954f16f35e6444c9f954f2f9da07 - 24.05% (24.1 MB)
[#009] sha256:f101d0ab8ce7b2963e3f9eec68de9b85a8c9caede122a66bfc1457e3ded140df - 16.25% (16.3 MB)
/bin/sh -c #(nop) ADD file:c477cb0e95c56b51e0b7353f3805165393689902b82a41bbe77dbef4b31667e1 in /
2019-08-15 07:28:13 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2019-08-15 07:28:13 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-08-15 07:28:14 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2019-08-15 07:28:14 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2019-09-11 22:30:41 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2019-09-11 22:30: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-11 22:30:42 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2019-09-11 22:30:43 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.14.5
2019-09-11 22:31:18 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-11 22:31:18 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2019-09-11 22:31:19 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-11 22:31:20 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-11 22:31:21 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2019-09-11 22:31:22 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-11 22:31:23 UTC/bin/sh -c #(nop) ARG VERSION=dev
2019-09-11 22:31:23 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2019-09-11 22:31:23 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2019-09-11 22:31:23 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.0-rc3
2019-09-11 22:31:23 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2019-09-11 22:31:24 UTC/bin/sh -c #(nop) COPY multi:262baa1c22a1c56350a2e2e24ed8b6a5bb4caa1ada7caee0ed7fd156b8da742e in /usr/bin/
2019-09-11 22:31:25 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2019-09-11 22:31:25 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2019-09-11T22:30:39Z
2019-09-11 22:31:25 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2019-09-11 22:31:26 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=1718887bf3bcf6190e4e170f0d64b61fc9870b09
2019-09-11 22:31:26 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2019-09-11 22:24:37 UTC
199 MB
rancher/rancher-agent:v2.3.0-rc3
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:85bcf813f547ea541f45281e987b5006b02919ed404f96d666d30402bfcf1f85 - 48.04% (95.8 MB)
[#001] sha256:9d2a47d1687131b421b341a329fbde2777cf8bd3331fcd0af360ca01bfd2235d - 0.0% (830 Bytes)
[#002] sha256:2ae67332ba7e8784b31f8f9161634c2021ab7e7ee7f58f961900d9b19f2b3756 - 0.0% (812 Bytes)
[#003] sha256:db9b0debabc1fa54667d359d039563466c8e0262112d2c34b2dd22fc015d3e02 - 0.0% (830 Bytes)
[#004] sha256:5e62e0bf1bab022a3a81e259035a92e523ca398f360a338ffaeb3bd881906325 - 0.0% (860 Bytes)
[#005] sha256:9aadc79687a01bcba98f09a0585b1081a6a8a49e8d3aedaeae60d5910f36a490 - 0.0% (832 Bytes)
[#006] sha256:5b2b129bf7e429fdfcefac0cb425f33045386d656a394faa133ec4862ffbe370 - 0.0% (829 Bytes)
[#007] sha256:a04d3ed513d64e04aee96ae6f95b90fd44885a896f9fc6cd34aa315680df33bf - 27.81% (55.4 MB)
[#008] sha256:3a8add4865654bc667733a176d017113cae6de64dda8a7c7b6e5739dccaba3ec - 0.06% (128 KB)
[#009] sha256:f283f3fd09f462bd19ddf38fa6c3eb41efebad3817e6da400d28e5cd65832e1a - 0.0% (827 Bytes)
[#010] sha256:54b49e4e5a3fcc4773c66712774d52b071935949c927d3d0d8812e8f769126c1 - 0.0% (906 Bytes)
[#011] sha256:9c1c11e3ac4a8d4811a63de5eb2ca718b1f96b85e0a34699ceb13ffb107251a1 - 0.05% (96.5 KB)
[#012] sha256:45e9bafa8c61058307aac1f3821c0f948977b78bdee07531ea459bc9c3f7db7b - 18.96% (37.8 MB)
[#013] sha256:f0522c15c21e10e803284fe2bde9e3f8eab09c5dff742a2ad991c74abdec422e - 0.0% (828 Bytes)
[#014] sha256:d26131a9f8077c1cd807db4a2293c924b31ea998f7e30bfaeba12382fdf3cd86 - 0.0% (828 Bytes)
[#015] sha256:10887749d9c6345c79d1b9cab398fe8559513c0707f941a81e3ee63ebac15d9f - 0.0% (830 Bytes)
[#016] sha256:8b69ab9ef220adb41b7385d4cb5a5bcbdbffb4e233c6057346892d4a3956841f - 0.0% (829 Bytes)
[#017] sha256:fbcc86cb401e18de0fff0515c7c3cea098495cdf9b32467929e89182cb11bbb3 - 0.0% (868 Bytes)
[#018] sha256:a0473931bef176ef20fbc2d5b09ffb4299ae5ffdee85ef907bc90c72b4f0333a - 5.08% (10.1 MB)
[#019] sha256:1e8408d99e91c0ffa20191fe4cd8e10b4793d8a50799a15c52a806bbca445b0f - 0.0% (866 Bytes)
[#020] sha256:a09abb9bb1e7868aeb3d0599f0253a7231670bb6dd5cdfbc1ecf72e520548f7c - 0.0% (831 Bytes)
[#021] sha256:b66892be3227aac334c44476eacd2f15d0035d8791adec10015cc1a9bc8b2f50 - 0.0% (887 Bytes)
[#022] sha256:0e6a707ca56fd8d408c0dec4edbb421672d97b429d79030aff574b4339704dbc - 0.0% (820 Bytes)
[#023] sha256:a02088627542e63503de1de112347d02f0c9b15e562a01b4da86c42d7481ac97 - 0.0% (810 Bytes)
Apply image 1809-KB4511553-amd64
2019-08-19 17:00:35 UTCcmd /S /C #(nop) ARG VCS_REF=none
2019-08-19 17:00:35 UTCcmd /S /C #(nop) ARG PS_VERSION=6.2.0
2019-08-19 17:00:36 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2019-08-19 17:00:36 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=8da8107 org.label-schema.vendor=PowerShell org.label-schema.version=6.2.2 org.label-schema.schema-version=1.0 org.label-schema.docker.cmd=docker run mcr.microsoft.com/v6.2.2/powershell:6.2.2-nanoserver-1809 pwsh -c '' org.label-schema.docker.cmd.devel=docker run mcr.microsoft.com/v6.2.2/powershell:6.2.2-nanoserver-1809 org.label-schema.docker.cmd.test=docker run mcr.microsoft.com/v6.2.2/powershell:6.2.2-nanoserver-1809 pwsh -c Invoke-Pester org.label-schema.docker.cmd.help=docker run mcr.microsoft.com/v6.2.2/powershell:6.2.2-nanoserver-1809 pwsh -c Get-Help
2019-08-19 17:00:37 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-08-19 17:00:38 UTCcmd /S /C #(nop) ENV PATH=C:\Windows\system32;C:\Windows;C:\Program Files\PowerShell;
2019-08-19 17:00:53 UTCcmd /S /C #(nop) COPY dir:92722a38110b443b862bc7b32a7b9ffc33257095248915ed64af91b7224e6477 in C:\Program Files\PowerShell
2019-08-19 17:01:50 UTC|3 IMAGE_NAME=mcr.microsoft.com/v6.2.2/powershell:6.2.2-nanoserver-1809 PS_VERSION=6.2.2 VCS_REF=8da8107 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-08-19 17:01:52 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2019-09-09 16:59:12 UTCcmd /S /C #(nop) USER ContainerAdministrator
2019-09-09 16:59:13 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2019-09-09 16:59:15 UTCcmd /S /C #(nop) COPY multi:54519f7883623358130e997264a97646fe1a0ea94c65146844ad7c3a32d929e5 in \Windows\
2019-09-09 16:59:17 UTCcmd /S /C #(nop) ARG VERSION=dev
2019-09-09 16:59:17 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2019-09-09 16:59:18 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2019-09-11 22:24:24 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.0-rc3
2019-09-11 22:24:24 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2019-09-11 22:24:25 UTCcmd /S /C #(nop) COPY multi:4972101341fa826d50d889ed52d838e9d036417fa0d2e4f1e5e3073f9015cdfb in \etc\rancher\
2019-09-11 22:24:26 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2019-09-11 22:24:36 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2019-09-11T22:24:35Z
2019-09-11 22:24:37 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2019-09-11 22:24:37 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=1718887bf3bcf6190e4e170f0d64b61fc9870b09
2019-09-11 22:24:37 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2019-09-11 22:24:49 UTC
201 MB
rancher/rancher-agent:v2.3.0-rc3
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:efc2c67379e10dde690451529fb38020db1cec471828bb0381397b1becbd276d - 48.58% (97.9 MB)
[#001] sha256:71a666bec8850b81625837e4439eb78f9c543d46c7ae380cb17b11a17cbd9f0f - 0.0% (833 Bytes)
[#002] sha256:04966aec55be4d4b28a96ffe63361484f247b7cb0fea3d656a580dcf7eddd618 - 0.0% (853 Bytes)
[#003] sha256:92b9831c91e76f6ad8393c2482355bed24becccf09697c9d8ac55307a8252a89 - 0.0% (827 Bytes)
[#004] sha256:8909a87662b4d837d37d7e26ee08083e779cfae99e8003a02504cd11cb42436f - 0.0% (857 Bytes)
[#005] sha256:a0cebf73453fa115d0e42e381cc9b38f17b447f63499ba37b7ecafbcd53c7e34 - 0.0% (823 Bytes)
[#006] sha256:5aba5a860347fd35a3e7e819acf404ffd3b2f78e76a5462a958b820b56f62106 - 0.0% (853 Bytes)
[#007] sha256:cd827dfc524e83ec56b6e6381b4a705db62e8b56acc763013488ef4aaa10f59d - 27.52% (55.4 MB)
[#008] sha256:065af5a8526fc2990e9e7fe98ab9270a74210628a1bf1a3f719e1ed1407c8d7c - 0.06% (128 KB)
[#009] sha256:185ce566cde1fd81a2cd4a9ce4587e36b6309320d67ed0e1953f4571022b8d53 - 0.0% (828 Bytes)
[#010] sha256:db2d90289af5ab1366554f9330ddfdb4797010039b65ec00770bf2e93782dfd7 - 0.0% (882 Bytes)
[#011] sha256:4ae138ec4e84d72d0d972d17bc8744c80c7a9e486f7dc7941e2c5dcc0c442409 - 0.05% (101 KB)
[#012] sha256:13f228023f115f2c599a6a46597ce5aad0f60c336b77a0c10e2d6c3606560023 - 18.76% (37.8 MB)
[#013] sha256:6406f22743bd1f8d5c76f9027c88f3a33d55d7bef8dbca79b5b6ef521fd6b9cb - 0.0% (881 Bytes)
[#014] sha256:89658a7699b4f14faf1eeefcbb530d327910d9ea6c1c2a95dad92a5949796d8b - 0.0% (828 Bytes)
[#015] sha256:5b69ebf8e877fd7360b2408f91538f9f8c4d208ccca0f939e0f663471480436f - 0.0% (830 Bytes)
[#016] sha256:a6d6cfd4094fc088c3a1bad7d7836557416f40588fb9ba84ae4590c6a25811cc - 0.0% (941 Bytes)
[#017] sha256:386ecce7a7159afe68b19f6517baa13c2fdac4bbfeed7827c0cd80d590d4b0ef - 0.0% (823 Bytes)
[#018] sha256:c95300c95270ec3a34b95f3530fb06ba941f7f2efa4b03152f88b5cb230f2230 - 5.02% (10.1 MB)
[#019] sha256:4d7bca8a5e2574fe21414615de0da1ef7270db15f6c3afe0b1430ec93d6c101d - 0.0% (886 Bytes)
[#020] sha256:689a79794bd5bcba2d211fa4f7fe1884ea6cd8a45ab6dd98554ea7e736f087c2 - 0.0% (902 Bytes)
[#021] sha256:ddb4f91850a6668d75a1f5c5fbcd74cecc0c992f7bf1702de084a5241fccc077 - 0.0% (831 Bytes)
[#022] sha256:14bba39def0743c40b4b088ed240ede1f17d98db8e09bf248436ba4991647e13 - 0.0% (877 Bytes)
[#023] sha256:1d2b18d710c17b13020ab013029edb3fe691a29b9e9ce204a413c66242778c00 - 0.0% (871 Bytes)
Apply image 1903-KB4512508-amd64
2019-08-19 17:09:11 UTCcmd /S /C #(nop) ARG VCS_REF=none
2019-08-19 17:09:11 UTCcmd /S /C #(nop) ARG PS_VERSION=6.2.0
2019-08-19 17:09:12 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2019-08-19 17:09:13 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=8da8107 org.label-schema.vendor=PowerShell org.label-schema.version=6.2.2 org.label-schema.schema-version=1.0 org.label-schema.docker.cmd=docker run mcr.microsoft.com/v6.2.2/powershell:6.2.2-nanoserver-1903 pwsh -c '' org.label-schema.docker.cmd.devel=docker run mcr.microsoft.com/v6.2.2/powershell:6.2.2-nanoserver-1903 org.label-schema.docker.cmd.test=docker run mcr.microsoft.com/v6.2.2/powershell:6.2.2-nanoserver-1903 pwsh -c Invoke-Pester org.label-schema.docker.cmd.help=docker run mcr.microsoft.com/v6.2.2/powershell:6.2.2-nanoserver-1903 pwsh -c Get-Help
2019-08-19 17:09:13 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-08-19 17:09:14 UTCcmd /S /C #(nop) ENV PATH=C:\Windows\system32;C:\Windows;C:\Program Files\PowerShell;
2019-08-19 17:09:25 UTCcmd /S /C #(nop) COPY dir:92722a38110b443b862bc7b32a7b9ffc33257095248915ed64af91b7224e6477 in C:\Program Files\PowerShell
2019-08-19 17:10:30 UTC|3 IMAGE_NAME=mcr.microsoft.com/v6.2.2/powershell:6.2.2-nanoserver-1903 PS_VERSION=6.2.2 VCS_REF=8da8107 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-08-19 17:10:31 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2019-09-09 16:57:52 UTCcmd /S /C #(nop) USER ContainerAdministrator
2019-09-09 16:57:53 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2019-09-09 16:57:56 UTCcmd /S /C #(nop) COPY multi:54519f7883623358130e997264a97646fe1a0ea94c65146844ad7c3a32d929e5 in \Windows\
2019-09-09 16:57:57 UTCcmd /S /C #(nop) ARG VERSION=dev
2019-09-09 16:57:58 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2019-09-09 16:57:58 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2019-09-11 22:24:36 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.0-rc3
2019-09-11 22:24:37 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2019-09-11 22:24:37 UTCcmd /S /C #(nop) COPY multi:1c0e1c60a1c5bcfa688667a4caaa72a6776b775aab91a2ca349456781fed3f6d in \etc\rancher\
2019-09-11 22:24:38 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2019-09-11 22:24:48 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2019-09-11T22:24:46Z
2019-09-11 22:24:48 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2019-09-11 22:24:48 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=1718887bf3bcf6190e4e170f0d64b61fc9870b09
2019-09-11 22:24:49 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2019-09-11 22:36:16 UTC
90.7 MB
rancher/rancher-agent:v2.3.0-rc3
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.5
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:a18125d87db556d414664aec3d8560a3936f65db805b371c78dfb660e996f7fc - 24.93% (22.6 MB)
[#001] sha256:a37f904068bb0560b0463abf84a40f8bd88cad600aac82d965211f6cf091c638 - 0.04% (34.4 KB)
[#002] sha256:df5d94f29b559d3652b2e474947071e136e7fda8f709e4d85298089f1fe0aa61 - 0.0% (850 Bytes)
[#003] sha256:5703ba3a2a584cea34ac80d0882466842edc3ba7887d2cd0520ca52083fcaca9 - 0.0% (189 Bytes)
[#004] sha256:2fd245e14769372bea1ca4a98d61dc8122fd17488c66392ddad2d0e4c350cff0 - 0.0% (124 Bytes)
[#005] sha256:c57e9ef99afdb99f7df8774373a29cbeda90bcc80835b25459fa3a15f49205b1 - 30.6% (27.8 MB)
[#006] sha256:a4923e7283f9cb630dc08cf22c0ad8155c3bb04fb53b10a898a31ba4a7715444 - 2.14% (1.94 MB)
[#007] sha256:610a30a7d03a5eb2c9226ef76f6c1e9e080f430fdfbb7533bc8587344ed178f2 - 1.41% (1.28 MB)
[#008] sha256:eeb8ad35bc1154981036277930defd1ae1efcdf221c7096019a67e88006d7a21 - 24.4% (22.1 MB)
[#009] sha256:aec5a12d9bfd37aebbdbc1871b3d7b34848754f4b66de466f42dcccfd8635a2a - 16.47% (14.9 MB)
/bin/sh -c #(nop) ADD file:f60265e136b36af0ec6265f8522a6c30070551dcd76c2df21509a58bf978157e in /
2019-08-15 01:31:17 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2019-08-15 01:31:19 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-08-15 01:31:20 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2019-08-15 01:31:21 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2019-09-11 22:35:38 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2019-09-11 22:35:38 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-11 22:35:39 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2019-09-11 22:35:39 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.14.5
2019-09-11 22:36:07 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-11 22:36:08 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2019-09-11 22:36:09 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-11 22:36:10 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-11 22:36:11 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2019-09-11 22:36:13 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-11 22:36:13 UTC/bin/sh -c #(nop) ARG VERSION=dev
2019-09-11 22:36:13 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2019-09-11 22:36:13 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2019-09-11 22:36:14 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.0-rc3
2019-09-11 22:36:14 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2019-09-11 22:36:15 UTC/bin/sh -c #(nop) COPY multi:44caf1d635255257661b4bbbf51853cf2bd5854dfa9e532eeb7d554737896043 in /usr/bin/
2019-09-11 22:36:15 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2019-09-11 22:36:16 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2019-09-11T22:35:34Z
2019-09-11 22:36:16 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2019-09-11 22:36:16 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=1718887bf3bcf6190e4e170f0d64b61fc9870b09
2019-09-11 22:36:16 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.