2020-05-26 20:13:03 UTC
104 MB
rancher/rancher-agent:master-3038-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:911489f32427c6e87fcaea06f3010ee9737d342e98ea8b98e950f57fa3166792 - 0.0% (124 Bytes)
[#005] sha256:11c2e08bcbc1d1371ad6a4a658407d688817ddc78378f9bb1090ce5033848a3e - 28.93% (30.1 MB)
[#006] sha256:4917caa38753210c44ba4f98a9ee9944941b463a52f54e907b20ac3034e73a59 - 2.12% (2.2 MB)
[#007] sha256:21cf989e5e9e96c1736753a72c75e99a8730f1593b7ffdba0e84d2ee54fc3b1f - 1.17% (1.22 MB)
[#008] sha256:3cbfeb15673d16e5aa06850d73fdd8f41053679155f84e61329c1573930994b2 - 25.51% (26.6 MB)
[#009] sha256:6805b60e746ac15e4f32e3f60f50dd0de6ef20be66c4fe4e2a0edbfb9ad1bd56 - 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-26 20:12:36 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-05-26 20:12: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-26 20:12:37 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-05-26 20:12:37 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.8
2020-05-26 20:12:55 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-26 20:12:55 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-05-26 20:12:57 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-26 20:12:58 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-26 20:12:58 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-05-26 20:13:00 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-26 20:13:00 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-05-26 20:13:00 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-05-26 20:13:00 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-05-26 20:13:01 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3038-head
2020-05-26 20:13:01 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-05-26 20:13:02 UTC/bin/sh -c #(nop) COPY multi:c3aa8d89eb4d975d69d72b609cb67591e0eec41a7f82482a3996145c195572fd in /usr/bin/
2020-05-26 20:13:02 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-05-26 20:13:02 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-05-26T20:12:33Z
2020-05-26 20:13:03 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-26 20:13:03 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=d9184e914000b2c05ea57739c769aea7a3f7f905
2020-05-26 20:13:03 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-05-26 20:01:47 UTC
231 MB
rancher/rancher-agent:master-3038-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:122987fb655a8f04167610acb34ab25af4b05453a3fc14a89290f2f309b84c73 - 0.0% (821 Bytes)
[#014] sha256:acd9186b54618d0f4fd97fccfcd44e9fc75d9fef721ea578f8f19e6e45726d64 - 0.04% (96.5 KB)
[#015] sha256:4c5f2ab76b5427cc24526ea92494457c1d87f3ce0a3e4b96ba3e766f0200b4bd - 14.1% (32.6 MB)
[#016] sha256:810607a1ddffe2428f8bef34654050c41f3033e437ced0e3e336bf7fc4f23e17 - 0.0% (828 Bytes)
[#017] sha256:3fe73fc9c359be63002a0702668022b5f36bfebba57db3d8aa6d342d445dd04b - 0.0% (852 Bytes)
[#018] sha256:9536fe060ddc692a12aa229ed27d38324967a82b7c8205350e8c55a9415c6fd4 - 0.0% (853 Bytes)
[#019] sha256:114c327cdff8d866135915ef686f4e205a773f6ad7a4cfe167aa4ebc48cbfa7a - 0.0% (854 Bytes)
[#020] sha256:3ac255c504669c4fca489dab880a965f3a4df202fdade5398a08a96d4b2b4a3d - 0.0% (825 Bytes)
[#021] sha256:925f97df0c1618262f16d24acdd17503e4899ad90256b7994125663e6ddcadce - 5.69% (13.2 MB)
[#022] sha256:a6ca6da30973b5bf15dd402e127e259fe59f939cb9ace1d8987391acab57e8c3 - 0.0% (831 Bytes)
[#023] sha256:4ed54187dbaf8f50c46314b10ea7ce70943ddfc9db27dd6c0c9f462a629b1cd7 - 0.0% (826 Bytes)
[#024] sha256:69205a589b5fc227577001d96c6b3ea25b6d584c01d4ef5f25d8d318be780532 - 0.0% (819 Bytes)
[#025] sha256:01cbd65059351ca3d7cc3561b60770ecb00e9f20dcd79b00c147c7c654cd9b80 - 0.0% (827 Bytes)
[#026] sha256:44ab3b30d345fd72027b1586f3273579b3ab25a920b525a07862905b715d4782 - 0.0% (829 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-25 06:44:20 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-05-25 06:44:21 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-05-25 06:44:23 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-05-25 06:44:23 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-05-25 06:44:24 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-05-25 06:44:24 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-05-26 20:01:44 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3038-head
2020-05-26 20:01:45 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-05-26 20:01:45 UTCcmd /S /C #(nop) COPY multi:7c7cbf0ec7d1965974ad50061c6ebe34d9c084aca3c7e83bdc968b7e9249169c in \etc\rancher\
2020-05-26 20:01:46 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-05-26 20:01:46 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-05-26T20:01:43Z
2020-05-26 20:01:47 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-26 20:01:47 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=d9184e914000b2c05ea57739c769aea7a3f7f905
2020-05-26 20:01:47 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-05-26 20:02:41 UTC
233 MB
rancher/rancher-agent:master-3038-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:6cefba197db5525785a49d0ed32dc547ecba053d20c49d6e9587840b10687236 - 0.0% (829 Bytes)
[#014] sha256:8a8fdfb9ffadcbddd0f42abb0e291cd84b490b13dde0686c64e65e6e4ff73e89 - 0.04% (101 KB)
[#015] sha256:7bb5aea76e8f0d563702700313e0dd9abc5c53204d34a09602a495998d4e157e - 14.01% (32.6 MB)
[#016] sha256:c4e9fdb138a5057d4d90300f237c5cff6e449f6fbed134a4e1759a211f0a3f7d - 0.0% (828 Bytes)
[#017] sha256:d0caf8975ed8d31d92541bf44a29f29eacb015b205b5c9816a8404811884ddb9 - 0.0% (853 Bytes)
[#018] sha256:71923ec059baef836431e31a74212e1a963e1a66da98e3b8447a683b8565df4e - 0.0% (823 Bytes)
[#019] sha256:339799ae7c6863fa4e6847c47bc3476d6eeb3b641d3fdde415af03e9f0ea3542 - 0.0% (830 Bytes)
[#020] sha256:c6f913c40262ed8b77d92a07d7485eab39d52a76519353391ca5fba2f91efffe - 0.0% (852 Bytes)
[#021] sha256:69d3e88bde8f0b6327a9e15765f632f55140e9957ce1a3aca0f83f4e12325a57 - 5.65% (13.2 MB)
[#022] sha256:be8c14df3f3d24057ca46028825a9a199a794fa2a46212ae07fda73220d052ab - 0.0% (856 Bytes)
[#023] sha256:383c8a9c1c416d383982ee125b26088ccc817f25c9a1b60c29b67f794c83a5c5 - 0.0% (826 Bytes)
[#024] sha256:f79e6709fedb3f196b02e57364149e1367bad479a75858003127e83ae683ba65 - 0.0% (830 Bytes)
[#025] sha256:49a16ea6924d2d9ca2c336075b9b25f0acf09a01587cd69244d492495fb0bfb3 - 0.0% (859 Bytes)
[#026] sha256:79dcc7ada10f1a78f9ad092212bb81b1b4112b80e42c3cb16d628f8e10b0d651 - 0.0% (856 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-25 06:44:58 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-05-25 06:44:59 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-05-25 06:45:01 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-05-25 06:45:01 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-05-25 06:45:02 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-05-25 06:45:02 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-05-26 20:02:38 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3038-head
2020-05-26 20:02:38 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-05-26 20:02:39 UTCcmd /S /C #(nop) COPY multi:7c7cbf0ec7d1965974ad50061c6ebe34d9c084aca3c7e83bdc968b7e9249169c in \etc\rancher\
2020-05-26 20:02:39 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-05-26 20:02:40 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-05-26T20:02:36Z
2020-05-26 20:02:40 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-26 20:02:40 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=d9184e914000b2c05ea57739c769aea7a3f7f905
2020-05-26 20:02:41 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-05-26 20:14:14 UTC
94.6 MB
rancher/rancher-agent:master-3038-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:6fbd31027a3b19607b2e7449cdfebbe726a6ec666df67c0f2b84e9f095a98f29 - 0.0% (123 Bytes)
[#005] sha256:02681ea8ac92e329b066562aadbb8fe4d87086ea025f02660db7650e04e6755d - 28.82% (27.3 MB)
[#006] sha256:a3f1bc6da4338b678a94f81d224c38ba2855ec971edf0884c5ebbe55982a7131 - 2.05% (1.94 MB)
[#007] sha256:289ae7942efbe9ae7eeb7a0f76ca5805b72cac266fe4dba4e56d1801ebabfe80 - 1.2% (1.13 MB)
[#008] sha256:90dc7f67b0ea13cf09f26dffe66500e1200aedc71c852cbba9fe0d03cf105ff4 - 26.04% (24.6 MB)
[#009] sha256:49dc0c9f33295513a49636dfaffb8417a66e18e436fb01dc580546740b345c48 - 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-26 20:13:38 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-05-26 20:13:38 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-26 20:13:39 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-05-26 20:13:40 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.8
2020-05-26 20:14:05 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-26 20:14:06 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-05-26 20:14:07 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-26 20:14:08 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-26 20:14:08 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-05-26 20:14:10 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-26 20:14:10 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-05-26 20:14:11 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-05-26 20:14:11 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-05-26 20:14:11 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3038-head
2020-05-26 20:14:11 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-05-26 20:14:12 UTC/bin/sh -c #(nop) COPY multi:05aa327b327efb4d6c12c25bf5505bf1fa6e349745ee246d71825735b4edd314 in /usr/bin/
2020-05-26 20:14:13 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-05-26 20:14:13 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-05-26T20:13:35Z
2020-05-26 20:14:13 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-26 20:14:13 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=d9184e914000b2c05ea57739c769aea7a3f7f905
2020-05-26 20:14:14 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.