2019-10-14 18:13:10 UTC
102 MB
rancher/rancher-agent:v2.3.2-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.1
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.05% (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:e12b3a9c6addf1ee77c593f216aa3c0a2125f6274edd1a9655c6968f6c0c2391 - 0.0% (124 Bytes)
[#005] sha256:7b0dd1585a00d4d2fb8a954f3b5331ec20c4e13fcfdd4c6745498e802e3dc0bc - 30.87% (31.4 MB)
[#006] sha256:fb492ec03242a5146746a88362535304dffcbe4856a255c4ff8e787baa143579 - 2.17% (2.2 MB)
[#007] sha256:c3c29f213f2e7e41ca40620c07dd1ecbe5ed325f14f03b7a1ab80812195e986f - 1.43% (1.46 MB)
[#008] sha256:174119cea7c749a7100a4273678aebf36eec11d4fef06bea49a7ae19953ae1fd - 23.7% (24.1 MB)
[#009] sha256:783656a24db88bb7d21175337bdc6e42a903f62b9af5cb7d0dfdaaa053579031 - 16.75% (17 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-10-14 18:12:18 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2019-10-14 18:12:18 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-10-14 18:12:19 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2019-10-14 18:12:19 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2019-10-14 18:13:01 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-10-14 18:13:02 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2019-10-14 18:13:03 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-10-14 18:13:04 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-10-14 18:13:04 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2019-10-14 18:13:06 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-10-14 18:13:06 UTC/bin/sh -c #(nop) ARG VERSION=dev
2019-10-14 18:13:06 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2019-10-14 18:13:07 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2019-10-14 18:13:07 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.2-head
2019-10-14 18:13:07 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2019-10-14 18:13:08 UTC/bin/sh -c #(nop) COPY multi:747b6fc9a07721afcaa4930b86ba188ede29656b65d1442ce0ee0892129f6219 in /usr/bin/
2019-10-14 18:13:09 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2019-10-14 18:13:09 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2019-10-14T18:12:14Z
2019-10-14 18:13:10 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2019-10-14 18:13:10 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=1900168fa4f8ae9bafa7e3e341c49a7684d4fc04
2019-10-14 18:13:10 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2019-10-14 17:59:16 UTC
194 MB
rancher/rancher-agent:v2.3.2-head
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.33% (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.19% (54.7 MB)
[#008] sha256:bab034d359bd47288f45103fcf31d2ee1649f16504df76d92fce96ba0481378b - 0.06% (128 KB)
[#009] sha256:1854ae4ea3877da97bdccaab6a29102a76063a71eef94db6c091192d3a64796c - 0.0% (833 Bytes)
[#010] sha256:5e5f18e0c18e896452c90d55432184245566ef002d9436c70da15ad340fca839 - 0.0% (863 Bytes)
[#011] sha256:6554fea9236dab50432b42bf2f61f69dd81253c6409129bfd6d57e61d154d7aa - 0.05% (96.5 KB)
[#012] sha256:1dd7eb56120562424c2a94aa909296e875753e59922608ade9aeb43a59682b89 - 16.79% (32.6 MB)
[#013] sha256:af3815253faea3ce630264968e68f7ede44f7b11835ff79a1a629b844738b2a0 - 0.0% (834 Bytes)
[#014] sha256:6115e28518e12a5306c3797dbdf86f5693f58b6a7b0504d0fa972dcf169cb3e0 - 0.0% (827 Bytes)
[#015] sha256:2c27051a518d56d8e3e72259f0f4a2e0e63a66f03318f563dc9f766b27c19d59 - 0.0% (850 Bytes)
[#016] sha256:6c312076dcd417909bb5fa68b25fe0c547fe189253d4880144204e53793dadbb - 0.0% (824 Bytes)
[#017] sha256:0622d41257fae7ab505ded32d2a79093d0cdedcb9388f8d4aeaa8b46a8d5c60f - 0.0% (877 Bytes)
[#018] sha256:c8da0dadc4c8315b5e781d43ede96c1b5a4defc563097b3781aec9dffd89ce2b - 5.57% (10.8 MB)
[#019] sha256:ab9ad69c51c05f2767105995a9d2ceebeebaa1b4f64d93058395dbe5b1809899 - 0.0% (873 Bytes)
[#020] sha256:ba296575e20436058766139f04f7c3bcbe9ffb596ca55dfb845cacdc75943098 - 0.0% (859 Bytes)
[#021] sha256:2e5cc7f66eac9cf5b182ed94f2e35376279dc771f85f6e98757c4467c601ae83 - 0.0% (828 Bytes)
[#022] sha256:7f90e3065deaaa083c1eb26b3b41f5227de2f930da47780b0e6740883c4390ed - 0.0% (872 Bytes)
[#023] sha256:b02455807c1468fc3d86f7183f600cea6ba7931d07ac625b22d98d2bf6ca1a49 - 0.0% (827 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-10-14 16:40:10 UTCcmd /S /C #(nop) USER ContainerAdministrator
2019-10-14 16:40:11 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2019-10-14 16:40:13 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2019-10-14 16:40:14 UTCcmd /S /C #(nop) ARG VERSION=dev
2019-10-14 16:40:14 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2019-10-14 16:40:14 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2019-10-14 17:59:13 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.2-head
2019-10-14 17:59:13 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2019-10-14 17:59:14 UTCcmd /S /C #(nop) COPY multi:9f49df1ba361404cf234938cc5038f9f8ab91232fb9e7b54006ed57f2da9e859 in \etc\rancher\
2019-10-14 17:59:15 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2019-10-14 17:59:15 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2019-10-14T17:59:09Z
2019-10-14 17:59:15 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2019-10-14 17:59:16 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=1900168fa4f8ae9bafa7e3e341c49a7684d4fc04
2019-10-14 17:59:16 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2019-10-14 17:58:19 UTC
196 MB
rancher/rancher-agent:v2.3.2-head
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 - 49.92% (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.86% (54.7 MB)
[#008] sha256:1efdcfd4c9ae6a43def153525ea9436dab4ab6f37df389303137c23b430fd113 - 0.06% (128 KB)
[#009] sha256:9b355b164653e3f477f235ec916a8480f13568f8f477b7477f1904331338af55 - 0.0% (854 Bytes)
[#010] sha256:3e8befdedb683bb317231afa49eda1f6bd62ea083c53d52094eb74fd4a5c87e8 - 0.0% (832 Bytes)
[#011] sha256:d91443b17d317605a53b826a6298e142269e113096d009e083e2379b55d06660 - 0.05% (101 KB)
[#012] sha256:9fa16bcf15143f01509835893972dcc5bb1c95226835999e8d59edc02120b389 - 16.59% (32.6 MB)
[#013] sha256:1cd17ee49986b0bce1352622d521b64f5c0c9e879623aed08670312feccd02d5 - 0.0% (890 Bytes)
[#014] sha256:209869f4973117e5ca7b30fcf012614170201a4620064592035b055d8b5c0e89 - 0.0% (876 Bytes)
[#015] sha256:3c1e0db2812a3a9468c34e6f39877b064ff4154575594b7a7707a86c32ae4f30 - 0.0% (833 Bytes)
[#016] sha256:6b70c8d1d3f319bf720dcdd68ac9352ea25723180358d8c7927c47fc9594e421 - 0.0% (835 Bytes)
[#017] sha256:b6f5e7b940aa03f21d8744e6e005ab33a414fec61a52e69e496e0fb79dd4bf3b - 0.0% (889 Bytes)
[#018] sha256:93c70ec3bf3704d6d19d348b94f41057aab8b7ce0b7ca9d82cdc2bef84c29318 - 5.5% (10.8 MB)
[#019] sha256:e28d53f959441aba4242e9bbc27956b43be5f51512e125db87ccd03f27603e7d - 0.0% (884 Bytes)
[#020] sha256:95960563a34155ad429510cbdd485a475c7b4e59f883bb4ec2a37ac7589251c0 - 0.0% (834 Bytes)
[#021] sha256:7d415017b5164df06194fc4ecf0ecaeaa9dc63429c37f45194359ae769ddcfe4 - 0.0% (834 Bytes)
[#022] sha256:363fcda293b5a10d32a53eee46377ee76980989f4aeee9d8bd3b323483482ff5 - 0.0% (877 Bytes)
[#023] sha256:dc970d5f304ff35f8e0f1978bacb1c3fcd2f528cc26509cfeeadc1ef28810215 - 0.0% (829 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-10-14 16:40:34 UTCcmd /S /C #(nop) USER ContainerAdministrator
2019-10-14 16:40:35 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2019-10-14 16:40:38 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2019-10-14 16:40:39 UTCcmd /S /C #(nop) ARG VERSION=dev
2019-10-14 16:40:39 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2019-10-14 16:40:40 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2019-10-14 17:58:16 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.2-head
2019-10-14 17:58:17 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2019-10-14 17:58:17 UTCcmd /S /C #(nop) COPY multi:f9691c9fa765d24ca2e8bb26e72902cc1549d2b248b4cd35d36dac27ddd62ee4 in \etc\rancher\
2019-10-14 17:58:18 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2019-10-14 17:58:18 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2019-10-14T17:58:11Z
2019-10-14 17:58:19 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2019-10-14 17:58:19 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=1900168fa4f8ae9bafa7e3e341c49a7684d4fc04
2019-10-14 17:58:19 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2019-10-14 18:15:03 UTC
92 MB
rancher/rancher-agent:v2.3.2-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.1
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.57% (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:c5c87fb17c960c9381ea4cf4cc9954f9d2d07f82454a39535fdbef9b7360f3eb - 0.0% (122 Bytes)
[#005] sha256:16fc26724837c3a9a1828f1b1fc326b3cc520a7b917e5088a7f752d28e805ebe - 30.89% (28.4 MB)
[#006] sha256:77c232e9cb5e3d4dbd4be7f8c26b79665385e1dcaec80c34b7b656622abef11a - 2.11% (1.94 MB)
[#007] sha256:74858ce0519f36c47a1c222be5921482d26a518e0b3c9fa51d6d932370313941 - 1.39% (1.28 MB)
[#008] sha256:487cdb14901f8b9f535952bef00712ee7f57a0ee1f57de575c2a37091c67f76a - 24.06% (22.1 MB)
[#009] sha256:bd343849ddf076c1d0c7348abdb169f1dd9cc83067238127d1d7ee2f9b1cafc1 - 16.95% (15.6 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-10-14 18:14:23 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2019-10-14 18:14:23 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-10-14 18:14:24 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2019-10-14 18:14:25 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2019-10-14 18:14:53 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-10-14 18:14:54 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2019-10-14 18:14:55 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-10-14 18:14:56 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-10-14 18:14:56 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2019-10-14 18:14:58 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-10-14 18:14:58 UTC/bin/sh -c #(nop) ARG VERSION=dev
2019-10-14 18:14:59 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2019-10-14 18:14:59 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2019-10-14 18:14:59 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.2-head
2019-10-14 18:14:59 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2019-10-14 18:15:00 UTC/bin/sh -c #(nop) COPY multi:69ebad1ad182adbd97cb50236bde187621450e298c51dc17ced4a595002dd27f in /usr/bin/
2019-10-14 18:15:02 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2019-10-14 18:15:02 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2019-10-14T18:14:19Z
2019-10-14 18:15:02 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2019-10-14 18:15:02 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=1900168fa4f8ae9bafa7e3e341c49a7684d4fc04
2019-10-14 18:15:03 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.