2019-09-04 21:01:54 UTC
98.7 MB
rancher/rancher-agent:v2.3.0-rc1
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
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.78% (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:486cd4b28c86066c1fd281795010e0a282f09bb97c07b3166aca8cc31df69e4c - 0.0% (122 Bytes)
[#005] sha256:e393b50fad65ed5b3ebd9cc728089ab3163ee67a383f711de06f085b0f2790ab - 29.6% (29.2 MB)
[#006] sha256:767c96a0eb35b487ba98568ac9c6f035f7323965b5c0f321f6cd560e247032e5 - 2.23% (2.2 MB)
[#007] sha256:d315d1ceee25dfc6d6276daf20c9bee08bc9cc45793af28dc8780abd673001df - 1.48% (1.46 MB)
[#008] sha256:8fae974c300ac7da830e139d1a89f0563bdd3c5764b569c8e505370417aa35f4 - 24.39% (24.1 MB)
[#009] sha256:7f2fefe596265e49efbf38ab54533818b989777abfd7c92582353aba414471e4 - 16.48% (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-04 21:01:07 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2019-09-04 21:01:07 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-04 21:01:08 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2019-09-04 21:01:47 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/v1.13.7/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-04 21:01:47 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2019-09-04 21:01:48 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-04 21:01:50 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-04 21:01:50 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2019-09-04 21:01:51 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-04 21:01:52 UTC/bin/sh -c #(nop) ARG VERSION=dev
2019-09-04 21:01:52 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2019-09-04 21:01:52 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2019-09-04 21:01:52 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.0-rc1
2019-09-04 21:01:52 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2019-09-04 21:01:53 UTC/bin/sh -c #(nop) COPY multi:09f5a03276bfdeb725a8225a2c1ccfa35771c6c5c8e9db380563eece45ee8c80 in /usr/bin/
2019-09-04 21:01:54 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2019-09-04 21:01:54 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2019-09-04T21:01:04Z
2019-09-04 21:01:54 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2019-09-04 21:01:54 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=f4b720b92a3791861ef60aa7b9bb7dbc54848bd4
2019-09-04 21:01:54 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2019-09-04 20:50:33 UTC
194 MB
rancher/rancher-agent:v2.3.0-rc1
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 - 49.37% (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 - 28.58% (55.4 MB)
[#008] sha256:3a8add4865654bc667733a176d017113cae6de64dda8a7c7b6e5739dccaba3ec - 0.06% (128 KB)
[#009] sha256:f283f3fd09f462bd19ddf38fa6c3eb41efebad3817e6da400d28e5cd65832e1a - 0.0% (827 Bytes)
[#010] sha256:4e9561f581aad39a4a966f855a5ed6a4af6bb089cec76dd57329c23ed5aa77c5 - 0.0% (912 Bytes)
[#011] sha256:8c784feecf4ef3fc4b1da3d97c3b038ef0d6671548295974512cd348c2f4ab91 - 0.05% (96.5 KB)
[#012] sha256:368e41690b8962c9215f505cb462a436408843357c3364649d3793408eac7820 - 16.72% (32.4 MB)
[#013] sha256:30478958d73047dffd38038dab06574723c9b33e525ded49db1503f5829be550 - 0.0% (887 Bytes)
[#014] sha256:d23335e71e07a33ed88cb4a6946d31581415ac4e26eb27ed3f558cec1d8a35b5 - 0.0% (884 Bytes)
[#015] sha256:42c25a8c221fae7ca0b5f3573ae8881f85b42056d565243503081936dc933b7f - 0.0% (869 Bytes)
[#016] sha256:af39de005fcf161ac35c856daffe2188f42ca37c605eaf423951d8d1491b86e4 - 0.0% (884 Bytes)
[#017] sha256:6f00067fe8d763300a9adb9952c7b2c820637f3b425bc5af44a2b95aa6c4c494 - 0.0% (916 Bytes)
[#018] sha256:5b6e84e53899645007e566727fe1bead0477692a86ad5b546e487af4cec0a4a3 - 5.22% (10.1 MB)
[#019] sha256:cf16c1a415592ebede95f2cebafe7a7e5ef8b0a064468f578c8f909dadd2f4f1 - 0.0% (817 Bytes)
[#020] sha256:d6c7900f2c6932336c23ea68c560c9201fe606bccaf436371659e6c971ec6393 - 0.0% (853 Bytes)
[#021] sha256:52784911191b03a2bcacf71c861bdffde2d26ccba97bbef3f1b7c2c0bfb6a395 - 0.0% (897 Bytes)
[#022] sha256:f706bd21ec6dfcb14f907f1688f75bb5e8b9c9edc2abf8c3986a7d830f298848 - 0.0% (831 Bytes)
[#023] sha256:7f1d3110c92d18d911e8e61db41474b61d4a7efb310de780dd459f9b6fbcfe12 - 0.0% (900 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-02 14:52:23 UTCcmd /S /C #(nop) USER ContainerAdministrator
2019-09-02 14:52:24 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2019-09-02 14:52:26 UTCcmd /S /C #(nop) COPY multi:e29f6d30d44721ba0051e05af45e5e28bcd93a7e5e9c250ac7486153072b16ec in \Windows\
2019-09-02 14:52:27 UTCcmd /S /C #(nop) ARG VERSION=dev
2019-09-02 14:52:27 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2019-09-02 14:52:28 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2019-09-04 18:14:36 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.0-rc1
2019-09-04 18:14:36 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2019-09-04 20:50:21 UTCcmd /S /C #(nop) COPY multi:1db696bfcc0a5509fb3ec277d26250b6700a497f4358908bfe42ee02152d2abe in \etc\rancher\
2019-09-04 20:50:22 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2019-09-04 20:50:31 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2019-09-04T20:50:30Z
2019-09-04 20:50:32 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2019-09-04 20:50:32 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=f4b720b92a3791861ef60aa7b9bb7dbc54848bd4
2019-09-04 20:50:33 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2019-09-04 20:50:54 UTC
196 MB
rancher/rancher-agent:v2.3.0-rc1
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 - 49.91% (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 - 28.27% (55.4 MB)
[#008] sha256:065af5a8526fc2990e9e7fe98ab9270a74210628a1bf1a3f719e1ed1407c8d7c - 0.06% (128 KB)
[#009] sha256:185ce566cde1fd81a2cd4a9ce4587e36b6309320d67ed0e1953f4571022b8d53 - 0.0% (828 Bytes)
[#010] sha256:1ee5da1a3c2ba765e1a6092d21bc27a1e2ce15e456c5818a7501d168d000c3ae - 0.0% (825 Bytes)
[#011] sha256:8f80a52f8a7d95692319da90c8f95cefbe99693e6b2e735d3cc2125661376668 - 0.05% (101 KB)
[#012] sha256:1a3aad1723561a69dcaa559d0d587d041822bbeb8af2982a06e3dd2ae077367f - 16.54% (32.4 MB)
[#013] sha256:66e86f2a42cfd23932ff78eda0e53fc49d22fc1b83200c8c1ca14bf8efda60a7 - 0.0% (832 Bytes)
[#014] sha256:7fda97c909693536c3d477ab0ec230dfd3245ba3e6fd3c5b4a5131ed0916f6d1 - 0.0% (872 Bytes)
[#015] sha256:f9907385a2b863dc9ba0122a429bb36033885e74fc250521493bbec8c9d56fef - 0.0% (852 Bytes)
[#016] sha256:d36011b641a54231db4357c63aa1a546787d27e42db7a05a78045977349b5352 - 0.0% (833 Bytes)
[#017] sha256:48516e4d0613b873509eda2a30f6674868b3eb937f82208981a31aaef00b256a - 0.0% (948 Bytes)
[#018] sha256:5a212f3c0014d8e5b88276aced0d71532c38d025eaf30eb561b31add680138a4 - 5.16% (10.1 MB)
[#019] sha256:3af269c865312ee7af4f2f105355e94e15a393660172e780a5c2068b7a1f531f - 0.0% (895 Bytes)
[#020] sha256:2c0c075df55e87d6aeb1a84c4fc017b6f00fdad7dad784d4ce2f721f8e2f7e56 - 0.0% (832 Bytes)
[#021] sha256:c4d03bd00fac7b3e087104d09d4da05d89d22d98a8dc16403a671fc3044fb68e - 0.0% (826 Bytes)
[#022] sha256:60492bcce70c3d8b2415d627e83b70f619ad1dc04279404bb0cb28a9f83b9cb0 - 0.0% (886 Bytes)
[#023] sha256:ee63f7045548a8da0a602cd3175d1f8552c05160f64b75444c8b8f955a825a63 - 0.0% (823 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-02 14:51:19 UTCcmd /S /C #(nop) USER ContainerAdministrator
2019-09-02 14:51:20 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2019-09-02 14:51:22 UTCcmd /S /C #(nop) COPY multi:e29f6d30d44721ba0051e05af45e5e28bcd93a7e5e9c250ac7486153072b16ec in \Windows\
2019-09-02 14:51:23 UTCcmd /S /C #(nop) ARG VERSION=dev
2019-09-02 14:51:24 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2019-09-02 14:51:24 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2019-09-04 18:15:21 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.0-rc1
2019-09-04 18:15:21 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2019-09-04 20:50:42 UTCcmd /S /C #(nop) COPY multi:0850a9bed3c9febcc368d068683d9f40a1bfac257093473072f3821ee342d986 in \etc\rancher\
2019-09-04 20:50:42 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2019-09-04 20:50:53 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2019-09-04T20:50:51Z
2019-09-04 20:50:53 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2019-09-04 20:50:54 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=f4b720b92a3791861ef60aa7b9bb7dbc54848bd4
2019-09-04 20:50:54 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2019-09-04 21:03:04 UTC
89.4 MB
rancher/rancher-agent:v2.3.0-rc1
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
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 - 25.31% (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:cdf09635142b6d45b6278fbcf6797a33308f02e4d5272ecd639b6c39bc9587cb - 0.0% (124 Bytes)
[#005] sha256:1458c1f480e73fb2d187975fa36d8a62f0f3dc9f13b054ba042205915e26d3fe - 29.56% (26.4 MB)
[#006] sha256:a4923e7283f9cb630dc08cf22c0ad8155c3bb04fb53b10a898a31ba4a7715444 - 2.17% (1.94 MB)
[#007] sha256:4ea8e3f3e65c835352fa3f9d81d86b1194166fe7c5d5c95d89ba317736b7c26e - 1.44% (1.28 MB)
[#008] sha256:6194bd0d0fc998d4ccdfd3da5d2ebfeb43514bf2f60d33f8f088aa80307bf7bf - 24.77% (22.1 MB)
[#009] sha256:0feea4f7d859a260513314e277b4fb3d3ae8adeb0eb075b75ba5478d6ce9e5e0 - 16.71% (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-04 21:02:22 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2019-09-04 21:02:22 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-04 21:02:23 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2019-09-04 21:02:48 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/v1.13.7/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-04 21:02:49 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2019-09-04 21:02:50 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-04 21:02:57 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-04 21:02:57 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2019-09-04 21:02:59 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-04 21:02:59 UTC/bin/sh -c #(nop) ARG VERSION=dev
2019-09-04 21:02:59 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2019-09-04 21:03:00 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2019-09-04 21:03:00 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.0-rc1
2019-09-04 21:03:00 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2019-09-04 21:03:01 UTC/bin/sh -c #(nop) COPY multi:fabc5f9bd87417a9ed7d22594dafd6f892a8cb53360b9feef445a2135c41f451 in /usr/bin/
2019-09-04 21:03:03 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2019-09-04 21:03:03 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2019-09-04T21:02:17Z
2019-09-04 21:03:03 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2019-09-04 21:03:04 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=f4b720b92a3791861ef60aa7b9bb7dbc54848bd4
2019-09-04 21:03:04 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.