2019-11-27 17:27:43 UTC
102 MB
rancher/rancher-agent:v2.3.3-rc5
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:7ddbc47eeb70dc7f08e410a6667948b87ff3883024eb41478b44ef9a81bf400c - 25.0% (25.5 MB)
[#001] sha256:c1bbdc448b7263673926b8fe2e88491e5083a8b4b06ddfabf311f2fc5f27e2ff - 0.03% (34.5 KB)
[#002] sha256:8c3b70e3904492c753652606df4726430426f42ea56e06ea924d6fea7ae162a1 - 0.0% (845 Bytes)
[#003] sha256:45d437916d5781043432f2d72608049dcf74ddbd27daa01a25fa63c8f1b9adc4 - 0.0% (162 Bytes)
[#004] sha256:f18de7b8427a0d844cbce699849d41b48a4ac835226fb747b336e368b0a695fc - 0.0% (123 Bytes)
[#005] sha256:ebb860d7a59909cc92a28403cfeafe143f7075f91dcef1cf646e65501bb1b293 - 30.8% (31.4 MB)
[#006] sha256:75a4645b34c18398da8392d20a53a99d803a6a901fac966eaab42f153d8613c8 - 2.16% (2.2 MB)
[#007] sha256:28b32d168028d90bd43a27efbb71b227d740eb78b00d420cfcc08e62baad68a0 - 1.43% (1.46 MB)
[#008] sha256:4898bb6385ba91d8b7c24f9703efd837411fe7be6111852c843de592e02a6e94 - 23.64% (24.1 MB)
[#009] sha256:059dcfdbeac66906acc21b3ae396e1384a5e9a450e19893bd0e830027fb9a30f - 16.94% (17.2 MB)
/bin/sh -c #(nop) ADD file:a48a5dc1b9dbfc632f6cf86fe27b770b63f07a115c98c4465dc184e303a4efa1 in /
2019-10-31 22:20:36 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2019-10-31 22:20:36 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-10-31 22:20:37 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2019-10-31 22:20:37 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2019-11-27 17:27:12 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2019-11-27 17:27:12 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-11-27 17:27:13 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2019-11-27 17:27:13 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2019-11-27 17:27:34 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-11-27 17:27:35 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2019-11-27 17:27:36 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-11-27 17:27:37 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-11-27 17:27:37 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2019-11-27 17:27:39 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-11-27 17:27:39 UTC/bin/sh -c #(nop) ARG VERSION=dev
2019-11-27 17:27:39 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2019-11-27 17:27:39 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2019-11-27 17:27:40 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.3-rc5
2019-11-27 17:27:40 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2019-11-27 17:27:41 UTC/bin/sh -c #(nop) COPY multi:86543e9b6b422b92045e287dfa7bfcbfc85f9e9f9c4449d88dc06d07ef1e07a6 in /usr/bin/
2019-11-27 17:27:42 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2019-11-27 17:27:42 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2019-11-27T17:27:08Z
2019-11-27 17:27:42 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2019-11-27 17:27:42 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=a61b8c734e56bcdddc30394cb075c2203bf074f2
2019-11-27 17:27:43 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2019-11-27 17:20:51 UTC
195 MB
rancher/rancher-agent:v2.3.3-rc5
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
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:23bc016eaf5f24fb81c9080a2efe1a0fe94f136b14053e0fdafef0e746a26f50 - 49.27% (96 MB)
[#001] sha256:014e221fdeaa0d3f63fad8a14f1323e097238aac3113d619982f4f711efce73c - 0.0% (834 Bytes)
[#002] sha256:a909f085b6405e17b8dce3ea3a7ba9a84ad4c9103524c74f6fc926c277a00d0f - 0.0% (828 Bytes)
[#003] sha256:c695fa72c3663d1fc896fe3634b505496d4c032267bdf3b988e49f4aac564465 - 0.0% (817 Bytes)
[#004] sha256:32035ef48113484b87e2f29bcf22fa2101a7f78022bc61410bb46bbf620b7c5c - 0.0% (827 Bytes)
[#005] sha256:cb526daa5fea65ca5652785bac04ad310ee3530cfc72f92db5f12b7be8001fe5 - 0.0% (888 Bytes)
[#006] sha256:273ac14f078588db24eb1d64bda747189f29ca488c8e07c7f48129761797f89d - 0.0% (859 Bytes)
[#007] sha256:73c2c0aa6d43a4ce4df0a144e1464a8cd65a83ff74ad084d3f952cf64dc9162a - 0.04% (71.1 KB)
[#008] sha256:f74b29942130034b837b9f4676e47f9978f27b2d9cca05d4b62a4ebd348f5d03 - 0.0% (833 Bytes)
[#009] sha256:4ffd0332a1ed3ab557108855edee377c4a536286541bcc301c07fd8725b6dd06 - 28.11% (54.7 MB)
[#010] sha256:ebdb030819d03087c5f727c9668dd517447e6b57c1ab05717ab14dafb5fc6dcd - 0.05% (103 KB)
[#011] sha256:53a0f0fadad354a887af20df9440827f7c30e4f4d85ddf55730d2acf01825554 - 0.0% (834 Bytes)
[#012] sha256:eb085093c79c4cbb68531b37c020050c371ec378bf0bd897e0f7f25dd27b9ea5 - 0.0% (924 Bytes)
[#013] sha256:bfef40d7d06fd489d6787f8a8787462b62fd557a6cfe72e4965d3319103f109d - 0.05% (96.6 KB)
[#014] sha256:7d6943ec7573f552e7827f9a4a72efdd41a8dd19717ea3c0075dba8818bfc5da - 16.74% (32.6 MB)
[#015] sha256:a28f54151d6fc64b3cf49656ca470e74f21b1cd384635d743c041e877755dfd2 - 0.0% (827 Bytes)
[#016] sha256:1a7c0f92598e83cdd4425d35e1df04250bf8836fa00fbd696d39c2a75a00c600 - 0.0% (902 Bytes)
[#017] sha256:c6c4b92ce2e6795df10e48ed076b6d270169d47a03bae766ec2a8c75f112003f - 0.0% (833 Bytes)
[#018] sha256:d4b20e092ff85190c427e2a1d48d2e04b8917ff36bf13889820d3f4808c017ba - 0.0% (923 Bytes)
[#019] sha256:abf40b66223bf1e59e242708481e2a5b71fc681352d39c26c31a576285c701a0 - 0.0% (824 Bytes)
[#020] sha256:606c3e8519e1b176deb1db9c4e7cdaffda3cf4b0c39a5048b3667b7090d77225 - 5.74% (11.2 MB)
[#021] sha256:5e19b9373e7dfaeaccee95d72c03a81dbcd157d5febc8a150f404dc44ca46470 - 0.0% (828 Bytes)
[#022] sha256:eeafded3f32d50669e51a9e592df483106cd5562a55ace36fda0f1aa9967e500 - 0.0% (906 Bytes)
[#023] sha256:8400e182f959e22b4182da6516c7392fd78cc214d5fb795f29cb201f93ddb2be - 0.0% (902 Bytes)
[#024] sha256:cf3a6da14436819a0122020e7c8482fa60187ab13e10d33fd7f9300654cdc930 - 0.0% (831 Bytes)
[#025] sha256:1dc84eed21db1cf6d53cd7c911d19cebb5e6e07f5ac3ed16c7e51552ac7327d5 - 0.0% (898 Bytes)
Apply image 1809-KB4523205-amd64
2019-11-19 22:21:39 UTCcmd /S /C #(nop) ARG VCS_REF=none
2019-11-19 22:21:40 UTCcmd /S /C #(nop) ARG PS_VERSION=6.2.0
2019-11-19 22:21:41 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2019-11-19 22:21:41 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=569c569 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-11-19 22:21:42 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-11-19 22:21:42 UTCcmd /S /C #(nop) USER ContainerAdministrator
2019-11-19 22:22:07 UTC|3 IMAGE_NAME=mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1809 PS_VERSION=6.2.3 VCS_REF=569c569 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2019-11-19 22:22:08 UTCcmd /S /C #(nop) USER ContainerUser
2019-11-19 22:22:19 UTCcmd /S /C #(nop) COPY dir:cc4c542ef52db3db25fd993a2fdf182b8597d8c657d7bacab17200fc592cf78c in C:\Program Files\PowerShell
2019-11-19 22:22:54 UTC|3 IMAGE_NAME=mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1809 PS_VERSION=6.2.3 VCS_REF=569c569 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-11-19 22:22:54 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2019-11-25 17:59:09 UTCcmd /S /C #(nop) USER ContainerAdministrator
2019-11-25 17:59:10 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2019-11-25 17:59:13 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2019-11-25 17:59:13 UTCcmd /S /C #(nop) ARG VERSION=dev
2019-11-25 17:59:14 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2019-11-25 17:59:14 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2019-11-27 17:07:53 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.3-rc5
2019-11-27 17:07:54 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2019-11-27 17:07:54 UTCcmd /S /C #(nop) COPY multi:dd781a71cbd089fd8ac30f44d797511ae5e5c23d7bf5afb4ac1081af239e157a in \etc\rancher\
2019-11-27 17:07:55 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2019-11-27 17:20:50 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2019-11-27T17:20:48Z
2019-11-27 17:20:50 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2019-11-27 17:20:51 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=a61b8c734e56bcdddc30394cb075c2203bf074f2
2019-11-27 17:20:51 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2019-11-27 17:20:48 UTC
197 MB
rancher/rancher-agent:v2.3.3-rc5
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
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:e145b606dfc22d200d5cb05f3ac1d69fdd0dd13b1e2d906c7ebaf154e6a694ed - 49.78% (98 MB)
[#001] sha256:a5cd1c84a349437de786c7d889ba2fa2990533310623c3bd9d1057ccc7dd0870 - 0.0% (831 Bytes)
[#002] sha256:955aa8b99913c1fea188e939f657413afc32d5bde51d2b337d4a13e0f76eabe0 - 0.0% (852 Bytes)
[#003] sha256:844accf4be19534d4affd2be5b1e2c39ab769e067f85bfd7e93dd0463ec6bea4 - 0.0% (854 Bytes)
[#004] sha256:ed1648f349f3ab61d6bf7d37f2cc3dfdbf46570586a9b269d8a64c4e82c3acfc - 0.0% (827 Bytes)
[#005] sha256:7442210b3520c5c1fbb18ad685e04ef6e21b71db76d832b8c3ae04fa75a68fef - 0.0% (826 Bytes)
[#006] sha256:2235383c019577531094ec47e66684f5894aeaba084974ec9f09d2408e6b3ed8 - 0.0% (825 Bytes)
[#007] sha256:abf111060894c66cb1835c08875114161a631f8975b2536f9ebdfeacf2ab45cc - 0.03% (63 KB)
[#008] sha256:80cf794dabeff8326fba45979f19fd149945fb70abcd7a7d68265aba45be2679 - 0.0% (824 Bytes)
[#009] sha256:00f4cffd0c4d469b93b652bfc4e04205a3e777d8bb05540dad67cb8b0d1fc448 - 27.82% (54.7 MB)
[#010] sha256:74e2e2ff6ea413cd811af3df6377e17ad160924977d18db9172ad6d85c2bcd24 - 0.06% (127 KB)
[#011] sha256:77a4c364de4c758b5b7241450d518c289a2435fd5ef6d8ed036479cae469bce2 - 0.0% (828 Bytes)
[#012] sha256:4a45e3136e1286ee3b1b82e0944e3d7b2b452bf70c6f63c4275fcc9d8d0de46d - 0.0% (858 Bytes)
[#013] sha256:ed062ccf94069930fedce0395db1137439df29a8a4e98b1286c90559b9b07f6c - 0.05% (101 KB)
[#014] sha256:0c84d51de5d67f0716df01d897277e1f1dbf91862466249b0ba80644beab5c6b - 16.57% (32.6 MB)
[#015] sha256:0e443ca64077f3e06679ee68ad2e2819ad1afffb41bb3a4447e8bd01ca3c5586 - 0.0% (898 Bytes)
[#016] sha256:340525c1660ae7a8eb66939215df561582bd69812c654cd8a3ab7b4a8fa75393 - 0.0% (830 Bytes)
[#017] sha256:2237a6f7e6dbb8341526492670a1ef9fade731b71f431264398171f868ef5fbb - 0.0% (832 Bytes)
[#018] sha256:20ca5aaa186d44e4f8095d6851d39fe4822c6ae0f293ef5e0a099681be695454 - 0.0% (923 Bytes)
[#019] sha256:d7ea14b81d17fcefd8963d6cdd43a2e14cf3417f05442bb970fd7ad648f0c171 - 0.0% (834 Bytes)
[#020] sha256:46e7c3b11d3441523c76687ba131a0f8ccb665638f92cab337561387eef773f5 - 5.68% (11.2 MB)
[#021] sha256:69adb33b53188be9833c3231d4203f242f491810e02a9a74bbd24d2c33ea89e9 - 0.0% (824 Bytes)
[#022] sha256:82d957a1c84b8feba90dccb740ce4dcc5c57cc32a309d3aae87e4f52d285eb38 - 0.0% (832 Bytes)
[#023] sha256:0b099cebca04f7a6131cf6d18ba7ca66b634a94bbf2ac66ff020fbc552c01553 - 0.0% (831 Bytes)
[#024] sha256:6cdfa9c32c135f17cc57176c9fcd32a4d6b9d105e30702cb97e08c6307ad7bcf - 0.0% (832 Bytes)
[#025] sha256:4ec2a944eee7006c602aeb579e453de2c08000f19a3d9d71454241dd52d83427 - 0.0% (827 Bytes)
Apply image 1903-KB4524570-amd64
2019-11-19 22:26:37 UTCcmd /S /C #(nop) ARG VCS_REF=none
2019-11-19 22:26:37 UTCcmd /S /C #(nop) ARG PS_VERSION=6.2.0
2019-11-19 22:26:38 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2019-11-19 22:26:38 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=569c569 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-11-19 22:26:39 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-11-19 22:26:41 UTCcmd /S /C #(nop) USER ContainerAdministrator
2019-11-19 22:27:04 UTC|3 IMAGE_NAME=mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1903 PS_VERSION=6.2.3 VCS_REF=569c569 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2019-11-19 22:27:04 UTCcmd /S /C #(nop) USER ContainerUser
2019-11-19 22:27:15 UTCcmd /S /C #(nop) COPY dir:cc4c542ef52db3db25fd993a2fdf182b8597d8c657d7bacab17200fc592cf78c in C:\Program Files\PowerShell
2019-11-19 22:27:50 UTC|3 IMAGE_NAME=mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1903 PS_VERSION=6.2.3 VCS_REF=569c569 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-11-19 22:27:51 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2019-11-25 18:40:17 UTCcmd /S /C #(nop) USER ContainerAdministrator
2019-11-25 18:40:18 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2019-11-25 18:40:21 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2019-11-25 18:40:22 UTCcmd /S /C #(nop) ARG VERSION=dev
2019-11-25 18:40:22 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2019-11-25 18:40:23 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2019-11-27 17:06:50 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.3-rc5
2019-11-27 17:06:51 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2019-11-27 17:06:51 UTCcmd /S /C #(nop) COPY multi:bff4261c0e4fb7b114c6268d365fe84e43bb766217e6f964f6a19f98b93bb19a in \etc\rancher\
2019-11-27 17:06:52 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2019-11-27 17:20:46 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2019-11-27T17:20:45Z
2019-11-27 17:20:47 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2019-11-27 17:20:47 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=a61b8c734e56bcdddc30394cb075c2203bf074f2
2019-11-27 17:20:48 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2019-11-27 17:32:23 UTC
92.2 MB
rancher/rancher-agent:v2.3.3-rc5
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:6531af3558948c8839fd7cc7eb7062aa86bfae891870ccaafd554ac65c97971b - 24.52% (22.6 MB)
[#001] sha256:82f7942d2fb7381ee1735a4c972ef45c89b6521902e6eba024d4791dfd069def - 0.04% (34.4 KB)
[#002] sha256:fdce94e690d563311eb8b102b49e94a01b2a4c965daa9e33d5e59168dc4327e0 - 0.0% (847 Bytes)
[#003] sha256:a96a89ada1c32e30a1998945a8785c18bcdce55dcfe2b666bb587d432255cb11 - 0.0% (186 Bytes)
[#004] sha256:3bba93ba14ec2ac8cfbd9eedac02c4482a4d4bd3960b23234021eb19fc37e71c - 0.0% (124 Bytes)
[#005] sha256:13b736d40d8442b681e0ab9d4829a6b937616dd69314d4a8c0eec41097eb8bff - 30.82% (28.4 MB)
[#006] sha256:c3cdbc888de018220fad333df616a9f3be7108f67049eda124c42121e380f847 - 2.1% (1.94 MB)
[#007] sha256:93a2f2c761ec52819bebcbe8b92728a09c2ea6019f0a6c3b3c39a78416ebfd24 - 1.39% (1.28 MB)
[#008] sha256:fc5ec1befbc411a3a8eba2b238d83937ab6c19dcec148a6baeaa8317d489310d - 24.0% (22.1 MB)
[#009] sha256:d1e072abf2cb8f0c067783ac7dbfeb2a51602c8207803a6dc25518c3496277b2 - 17.13% (15.8 MB)
/bin/sh -c #(nop) ADD file:4c6cab77271e86386e8f3d4ecf06c17a3e9339481bea878a706d2c5dc4a0addd in /
2019-10-31 22:40:40 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2019-10-31 22:40: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-10-31 22:40:43 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2019-10-31 22:40:44 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2019-11-27 17:31:46 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2019-11-27 17:31:46 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-11-27 17:31:47 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2019-11-27 17:31:47 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2019-11-27 17:32:14 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-11-27 17:32:14 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2019-11-27 17:32:16 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-11-27 17:32:17 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-11-27 17:32:17 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2019-11-27 17:32:19 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-11-27 17:32:19 UTC/bin/sh -c #(nop) ARG VERSION=dev
2019-11-27 17:32:19 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2019-11-27 17:32:20 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2019-11-27 17:32:20 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.3-rc5
2019-11-27 17:32:20 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2019-11-27 17:32:21 UTC/bin/sh -c #(nop) COPY multi:31ff7fd60f695c6309326bf57e16a3bfad3aac86397e697c5a078f875662d326 in /usr/bin/
2019-11-27 17:32:22 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2019-11-27 17:32:22 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2019-11-27T17:31:42Z
2019-11-27 17:32:22 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2019-11-27 17:32:22 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=a61b8c734e56bcdddc30394cb075c2203bf074f2
2019-11-27 17:32:23 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.