2020-01-03 17:56:13 UTC
99.9 MB
rancher/rancher-agent:v2.3.4-rc7
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:f4b39953df3bb21bda926f8453ef13677178f1bcd70c0cb81ba211f13ecc00db - 0.0% (122 Bytes)
[#005] sha256:28b156f7ebae3b45dd7d85c27048694d32790c1df1931c7551a913820c77f911 - 31.38% (31.4 MB)
[#006] sha256:5864626e7cba5ee8a036801db68c1c3bd0da5188c4bc6d888b8b3e760ea155d3 - 2.21% (2.2 MB)
[#007] sha256:d13653ec02e3bb3ba55034f150e3809f2d91802d8fd2d0c9b0e6c0341d320467 - 1.22% (1.22 MB)
[#008] sha256:0aa5a1a5afa5a196362520b43d8c86d461482a6bbfb54b901b9bb655be4efcf1 - 24.09% (24.1 MB)
[#009] sha256:dc1954d48194fa25126c922ab8d8b33c36f8af44b58a4869fc74566eca600947 - 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-03 17:55:41 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-01-03 17:55:42 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-03 17:55:42 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-01-03 17:55:43 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2020-01-03 17:56:04 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-03 17:56:04 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2020-01-03 17:56:06 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-03 17:56:07 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-03 17:56:07 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2020-01-03 17:56:09 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-03 17:56:09 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-01-03 17:56:10 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-01-03 17:56:10 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-01-03 17:56:10 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.4-rc7
2020-01-03 17:56:10 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-01-03 17:56:11 UTC/bin/sh -c #(nop) COPY multi:1d57ff770d1ecdba584ff59e401b0f4410062d06a57bc7e0a7705ef44f9c2d13 in /usr/bin/
2020-01-03 17:56:12 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-01-03 17:56:12 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-01-03T17:55:38Z
2020-01-03 17:56:13 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-01-03 17:56:13 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=a21dd0baba101ba3efcaabff9985e397b7e325e4
2020-01-03 17:56:13 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-01-03 17:49:18 UTC
195 MB
rancher/rancher-agent:v2.3.4-rc7
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:457c02f3a1e24cfe0d5e1d3064db0b7997e0fca269a1913b09f5925a8c0b9b48 - 0.0% (828 Bytes)
[#019] sha256:d97507a68cb4bc98b46984a3b0111eadc04601a67fdc45ab24a9c2ffdb543c37 - 0.0% (828 Bytes)
[#020] sha256:8b717a92b9acc7b57d4d7eff130d18c23bbb2155f9f11983cef7a3ba95d68982 - 5.73% (11.2 MB)
[#021] sha256:2513f3e4d48234ffd6bbe38a51437a7e688671c076b06edbcc3e2407f737df4a - 0.0% (899 Bytes)
[#022] sha256:58051428596df768cc202e4081d9b0c272cf11086883a146a411b562d0c861c6 - 0.0% (827 Bytes)
[#023] sha256:5b761ed6f0aed74bd454f86948a366f35744a8e43c1012ed7e17517a38b16dcb - 0.0% (830 Bytes)
[#024] sha256:6d17c680d1febfd4b57b79e5b1b04aac272a8d3b7819013484e092d5ceeaad5f - 0.0% (827 Bytes)
[#025] sha256:bd7988813cd5b667afea3fff2652200a2c0a6e710fc4248cfa958cd18c28ee63 - 0.0% (805 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-03 17:49:03 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.4-rc7
2020-01-03 17:49:03 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-01-03 17:49:04 UTCcmd /S /C #(nop) COPY multi:8e7b3f249adde0f90bbb979fa33b57a282268ea414bcb13fc0e81314b07ac472 in \etc\rancher\
2020-01-03 17:49:05 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-01-03 17:49:17 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-01-03T17:49:15Z
2020-01-03 17:49:17 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-01-03 17:49:18 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=a21dd0baba101ba3efcaabff9985e397b7e325e4
2020-01-03 17:49:18 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-01-03 17:47:49 UTC
197 MB
rancher/rancher-agent:v2.3.4-rc7
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:e9e075b9a9a111c7871cb109a7d09a078f29305344310e5dce72a4b89789a9d9 - 0.0% (927 Bytes)
[#019] sha256:9735717079a17a3b31ecbe5ad13114b465a14b9982f289226188446a6da1d16e - 0.0% (831 Bytes)
[#020] sha256:0876d5b32c937565a667c5df6b58f9e0f00cc29f3cd90e45fbc5ffad887b9431 - 5.68% (11.2 MB)
[#021] sha256:7113d59a5ff774289313a75fd6138a1f0ea882cba372601802253537bc6727a4 - 0.0% (831 Bytes)
[#022] sha256:ac430fae914316a55542ad29e0da43dfe615f9391b1aba8ab315bae59bab0d63 - 0.0% (831 Bytes)
[#023] sha256:af7fcbe1865429145d48df4a949374122c6e2839c8a64d3c47aee7827eb501b6 - 0.0% (832 Bytes)
[#024] sha256:2d03c47056f507a9c108eace8e671897e1508df6afa848c5f80ac5b3b2d1f506 - 0.0% (834 Bytes)
[#025] sha256:7a4b8d2e07e777ccf9e9fdaf44bba28b34851256af0af4630b9dad50415bb72e - 0.0% (877 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-03 17:47:34 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.4-rc7
2020-01-03 17:47:34 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-01-03 17:47:35 UTCcmd /S /C #(nop) COPY multi:efd4d75754b2a704d94ddec1d03998f00c0bfbdb80126ffc40abe4ddbd782b88 in \etc\rancher\
2020-01-03 17:47:36 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-01-03 17:47:48 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-01-03T17:47:46Z
2020-01-03 17:47:48 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-01-03 17:47:49 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=a21dd0baba101ba3efcaabff9985e397b7e325e4
2020-01-03 17:47:49 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-01-03 17:58:47 UTC
90.5 MB
rancher/rancher-agent:v2.3.4-rc7
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:32043ed5f13117cd7acf9352fb285426183468ccefda6a205667bf0d5639d37c - 0.0% (123 Bytes)
[#005] sha256:07b4cccfaf2848b5fff6e0fa9ac4eb7c441df0768ee3604bfee5968e6c9dd929 - 31.41% (28.4 MB)
[#006] sha256:5474b1e389b8e7cc9264e10a351ccec3ec46c0bd96796c81ae1e88490506e3ba - 2.15% (1.94 MB)
[#007] sha256:37932248f7edc873cc4e1263029f47cd471dcff7fc200b8cf2a7ad7707af0876 - 1.25% (1.13 MB)
[#008] sha256:610d3d28ab0268ea62a60aed42267670489ad155e69ecdf44afcc6bd94d5328f - 24.46% (22.1 MB)
[#009] sha256:225ccd1c4ff1383387f5ac318bb906755ce218ae51bc2c52396265c63dd101cc - 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-03 17:58:09 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-01-03 17:58:09 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-03 17:58:10 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-01-03 17:58:10 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2020-01-03 17:58:38 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-03 17:58:38 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2020-01-03 17:58:39 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-03 17:58:41 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-03 17:58:41 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2020-01-03 17:58:43 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-03 17:58:44 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-01-03 17:58:44 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-01-03 17:58:44 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-01-03 17:58:44 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.4-rc7
2020-01-03 17:58:44 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-01-03 17:58:45 UTC/bin/sh -c #(nop) COPY multi:eb431273b9844ce5f8659b8d9f79d512fe1f972de4748b1044ef350654fee09c in /usr/bin/
2020-01-03 17:58:46 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-01-03 17:58:46 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-01-03T17:58:05Z
2020-01-03 17:58:46 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-01-03 17:58:47 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=a21dd0baba101ba3efcaabff9985e397b7e325e4
2020-01-03 17:58:47 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.