2020-05-21 22:21:34 UTC
104 MB
rancher/rancher-agent:master-3010-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:ec45d226b776eb2038d9c319e58bfceb31ca989ec231465ab93736b458d93b3f - 0.0% (124 Bytes)
[#005] sha256:dc1533ed63560a90c0d61161799deae20616858fa5368bdb33a2f1d63bfc56ea - 28.93% (30.1 MB)
[#006] sha256:4917caa38753210c44ba4f98a9ee9944941b463a52f54e907b20ac3034e73a59 - 2.12% (2.2 MB)
[#007] sha256:8b5dfc38f6b6ae1e4310dc0ce964aa3971034ceaa0ec176816bca485bab7107a - 1.17% (1.22 MB)
[#008] sha256:0c19644defc93c4591e339016baa31cde9037ae3096e7cf2c377aebca6360ed1 - 25.51% (26.6 MB)
[#009] sha256:b2f83979266fd3009a6dfddbae0587d2af2db4e0ce49e30e7ce8ef6286444e1e - 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-21 22:21:07 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-05-21 22:21:07 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-21 22:21:08 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-05-21 22:21:08 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.8
2020-05-21 22:21:25 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-21 22:21:26 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-05-21 22:21:27 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-21 22:21:28 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-21 22:21:28 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-05-21 22:21:30 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-21 22:21:30 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-05-21 22:21:31 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-05-21 22:21:31 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-05-21 22:21:31 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3010-head
2020-05-21 22:21:31 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-05-21 22:21:32 UTC/bin/sh -c #(nop) COPY multi:a3788736d85d759a518d0ebb2f016c6589a020775ad20707022ec25831b79b2b in /usr/bin/
2020-05-21 22:21:33 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-05-21 22:21:33 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-05-21T22:21:03Z
2020-05-21 22:21:33 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-21 22:21:33 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=1645fa8ea099a2db3ff0a4190bf09477bfbf8404
2020-05-21 22:21:34 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-05-21 22:10:50 UTC
231 MB
rancher/rancher-agent:master-3011-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:fb19a3e0517760559f48e8df3aca96c4413671bf37cd009bff66b2be342d48de - 0.0% (829 Bytes)
[#020] sha256:3ab90240369d9c67c5a070ac31fc47f10ff7bb0009aa2cd3cbaff49a21fa84fb - 0.0% (803 Bytes)
[#021] sha256:908e108125cdfa1e7873827eac533e8f9410658351cac6b07baff306c2edfc0b - 5.69% (13.2 MB)
[#022] sha256:60a768183e6c0cae94897261767ff5fb3173c1abf090f9dad45e2d00f010d272 - 0.0% (826 Bytes)
[#023] sha256:9f7710dfa2827067c8a3b02538884553b3d5cf62a4aeae7a272c780bdb9fc07b - 0.0% (831 Bytes)
[#024] sha256:c60d6cc7df3816b5a5ffbef79bfe7b030a651960265f11658685def7167dcb28 - 0.0% (828 Bytes)
[#025] sha256:407c53354b957155ecee8a2012b780937dc696a240eb0f5a7e78bed47f09a828 - 0.0% (854 Bytes)
[#026] sha256:69c78f8fe1928157bf1860f049dc22282e4e1bcec0aa4a349ebb5960ba3d03b1 - 0.0% (849 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-21 22:10:47 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3011-head
2020-05-21 22:10:47 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-05-21 22:10:48 UTCcmd /S /C #(nop) COPY multi:970ae026cb5a0f5da783e8ba10fdda9ff5f1627e248bba65bfec728a16b2ea27 in \etc\rancher\
2020-05-21 22:10:49 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-05-21 22:10:49 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-05-21T22:10:45Z
2020-05-21 22:10:49 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-21 22:10:50 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=903bcf43175d4c76047a53108a8d63a7dde4b3eb
2020-05-21 22:10:50 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-05-21 22:09:08 UTC
233 MB
rancher/rancher-agent:master-3011-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:ba0e127bb8240920d1fdef334d311e29b7c1eac8d7ad36534186ed734ab97b9f - 0.0% (831 Bytes)
[#020] sha256:ceaf6863d37f888fab665d38efef855444147b597006a8b4f5ac5271a48c4679 - 0.0% (854 Bytes)
[#021] sha256:f6b73b28a93ddcd4b224194bd966dc492ac0f0732e5b082e8ef3e8371f804ca2 - 5.65% (13.2 MB)
[#022] sha256:3ab7d66646ba2b7bf367000eb36b92ba88149780b7d91a9ff17709b5efe9fcc7 - 0.0% (827 Bytes)
[#023] sha256:788ab4880f04d1934af02035cf516115dc26b2b4591d2bbafe5fd0c63c01cfcf - 0.0% (857 Bytes)
[#024] sha256:46036af28a80811d33c785cdaad5ad424cc8968b6a27aa4f7bed5b2d3dc90ddf - 0.0% (832 Bytes)
[#025] sha256:d946aad967472e9dbeded5cdf39405ad68829ee3b22d7f16fefe80a811dacdb3 - 0.0% (827 Bytes)
[#026] sha256:042a1fcb29d3e66d0b08dfb9c08951df375b2693eb300a76c00d7eba1caf47b6 - 0.0% (831 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-21 22:09:06 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3011-head
2020-05-21 22:09:06 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-05-21 22:09:07 UTCcmd /S /C #(nop) COPY multi:970ae026cb5a0f5da783e8ba10fdda9ff5f1627e248bba65bfec728a16b2ea27 in \etc\rancher\
2020-05-21 22:09:07 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-05-21 22:09:08 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-05-21T22:09:04Z
2020-05-21 22:09:08 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-21 22:09:08 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=903bcf43175d4c76047a53108a8d63a7dde4b3eb
2020-05-21 22:09:08 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-05-21 22:17:04 UTC
94.6 MB
rancher/rancher-agent:master-3010-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:9402d4c68a3848cb399589971b35951ef8bf54d9d2952d6ab7d56c487e5f547b - 0.0% (124 Bytes)
[#005] sha256:36ddbe02a600becdc3dcefbb2688a0ec9d08e49602d5c1947b916f398464f3f3 - 28.82% (27.3 MB)
[#006] sha256:a3f1bc6da4338b678a94f81d224c38ba2855ec971edf0884c5ebbe55982a7131 - 2.05% (1.94 MB)
[#007] sha256:dee99f307b26b20243b77d18104335d21493635ef3e04514b557c2491e7c838c - 1.2% (1.13 MB)
[#008] sha256:1654aed94fe48b7fff6addca5c43d6bd4dff73c17208898ede4b3270f4ece466 - 26.04% (24.6 MB)
[#009] sha256:5bd55350f57c7389ea6c1d367cc7131605227421d2a893cf064f44f8b88263bf - 17.94% (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-21 22:16:01 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-05-21 22:16:01 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-21 22:16:04 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-05-21 22:16:04 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.8
2020-05-21 22:16:46 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-21 22:16:47 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-05-21 22:16:49 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-21 22:16:51 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-21 22:16:52 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-05-21 22:16:56 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-21 22:16:56 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-05-21 22:16:57 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-05-21 22:16:58 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-05-21 22:16:58 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3010-head
2020-05-21 22:16:58 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-05-21 22:17:02 UTC/bin/sh -c #(nop) COPY multi:1eb82e185fb4331876afff07a4b9041d3dcc24325f66fef9c6c1b5596b223079 in /usr/bin/
2020-05-21 22:17:02 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-05-21 22:17:03 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-05-21T22:15:54Z
2020-05-21 22:17:03 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-21 22:17:04 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=1645fa8ea099a2db3ff0a4190bf09477bfbf8404
2020-05-21 22:17:04 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.