2020-05-23 23:34:01 UTC
104 MB
rancher/rancher-agent:master-3034-head
DOCKER_API_VERSION1.24
DOCKER_URLDOCKER_URL_amd64
DOCKER_URL_amd64https://get.docker.com/builds/Linux/x86_64/docker-1.10.3
DOCKER_URL_arm64https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64
KUBECTL_VERSIONv1.16.8
KUBEPROMPT_VERSIONv1.0.10
LOGLEVEL_VERSIONv0.1.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:23884877105a7ff84a910895cd044061a4561385ff6c36480ee080b76ec0e771 - 24.43% (25.5 MB)
[#001] sha256:bc38caa0f5b94141276220daaf428892096e4afd24b05668cd188311e00a635f - 0.03% (34.5 KB)
[#002] sha256:2910811b6c4227c2f42aaea9a3dd5f53b1d469f67e2cf7e601f631b119b61ff7 - 0.0% (847 Bytes)
[#003] sha256:36505266dcc64eeb1010bd2112e6f73981e1a8246e4f6d4e287763b57f101b0b - 0.0% (161 Bytes)
[#004] sha256:315e3519b044f6b7976a4b47807dc813aef6ddb3187ccc2901e31736d0024053 - 0.0% (124 Bytes)
[#005] sha256:12b0a0d6ee0d364ffc03ded6eaf47b7208cf65a4b57fb3900a9372e5aa3ebce3 - 28.93% (30.1 MB)
[#006] sha256:4917caa38753210c44ba4f98a9ee9944941b463a52f54e907b20ac3034e73a59 - 2.12% (2.2 MB)
[#007] sha256:d42930d918557fbf5b42ae61aea9c1fe22a1ebf367f4ed145acb1f73eeae461f - 1.17% (1.22 MB)
[#008] sha256:5619b389646c7711ad191803973dc96c6a73abb7d74ffb7f254c3cbd036aefc9 - 25.51% (26.6 MB)
[#009] sha256:32d381177fb52811d37c29f6fb8b04b350958b378ffaf5d1775028dd8736ab28 - 17.81% (18.6 MB)
/bin/sh -c #(nop) ADD file:c3e6bb316dfa6b81dd4478aaa310df532883b1c0a14edeec3f63d641980c1789 in /
2020-04-24 01:07:02 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-04-24 01:07:03 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-04-24 01:07:05 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-04-24 01:07:05 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-05-23 23:33:36 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-05-23 23:33:36 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-05-23 23:33:37 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-05-23 23:33:37 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.8
2020-05-23 23:33:54 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-05-23 23:33:54 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-05-23 23:33: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-05-23 23:33:56 UTC|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.7/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin
2020-05-23 23:33:57 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-05-23 23:33: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-05-23 23:33:58 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-05-23 23:33:59 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-05-23 23:33:59 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-05-23 23:33:59 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3034-head
2020-05-23 23:33:59 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-05-23 23:34:00 UTC/bin/sh -c #(nop) COPY multi:a940a5910e27a1ec967477d4a052a07d2c1daa99177c7458490cc028cd24ea59 in /usr/bin/
2020-05-23 23:34:00 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-05-23 23:34:01 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-05-23T23:33:33Z
2020-05-23 23:34:01 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-23 23:34:01 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=f775702e1d0f9988a95ac44557717d419bb304f0
2020-05-23 23:34:01 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-05-23 23:23:42 UTC
231 MB
rancher/rancher-agent:master-3034-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1809-KB4551853-amd64
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:b9e6fec25718aef5ed18d499b27e43adb524f9ee4f2eb3f0fffaea018e7e86b0 - 41.68% (96.3 MB)
[#001] sha256:cba255a4c3030f9d3ec005fb26f1ee292c0c9c76adb3253740369c76bbbe971f - 0.0% (825 Bytes)
[#002] sha256:25de31af193561c5df535b12b633786d3e9451a27d5e7e607925edf42de84862 - 0.0% (830 Bytes)
[#003] sha256:040aa69b8ff0fcf7e3a7a02618979d204498b8380f9a7b49f8056fac29e37c47 - 0.0% (834 Bytes)
[#004] sha256:30c33f4c6401795b679eb9980f19ed6f6c5e37d7165f3d950b4fd45b311b0915 - 0.0% (853 Bytes)
[#005] sha256:c51f57461df9cfae722ee6e07db122436de4b0e090571c1d6dc725fd82539b13 - 0.0% (832 Bytes)
[#006] sha256:63ebe09a854200e95d40007969f826b18676cdf92cce4469dd732362ae0a4553 - 0.0% (831 Bytes)
[#007] sha256:abbba287004ee13e13a62506f86e74d7a1611b765be1817ca7d5e3c4f5704431 - 0.03% (63.8 KB)
[#008] sha256:2ba726f465bf9664fe0b0049df69f0d9ca5751e88466ae2b3f6d6667ccdd6216 - 0.0% (850 Bytes)
[#009] sha256:1cb0400bcab7312c1dbf158f804f4a987b40cf5f7eb36ae9f718d259bf194206 - 38.4% (88.8 MB)
[#010] sha256:f326a5d5a60d70597d5a70a15c01f3844c690f2352790031cb9ec89f91603419 - 0.05% (126 KB)
[#011] sha256:eeae65939b3f7768281856662aec212ec92358574a97b02a1a24cad5fd33afdb - 0.0% (834 Bytes)
[#012] sha256:1dd4cf4b02ee990ca2071f5cb0b4c951d01876e156090c32a5b4819621e8f234 - 0.0% (830 Bytes)
[#013] sha256:1581650e5a51a9f5625b5c70450da1ba5e69b1964ac4f0fbdd0f9cb3eb39109c - 0.0% (824 Bytes)
[#014] sha256:1e6704c2d797e6c4fda3338d5ec24bd625a1840b78d5c38599f1497ff6fa2056 - 0.04% (96.5 KB)
[#015] sha256:cce3326c72d363e5a44355d50557324b5f4510b768aa17df5c18c855d4ec4351 - 14.1% (32.6 MB)
[#016] sha256:925f44975d2d1772ca12ce6fdf3565c2b66031154c41d3612652ee3a3d22a10a - 0.0% (825 Bytes)
[#017] sha256:dbf0f65b8542c614bab7eec765c93eb350390c7c2c65dcd903f6ec2489c330b2 - 0.0% (829 Bytes)
[#018] sha256:653d3ba69401af566f4b7cdb53245b93c36bdbb851f77efb9c3d6037758b4615 - 0.0% (824 Bytes)
[#019] sha256:242fdb0ac52ca59d56b8579261458f2262cec31727be3cf07d843c79fdaa008f - 0.0% (854 Bytes)
[#020] sha256:525c9f7bc274c8862906fe07dc4ccd698bfdfefcf6c4305436587e3dfec48e5a - 0.0% (825 Bytes)
[#021] sha256:fb0db28081b6efef126b9f4fb5a4b008fffd7b525fb3f1d956158a16af6d6d5e - 5.69% (13.2 MB)
[#022] sha256:5e9ff6447aedf93652efede4e54279f35d86a0585a53174502ba8948dfed1031 - 0.0% (821 Bytes)
[#023] sha256:eda12dae087bf32be5da3ba3baf4b6e55227ab3a874781c45c5c8ecf78f75197 - 0.0% (870 Bytes)
[#024] sha256:ec0be505063e9085f5f863fad6d198e0918201dda22798583b35d5732d1bff21 - 0.0% (826 Bytes)
[#025] sha256:3a890b4858fad4375ac31c788452dcabbed63fd95c1841702c4cbd218cc301a2 - 0.0% (828 Bytes)
[#026] sha256:e2c25317cfc03f642203c788284b47208fd8c7e0b77782eabbe297a3c4ce9d31 - 0.0% (875 Bytes)
Apply image 1809-KB4551853-amd64
2020-05-19 00:09:21 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-05-19 00:09:22 UTCcmd /S /C #(nop) ARG VCS_REF=none
2020-05-19 00:09:23 UTCcmd /S /C #(nop) ARG PS_VERSION=7.0.0
2020-05-19 00:09:24 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2020-05-19 00:09:25 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 POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1809-KB4551853-amd64
2020-05-19 00:09:26 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-05-19 00:09:34 UTC|4 IMAGE_NAME=mcr.microsoft.com/v7.0.1/powershell:7.0.1-nanoserver-1809 PS_VERSION=7.0.1 VCS_REF=7d20d98 fromTag=1809-KB4551853-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-05-19 00:09:35 UTCcmd /S /C #(nop) USER ContainerUser
2020-05-19 00:09:50 UTCcmd /S /C #(nop) COPY dir:49cece52bcd3694ca2c7c2dc6a49e6b63c29496007be4f5428855a121896e1ad in C:\Program Files\PowerShell
2020-05-19 00:10:21 UTC|4 IMAGE_NAME=mcr.microsoft.com/v7.0.1/powershell:7.0.1-nanoserver-1809 PS_VERSION=7.0.1 VCS_REF=7d20d98 fromTag=1809-KB4551853-amd64 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-05-19 00:10:22 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=7d20d98 org.label-schema.vendor=PowerShell org.label-schema.version=7.0.1 org.label-schema.schema-version=1.0 org.label-schema.docker.cmd=docker run mcr.microsoft.com/v7.0.1/powershell:7.0.1-nanoserver-1809 pwsh -c '' org.label-schema.docker.cmd.devel=docker run mcr.microsoft.com/v7.0.1/powershell:7.0.1-nanoserver-1809 org.label-schema.docker.cmd.test=docker run mcr.microsoft.com/v7.0.1/powershell:7.0.1-nanoserver-1809 pwsh -c Invoke-Pester org.label-schema.docker.cmd.help=docker run mcr.microsoft.com/v7.0.1/powershell:7.0.1-nanoserver-1809 pwsh -c Get-Help
2020-05-19 00:10:22 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-05-21 16:45:11 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-05-21 16:45:12 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-05-21 16:45:14 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-05-21 16:45:15 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-05-21 16:45:15 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-05-21 16:45:16 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-05-23 23:23:40 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3034-head
2020-05-23 23:23:40 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-05-23 23:23:41 UTCcmd /S /C #(nop) COPY multi:77fc446c73b00393a7b68309a3cde85ebaeffe661ce7a6bea13f2b2eb990617d in \etc\rancher\
2020-05-23 23:23:41 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-05-23 23:23:41 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-05-23T23:23:37Z
2020-05-23 23:23:42 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-23 23:23:42 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=f775702e1d0f9988a95ac44557717d419bb304f0
2020-05-23 23:23:42 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-05-23 23:23:03 UTC
233 MB
rancher/rancher-agent:master-3034-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1903-KB4556799-amd64
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:f49ab60fabcebebacda3cacf219653f3141a6fc49c315a40e1b3c3c74416d5f2 - 42.08% (97.9 MB)
[#001] sha256:4f01cf3a1b0dafb8353a6fa521bff8c69118dd20e23e5c2fbae58f245834da23 - 0.0% (823 Bytes)
[#002] sha256:28317b1ad422544c5b2a930ce6515583550676e7a7bde5ce57605eb547459461 - 0.0% (829 Bytes)
[#003] sha256:deaa5b1f9c80566a578f2ddf20d259240ed526b42052b086c300472cd38d423e - 0.0% (830 Bytes)
[#004] sha256:b2e67f1d1d866084947894ff3a908a3568122b43fffd7209bbb516e3220965fa - 0.0% (830 Bytes)
[#005] sha256:a26b21eafc9001cadaac8a8e3bf75cf2a0de91add2d0042812e4a66e87ff5026 - 0.0% (831 Bytes)
[#006] sha256:ba25d2f5cbdea28732a96cac70a5372420cba69421290a4dccc6e3bbb2b3faa5 - 0.0% (856 Bytes)
[#007] sha256:bfdf91371b15736b98a1a4aa872cfbe309115dc27359d5605a76c3b8a0f976cb - 0.03% (65.6 KB)
[#008] sha256:3ca4a83569c9a91f78238d9475a62f140206d9471d6c175b56181b359484a4e8 - 0.0% (832 Bytes)
[#009] sha256:bd1e8362c35aeb8caaa561582ac1e54e60ff1d8a517a2eee40dba214ba9d295e - 38.14% (88.8 MB)
[#010] sha256:9e73f992c5ef4d8a465fabba62470235ae031cdddf31558439d26ec9bfb20b2c - 0.04% (95.3 KB)
[#011] sha256:2ce12a5ad805148c2ca21030f29d433ee53f88b7e26a5be97c3e0792bdf566a2 - 0.0% (830 Bytes)
[#012] sha256:2a4e14dd2e10ac8c99d41f9a1b895ccc19c0e50f37bf916b08f054cd0c5d24e5 - 0.0% (851 Bytes)
[#013] sha256:af6aa1000b357bae6178a042a776fb086fc65b073a8e73f06ee52b3d3399563d - 0.0% (855 Bytes)
[#014] sha256:4756821ffb46c733f5b1eeed08bacbd2a4f9275546db10db70d242b7e46b1eaa - 0.04% (101 KB)
[#015] sha256:d525345ed8c8595594c93d4a19baec39eee2e090467ec2c130b1000784fc9ae6 - 14.01% (32.6 MB)
[#016] sha256:d5ab97ba893082f9d503308dc7169c5a98b617585440989b3255c4d2966a639a - 0.0% (831 Bytes)
[#017] sha256:6403a4efad16448f175ae2b2d47a8b9da1b9ee87ebb277fef8120640d13f5c7c - 0.0% (830 Bytes)
[#018] sha256:b8ee297cacd4d7396e940f58574754d29e9b956d4de7acdf0e6dc6b3e8ab5b19 - 0.0% (831 Bytes)
[#019] sha256:bf5fc8cf23771cb894a1d8cc527482cd6542f0c49a7d2606ab74721e48d63342 - 0.0% (857 Bytes)
[#020] sha256:8aa683c92e057d90886955b052dbd2e88a231dccae62c2dbdc9d1a13310b5ebd - 0.0% (850 Bytes)
[#021] sha256:90a54a5c7c20556d67a3abd989e12dd6e968eb71e2977713bad4f1ba5e23ce0e - 5.65% (13.2 MB)
[#022] sha256:b13dc912c143e865ed1c7838594379da19df7217a6d6b1cb5dd49004a52789b3 - 0.0% (823 Bytes)
[#023] sha256:a72912906da678ae6571907d23db902365a812077c7143cc6e63e9b883f892d5 - 0.0% (826 Bytes)
[#024] sha256:9dc28331c45d7f39adb629e2bae0f76e77d96dad2b24a70631587e0336b0fcf9 - 0.0% (823 Bytes)
[#025] sha256:7f8799120d3146b108f1260260cf867da227ba80f6405a509acda247a294db62 - 0.0% (822 Bytes)
[#026] sha256:50aef0130dffbfa8cb11452877cc5dfb4ed9b8fbe4979651d4e5093fca4121b6 - 0.0% (829 Bytes)
Apply image 1903-KB4556799-amd64
2020-05-18 22:56:33 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-05-18 22:56:33 UTCcmd /S /C #(nop) ARG VCS_REF=none
2020-05-18 22:56:34 UTCcmd /S /C #(nop) ARG PS_VERSION=7.0.0
2020-05-18 22:56:34 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2020-05-18 22:56:35 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 POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1903-KB4556799-amd64
2020-05-18 22:56:35 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-05-18 22:56:56 UTC|4 IMAGE_NAME=mcr.microsoft.com/v7.0.1/powershell:7.0.1-nanoserver-1903 PS_VERSION=7.0.1 VCS_REF=1c0d50b fromTag=1903-KB4556799-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-05-18 22:56:57 UTCcmd /S /C #(nop) USER ContainerUser
2020-05-18 22:57:14 UTCcmd /S /C #(nop) COPY dir:49cece52bcd3694ca2c7c2dc6a49e6b63c29496007be4f5428855a121896e1ad in C:\Program Files\PowerShell
2020-05-18 22:57:45 UTC|4 IMAGE_NAME=mcr.microsoft.com/v7.0.1/powershell:7.0.1-nanoserver-1903 PS_VERSION=7.0.1 VCS_REF=1c0d50b fromTag=1903-KB4556799-amd64 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-05-18 22:57:46 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=1c0d50b org.label-schema.vendor=PowerShell org.label-schema.version=7.0.1 org.label-schema.schema-version=1.0 org.label-schema.docker.cmd=docker run mcr.microsoft.com/v7.0.1/powershell:7.0.1-nanoserver-1903 pwsh -c '' org.label-schema.docker.cmd.devel=docker run mcr.microsoft.com/v7.0.1/powershell:7.0.1-nanoserver-1903 org.label-schema.docker.cmd.test=docker run mcr.microsoft.com/v7.0.1/powershell:7.0.1-nanoserver-1903 pwsh -c Invoke-Pester org.label-schema.docker.cmd.help=docker run mcr.microsoft.com/v7.0.1/powershell:7.0.1-nanoserver-1903 pwsh -c Get-Help
2020-05-18 22:57:47 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-05-21 16:46:22 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-05-21 16:46:23 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-05-21 16:46:25 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-05-21 16:46:26 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-05-21 16:46:26 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-05-21 16:46:26 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-05-23 23:23:00 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3034-head
2020-05-23 23:23:01 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-05-23 23:23:02 UTCcmd /S /C #(nop) COPY multi:77fc446c73b00393a7b68309a3cde85ebaeffe661ce7a6bea13f2b2eb990617d in \etc\rancher\
2020-05-23 23:23:02 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-05-23 23:23:02 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-05-23T23:22:58Z
2020-05-23 23:23:03 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-23 23:23:03 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=f775702e1d0f9988a95ac44557717d419bb304f0
2020-05-23 23:23:03 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-05-23 23:35:18 UTC
94.6 MB
rancher/rancher-agent:master-3034-head
DOCKER_API_VERSION1.24
DOCKER_URLDOCKER_URL_arm64
DOCKER_URL_amd64https://get.docker.com/builds/Linux/x86_64/docker-1.10.3
DOCKER_URL_arm64https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64
KUBECTL_VERSIONv1.16.8
KUBEPROMPT_VERSIONv1.0.10
LOGLEVEL_VERSIONv0.1.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:c2cd007b69f7e5f37c851aa689e0e617fbaa3fe3e470f714337a03e569b7f434 - 23.91% (22.6 MB)
[#001] sha256:3c087f8bf83d28baa9c53fc5cfb0dfc79d5062cfad77563076553b04259e822f - 0.04% (34.4 KB)
[#002] sha256:474b5c43e9a24e1958763941a17a7cac60b13460a47f2ae9067ec03ceadab33a - 0.0% (849 Bytes)
[#003] sha256:7083e6591d76b9a6c13497a6a89bfbae3e7eb2eb31bec366bec3884c8e4517ce - 0.0% (189 Bytes)
[#004] sha256:3ea0109763a2df683a74e3cef6850b1c7ee4607a3e43d3404cf39427999c52a0 - 0.0% (124 Bytes)
[#005] sha256:6ac4168c9e2d3877c4ff19057711f36fea2a51a40cfa3bb9e26ecc9f3cf27c85 - 28.82% (27.3 MB)
[#006] sha256:a3f1bc6da4338b678a94f81d224c38ba2855ec971edf0884c5ebbe55982a7131 - 2.05% (1.94 MB)
[#007] sha256:7b0179a949b73e92313a511a8ca58a68bc64be340d687f1b2b34385e989ce6be - 1.2% (1.13 MB)
[#008] sha256:44331789b63fce652ae8b3e6dfd8307a2c0273ead75bcd858406f842baec5415 - 26.04% (24.6 MB)
[#009] sha256:3cd897bd08c17b7abe76c90bcd726807c2c2a52f7c7a7377e830aeac2bb41b91 - 17.95% (17 MB)
/bin/sh -c #(nop) ADD file:bd5b3470601aa4a28132ec60a8b1c33516d09a1391864fe1dbf82a4030397fd1 in /
2020-04-24 00:16:54 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-04-24 00:16:58 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-04-24 00:17:03 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-04-24 00:17:05 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-05-23 23:34:43 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-05-23 23:34:43 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-05-23 23:34:44 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-05-23 23:34:44 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.8
2020-05-23 23:35:10 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-05-23 23:35:10 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-05-23 23:35:12 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-05-23 23:35:13 UTC|1 ARCH=arm64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.7/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin
2020-05-23 23:35:13 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-05-23 23:35:15 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-05-23 23:35:15 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-05-23 23:35:16 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-05-23 23:35:16 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-05-23 23:35:16 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3034-head
2020-05-23 23:35:16 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-05-23 23:35:17 UTC/bin/sh -c #(nop) COPY multi:9d0bbe77e43bb9f9ce8062f0f86777c98ab68ab5b82846c0c18081c46bd1b3ba in /usr/bin/
2020-05-23 23:35:18 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-05-23 23:35:18 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-05-23T23:34:39Z
2020-05-23 23:35:18 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-23 23:35:18 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=f775702e1d0f9988a95ac44557717d419bb304f0
2020-05-23 23:35:18 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.