2020-01-24 19:37:56 UTC
99.9 MB
rancher/rancher-agent:v2.3.5-rc3
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:7dd59e91d0b476ebcf413121a7e6601245bf06dc645760facabc0c2bcc9d0af1 - 0.0% (124 Bytes)
[#005] sha256:3be2e35dba78bb8fe1097bc4bd531cceccb425864e14dcc086dcc002735cacef - 31.38% (31.4 MB)
[#006] sha256:fb3555e7bfa2b0b9010448f78f8ca5c1f8b66a7b91f70fc99f1b05f06e7db619 - 2.21% (2.2 MB)
[#007] sha256:505a5af9c368de88852ee4a4e299f92babc6362cb7217ba4f812563369a75a78 - 1.22% (1.22 MB)
[#008] sha256:133489af1dae017c6098a5966587a453c718bb181825e21c42cd8fb0e0a13ad4 - 24.09% (24.1 MB)
[#009] sha256:7747d45ce9f68f621e9ad30e54269dc1720b6b02d873d8ea69573e7bb14aaf82 - 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-24 19:37:26 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-01-24 19:37:26 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-24 19:37:27 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-01-24 19:37:27 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2020-01-24 19:37:48 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-24 19:37:48 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2020-01-24 19:37:49 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-24 19:37:51 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-24 19:37:51 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2020-01-24 19:37:53 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-24 19:37:53 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-01-24 19:37:53 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-01-24 19:37:53 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-01-24 19:37:54 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.5-rc3
2020-01-24 19:37:54 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-01-24 19:37:55 UTC/bin/sh -c #(nop) COPY multi:94d47913bd418d3414ce4b4e232f41bfe27686ace85441f484ea3bfe0b6e0858 in /usr/bin/
2020-01-24 19:37:55 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-01-24 19:37:55 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-01-24T19:37:23Z
2020-01-24 19:37:56 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-01-24 19:37:56 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=026a39cd4eaefd08306873b5fc5a26ee70ef6f17
2020-01-24 19:37:56 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-01-24 19:29:44 UTC
195 MB
rancher/rancher-agent:v2.3.5-rc3
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.05% (54.7 MB)
[#010] sha256:2d9871e1335def5e466b6ad5a7fa42b4d1552108d44db5bcfbe1c244beed13c6 - 0.06% (127 KB)
[#011] sha256:5e909f5d4ccbf8f610f5ac077277ac41ad07708c2f034c986fff455285f9569b - 0.0% (829 Bytes)
[#012] sha256:e5fc3cb7ddf0d978661114a298851b9f4b8b3a93c511e938567cb5fa4db77cd9 - 0.0% (832 Bytes)
[#013] sha256:51cbbaf7a28d37ea64d3e04822a35d6f7980c99310828c17d18b3e84350c2ec4 - 0.05% (96.5 KB)
[#014] sha256:062551d294f110fed5031f0b23ba86047a846bc983911e549f29ddd120e5ab1c - 16.7% (32.6 MB)
[#015] sha256:59a3a7790573e9c483c6f9fb13f4729830a530eaaaef285a99aa4737c4622ec5 - 0.0% (880 Bytes)
[#016] sha256:971cd39b9a384daa36cfba051a40517cbccd259091afaa9a11e1738abfaf47c3 - 0.0% (836 Bytes)
[#017] sha256:ee9c39e8722d7ecae159d674104edcd6e883e69bef39c07643444c96ebe669ce - 0.0% (833 Bytes)
[#018] sha256:1912b2c30b3f0bcec2664a334f58b4f428ec5fab0101f920f5ffe716d5b10dd5 - 0.0% (832 Bytes)
[#019] sha256:e669e5513920c6ade5aa9f348254700cd5454348c727b1f1397dbe50107f4dac - 0.0% (832 Bytes)
[#020] sha256:1edf7972d6c60efa61e47e6b0752b1484a18eb87cc0a193dd263ab49adcb702f - 5.74% (11.2 MB)
[#021] sha256:a75f5c0e7c92a98ae2c237905b35d15f47a9b76268ff9bc8f26ccbfda411c65a - 0.0% (825 Bytes)
[#022] sha256:304883ba74e4d25183a26b853f8179106dac95e5b21b02265848b8f2cfbba390 - 0.0% (831 Bytes)
[#023] sha256:aba0183438dbd95f17c7da1bfef5428389d1c201f7fc6ef46463f3d8db3529f7 - 0.0% (833 Bytes)
[#024] sha256:bafcee79322ca8c6c74e59ee5b1f33b19a4313a34ff348a8f70497ce39a1eee0 - 0.0% (898 Bytes)
[#025] sha256:47fdcbc33c67e6a07f55b4e0bce9995bd9a036d7f3a742c4f49bf36f67650058 - 0.0% (832 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-20 16:18:01 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-01-20 16:18:02 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-01-20 16:18:05 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-01-20 16:18:06 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-01-20 16:18:07 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-01-20 16:18:07 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-01-24 15:11:05 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.5-rc3
2020-01-24 15:11:05 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-01-24 15:11:06 UTCcmd /S /C #(nop) COPY multi:61e7f0f4a922acbd34080cc38e77595deb1b006c30e608420f9fd7a2d4651420 in \etc\rancher\
2020-01-24 15:11:06 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-01-24 19:29:43 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-01-24T19:29:41Z
2020-01-24 19:29:43 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-01-24 19:29:44 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=026a39cd4eaefd08306873b5fc5a26ee70ef6f17
2020-01-24 19:29:44 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-01-24 19:29:34 UTC
197 MB
rancher/rancher-agent:v2.3.5-rc3
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:19ef96f78756e997d3269ba047bd5b37f5932de33bf4a4db7f1ecd14af211c55 - 0.0% (940 Bytes)
[#013] sha256:04823064717bbb6fe814567b6d41f84c72ae440d2052bcee60cac507c2fdb783 - 0.05% (101 KB)
[#014] sha256:332a8ca8b9d3728dcb2618a9502c1dc84f5d2c92634c71ccbd952c4ffe5ab21e - 16.56% (32.6 MB)
[#015] sha256:81f6e2e1cd69fa0efba8ef8677a9243b1dbc7aea151c3ef1e0d3c93fc2e660b6 - 0.0% (918 Bytes)
[#016] sha256:9b926b5b4b5d348d5947c64cf1410c094a7217b1e8f599f69486c98e24b3259b - 0.0% (829 Bytes)
[#017] sha256:e870ed6ed773993e068fffead410db8c5af8f1c91943275f864d309125536f93 - 0.0% (828 Bytes)
[#018] sha256:1e86d2544f348efe386bcf9de6367f092d61757c9876c8dedd3b8458b7151aac - 0.0% (898 Bytes)
[#019] sha256:73a490d871f313c0f8cad7aeff65a5b51fd93b86a3c886b3770c5eaa40b32141 - 0.0% (831 Bytes)
[#020] sha256:aa89f493186d60e0dd03b175868c11fc41180f31a6b4fe9c14644886b7b01bc7 - 5.69% (11.2 MB)
[#021] sha256:cd0860914b949d594b44f10007e8f2e9f5f7fc6a3a396e51e845e816a0018854 - 0.0% (873 Bytes)
[#022] sha256:e9fb1d36b72c21bc86c9d3f8e295ebd65b49c6df14915faf9bd54d9c51538fcc - 0.0% (888 Bytes)
[#023] sha256:52f44cf2bb0afc54572a15c725f7f8607099d087ffc344283941c4b03f7bd420 - 0.0% (875 Bytes)
[#024] sha256:42afa6953d7d4441f591e731ed43c25e96d905fec0bd2b5a9b947171b1f1b22b - 0.0% (832 Bytes)
[#025] sha256:276829c96c89ba00adf813a88bd316a09a01b0e7fa5f3433b53c9a100bcf3285 - 0.0% (883 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-21 00:22:48 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-01-21 00:22:48 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-01-21 00:22:51 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-01-21 00:22:52 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-01-21 00:22:52 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-01-21 00:22:53 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-01-24 15:11:25 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.5-rc3
2020-01-24 15:11:25 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-01-24 15:11:26 UTCcmd /S /C #(nop) COPY multi:9461c2b6230ea86e1680fcbc30db444c592ec84f5506b987747372d93a0358bd in \etc\rancher\
2020-01-24 15:11:26 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-01-24 19:29:33 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-01-24T19:29:31Z
2020-01-24 19:29:33 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-01-24 19:29:34 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=026a39cd4eaefd08306873b5fc5a26ee70ef6f17
2020-01-24 19:29:34 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-01-24 19:43:46 UTC
90.5 MB
rancher/rancher-agent:v2.3.5-rc3
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 - 25.0% (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:2e2702d85c4657b3d689e042bed6ca70f317d59bcc2a7ca3027735fa19e90587 - 0.0% (124 Bytes)
[#005] sha256:24bdda3128467da9d3536c65d4c922b8b24163673fd1d2910f44599e010e371b - 31.41% (28.4 MB)
[#006] sha256:c9a435e19dc6516b1eb0530599193289078bae70d7b371c56680d592b0f3fda8 - 2.15% (1.94 MB)
[#007] sha256:d479513cc6ab8246424a0ee3e21846e46ef8d895981ee96307a2de3ad2f9491e - 1.25% (1.13 MB)
[#008] sha256:78428b397fd86e1213ec6ad9c2f76c52d055210a48d5a5ee418c5e477e83a343 - 24.46% (22.1 MB)
[#009] sha256:99e00641d1cc130674c9743cf9d7fab197882c39b534c0af7baa020bfe7aa2cc - 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-24 19:43:10 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-01-24 19:43:10 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-24 19:43:11 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-01-24 19:43:11 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2020-01-24 19:43:37 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-24 19:43:38 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2020-01-24 19:43:39 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-24 19:43:40 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-24 19:43:40 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2020-01-24 19:43:42 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-24 19:43:43 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-01-24 19:43:43 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-01-24 19:43:43 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-01-24 19:43:43 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.5-rc3
2020-01-24 19:43:44 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-01-24 19:43:45 UTC/bin/sh -c #(nop) COPY multi:81c2419dc3a4f49b255b1ddb291b0610ad096f0d3f2b3a0b4b40405b4ea28167 in /usr/bin/
2020-01-24 19:43:45 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-01-24 19:43:45 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-01-24T19:43:06Z
2020-01-24 19:43:45 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-01-24 19:43:46 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=026a39cd4eaefd08306873b5fc5a26ee70ef6f17
2020-01-24 19:43:46 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.