2019-12-26 22:20:40 UTC
99.9 MB
rancher/rancher-agent:v2.3.4-rc5
DOCKER_API_VERSION1.24
DOCKER_URLDOCKER_URL_amd64
DOCKER_URL_amd64https://get.docker.com/builds/Linux/x86_64/docker-1.10.3
DOCKER_URL_arm64https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64
KUBECTL_VERSIONv1.16.1
KUBEPROMPT_VERSIONv1.0.6
LOGLEVEL_VERSIONv0.1.2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:2746a4a261c9e18bfd7ff0429c18fd7522acc14fa4c7ec8ab37ba5ebaadbc584 - 25.48% (25.5 MB)
[#001] sha256:4c1d20cdee96111c8acf1858b62655a37ce81ae48648993542b7ac363ac5c0e5 - 0.03% (34.5 KB)
[#002] sha256:0d3160e1d0de4061b5b32ee09af687b898921d36ed9556df5910ddc3104449cd - 0.0% (854 Bytes)
[#003] sha256:c8e37668deea784f47c8726d934adc12b8d20a2b1c50b0b0c18cb62771cd3684 - 0.0% (163 Bytes)
[#004] sha256:b310a9736b232182693aff699eaf898c22cc1fa97974bf7abd25d0b827cb63cc - 0.0% (124 Bytes)
[#005] sha256:23c3cc12878eaadddd69f69cedee17904befc27355cd3bae95c1fcd2ccc7c04a - 31.38% (31.4 MB)
[#006] sha256:5864626e7cba5ee8a036801db68c1c3bd0da5188c4bc6d888b8b3e760ea155d3 - 2.21% (2.2 MB)
[#007] sha256:61d249ca9daa241268035f36723962474d89f86064155b83eae4961a9f7315fd - 1.22% (1.22 MB)
[#008] sha256:dc7797ccc7ec3fa8923c2818221739b76ba67e593c98d242fe9f2fcad75589b4 - 24.09% (24.1 MB)
[#009] sha256:a9154b368de6cb402d58d38a6da8c1a4af86d04819ebf42fa47773b93d8aaeda - 15.59% (15.6 MB)
/bin/sh -c #(nop) ADD file:53f100793e6c0adfca99977a42bb65cb7971c26e4d6e4499d1c30a1f51f06854 in /
2019-12-19 04:21:26 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2019-12-19 04:21:27 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
2019-12-19 04:21:28 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2019-12-19 04:21:28 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2019-12-26 22:20:13 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2019-12-26 22:20:13 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
2019-12-26 22:20:14 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2019-12-26 22:20:14 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2019-12-26 22:20:32 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/*
2019-12-26 22:20:33 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2019-12-26 22:20:34 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
2019-12-26 22:20:35 UTC|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.6/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin
2019-12-26 22:20:35 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2019-12-26 22:20:37 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
2019-12-26 22:20:37 UTC/bin/sh -c #(nop) ARG VERSION=dev
2019-12-26 22:20:37 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2019-12-26 22:20:38 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2019-12-26 22:20:38 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.4-rc5
2019-12-26 22:20:38 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2019-12-26 22:20:39 UTC/bin/sh -c #(nop) COPY multi:0ddb675acb762b0d6dfca6f96f164036685e1d224e3da8458cdfbdc878042b6f in /usr/bin/
2019-12-26 22:20:39 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2019-12-26 22:20:40 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2019-12-26T22:20:10Z
2019-12-26 22:20:40 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2019-12-26 22:20:40 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=4e20c8d770ac3e584c722bf1a063619355c889b2
2019-12-26 22:20:40 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2019-12-26 22:13:37 UTC
195 MB
rancher/rancher-agent:v2.3.4-rc5
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:1951f408509ba9ddcf240ef5d838c72c5596f97a05b063446508f2ba15d510f2 - 49.39% (96.4 MB)
[#001] sha256:1e4572b3b427cd6ad79a44c9a263a2235b8b88b87a0ac5cd562e4c057b18cb05 - 0.0% (827 Bytes)
[#002] sha256:d9b88ce45d82c300a9a73fa092696c02e6b82dc1355494d8073308744e043a9b - 0.0% (830 Bytes)
[#003] sha256:09527d4b776df05e90c77b439faa4bd80c822366363bc5408957282d5fc0efad - 0.0% (829 Bytes)
[#004] sha256:63108ea74b370752595d56856f6f7d2185cb29284d518e593bd6113dcf47375d - 0.0% (832 Bytes)
[#005] sha256:9d2a4febc56a233bd9aa5b74fe52bbc271acbca3d59ef42f75f3347d1eaad4c9 - 0.0% (827 Bytes)
[#006] sha256:2581e6b9e0a089bcaee91f5f8baee15cf0db04aa58d13ae932816ee000e75c7d - 0.0% (831 Bytes)
[#007] sha256:f2b089db69f7025c7e9b13432bb5d44101e07702560dfc19dae19d6871a8d1bd - 0.03% (66.5 KB)
[#008] sha256:2c2edaaec1f763d352e96a06d9ba31543bbf77e789272916309c3251ed3c02d7 - 0.0% (832 Bytes)
[#009] sha256:3dfa96b1ea281ae0f8e87c14e4d11bf9db3bdaedb3faac7afa13d25160d115dc - 28.04% (54.7 MB)
[#010] sha256:ec7cd6bdb42b3bb610d70de59cbb967046a355c4109e9aeb6b8584bf95c904e4 - 0.05% (96.4 KB)
[#011] sha256:97c812991ab3e5595f0bef6be48dafbef5587315e05a8664442da5d807dcc448 - 0.0% (828 Bytes)
[#012] sha256:0229d46d28533d7f3438514ade601e66da3b6b45295d08acfb8b67edcf060e8e - 0.0% (856 Bytes)
[#013] sha256:2c70147ac2f27bf559646a32790d41e7ab9de3bf7fe76333d6b257c93a05585b - 0.05% (96.5 KB)
[#014] sha256:5ed1d9783e313b5ca433aa532fa755002af90288cc7ced80882bc398aad2757c - 16.7% (32.6 MB)
[#015] sha256:785ab9edc45e6761e5f61ee4ecea06a0a80927d656cef15bf7d6dd2e382786d4 - 0.0% (887 Bytes)
[#016] sha256:92e8e1dd465554fc0c6c3a44fec732f611cd8da1008c11d09e08ec27072f0a84 - 0.0% (830 Bytes)
[#017] sha256:83bcbe714492d2a13852a46329168866ce69fd94b28f7eca5b6690d4289e017f - 0.0% (825 Bytes)
[#018] sha256:b48fe9b22c4d168ae4eff137bfd94fe34b49b494dac10a5d4f10d1faee3eb2e8 - 0.0% (838 Bytes)
[#019] sha256:a00cb4979590f29201fd24fa79650193496be7fa763e194af49d56bb8877357e - 0.0% (885 Bytes)
[#020] sha256:77817be5b25eabf44bebf94634cffd148e527edf60e5ab42ac32426cc65b45ce - 5.73% (11.2 MB)
[#021] sha256:47f324fd39af4177bd757fefee9340716d94911f1eb2d927293ea071b661143a - 0.0% (851 Bytes)
[#022] sha256:47dc5da2ba9c87bf0438413673a26fbfa70ed80805239d6d5bf8f7930fb5b33c - 0.0% (923 Bytes)
[#023] sha256:de33ff0b3cc2c183d59473e7b2dcca2b62e7ed5c826ccc91d8ace4cc0ac9dba5 - 0.0% (865 Bytes)
[#024] sha256:5ea050fac8484ccc25862a9c67d6d01e9f82fb7181e943edf1774c1f9b23ad38 - 0.0% (827 Bytes)
[#025] sha256:5258a69f3876bfb5acff47cacacd4bdadcbd025a87c4232963525a0a909aa4f8 - 0.0% (882 Bytes)
Apply image 1809-KB4530715-amd64
2019-12-13 19:14:26 UTCcmd /S /C #(nop) ARG VCS_REF=none
2019-12-13 19:14:26 UTCcmd /S /C #(nop) ARG PS_VERSION=6.2.0
2019-12-13 19:14:27 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2019-12-13 19:14:27 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=626638a org.label-schema.vendor=PowerShell org.label-schema.version=6.2.3 org.label-schema.schema-version=1.0 org.label-schema.docker.cmd=docker run mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1809 pwsh -c '' org.label-schema.docker.cmd.devel=docker run mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1809 org.label-schema.docker.cmd.test=docker run mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1809 pwsh -c Invoke-Pester org.label-schema.docker.cmd.help=docker run mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1809 pwsh -c Get-Help
2019-12-13 19:14:28 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
2019-12-13 19:14:29 UTCcmd /S /C #(nop) USER ContainerAdministrator
2019-12-13 19:14:50 UTC|3 IMAGE_NAME=mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1809 PS_VERSION=6.2.3 VCS_REF=626638a cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2019-12-13 19:14:51 UTCcmd /S /C #(nop) USER ContainerUser
2019-12-13 19:15:01 UTCcmd /S /C #(nop) COPY dir:cc4c542ef52db3db25fd993a2fdf182b8597d8c657d7bacab17200fc592cf78c in C:\Program Files\PowerShell
2019-12-13 19:15:32 UTC|3 IMAGE_NAME=mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1809 PS_VERSION=6.2.3 VCS_REF=626638a 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 ; }"
2019-12-13 19:15:32 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2019-12-23 16:41:02 UTCcmd /S /C #(nop) USER ContainerAdministrator
2019-12-23 16:41:03 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2019-12-23 16:41:05 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2019-12-23 16:41:06 UTCcmd /S /C #(nop) ARG VERSION=dev
2019-12-23 16:41:07 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2019-12-23 16:41:07 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2019-12-26 22:13:24 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.4-rc5
2019-12-26 22:13:24 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2019-12-26 22:13:25 UTCcmd /S /C #(nop) COPY multi:3d79605b1bf6075346a6333c1b50c1c9d8e3c1c5ef2f900a47832feaeb102d1b in \etc\rancher\
2019-12-26 22:13:25 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2019-12-26 22:13:36 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2019-12-26T22:13:34Z
2019-12-26 22:13:36 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2019-12-26 22:13:37 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=4e20c8d770ac3e584c722bf1a063619355c889b2
2019-12-26 22:13:37 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2019-12-26 22:13:29 UTC
197 MB
rancher/rancher-agent:v2.3.4-rc5
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:aeef11c1b4a67e94f1cec604aad417558d9795c165856f62eefaee4cede5eff4 - 49.79% (98 MB)
[#001] sha256:918487a9c3083b891ae1122ab15c7cb89524c308a928f5464a07df26a6b83202 - 0.0% (826 Bytes)
[#002] sha256:b1159f5eac98aea1940d3bd468ab4cc2c08f288aa7e7f078d964266e12b9c90d - 0.0% (825 Bytes)
[#003] sha256:5af62120dfc752dad1edcdcfcb7c246ec4b1f822dd4590064eeee0bf1b02d970 - 0.0% (835 Bytes)
[#004] sha256:533f51b446c6691a4863d8bdf4bcdc082c82c645abdfb19af1c9d628ea700f11 - 0.0% (852 Bytes)
[#005] sha256:af6f89ec1d540501baa113e21db96bea713bd8d814d73a346ad85fff627d2ed6 - 0.0% (832 Bytes)
[#006] sha256:ae00bc865ad1f4bccccc36ac2ce6db8cbaa400e675a70014d8b8b35db245acb5 - 0.0% (835 Bytes)
[#007] sha256:dbad591a7311fba7ebbf1a84af7183ad072be824f41410e8e79d7cf804fd1d77 - 0.03% (65.8 KB)
[#008] sha256:b5fcef4af9b548883739f4f7003577a947e9fc7950c6fbe64e5e6fde20445d8c - 0.0% (827 Bytes)
[#009] sha256:2a93a89be99088119dca3d36800ae657d476449ab279bdffc0187881f8c32bf2 - 27.81% (54.7 MB)
[#010] sha256:3066720d5053c7d4023ebb143e5c7521e9e976b2f2dbfdf79d7c0322ac8adc10 - 0.06% (128 KB)
[#011] sha256:bbab835d5d9639767bbe5021650f8ad399097f4666b817f7e91cffd14fe0ca26 - 0.0% (825 Bytes)
[#012] sha256:0fdb1155da4f1f0e2956dde0f92d380397171e20851571e5a4969ea955998f37 - 0.0% (933 Bytes)
[#013] sha256:5fb5386fbf398c8f80ccb2447de85a4c6cd0e02296adcf1b92b859fa824dae8e - 0.05% (101 KB)
[#014] sha256:f6d9b3e3f7e68d4136e4d5c4223578b096a7aef778f3d19dc3416ab6228fb3c5 - 16.56% (32.6 MB)
[#015] sha256:aebf93425f204aa47ebbdc0b83e15b7a129cb4ae625863b5155c63b7cf20fe22 - 0.0% (825 Bytes)
[#016] sha256:9c371e35c2c818951c2d335a71c2c0ff830bba48c8ee98237f90d73012c6d7a0 - 0.0% (827 Bytes)
[#017] sha256:b6eb35417e1a715a166a1ba5656cda3979bfc740c5c211e35ad96c4373a6c858 - 0.0% (885 Bytes)
[#018] sha256:44a2009dec1f4c6bdf73b57ff0d17f8889a7d8c5594dd64682f72dc51a0cebf7 - 0.0% (896 Bytes)
[#019] sha256:6395daaf739406bad2b655047d2f7d7465dab2575e7ce8849242bfb63d098a32 - 0.0% (832 Bytes)
[#020] sha256:3803864d16af3c0d870e0f00d9a7a28f6a1d56936d72594d70b19be3f26dc17b - 5.68% (11.2 MB)
[#021] sha256:bbf4ec297130c9a523afe45a6994a51152f9cbf63e662dda5c319af0779191db - 0.0% (826 Bytes)
[#022] sha256:55255d971bb3806247a14d27099a36aa11b45a1c8b15be480a838fd6063c3d3f - 0.0% (831 Bytes)
[#023] sha256:0582d0a98c6557a04f461c537e9d47deaef6020cb7b13143478b43bf50b9aa6d - 0.0% (833 Bytes)
[#024] sha256:d58e051768aae8249f762bcc43446b217a713a4c532658f903f70f1ef1649853 - 0.0% (834 Bytes)
[#025] sha256:d8c1ffe1668e7f63fbc4d8515ae412fc672c0a4a5adc556885e877e0261dcf1a - 0.0% (921 Bytes)
Apply image 1903-KB4530684-amd64
2019-12-13 19:19:01 UTCcmd /S /C #(nop) ARG VCS_REF=none
2019-12-13 19:19:02 UTCcmd /S /C #(nop) ARG PS_VERSION=6.2.0
2019-12-13 19:19:02 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2019-12-13 19:19:03 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=626638a org.label-schema.vendor=PowerShell org.label-schema.version=6.2.3 org.label-schema.schema-version=1.0 org.label-schema.docker.cmd=docker run mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1903 pwsh -c '' org.label-schema.docker.cmd.devel=docker run mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1903 org.label-schema.docker.cmd.test=docker run mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1903 pwsh -c Invoke-Pester org.label-schema.docker.cmd.help=docker run mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1903 pwsh -c Get-Help
2019-12-13 19:19:04 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
2019-12-13 19:19:04 UTCcmd /S /C #(nop) USER ContainerAdministrator
2019-12-13 19:19:26 UTC|3 IMAGE_NAME=mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1903 PS_VERSION=6.2.3 VCS_REF=626638a cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2019-12-13 19:19:26 UTCcmd /S /C #(nop) USER ContainerUser
2019-12-13 19:19:36 UTCcmd /S /C #(nop) COPY dir:cc4c542ef52db3db25fd993a2fdf182b8597d8c657d7bacab17200fc592cf78c in C:\Program Files\PowerShell
2019-12-13 19:20:08 UTC|3 IMAGE_NAME=mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1903 PS_VERSION=6.2.3 VCS_REF=626638a 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 ; }"
2019-12-13 19:20:09 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2019-12-23 16:39:31 UTCcmd /S /C #(nop) USER ContainerAdministrator
2019-12-23 16:39:31 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2019-12-23 16:39:34 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2019-12-23 16:39:35 UTCcmd /S /C #(nop) ARG VERSION=dev
2019-12-23 16:39:35 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2019-12-23 16:39:36 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2019-12-26 22:13:15 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.4-rc5
2019-12-26 22:13:15 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2019-12-26 22:13:16 UTCcmd /S /C #(nop) COPY multi:3c9a79c321074b6c6510df194cbc918e88bcaa21fa96b34890a130cb40d802c8 in \etc\rancher\
2019-12-26 22:13:16 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2019-12-26 22:13:28 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2019-12-26T22:13:26Z
2019-12-26 22:13:29 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2019-12-26 22:13:29 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=4e20c8d770ac3e584c722bf1a063619355c889b2
2019-12-26 22:13:29 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2019-12-26 22:24:00 UTC
90.5 MB
rancher/rancher-agent:v2.3.4-rc5
DOCKER_API_VERSION1.24
DOCKER_URLDOCKER_URL_arm64
DOCKER_URL_amd64https://get.docker.com/builds/Linux/x86_64/docker-1.10.3
DOCKER_URL_arm64https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64
KUBECTL_VERSIONv1.16.1
KUBEPROMPT_VERSIONv1.0.6
LOGLEVEL_VERSIONv0.1.2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:083ab90813fd405397dbca2b021972603ae62211e401e42b4e928dff050de9c2 - 25.0% (22.6 MB)
[#001] sha256:87467c9ed1fdecf80ce31dc51b980ebd7b2391419ff6113f32e4d170c9f4c4b6 - 0.04% (34.4 KB)
[#002] sha256:5f7a1b2b6a922bf6c8024e2f9276928ed5e5538fd58bf3f0ba6a4a193d515ee7 - 0.0% (853 Bytes)
[#003] sha256:69de117a966f92306b4142bdfbccb0b74cbef319ce8b1c6652cf92ce28b0ddf1 - 0.0% (188 Bytes)
[#004] sha256:adcf4e05cc988502c7126d735b532afb5c7eb33e74b1174a81bffcf4c767703e - 0.0% (124 Bytes)
[#005] sha256:efffc9f973afb26073625a7453e1f2394f0ff4af61b0ac867e9e07ed897d3656 - 31.41% (28.4 MB)
[#006] sha256:5474b1e389b8e7cc9264e10a351ccec3ec46c0bd96796c81ae1e88490506e3ba - 2.15% (1.94 MB)
[#007] sha256:98d120e77ae609c61dc6404679973f7068341a40d3d4f4580bf98d465e69bbe1 - 1.25% (1.13 MB)
[#008] sha256:fdac126f614b73c793954465fdc2c77cdeee386bdc930915171ea057d12bb630 - 24.46% (22.1 MB)
[#009] sha256:85b56822f8eea84e75aa9d74dce829d82c591354ce85b6acd38d4be3e16adad6 - 15.69% (14.2 MB)
/bin/sh -c #(nop) ADD file:1f180a3d70349350f43f477e4053af7a5fbc4d62d4e76ada091884500bfb6ee1 in /
2019-12-19 03:50:03 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2019-12-19 03:50:12 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
2019-12-19 03:50:18 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2019-12-19 03:50:20 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2019-12-26 22:23:23 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2019-12-26 22:23:24 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
2019-12-26 22:23:25 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2019-12-26 22:23:25 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2019-12-26 22:23:51 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/*
2019-12-26 22:23:52 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2019-12-26 22:23:53 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
2019-12-26 22:23:54 UTC|1 ARCH=arm64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.6/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin
2019-12-26 22:23:54 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2019-12-26 22:23: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
2019-12-26 22:23:57 UTC/bin/sh -c #(nop) ARG VERSION=dev
2019-12-26 22:23:57 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2019-12-26 22:23:57 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2019-12-26 22:23:57 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.4-rc5
2019-12-26 22:23:58 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2019-12-26 22:23:59 UTC/bin/sh -c #(nop) COPY multi:87d4d1ec165c441279528045c0dc7173ebfb7a72bca32a55eaaddd17074974d2 in /usr/bin/
2019-12-26 22:23:59 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2019-12-26 22:23:59 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2019-12-26T22:23:20Z
2019-12-26 22:23:59 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2019-12-26 22:24:00 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=4e20c8d770ac3e584c722bf1a063619355c889b2
2019-12-26 22:24:00 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.