2019-11-12 00:51:32 UTC
102 MB
rancher/rancher-agent:v2.3.3-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
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:805ad6f2f17182b7734dc2968e5a98d4589c8360ab1ae5c22a45f068c7eb6fd7 - 0.0% (124 Bytes)
[#005] sha256:0a3ebb443ab1ba34664944d4f1250e9f4fd7567faf4de44af7e95576f582882b - 30.8% (31.4 MB)
[#006] sha256:75a4645b34c18398da8392d20a53a99d803a6a901fac966eaab42f153d8613c8 - 2.16% (2.2 MB)
[#007] sha256:00bec4d2f081349a8aeced6dc222bc589abc919a8a0c89dc533443f4c71b2f5d - 1.43% (1.46 MB)
[#008] sha256:e6e71a37438f667be8c2bef80eaca7a899a30066a37c446bf1a21c69f4fa8521 - 23.64% (24.1 MB)
[#009] sha256:0bcb1fc78da8a134cf7cdf3eb4f28f4ef44299ce2788cfc15903508765dac6a1 - 16.92% (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-12 00:50:44 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2019-11-12 00:50:44 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-12 00:50:45 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2019-11-12 00:50:45 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2019-11-12 00:51:24 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-12 00:51:24 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2019-11-12 00:51:25 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-12 00:51:27 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-12 00:51:27 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2019-11-12 00:51:28 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-12 00:51:29 UTC/bin/sh -c #(nop) ARG VERSION=dev
2019-11-12 00:51:29 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2019-11-12 00:51:29 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2019-11-12 00:51:29 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.3-rc1
2019-11-12 00:51:29 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2019-11-12 00:51:30 UTC/bin/sh -c #(nop) COPY multi:a768a9eb09746109f3c2252c6761f1fba2f47e1477909f8821c561d1421e0ffa in /usr/bin/
2019-11-12 00:51:31 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2019-11-12 00:51:32 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2019-11-12T00:50:40Z
2019-11-12 00:51:32 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2019-11-12 00:51:32 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=9248af22d424ae85ffdd283065a907b63f215c00
2019-11-12 00:51:32 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2019-11-12 00:43:57 UTC
195 MB
rancher/rancher-agent:v2.3.3-rc1
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:9ff41eda08873205ee308953fbbd9d307ab8def0f435b97345f200877506d6c5 - 49.26% (95.9 MB)
[#001] sha256:01a9c5eb9114b5f5ca9be91358a7ceaa43707d8b19dcc60eafdc0d2b7cb87169 - 0.0% (858 Bytes)
[#002] sha256:9040b744fc7dab8791d552350d1ff40b8bcc16f02f98e439c5aa5bb9636f4bcd - 0.0% (831 Bytes)
[#003] sha256:8d891450929d2a5516fbf722a2c643a1def74fc7e5064306870aac1d9b0d137e - 0.0% (828 Bytes)
[#004] sha256:aea88ba79737352ba522938df8bc621ecd2fef4faab4e53e418ad2a099f5f122 - 0.0% (836 Bytes)
[#005] sha256:faf569ee4389f91ea8be69aadf82658817fa55cd9693a1b7da776bec6db23bf9 - 0.0% (829 Bytes)
[#006] sha256:a0e8d56fccae95d1d57aa0708a4283aa4c39f3ca3aea6ce7c4daa52329b89964 - 0.0% (834 Bytes)
[#007] sha256:893264aa8e47ccdbc1c57b3e918cdc071a038fbe49c96c105000eb3798fd15a7 - 0.03% (64.2 KB)
[#008] sha256:374dc7d53733d84590246b58049d04ad866e598799d81697d18c1f7b3de34ff4 - 0.0% (827 Bytes)
[#009] sha256:25187568410a92404b5cbef70e068c2a85c1f84bd434012ef0fed2c973ef4b2a - 28.11% (54.7 MB)
[#010] sha256:8faf93c362990d881c1176166a0f40ea0754c70480307e169dbbd36f2cace4da - 0.06% (127 KB)
[#011] sha256:6496af01a90460ba644a15a1d8a9336654fd7f7f643b720e5096f0eef211dbb6 - 0.0% (833 Bytes)
[#012] sha256:65040898adc41ef4b0bb778d122d2b65850bc97cf86a4cbed2182b46e4dc35fa - 0.0% (885 Bytes)
[#013] sha256:3414e445a772d211fa5b6484a437671406e99ccc42fa35bfde0ce3c8df64b34a - 0.05% (96.6 KB)
[#014] sha256:a4bb3a91950dcd5fa96d816023adbdf42ed70e00f5d8ea380286390c7e2c6daf - 16.74% (32.6 MB)
[#015] sha256:17174d57ed764e2d8ab2031888462118fa8a3897ee0f2e1cdbc0d6d909a13d7c - 0.0% (857 Bytes)
[#016] sha256:46dedd7e3fa8014cd1114ba490ffcd7121b62b1795bfbff1f20517adc95370a8 - 0.0% (824 Bytes)
[#017] sha256:e358e3e266e8670212fb495db501751610452d78fd27151e056a8cd1ec198e36 - 0.0% (832 Bytes)
[#018] sha256:860ddab82350ffcef3db454a6d2f735a060f464e23f8b8b19928289fa17369f8 - 0.0% (832 Bytes)
[#019] sha256:163b971e8dc1c79b7c3b076261cdbff4a37f9b293c3941b5b81670c10c420d20 - 0.0% (834 Bytes)
[#020] sha256:2d8ebf158bfb0c769164dd173f8434100232ed23051823ad6fb128a286cd7679 - 5.74% (11.2 MB)
[#021] sha256:7b35abc506b1ab4e9d9e472352809f6b362fd38fd989c14dd586280d96b6d132 - 0.0% (888 Bytes)
[#022] sha256:a3d5f87f9bec7215c901e387f2ca76112b5f3f55e6ff206bfd15c589eb96430f - 0.0% (833 Bytes)
[#023] sha256:c3845c524fd910819aa92b993955eb675839fc38ab03a130fdc2a32966d7b5f9 - 0.0% (829 Bytes)
[#024] sha256:0d62359dca78bede38204cdf4f610745f824000557d4190d392c2c9011209790 - 0.0% (826 Bytes)
[#025] sha256:cfecd7f492734033dc3db285e4acd06734a8a5e042ac57c1c4a433bd0d1ba5ea - 0.0% (877 Bytes)
Apply image 1809-KB4519338-amd64
2019-11-06 21:48:47 UTCcmd /S /C #(nop) ARG VCS_REF=none
2019-11-06 21:48:48 UTCcmd /S /C #(nop) ARG PS_VERSION=6.2.0
2019-11-06 21:48:49 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2019-11-06 21:48:49 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=49e9d0f 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-06 21:48:50 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-06 21:48:51 UTCcmd /S /C #(nop) USER ContainerAdministrator
2019-11-06 21:49:16 UTC|3 IMAGE_NAME=mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1809 PS_VERSION=6.2.3 VCS_REF=49e9d0f cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2019-11-06 21:49:17 UTCcmd /S /C #(nop) USER ContainerUser
2019-11-06 21:49:27 UTCcmd /S /C #(nop) COPY dir:cc4c542ef52db3db25fd993a2fdf182b8597d8c657d7bacab17200fc592cf78c in C:\Program Files\PowerShell
2019-11-06 21:50:04 UTC|3 IMAGE_NAME=mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1809 PS_VERSION=6.2.3 VCS_REF=49e9d0f 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-06 21:50:04 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2019-11-11 15:24:31 UTCcmd /S /C #(nop) USER ContainerAdministrator
2019-11-11 15:24:32 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2019-11-11 15:24:34 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2019-11-11 15:24:36 UTCcmd /S /C #(nop) ARG VERSION=dev
2019-11-11 15:24:36 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2019-11-11 15:24:37 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2019-11-12 00:42:59 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.3-rc1
2019-11-12 00:42:59 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2019-11-12 00:43:00 UTCcmd /S /C #(nop) COPY multi:c3ca8bb28776efd1d7d662b83fe4bc4b7390199661f668f55d0fb9d7cac8c70f in \etc\rancher\
2019-11-12 00:43:01 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2019-11-12 00:43:56 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2019-11-12T00:43:12Z
2019-11-12 00:43:56 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2019-11-12 00:43:57 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=9248af22d424ae85ffdd283065a907b63f215c00
2019-11-12 00:43:57 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2019-11-12 00:44:10 UTC
197 MB
rancher/rancher-agent:v2.3.3-rc1
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:48b5487da51e827b87e489d12ae442935a0fac7d295ff8118eed2c9504e4a50c - 49.82% (98.1 MB)
[#001] sha256:030f0e6aa6feef221f610811ac45040d2158c89b9a2f2acbe1e3ca5597d0a50b - 0.0% (828 Bytes)
[#002] sha256:81cbff3eda2353922356514e8e629a894db170ad4a9de5aaa6337d1c1464bd8d - 0.0% (827 Bytes)
[#003] sha256:9d0771dd7af295ac7e29e9671f49a95d94d1107aa1c8cd59c7d110fd6158ae19 - 0.0% (834 Bytes)
[#004] sha256:a791358485ce9736d10de0f8c563a21ba9d903e509bb765cbcb8219febb5f6fe - 0.0% (829 Bytes)
[#005] sha256:2d26ca8da653d646fab55812dc24c5b0b7b8bf2d69cf6424da21483bd9f25a0c - 0.0% (835 Bytes)
[#006] sha256:5763e1caa9e2e0a666115abcd652443aacd75e8f9dbec1fb5301d7a9066cb60e - 0.0% (833 Bytes)
[#007] sha256:5583490c949446039cbd52d7826a1aec696a91b3c1290728d09a61519dbf5fef - 0.03% (67.4 KB)
[#008] sha256:ec88f4df812f988a788aca5c3f836f4a0fcfb1f46f09a44d7b2ad434f8714c0a - 0.0% (828 Bytes)
[#009] sha256:3a3ea65005a20c9b3a7cfcf336604a5a6cd9801932436ec53b42893d47ff6b69 - 27.81% (54.7 MB)
[#010] sha256:2c5bfc10e0aaecc3ddc3d0156ca4c2847dc02d456f2d1e41c46282269c87858d - 0.05% (96.6 KB)
[#011] sha256:5954ca98060323a96c102f6c5c222ba46b6f71a72dbbdf2bdcbe2439f55a4323 - 0.0% (832 Bytes)
[#012] sha256:0b9463759296a8d0ac7b1bd1a6600647742fbf7894a0f0cb59cb2b3a4008eb28 - 0.0% (856 Bytes)
[#013] sha256:0e1a4a6ec37730205efeebebdda5fbf85dd7a75852bb375de9145676d506f3e2 - 0.05% (101 KB)
[#014] sha256:f06178a52f7536ee1fe47715a0319013966c2f198f91400ad564e30cd4087737 - 16.56% (32.6 MB)
[#015] sha256:f070e19c0527fed92f73e61968fc35c53d386f150b446fa9887319eb30936e9e - 0.0% (866 Bytes)
[#016] sha256:ef07eea8c5c47ac85a59ad21755e2e706c2ed1987be0e92565a90cf30813d640 - 0.0% (927 Bytes)
[#017] sha256:0837fadf94cab21ee2ceedc152ab07e02be7f12e06dc4a94021f98008fc345df - 0.0% (905 Bytes)
[#018] sha256:6440b3d477cd2e29fe706942fd25aa6cab09bea799f4b2b739cea67ecd5f389e - 0.0% (828 Bytes)
[#019] sha256:1df58828d1929fe5499137efa135965aac8c65db09456ff3388c3017cd4ddb68 - 0.0% (884 Bytes)
[#020] sha256:02c71cc96f700cb4bbdeb50fe3f1f871833acd5eeb7e8623b023acd4afdd8201 - 5.67% (11.2 MB)
[#021] sha256:130e47bfb46225bf33fdba3225d4bc4083849a297eb694725834acdb171a0ae6 - 0.0% (830 Bytes)
[#022] sha256:a88235bbed4f7d4d1a1dd6956cd21d2a9c64538effebd8bac525f6626934d218 - 0.0% (834 Bytes)
[#023] sha256:32e159bed19918c47c5c50f178c1920c175b61ad4378d45d7d620616c9d7b36f - 0.0% (899 Bytes)
[#024] sha256:5b6547f9ed529f799962a810a67909def3e24bef1a7a2697353669682748bbd9 - 0.0% (834 Bytes)
[#025] sha256:1cbf4d3e293a7cee6525eb8f66f9f6608c5169a78afd5cc26d7aec75bc8be06f - 0.0% (901 Bytes)
Apply image 1903-KB4517389-amd64
2019-11-06 21:53:38 UTCcmd /S /C #(nop) ARG VCS_REF=none
2019-11-06 21:53:38 UTCcmd /S /C #(nop) ARG PS_VERSION=6.2.0
2019-11-06 21:53:39 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2019-11-06 21:53:40 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=49e9d0f 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-06 21:53:41 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-06 21:53:41 UTCcmd /S /C #(nop) USER ContainerAdministrator
2019-11-06 21:53:49 UTC|3 IMAGE_NAME=mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1903 PS_VERSION=6.2.3 VCS_REF=49e9d0f cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2019-11-06 21:53:50 UTCcmd /S /C #(nop) USER ContainerUser
2019-11-06 21:54:05 UTCcmd /S /C #(nop) COPY dir:cc4c542ef52db3db25fd993a2fdf182b8597d8c657d7bacab17200fc592cf78c in C:\Program Files\PowerShell
2019-11-06 21:54:40 UTC|3 IMAGE_NAME=mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1903 PS_VERSION=6.2.3 VCS_REF=49e9d0f 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-06 21:54:40 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2019-11-11 18:06:14 UTCcmd /S /C #(nop) USER ContainerAdministrator
2019-11-11 18:06:15 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2019-11-11 18:06:18 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2019-11-11 18:06:19 UTCcmd /S /C #(nop) ARG VERSION=dev
2019-11-11 18:06:19 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2019-11-11 18:06:20 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2019-11-12 00:43:57 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.3-rc1
2019-11-12 00:43:57 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2019-11-12 00:43:58 UTCcmd /S /C #(nop) COPY multi:b47aa581e0f01c9f1a6edfe9dfb4c6e382cc25d62cbd7b9f02190c33fef76901 in \etc\rancher\
2019-11-12 00:43:58 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2019-11-12 00:44:09 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2019-11-12T00:44:07Z
2019-11-12 00:44:09 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2019-11-12 00:44:10 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=9248af22d424ae85ffdd283065a907b63f215c00
2019-11-12 00:44:10 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2019-11-12 00:59:39 UTC
92.2 MB
rancher/rancher-agent:v2.3.3-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
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:44782e89e03588f0c911cb506373e6227a6cddc31305c78388d8c28db8863754 - 0.0% (124 Bytes)
[#005] sha256:0faafe3e84cc296873fdbf41ab26fe5101b546a956caaf5009c87c6720ec2b51 - 30.82% (28.4 MB)
[#006] sha256:c3cdbc888de018220fad333df616a9f3be7108f67049eda124c42121e380f847 - 2.1% (1.94 MB)
[#007] sha256:b36a99990d964c5b6f2cb666975d39496e0678042e68213efc973320945bf4af - 1.39% (1.28 MB)
[#008] sha256:3472e0910f7bc52d937869797553043cd33d2acaf634daf1411542f59fe992d6 - 24.0% (22.1 MB)
[#009] sha256:0b85e25709fba932d1a289cf6400685139dc2dfbce90feffe151247d832c7390 - 17.12% (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-12 00:59:00 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2019-11-12 00:59:00 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-12 00:59:01 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2019-11-12 00:59:01 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2019-11-12 00:59:29 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-12 00:59:30 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2019-11-12 00:59:31 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-12 00:59:32 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-12 00:59:32 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2019-11-12 00:59:35 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-12 00:59:35 UTC/bin/sh -c #(nop) ARG VERSION=dev
2019-11-12 00:59:35 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2019-11-12 00:59:36 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2019-11-12 00:59:36 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.3-rc1
2019-11-12 00:59:36 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2019-11-12 00:59:37 UTC/bin/sh -c #(nop) COPY multi:27b6e594f6bbdb1ffba997cd910dc90170bd9c0b96ea3c85720696a4ea4e8c18 in /usr/bin/
2019-11-12 00:59:38 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2019-11-12 00:59:38 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2019-11-12T00:58:55Z
2019-11-12 00:59:38 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2019-11-12 00:59:39 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=9248af22d424ae85ffdd283065a907b63f215c00
2019-11-12 00:59:39 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.