2020-01-02 22:17:22 UTC
99.9 MB
rancher/rancher-agent:v2.3.4-rc6
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:922b66edee1f7e7feeb1610951e7098b16ba05b9090993017dc727114c4a6fee - 0.0% (124 Bytes)
[#005] sha256:82c7df3868f779737c0f6fd200686c3416984daf4ca284f78f649d72161f999e - 31.38% (31.4 MB)
[#006] sha256:5864626e7cba5ee8a036801db68c1c3bd0da5188c4bc6d888b8b3e760ea155d3 - 2.21% (2.2 MB)
[#007] sha256:36160f44faa88f23f265da20afce0becda0be8d22afb2d70911bb1721d884466 - 1.22% (1.22 MB)
[#008] sha256:e7d83fd02cdc3509ecca37efee040d10209e9d3c74fa9c3f9cbef19efc4244c1 - 24.09% (24.1 MB)
[#009] sha256:aa7962157b0db4a8dd0bcf91e69f21c0eb2fe7e1cfd32429b99f7e853560ebb3 - 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"]
2020-01-02 22:16:53 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-01-02 22:16:53 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-01-02 22:16:54 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-01-02 22:16:54 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2020-01-02 22:17:14 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-01-02 22:17:14 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2020-01-02 22:17:15 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-01-02 22:17:16 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
2020-01-02 22:17:17 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2020-01-02 22:17:18 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-01-02 22:17:19 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-01-02 22:17:19 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-01-02 22:17:19 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-01-02 22:17:19 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.4-rc6
2020-01-02 22:17:19 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-01-02 22:17:20 UTC/bin/sh -c #(nop) COPY multi:2d92452123c3a6a9d8dd8153cc69ef05c606b4bbfc47fa35ec8b900da9d33acd in /usr/bin/
2020-01-02 22:17:21 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-01-02 22:17:21 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-01-02T22:16:50Z
2020-01-02 22:17:21 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-01-02 22:17:22 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=7b0773f2673275415f62ba4be801e0401257ae43
2020-01-02 22:17:22 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-01-02 22:09:40 UTC
195 MB
rancher/rancher-agent:v2.3.4-rc6
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:b81ef1d9a7081d95c8e605c2a856b176758522789e4ba567c0c812ee6171f602 - 0.0% (831 Bytes)
[#013] sha256:0775c15ffa439bb7ee638799f7d752c5e1091afead2403083dac3ac0ed43f8e0 - 0.05% (96.5 KB)
[#014] sha256:a6c190db0faa0908f1a0f2b953871cfb73aa9491d528a5e39503009be87a7cf3 - 16.7% (32.6 MB)
[#015] sha256:28bfa751d8ce68350b28153143ff26054f205a188c6c189571ef6257b35c9344 - 0.0% (929 Bytes)
[#016] sha256:4d544ea18f064a4a6b24c11d2caec1c073791761c37a6e2edb9d8c4a41587309 - 0.0% (831 Bytes)
[#017] sha256:1e1a2a2c062252889c0f036ba2086bc7f6b86292ff8118c3a2a85b42379abed9 - 0.0% (832 Bytes)
[#018] sha256:b47a1c93dd933cc579fb851eeaa8d48a51ee8fbb35004ebff7099717b5caa226 - 0.0% (896 Bytes)
[#019] sha256:55f1ca829d74097bbcb70694c6c89cc62d9507b41bb7a454934d3b408481b174 - 0.0% (889 Bytes)
[#020] sha256:3da26b37dc4fc6380d87a11df78ab94903b4a473f4528de644a88a3054c8a7fa - 5.73% (11.2 MB)
[#021] sha256:bd9b8177d80d15a0dcfe8e0173c63314468644931c473b802b7f8fffc058ab54 - 0.0% (830 Bytes)
[#022] sha256:b10822992a2af30cd268d74cd7b4e1d577b321401425db8c620f558f1470b161 - 0.0% (899 Bytes)
[#023] sha256:879c2c7f01c370da6135a0f6e41b34b2a9b57967acd1ec6e60511310ee6a3d4b - 0.0% (831 Bytes)
[#024] sha256:255880c3da1a34ecee7f7cacefd6180d2600a43e348a51348ab55253a22a6742 - 0.0% (880 Bytes)
[#025] sha256:81b551b026c7ff6efb9ed2fbcbc940cb54b897f1d2586d21968437d91d54cfaa - 0.0% (825 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-30 19:01:23 UTCcmd /S /C #(nop) USER ContainerAdministrator
2019-12-30 19:01:23 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2019-12-30 19:01:26 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2019-12-30 19:01:27 UTCcmd /S /C #(nop) ARG VERSION=dev
2019-12-30 19:01:27 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2019-12-30 19:01:28 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-01-02 22:09:26 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.4-rc6
2020-01-02 22:09:26 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-01-02 22:09:27 UTCcmd /S /C #(nop) COPY multi:8ce63323ed14616f331d06032a397b57186c954acad4c7c4d665163ae1d2d67a in \etc\rancher\
2020-01-02 22:09:27 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-01-02 22:09:38 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-01-02T22:09:36Z
2020-01-02 22:09:39 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-01-02 22:09:39 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=7b0773f2673275415f62ba4be801e0401257ae43
2020-01-02 22:09:40 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-01-02 22:09:53 UTC
197 MB
rancher/rancher-agent:v2.3.4-rc6
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:d770cc5759e5b9c3d84290b6249bd6747937af23d5ecee64a7cfafaefebefa1c - 0.0% (920 Bytes)
[#013] sha256:e659d00382ab049e51d3d920d2d7ed52d46dd5ccf1f493306f61dd900517160a - 0.05% (101 KB)
[#014] sha256:440422bdba85e49ed1b93d8265cda78f83b9de701b5081b380bd3ac02ae5d43b - 16.56% (32.6 MB)
[#015] sha256:ce9539e486691063a77755150a57fa014b10367726b16ddb006297e23677dc90 - 0.0% (922 Bytes)
[#016] sha256:496d4f1f5b0d18a75c31de7e9be8b729fd03f4f565eb212d97675591ca2c78e6 - 0.0% (940 Bytes)
[#017] sha256:67b8d48325ba07bcb6b80e6bd9b08168f62a0c879fc1e879e6652d01c5a72ed9 - 0.0% (886 Bytes)
[#018] sha256:1b5e8ac74c4ba5bd159f1a8bd8ee2129622c3533d7ba5ab5927da51ba988ac2b - 0.0% (921 Bytes)
[#019] sha256:652e2f7ca50f3687d7273a6ff19b82884a909141b484e9793e8b30d89ec33606 - 0.0% (862 Bytes)
[#020] sha256:bf2e3fdef83dcb6fb1c0678f1c0337f56da1130066255128d3dddd765cfea776 - 5.68% (11.2 MB)
[#021] sha256:33c0e4335197ea71e4557e85bedc4b6cc28b5c3899caa700aa2f44bfb5b3cdfa - 0.0% (922 Bytes)
[#022] sha256:414ae836783849b91c60756c52b820f6f4d15c1b5b7286cd426d2314d804cd24 - 0.0% (891 Bytes)
[#023] sha256:e3df5e4a5fc092525d1774a2cb91478db234b0e0eccc8b6979fef33c12fcecad - 0.0% (899 Bytes)
[#024] sha256:4e03c71d53bfb1bad41a405cfccebe627813d774ed26f9c92388e74c4d81000a - 0.0% (831 Bytes)
[#025] sha256:4ec205eca24058d47c10e9ae802c874e22598c8452ec5724d1426a3e02da734f - 0.0% (860 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-30 17:22:08 UTCcmd /S /C #(nop) USER ContainerAdministrator
2019-12-30 17:22:09 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2019-12-30 17:22:13 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2019-12-30 17:22:13 UTCcmd /S /C #(nop) ARG VERSION=dev
2019-12-30 17:22:14 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2019-12-30 17:22:14 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-01-02 22:09:37 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.4-rc6
2020-01-02 22:09:37 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-01-02 22:09:38 UTCcmd /S /C #(nop) COPY multi:446367cbce3b216c8c1e4b300c032e8ed7f6538b2da23dd7921a052d2a00e4df in \etc\rancher\
2020-01-02 22:09:38 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-01-02 22:09:52 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-01-02T22:09:50Z
2020-01-02 22:09:52 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-01-02 22:09:52 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=7b0773f2673275415f62ba4be801e0401257ae43
2020-01-02 22:09:53 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-01-02 22:21:53 UTC
90.5 MB
rancher/rancher-agent:v2.3.4-rc6
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:bf376f39930199f2d81263ca4edba4be59692e9d409b84c8e96674692667bc1a - 0.0% (124 Bytes)
[#005] sha256:e6abedfe1fe89412e36d691ebc920b42bc61e5d221ac47d11d8ef868a9984a17 - 31.41% (28.4 MB)
[#006] sha256:5474b1e389b8e7cc9264e10a351ccec3ec46c0bd96796c81ae1e88490506e3ba - 2.15% (1.94 MB)
[#007] sha256:39cf9ad89bd184a6760ed63c4eb5d3bffd3162071d58aaecb6804404d9dabc14 - 1.25% (1.13 MB)
[#008] sha256:4b837c32734ecc59a3f67ba90b96680ecc4d5a35769cfa68fbe02433c54dd15f - 24.46% (22.1 MB)
[#009] sha256:eed54a42a24d2e946abe326d4d4c68245a12280a519f5b3ca7cf895b1bd99cb0 - 15.7% (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"]
2020-01-02 22:21:16 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-01-02 22:21:16 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-01-02 22:21:17 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-01-02 22:21:17 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2020-01-02 22:21:44 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-01-02 22:21:45 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2020-01-02 22:21:46 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-01-02 22:21:47 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
2020-01-02 22:21:47 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2020-01-02 22:21:49 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-01-02 22:21:49 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-01-02 22:21:50 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-01-02 22:21:50 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-01-02 22:21:50 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.4-rc6
2020-01-02 22:21:50 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-01-02 22:21:51 UTC/bin/sh -c #(nop) COPY multi:133fe163da2e9e4774075d81e2be4d78e03074efa82e7bd675d3e7e890395ad3 in /usr/bin/
2020-01-02 22:21:52 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-01-02 22:21:52 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-01-02T22:21:12Z
2020-01-02 22:21:52 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-01-02 22:21:52 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=7b0773f2673275415f62ba4be801e0401257ae43
2020-01-02 22:21:53 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.