2020-01-27 19:19:01 UTC
99.9 MB
rancher/rancher-agent:v2.3.5-rc6
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:5c939e3a4d1097af8d3292ad3a41d3caa846f6333b91f2dd22b972bc2d19c5b5 - 25.48% (25.5 MB)
[#001] sha256:c63719cdbe7ae254b453dba06fb446f583b503f2a2c15becc83f8c5bc7a705e0 - 0.03% (34.5 KB)
[#002] sha256:19a861ea6baff71b05cd577478984c3e62cf0177bf74468d0aca551f5fcb891c - 0.0% (849 Bytes)
[#003] sha256:651c9d2d6c4f37c56a221259e033e7e2353b698139c2ff950623ca28d64a9837 - 0.0% (162 Bytes)
[#004] sha256:f2618efa2747cddc83a7c62f99b47b66cd53f38dc43d11464eec38d676064c56 - 0.0% (123 Bytes)
[#005] sha256:eecd2e2505f0d656b37f9e18263903784e31ccd07c9389b346f2ef3a00656fdf - 31.38% (31.4 MB)
[#006] sha256:fb3555e7bfa2b0b9010448f78f8ca5c1f8b66a7b91f70fc99f1b05f06e7db619 - 2.21% (2.2 MB)
[#007] sha256:7d9243bf2b504f9a6c45cf54d1efec0740e51c8fa40e8738240c58a795cadadb - 1.22% (1.22 MB)
[#008] sha256:8be99fe401e384286aa58b1042d6a2e4b9e4b4edf92f52af873ca7681778e7a2 - 24.09% (24.1 MB)
[#009] sha256:68600ec0605c4a277517c0dd0d7669ea12430fc52beae07ca0d459b01166fa48 - 15.59% (15.6 MB)
/bin/sh -c #(nop) ADD file:08e718ed0796013f5957a1be7da3bef6225f3d82d8be0a86a7114e5caad50cbc in /
2020-01-16 01:20:32 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-01-16 01:20:33 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
2020-01-16 01:20:34 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-01-16 01:20:34 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-01-27 19:18:33 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-01-27 19:18:34 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
2020-01-27 19:18:34 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-01-27 19:18:35 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2020-01-27 19:18:53 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/*
2020-01-27 19:18:53 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2020-01-27 19:18:55 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
2020-01-27 19:18:56 UTC|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.6/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin
2020-01-27 19:18:56 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2020-01-27 19:18:58 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
2020-01-27 19:18:58 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-01-27 19:18:58 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-01-27 19:18:59 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-01-27 19:18:59 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.5-rc6
2020-01-27 19:18:59 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-01-27 19:19:00 UTC/bin/sh -c #(nop) COPY multi:32864d897213fc855087616ff754dd0be97078e443a3754388e16be92470b67e in /usr/bin/
2020-01-27 19:19:00 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-01-27 19:19:00 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-01-27T19:18:30Z
2020-01-27 19:19:01 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-01-27 19:19:01 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=4b42bee83f119d3d4e471a5f8aebae293301c4c0
2020-01-27 19:19:01 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-01-27 19:15:03 UTC
195 MB
rancher/rancher-agent:v2.3.5-rc6
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:ee446884f7bef76f8275c2f16add1c4fb598bea2ba861e72bce8fb4aac9b55ef - 49.37% (96.4 MB)
[#001] sha256:1a09b38540a8809aa6364dc06d44c8dc1699b1837b7a05c5a9f89219a457a653 - 0.0% (860 Bytes)
[#002] sha256:312e168914a92a2637b1cf721e992e89db14d490f992aa20e33ea8cbd61012e1 - 0.0% (830 Bytes)
[#003] sha256:ba59809b41bbcfe707940d6ccf0cce790cd89d5d2156d43ce0b8c02f20eaba15 - 0.0% (858 Bytes)
[#004] sha256:f77cd3a614ac04d73c3d025adce42aac59ecfb4e99b42582413951e0c4193066 - 0.0% (830 Bytes)
[#005] sha256:3089d6637a04a89739ddfa8fded52f0475c5a0a71e291a6e0fb783f1b73485a7 - 0.0% (862 Bytes)
[#006] sha256:e1afad5a8c31f6756342f5bb0069eaf6ab79019beba0b35c75d3c63a593d20a9 - 0.0% (835 Bytes)
[#007] sha256:0d6b102b5dfff937f74551aef3bd32c818a095be78663bf8a949ebca54834a13 - 0.03% (65 KB)
[#008] sha256:a2f0f71f51e695c5c48c73f13cf88feb290efa7248a1afa84926df4d9663c600 - 0.0% (828 Bytes)
[#009] sha256:437d8b14373af10ab80725115c3cead5d1682b2201739ac011835a6d45828aba - 28.04% (54.7 MB)
[#010] sha256:2d9871e1335def5e466b6ad5a7fa42b4d1552108d44db5bcfbe1c244beed13c6 - 0.06% (127 KB)
[#011] sha256:5e909f5d4ccbf8f610f5ac077277ac41ad07708c2f034c986fff455285f9569b - 0.0% (829 Bytes)
[#012] sha256:b3eedae49d021d632907441c7a16023d7e165f5afca70b7f83533484e0f0705d - 0.0% (824 Bytes)
[#013] sha256:7035c1277b6ff9145d8d2b637950ec1e8eba51720995672a3c413bdfa503e50b - 0.05% (96.6 KB)
[#014] sha256:c7305c80e1859ce1ff0346c3a827d18a9387a2ed5a7e435dce3837e8883b408c - 16.7% (32.6 MB)
[#015] sha256:84a734098134412697168d52ea80111a0b6e5115c91a373d509d6b80bbaa53f7 - 0.0% (824 Bytes)
[#016] sha256:cb5455b09e1c82bc121b170aa7511df627c5124cbce08842cc1b8bb9c23e4333 - 0.0% (877 Bytes)
[#017] sha256:a1df6c32e545dfccc16f685887232d0f4f141cf3ff20f2a69df434e9b2518433 - 0.0% (879 Bytes)
[#018] sha256:97deaef3bb6e571812ef8883478a41f18bf2c5843604e86a9d83baf7842ec7cd - 0.0% (830 Bytes)
[#019] sha256:2c117a563672102a5138ea48bf9b398bb1acb5b2847f8f44443ccae7bf81ba16 - 0.0% (821 Bytes)
[#020] sha256:ac09bcb6464e4a5d1036adc2bda016ac2e3e2f661787dc67e756ab96c3c97976 - 5.74% (11.2 MB)
[#021] sha256:1fbf12ed2183734cf6ba64002ef04191f9857b0c5bf1725a6e5c4149c2f1a690 - 0.0% (829 Bytes)
[#022] sha256:92d87765de9f48ed8d16fcdb7c575921a1e24aeeef69f9da474c1367c765bd3f - 0.0% (828 Bytes)
[#023] sha256:23d4cd9b15ef7e5792ee2334f679341d6bd1e448e40b5750a1538eb9201ef3a3 - 0.0% (922 Bytes)
[#024] sha256:f0464fb5a97d71df9ee4ba4853b9bf0bc90816a5a6ecb1d1128944c9c20f5708 - 0.0% (882 Bytes)
[#025] sha256:47b5e4e4526dd3cffc6ee18fb93d9ad7138018a77f9388acc7eb0e6b193ef940 - 0.0% (878 Bytes)
Apply image 1809-KB4534273-amd64
2020-01-15 19:29:40 UTCcmd /S /C #(nop) ARG VCS_REF=none
2020-01-15 19:29:40 UTCcmd /S /C #(nop) ARG PS_VERSION=6.2.0
2020-01-15 19:29:41 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2020-01-15 19:29: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=1b86687 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
2020-01-15 19:29: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
2020-01-15 19:29:42 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-01-15 19:30:03 UTC|3 IMAGE_NAME=mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1809 PS_VERSION=6.2.3 VCS_REF=1b86687 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-01-15 19:30:03 UTCcmd /S /C #(nop) USER ContainerUser
2020-01-15 19:30:14 UTCcmd /S /C #(nop) COPY dir:cc4c542ef52db3db25fd993a2fdf182b8597d8c657d7bacab17200fc592cf78c in C:\Program Files\PowerShell
2020-01-15 19:30:44 UTC|3 IMAGE_NAME=mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1809 PS_VERSION=6.2.3 VCS_REF=1b86687 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 ; }"
2020-01-15 19:30:45 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-01-27 17:35:44 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-01-27 17:35:45 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-01-27 17:35:47 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-01-27 17:35:48 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-01-27 17:35:49 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-01-27 17:35:49 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-01-27 19:14:50 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.5-rc6
2020-01-27 19:14:50 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-01-27 19:14:51 UTCcmd /S /C #(nop) COPY multi:9e034100fa0a7ce471dab2771f64afeb3eb1f44241e521b4b531d5f63591c477 in \etc\rancher\
2020-01-27 19:14:52 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-01-27 19:15:02 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-01-27T19:15:00Z
2020-01-27 19:15:02 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-01-27 19:15:03 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=4b42bee83f119d3d4e471a5f8aebae293301c4c0
2020-01-27 19:15:03 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-01-27 19:13:06 UTC
197 MB
rancher/rancher-agent:v2.3.5-rc6
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:aeef11c1b4a67e94f1cec604aad417558d9795c165856f62eefaee4cede5eff4 - 49.78% (98 MB)
[#001] sha256:1178d6e1e3b85f4bec5de7cd32c3072d851927341435adfc47372541d869dd86 - 0.0% (841 Bytes)
[#002] sha256:3cc2e6c8d4f9a0ff0c4072c819602aa4e275c7074001f6b6542d5eaa38efb3ab - 0.0% (837 Bytes)
[#003] sha256:b727fe65d219501deb86021a9904a28824c4eb5658bbd578b538630401d833f7 - 0.0% (833 Bytes)
[#004] sha256:e4ac198a7a0581ea360653e7a6556ef836a759240faa51d48d3e865e45daeaa9 - 0.0% (830 Bytes)
[#005] sha256:706c52f1881a9af595cd6f5a95c28d314b2565259a1d5b8f6128f26f1e84bc18 - 0.0% (834 Bytes)
[#006] sha256:a0a5c32ab8d91fe723fe09ad7710a51f6b15163126e210a9158adccaf6ca5aab - 0.0% (829 Bytes)
[#007] sha256:715f1d820c66acb9f7eddadc8c9c50123527a43ba8dfd320cac4f4e594aae91b - 0.03% (64.2 KB)
[#008] sha256:da665b2578262e19455f3e45c482840d754a75adfa92a314a82ff5bb63bdcb81 - 0.0% (835 Bytes)
[#009] sha256:5b4d688c7e39ffc541f41213eb05144917ff3790c9335eaddaad434cba5fdd81 - 27.81% (54.7 MB)
[#010] sha256:f2cc69112bdb2f41d5e9a8b830fa00bcb28403612e1584b0e154b780d131a29e - 0.07% (139 KB)
[#011] sha256:a8423d86b13e783476d6de15d12fc7640a94d864c6669d62e41399c74474843a - 0.0% (831 Bytes)
[#012] sha256:c7c46b89d35fc4d4aaf75f37142d9850b563108ae34a60fd8f5c9d1411197bc5 - 0.0% (921 Bytes)
[#013] sha256:743b747eb729e30036d5c58972d05b5b570e52616a2e953f344462a30e799c9e - 0.05% (101 KB)
[#014] sha256:cb8580d0312eac0bd038b9a00db615f76a5831d89f2a6839ec8ab736bd045d5c - 16.56% (32.6 MB)
[#015] sha256:4566673c7216654035ff8b2df8c3861dd123ebb90c14d51988b92342f4115c8a - 0.0% (935 Bytes)
[#016] sha256:e42d6d290a7d403804886d2db2ab47f38171e9254e4f17b01f648d9337ef40e6 - 0.0% (826 Bytes)
[#017] sha256:62dabfa6abd61130b69b331dfaf4018271a1739c1d9181c3cacbf9af9f932e4b - 0.0% (869 Bytes)
[#018] sha256:27bd1ab8e2e25ae66f45df20efb28d74c461047eb76dddfbf05b8f7ec3f67785 - 0.0% (919 Bytes)
[#019] sha256:5c109427d23b08bbbf7673a58d031c60934c28e95d14a0792d85701c53c9911a - 0.0% (836 Bytes)
[#020] sha256:638498abaccc13d76d34877509f136c87c8e91a04136c0a80080c041b6e5b6a7 - 5.69% (11.2 MB)
[#021] sha256:0fddb3952ebb2edd0eae1f2b13d5cf467521d742cb3d9b74d0ca21e9d616a4d0 - 0.0% (821 Bytes)
[#022] sha256:9f38e06fc6f6532ebe8503001a80844a777a79b4ec5d2b03b52123dba56fec82 - 0.0% (872 Bytes)
[#023] sha256:9f96e08e0a23adc3c8067c04346778454d0cc7572b462e734f3bdc24d24fc45e - 0.0% (898 Bytes)
[#024] sha256:7df47fa7f2ffa12da1f1d98029624bfaa72313b4bdc67f48fbc6b57ec6eccba9 - 0.0% (831 Bytes)
[#025] sha256:703da30a1cda856552c8ae04f1f3056b932b7d40a9a2e75acf7c91b898ef9f32 - 0.0% (919 Bytes)
Apply image 1903-KB4530684-amd64
2020-01-15 19:34:10 UTCcmd /S /C #(nop) ARG VCS_REF=none
2020-01-15 19:34:10 UTCcmd /S /C #(nop) ARG PS_VERSION=6.2.0
2020-01-15 19:34:11 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2020-01-15 19:34:12 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=1b86687 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
2020-01-15 19:34:12 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
2020-01-15 19:34:13 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-01-15 19:34:32 UTC|3 IMAGE_NAME=mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1903 PS_VERSION=6.2.3 VCS_REF=1b86687 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-01-15 19:34:32 UTCcmd /S /C #(nop) USER ContainerUser
2020-01-15 19:34:42 UTCcmd /S /C #(nop) COPY dir:cc4c542ef52db3db25fd993a2fdf182b8597d8c657d7bacab17200fc592cf78c in C:\Program Files\PowerShell
2020-01-15 19:35:15 UTC|3 IMAGE_NAME=mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1903 PS_VERSION=6.2.3 VCS_REF=1b86687 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 ; }"
2020-01-15 19:35:15 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-01-27 17:35:24 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-01-27 17:35:24 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-01-27 17:35:28 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-01-27 17:35:29 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-01-27 17:35:29 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-01-27 17:35:29 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-01-27 19:12:51 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.5-rc6
2020-01-27 19:12:52 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-01-27 19:12:53 UTCcmd /S /C #(nop) COPY multi:9e92934c621bbe240d0b0be3e9ad3812271c4d39377df5487ce19acbc911421b in \etc\rancher\
2020-01-27 19:12:53 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-01-27 19:13:05 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-01-27T19:13:03Z
2020-01-27 19:13:05 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-01-27 19:13:06 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=4b42bee83f119d3d4e471a5f8aebae293301c4c0
2020-01-27 19:13:06 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-01-27 19:25:27 UTC
90.5 MB
rancher/rancher-agent:v2.3.5-rc6
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:fbdcf4a939bd956d7cd2fd21e684e4e3ca5d9ef60886808b0345bbc2c3b6f18a - 24.99% (22.6 MB)
[#001] sha256:d3463cc4abcf9c532fc6f5ad6b6780de967e7a0cadf865674d6dbbeefc9eb349 - 0.04% (34.4 KB)
[#002] sha256:4cf5b492942e45d969f49bd9465095c547ddfa152607f6b5ce9d924fe647f8f8 - 0.0% (850 Bytes)
[#003] sha256:7799262edbd86d40847575d269f6f03068dba731519911195aa384ec02ae9702 - 0.0% (187 Bytes)
[#004] sha256:59742b41c9bdd0c116ed2bf2cbc702c37e749f6857e9ed3c6c9d8b20466dd295 - 0.0% (123 Bytes)
[#005] sha256:7b1f7af6f62635bbd07c4fed1da407908776d8def74add0ff22f8f1b7e30763f - 31.41% (28.4 MB)
[#006] sha256:c9a435e19dc6516b1eb0530599193289078bae70d7b371c56680d592b0f3fda8 - 2.15% (1.94 MB)
[#007] sha256:0e3c1422f6cd4b26c270cf80cb49117422de8e45ef08d748d1a847a0ee11c355 - 1.25% (1.13 MB)
[#008] sha256:a430ca08b52d9c3c7cd3edeaad8ea2e0b6f403712bbe774b4884bd70b9d4403f - 24.46% (22.1 MB)
[#009] sha256:1b7acd0c56778c99427f960efd1e8be1daa76fb16b594066e8c98075fdbdf425 - 15.7% (14.2 MB)
/bin/sh -c #(nop) ADD file:868e3a7e9028dcf197b28fa33d45b368b95d6a4e98cceba6bc9cf2c85daa554a in /
2020-01-16 00:40:40 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-01-16 00:40:44 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
2020-01-16 00:40:49 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-01-16 00:40:51 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-01-27 19:24:51 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-01-27 19:24:51 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
2020-01-27 19:24:52 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-01-27 19:24:52 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2020-01-27 19:25:18 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/*
2020-01-27 19:25:19 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2020-01-27 19:25:20 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
2020-01-27 19:25:22 UTC|1 ARCH=arm64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.6/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin
2020-01-27 19:25:22 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2020-01-27 19:25:24 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
2020-01-27 19:25:24 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-01-27 19:25:24 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-01-27 19:25:25 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-01-27 19:25:25 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.5-rc6
2020-01-27 19:25:25 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-01-27 19:25:26 UTC/bin/sh -c #(nop) COPY multi:a046b1b93e139700f695795ef705afb5c43f9f347c5d683595d7189fb72be3d2 in /usr/bin/
2020-01-27 19:25:26 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-01-27 19:25:27 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-01-27T19:24:47Z
2020-01-27 19:25:27 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-01-27 19:25:27 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=4b42bee83f119d3d4e471a5f8aebae293301c4c0
2020-01-27 19:25:27 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.