2020-05-13 03:40:50 UTC
104 MB
rancher/rancher-agent:master-2955-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.41% (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:03a7280624f17fa83b7ca79959a1d86e38fa79820c5d8a82ea38b6b50d9ff8a1 - 0.0% (123 Bytes)
[#005] sha256:67dc9f78f5db0d69307a53a36fc35de5008ab0c98551efe9d2929553da545b79 - 28.9% (30.1 MB)
[#006] sha256:4917caa38753210c44ba4f98a9ee9944941b463a52f54e907b20ac3034e73a59 - 2.11% (2.2 MB)
[#007] sha256:1432997c23299e5fb424a4c2c2bc447d17e3d4c2a82a4e95be4c4320b881a477 - 1.17% (1.22 MB)
[#008] sha256:dfe5eb90ddbcae702a9cbb245156fe10b5dbf5ae5da8cb879ea5555c548caf7c - 25.48% (26.6 MB)
[#009] sha256:07ef3c81c6c209bb62111e77fc8b4a96f9097b846b4705478730cafaadf7d341 - 17.89% (18.7 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-13 03:40:23 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-05-13 03:40:23 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-13 03:40:24 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-05-13 03:40:24 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.8
2020-05-13 03:40:42 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-13 03:40:42 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-05-13 03:40:44 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-13 03:40:45 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-13 03:40:45 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-05-13 03:40:47 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-13 03:40:47 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-05-13 03:40:47 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-05-13 03:40:47 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-05-13 03:40:47 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-2955-head
2020-05-13 03:40:48 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-05-13 03:40:48 UTC/bin/sh -c #(nop) COPY multi:71c193b69503d8fc691364cd96be4b32ea7e6d197ad3d0d6d944f435bf400abc in /usr/bin/
2020-05-13 03:40:49 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-05-13 03:40:49 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-05-13T03:40:20Z
2020-05-13 03:40:49 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-13 03:40:49 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=f1cfcb225962c5af729f714b1f835c5ab64d2da1
2020-05-13 03:40:50 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-05-13 03:33:57 UTC
231 MB
rancher/rancher-agent:master-2955-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1809-KB4549949-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:0fe89239909ba300aeb9b977458b61ae3fbbcd2d9591086ed05ca023209d3122 - 41.72% (96.4 MB)
[#001] sha256:2c9371eb1f40d729eed2dc34014fdc96640c33a3021156d018072624b1cc5a30 - 0.0% (836 Bytes)
[#002] sha256:9c1921fba387e6977c396a05a1f088cee57f228809c38c120a3fcf479e4108d9 - 0.0% (855 Bytes)
[#003] sha256:b0ca1c6f56ef2c99afaada26db1dd98a9f8b3866a8e71eaa457769d95be43739 - 0.0% (880 Bytes)
[#004] sha256:d29b2ae68553afd6ab5359fe4fcfd3be66772faeb212e8903b3a168d3b32c8b2 - 0.0% (851 Bytes)
[#005] sha256:f74b32d14361c41b90901215bdc106753f23c30f3fc909e5ab4c0415c2b82c6e - 0.0% (856 Bytes)
[#006] sha256:29a0961d6f7f7803539a78a4be92d1a04316e0f686d24ca1325af5eff2d2fe3e - 0.0% (827 Bytes)
[#007] sha256:b13c7f8763900de104c87a4710d89478e597f6661506ef3c2ee3c8918a410ec0 - 0.03% (63.9 KB)
[#008] sha256:c94da122fbd805ca66ab841f5fb7cb26853d6ab4b3d593b8c9a6d6d4eeb357bb - 0.0% (856 Bytes)
[#009] sha256:36a2d1169001a7a77f93b8a7b03230cfb359d61c8435752c4e774df14557987d - 38.36% (88.7 MB)
[#010] sha256:9fccbb90a2de38b9966729239cba0eddd3a93b243f28de8650c5ba5f21e1f2c8 - 0.05% (126 KB)
[#011] sha256:759c7da29c65d1636e07a07e7a79c3149497ece14d4dfb70f5b41c30c4c2cef1 - 0.0% (832 Bytes)
[#012] sha256:806da439b031ad4c79f4f73d9333ab0d05daf33468198f2a18e64bb2094cf73a - 0.0% (826 Bytes)
[#013] sha256:2e2ba1f0e73fbfa87121f5c14a9fdd3c05bcdc7f3f781bfdc845d53e1c704c53 - 0.0% (824 Bytes)
[#014] sha256:eacabd783c0ca78622ef06f6852e19790faa253198d09a2dbcd05a80f384de05 - 0.04% (96.5 KB)
[#015] sha256:d6e19513aa9946ed0a05fa15b6fcefde1d6b63c84d94d5bbf2247c39cd04487b - 14.1% (32.6 MB)
[#016] sha256:bd7b66a329f3ed8673b7f8eb506646576217ac2c16b9a52dac18f0e324c15ae2 - 0.0% (828 Bytes)
[#017] sha256:e88bd3413b1f18b36c6d50bfff2c0ca6f43db30d1cbe584df66ee5f431b7a7d0 - 0.0% (828 Bytes)
[#018] sha256:e70a291e77ef51e65680b901dc605a574eddf754a13e5c80fc760af99f48a412 - 0.0% (823 Bytes)
[#019] sha256:1d9630f277c3614c9a28d3af66ec66f76bb4405a055a5f4117600fff0fe99da3 - 0.0% (818 Bytes)
[#020] sha256:6cacb94744f482c31de9f43aede4d0e3c0beee82c7be4360924f579286105abb - 0.0% (832 Bytes)
[#021] sha256:3253bae3abcfdefa82fe50794ff94110aa47fb7103666378c2b2a4fc5e0b0153 - 5.69% (13.2 MB)
[#022] sha256:06a91b1e62d94a5742ec81e138e1662eb9351d021347c13be75f1e720247f1ba - 0.0% (828 Bytes)
[#023] sha256:3f40d8122d2106323f0c15cb131dfc5eff8dde362a9cb98c71310efa2af5ded5 - 0.0% (829 Bytes)
[#024] sha256:ee49243dbab6fcf94686a839c4cf4c634f6069801819a1783cb63da96b135e58 - 0.0% (828 Bytes)
[#025] sha256:ea0d12301ed273fe3169afad7909e2a678d0235ebab57b6534df3c72994a543a - 0.0% (854 Bytes)
[#026] sha256:4bd78cf34364564253e572b603e81da2c0e3ec23ab6f8ad3b2a136b0b7345a87 - 0.0% (824 Bytes)
Apply image 1809-KB4549949-amd64
2020-04-22 23:44:42 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-04-22 23:44:43 UTCcmd /S /C #(nop) ARG VCS_REF=none
2020-04-22 23:44:44 UTCcmd /S /C #(nop) ARG PS_VERSION=7.0.0
2020-04-22 23:44:45 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2020-04-22 23:44:46 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-KB4549949-amd64
2020-04-22 23:44:46 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-04-22 23:45:04 UTC|4 IMAGE_NAME=mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1809 PS_VERSION=7.0.0 VCS_REF=5737363 fromTag=1809-KB4549949-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-04-22 23:45:05 UTCcmd /S /C #(nop) USER ContainerUser
2020-04-22 23:45:19 UTCcmd /S /C #(nop) COPY dir:4642de7fb722aa7fe90337f64f1d33c353d0306e77e23b96584a1de9424d0ac2 in C:\Program Files\PowerShell
2020-04-22 23:45:49 UTC|4 IMAGE_NAME=mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1809 PS_VERSION=7.0.0 VCS_REF=5737363 fromTag=1809-KB4549949-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-04-22 23:45:50 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=5737363 org.label-schema.vendor=PowerShell org.label-schema.version=7.0.0 org.label-schema.schema-version=1.0 org.label-schema.docker.cmd=docker run mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1809 pwsh -c '' org.label-schema.docker.cmd.devel=docker run mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1809 org.label-schema.docker.cmd.test=docker run mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1809 pwsh -c Invoke-Pester org.label-schema.docker.cmd.help=docker run mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1809 pwsh -c Get-Help
2020-04-22 23:45:50 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-05-11 16:37:27 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-05-11 16:37:28 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-05-11 16:37:31 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-05-11 16:37:32 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-05-11 16:37:32 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-05-11 16:37:32 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-05-13 03:33:54 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-2955-head
2020-05-13 03:33:54 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-05-13 03:33:55 UTCcmd /S /C #(nop) COPY multi:c7a3433879bf0e4e3832e7d2e43de9456ddea7ea0192775f2283215a8dd11686 in \etc\rancher\
2020-05-13 03:33:55 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-05-13 03:33:56 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-05-13T03:33:52Z
2020-05-13 03:33:56 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-13 03:33:57 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=f1cfcb225962c5af729f714b1f835c5ab64d2da1
2020-05-13 03:33:57 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-05-13 03:33:07 UTC
233 MB
rancher/rancher-agent:master-2955-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1903-KB4551762-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:e0ecf8fc66f573c07a6804e90b60c0e8d997e0e80c6095777459721e6d8cbfa0 - 42.11% (98 MB)
[#001] sha256:6769c7a6c9b961fd5e88b265b73b19409dfcd763f2e308c2eb7f423c78e8cebc - 0.0% (861 Bytes)
[#002] sha256:95bd85ff25f23c6597bb86683683bfabf1efe6594286b01fdfffd6da8bab1dc9 - 0.0% (827 Bytes)
[#003] sha256:bcaa10446e30d2aa7ce75fa010d42ea9c6df195a06020eae56c8581c6c20732e - 0.0% (828 Bytes)
[#004] sha256:8b5c690fbb5600b3f5a3551e0e1109706c1256ae205f4c0448a7eba17b4b04de - 0.0% (831 Bytes)
[#005] sha256:536115374a20d0ba154c1d411c4cb8a4f6765878d055ddca658c77c08647cd48 - 0.0% (823 Bytes)
[#006] sha256:5c257b1e87086de22c63f345e8ad79b39cead0c1cafd09ec90912e878e326749 - 0.0% (868 Bytes)
[#007] sha256:94a2ea4616730806f25d79bd732158342790bf70c66e8a425ca4547a12e2b7e9 - 0.03% (65.2 KB)
[#008] sha256:34b07c51c59865f9ba92319a5ec05ac8d493d01992376c330a1fcf8ec73bcd9e - 0.0% (828 Bytes)
[#009] sha256:bef2b0177f8343082f715e40dadc82494fce689de3acbf379b635b8ac717aba9 - 38.1% (88.7 MB)
[#010] sha256:35b7045a1c7625678739c00dc27eebe5d9f80d1b6859b1a4d138a2efa800f7a5 - 0.06% (141 KB)
[#011] sha256:5f27e59f7da2eea72e7e97c9d28cc1116d39159e81df805d0dc621f48eff93fe - 0.0% (828 Bytes)
[#012] sha256:772d51d9062f2f4c92fc0fa2e2f772b689c0ac7de76873772f5b0b4ff90f7475 - 0.0% (858 Bytes)
[#013] sha256:a436d178808c506db89e670c3954b76c1a14ad55121c69534f6004da28675fd4 - 0.0% (855 Bytes)
[#014] sha256:97bdc4e0b44efd3e47f153a562e5be4b927d64943fb44a8f29f7e4f82925be86 - 0.04% (101 KB)
[#015] sha256:f1f53926dc3396a8197eadf5078ec3c28b1792e1049c2913431ecb57c879dde6 - 14.01% (32.6 MB)
[#016] sha256:c98bf29bc66b80430911c22e2e52626b8fe9b1f72b6417be17a8c1e45895bb52 - 0.0% (835 Bytes)
[#017] sha256:f5831e33bb4eefc2bbfb55f2839c8eec661a87ca1f1ede88ee65287696ea66e7 - 0.0% (830 Bytes)
[#018] sha256:9169d23f03bbf01261242b45c4ea4a00879793ec27a4ad523fda47ceac2f26e1 - 0.0% (859 Bytes)
[#019] sha256:9bd83b0a3646d0b5820f9180b12d1e500630dbb49e337d5d128fedf1931df373 - 0.0% (830 Bytes)
[#020] sha256:5292e700a8fffb77e021a0657d105d9e71a6417a60bdbae2356d588f3007288c - 0.0% (846 Bytes)
[#021] sha256:ffa5a2a6e0cd2bc94e82aa0666349ef9d773413e13a26a61a56a0f15900baed1 - 5.65% (13.2 MB)
[#022] sha256:94591517f46466d380528ab7ed3c5772e82455bf1452f39710d7525bc62337d9 - 0.0% (831 Bytes)
[#023] sha256:83c90b8cf7d663de202a3838c0b52a84187b6263e7c2735e0d0edefb0659c23d - 0.0% (834 Bytes)
[#024] sha256:98b4ff80788537b09dc17a1eb962055e04dd760fc3aa33b95942df88ae0fa5fa - 0.0% (851 Bytes)
[#025] sha256:0d63183c252232c4ee861f2b8a0c6294325327d6df0d0453a682f8dd8c5c8ded - 0.0% (851 Bytes)
[#026] sha256:3cc530476ea22b451c663af33cd7caa3345d3d04a78a10bf1e870a93223efda6 - 0.0% (829 Bytes)
Apply image 1903-KB4551762-amd64
2020-04-22 23:49:34 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-04-22 23:49:35 UTCcmd /S /C #(nop) ARG VCS_REF=none
2020-04-22 23:49:35 UTCcmd /S /C #(nop) ARG PS_VERSION=7.0.0
2020-04-22 23:49:36 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2020-04-22 23:49:36 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-KB4551762-amd64
2020-04-22 23:49:37 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-04-22 23:49:56 UTC|4 IMAGE_NAME=mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1903 PS_VERSION=7.0.0 VCS_REF=5737363 fromTag=1903-KB4551762-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-04-22 23:49:57 UTCcmd /S /C #(nop) USER ContainerUser
2020-04-22 23:50:16 UTCcmd /S /C #(nop) COPY dir:4642de7fb722aa7fe90337f64f1d33c353d0306e77e23b96584a1de9424d0ac2 in C:\Program Files\PowerShell
2020-04-22 23:50:50 UTC|4 IMAGE_NAME=mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1903 PS_VERSION=7.0.0 VCS_REF=5737363 fromTag=1903-KB4551762-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-04-22 23:50:50 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=5737363 org.label-schema.vendor=PowerShell org.label-schema.version=7.0.0 org.label-schema.schema-version=1.0 org.label-schema.docker.cmd=docker run mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1903 pwsh -c '' org.label-schema.docker.cmd.devel=docker run mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1903 org.label-schema.docker.cmd.test=docker run mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1903 pwsh -c Invoke-Pester org.label-schema.docker.cmd.help=docker run mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1903 pwsh -c Get-Help
2020-04-22 23:50:51 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-05-11 16:39:50 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-05-11 16:39:51 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-05-11 16:39:53 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-05-11 16:39:54 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-05-11 16:39:54 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-05-11 16:39:55 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-05-13 03:33:04 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-2955-head
2020-05-13 03:33:04 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-05-13 03:33:05 UTCcmd /S /C #(nop) COPY multi:c7a3433879bf0e4e3832e7d2e43de9456ddea7ea0192775f2283215a8dd11686 in \etc\rancher\
2020-05-13 03:33:06 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-05-13 03:33:06 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-05-13T03:33:02Z
2020-05-13 03:33:06 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-13 03:33:06 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=f1cfcb225962c5af729f714b1f835c5ab64d2da1
2020-05-13 03:33:07 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-05-13 03:46:51 UTC
94.7 MB
rancher/rancher-agent:master-2955-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.88% (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:3ca4002e781c9160ad4c52079462a76296b4fb9c0de4c366175c4dc26ba684d6 - 0.0% (121 Bytes)
[#005] sha256:b33be7f2bbae3caf2f1976248e829b4b54800c892eba9922aec5eebc3b4eaf36 - 28.79% (27.3 MB)
[#006] sha256:a3f1bc6da4338b678a94f81d224c38ba2855ec971edf0884c5ebbe55982a7131 - 2.05% (1.94 MB)
[#007] sha256:5a3f0c12efd2648db6227e83c928ec1f2a1b7a176a4d19bce1ccd0cc96827ebe - 1.2% (1.13 MB)
[#008] sha256:88a9c5a0f7bbdf6008eb35ca730dbdce4a973af924c6804d7b84bed07eedd255 - 26.01% (24.6 MB)
[#009] sha256:62bb2d1702f131253cfd19d4ce123b9fee294de4bc15b79714319c06ca800158 - 18.03% (17.1 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-13 03:46:15 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-05-13 03:46:15 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-13 03:46:16 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-05-13 03:46:16 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.8
2020-05-13 03:46:43 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-13 03:46:43 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-05-13 03:46:44 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-13 03:46:45 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-13 03:46:46 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-05-13 03:46:47 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-13 03:46:48 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-05-13 03:46:48 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-05-13 03:46:48 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-05-13 03:46:48 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-2955-head
2020-05-13 03:46:49 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-05-13 03:46:50 UTC/bin/sh -c #(nop) COPY multi:b49f6c678082e111df7b693ad696a0105a205b6aebd0609486e9181915b5b1d3 in /usr/bin/
2020-05-13 03:46:50 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-05-13 03:46:50 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-05-13T03:46:11Z
2020-05-13 03:46:50 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-13 03:46:51 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=f1cfcb225962c5af729f714b1f835c5ab64d2da1
2020-05-13 03:46:51 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.