2019-12-18 07:17:09 UTC
99.8 MB
rancher/rancher-agent:v2.3.4-rc4
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:7ddbc47eeb70dc7f08e410a6667948b87ff3883024eb41478b44ef9a81bf400c - 25.51% (25.5 MB)
[#001] sha256:c1bbdc448b7263673926b8fe2e88491e5083a8b4b06ddfabf311f2fc5f27e2ff - 0.03% (34.5 KB)
[#002] sha256:8c3b70e3904492c753652606df4726430426f42ea56e06ea924d6fea7ae162a1 - 0.0% (845 Bytes)
[#003] sha256:45d437916d5781043432f2d72608049dcf74ddbd27daa01a25fa63c8f1b9adc4 - 0.0% (162 Bytes)
[#004] sha256:49c2f612f946386daf4fbd15acea536ebca18ef77b4f1536c87977f6328bc5c8 - 0.0% (124 Bytes)
[#005] sha256:b775057c5b8789eac176a79466c9e9adf7de3419f30968a695100497e4f12cd7 - 31.43% (31.4 MB)
[#006] sha256:75a4645b34c18398da8392d20a53a99d803a6a901fac966eaab42f153d8613c8 - 2.21% (2.2 MB)
[#007] sha256:0a84a8a6960ffce58988020722268ce8f4c5d4992bdc69a4ccdc83ecdbc9ac83 - 1.22% (1.22 MB)
[#008] sha256:e4218b1fc4e8c3f09c7e6f355c889c3cf6820f2e34161e3e6d6ca4ade6298ad8 - 24.12% (24.1 MB)
[#009] sha256:399044f1c9ee357d16a4f7ee9186c38e2cf8c3219d628774e6b77496f1b0a558 - 15.47% (15.4 MB)
/bin/sh -c #(nop) ADD file:a48a5dc1b9dbfc632f6cf86fe27b770b63f07a115c98c4465dc184e303a4efa1 in /
2019-10-31 22:20:36 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2019-10-31 22:20:36 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-10-31 22:20:37 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2019-10-31 22:20:37 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2019-12-18 07:16:41 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2019-12-18 07:16:41 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-18 07:16:42 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2019-12-18 07:16:42 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2019-12-18 07:17:00 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-18 07:17:01 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2019-12-18 07:17:03 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-18 07:17:04 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-18 07:17:04 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2019-12-18 07:17:06 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-18 07:17:06 UTC/bin/sh -c #(nop) ARG VERSION=dev
2019-12-18 07:17:06 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2019-12-18 07:17:06 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2019-12-18 07:17:07 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.4-rc4
2019-12-18 07:17:07 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2019-12-18 07:17:08 UTC/bin/sh -c #(nop) COPY multi:16b86246770d061b425984d3805225dd37546f2980563b79bb71db2d5ea0342f in /usr/bin/
2019-12-18 07:17:08 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2019-12-18 07:17:08 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2019-12-18T07:16:38Z
2019-12-18 07:17:09 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2019-12-18 07:17:09 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=5e20b72cfb6ff583576a937ff4acc612b3d179de
2019-12-18 07:17:09 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2019-12-18 07:09:52 UTC
195 MB
rancher/rancher-agent:v2.3.4-rc4
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:c4edf53c21ae3a3a23675bc0e571275b6131acccba3c03f83ee5b218e8602511 - 0.0% (831 Bytes)
[#013] sha256:fb57de90a1357f772790470af1a23eb68124eb987bf0ff9dab3de3fb6fd5667b - 0.05% (96.5 KB)
[#014] sha256:7ae55989443d62f0943bc5c880c38b92a61b7ef29d865c4740ba7759eda720d3 - 16.7% (32.6 MB)
[#015] sha256:7d21f9fa8f871bd54c68c2dc04615d74b698fb4d908f8279176a714a65b09a58 - 0.0% (831 Bytes)
[#016] sha256:30575eda9d42254eb4209e13db1de8202461071f14d72940dd03e7b6bee84cdd - 0.0% (831 Bytes)
[#017] sha256:b17686e96f24a626a9c6cd6221f29315c08df33778828700565724b11aa88b69 - 0.0% (829 Bytes)
[#018] sha256:1f2aff05979ba32d97775e0c97ef56a9b98cc554b9416afca25194813d229d9e - 0.0% (832 Bytes)
[#019] sha256:2d7bfec5b56b8ddb8815140342b42fb8f22deecb535d3fd5f2e1ea760d7ca2e7 - 0.0% (828 Bytes)
[#020] sha256:d711b1a0d286904f7fe6710e77660e1637a19ffee5a118d9090792ce9861e7e0 - 5.73% (11.2 MB)
[#021] sha256:72d2e7a55bbd99e6743ddff1056f34083b77e6c7dfabdff4e0a6848ca0df8f62 - 0.0% (835 Bytes)
[#022] sha256:1772256ae6c3c0f7bfaf0e086566da247a6048445803758d9a3cb9b372fc201b - 0.0% (903 Bytes)
[#023] sha256:93f0432fc1a8b394b445abe26ce95f2f776777e9db28d2ff4304bd3f0ea5c976 - 0.0% (847 Bytes)
[#024] sha256:1449437cee540a8e0e71e757a1677b842b4e0ebfddfd88cd46f63dc44cdc621c - 0.0% (886 Bytes)
[#025] sha256:140e05bf6f0d86cb155d865e025514064affa75aee2e37ae5d9dc27a1617450e - 0.0% (901 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-17 16:01:35 UTCcmd /S /C #(nop) USER ContainerAdministrator
2019-12-17 16:01:36 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2019-12-17 16:01:38 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2019-12-17 16:01:39 UTCcmd /S /C #(nop) ARG VERSION=dev
2019-12-17 16:01:40 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2019-12-17 16:01:40 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2019-12-18 06:15:06 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.4-rc4
2019-12-18 06:15:06 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2019-12-18 06:15:07 UTCcmd /S /C #(nop) COPY multi:9831da4904b152be49dfe8c6a6fb3c5d229862b5aef0e6e5ba9eb8e6902a15d4 in \etc\rancher\
2019-12-18 06:15:08 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2019-12-18 07:09:51 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2019-12-18T07:09:48Z
2019-12-18 07:09:51 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2019-12-18 07:09:51 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=5e20b72cfb6ff583576a937ff4acc612b3d179de
2019-12-18 07:09:52 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2019-12-18 07:10:01 UTC
197 MB
rancher/rancher-agent:v2.3.4-rc4
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:15776d249bbe4f136fb3a5958cadd447324cb833818c57a7f74b048e319e7ab8 - 0.0% (856 Bytes)
[#013] sha256:84b2328806c15799a5d1b05e9f344fe93c0278f4c9f5a2e201dd03a50c1cf7e1 - 0.05% (101 KB)
[#014] sha256:e78a0736ebaf7a9fb089d1acb2a79908bcea8a9d0654e1f1f30e3b527e1e7469 - 16.56% (32.6 MB)
[#015] sha256:caaa371727689c89c342c075a9885a428db06c8c9d630fd73dd36415442da56a - 0.0% (830 Bytes)
[#016] sha256:a981b0c83ccc8451c121cc005a27805df5a80ae18cc2da23230d58218c69f859 - 0.0% (829 Bytes)
[#017] sha256:de54a35df2b3a059e13a57ea7fb3eaefba4c6149bc061454167531c93cb9930c - 0.0% (924 Bytes)
[#018] sha256:bcb83144b3bf316554aa1225c25e53e92f499efa700526252cbbd038d1468555 - 0.0% (827 Bytes)
[#019] sha256:7afa19fbffd70d017bda58dfedc426c720375d9fc712e1b6fd0c296f706636f8 - 0.0% (886 Bytes)
[#020] sha256:c064f70ad352ce74367ce8745dc4c36efc58b12e915d540097bd5fae07c718e1 - 5.68% (11.2 MB)
[#021] sha256:9d692875f8f1471b7caa554c340bd5c672288625a804b14410d99283339449fe - 0.0% (834 Bytes)
[#022] sha256:e755be389078c561067d3dcae8435b6a0229463b3170fe11e57996fdea4293df - 0.0% (901 Bytes)
[#023] sha256:7272366a1568b7e99cbf65a01589470410ef914951ca9a68d3db56316d54b6f7 - 0.0% (873 Bytes)
[#024] sha256:d21444064bbd293cf2719f8ca24d787ab2fae73fb177e95d37b39fc7be7d5763 - 0.0% (827 Bytes)
[#025] sha256:3ef8406c0345c95a600e41d2660e3732bd6f82d8e7d17a65b4199309fda83d96 - 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-17 16:01:36 UTCcmd /S /C #(nop) USER ContainerAdministrator
2019-12-17 16:01:37 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2019-12-17 16:01:39 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2019-12-17 16:01:40 UTCcmd /S /C #(nop) ARG VERSION=dev
2019-12-17 16:01:40 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2019-12-17 16:01:41 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2019-12-18 06:15:14 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.4-rc4
2019-12-18 06:15:14 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2019-12-18 06:15:15 UTCcmd /S /C #(nop) COPY multi:827e084569a9c89feeb6a489c5b32031c8f12901454d47f016357d72839bc1ab in \etc\rancher\
2019-12-18 06:15:16 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2019-12-18 07:10:00 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2019-12-18T07:09:58Z
2019-12-18 07:10:00 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2019-12-18 07:10:00 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=5e20b72cfb6ff583576a937ff4acc612b3d179de
2019-12-18 07:10:01 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2019-12-18 07:21:39 UTC
90.4 MB
rancher/rancher-agent:v2.3.4-rc4
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:6531af3558948c8839fd7cc7eb7062aa86bfae891870ccaafd554ac65c97971b - 25.03% (22.6 MB)
[#001] sha256:82f7942d2fb7381ee1735a4c972ef45c89b6521902e6eba024d4791dfd069def - 0.04% (34.4 KB)
[#002] sha256:fdce94e690d563311eb8b102b49e94a01b2a4c965daa9e33d5e59168dc4327e0 - 0.0% (847 Bytes)
[#003] sha256:a96a89ada1c32e30a1998945a8785c18bcdce55dcfe2b666bb587d432255cb11 - 0.0% (186 Bytes)
[#004] sha256:cfceffbe6c2e3a869969045df7a9a9452a712a1c9c70be4ba992873b2047793c - 0.0% (124 Bytes)
[#005] sha256:2f39f0a8bcdf6a49d815c84d3c6fa656e1c1346f524dc1c08bdb770c54a684a0 - 31.45% (28.4 MB)
[#006] sha256:c3cdbc888de018220fad333df616a9f3be7108f67049eda124c42121e380f847 - 2.15% (1.94 MB)
[#007] sha256:a29495a4973eb7dab577cb5d47a8ed24e8e89e91b43a0efef0fd353466460e7c - 1.25% (1.13 MB)
[#008] sha256:45944814fbebd5390b2442109f7aee3dd0d8138de6820152f5b90f5345e1e7c8 - 24.5% (22.1 MB)
[#009] sha256:6da3830ebeba1cb5bb2ae6411dac174188cfaa46e7c37cfc92e76eb95890c1ec - 15.58% (14.1 MB)
/bin/sh -c #(nop) ADD file:4c6cab77271e86386e8f3d4ecf06c17a3e9339481bea878a706d2c5dc4a0addd in /
2019-10-31 22:40:40 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2019-10-31 22:40:42 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-10-31 22:40:43 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2019-10-31 22:40:44 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2019-12-18 07:21:01 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2019-12-18 07:21:01 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-18 07:21:02 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2019-12-18 07:21:03 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2019-12-18 07:21:29 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-18 07:21:30 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2019-12-18 07:21:31 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-18 07:21:33 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-18 07:21:33 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2019-12-18 07:21:35 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-18 07:21:35 UTC/bin/sh -c #(nop) ARG VERSION=dev
2019-12-18 07:21:36 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2019-12-18 07:21:36 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2019-12-18 07:21:36 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.4-rc4
2019-12-18 07:21:36 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2019-12-18 07:21:37 UTC/bin/sh -c #(nop) COPY multi:f3e8b258490b69f87a744422a80499e7fda05720ef46d5f3536d76bbe1212a82 in /usr/bin/
2019-12-18 07:21:38 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2019-12-18 07:21:38 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2019-12-18T07:20:57Z
2019-12-18 07:21:38 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2019-12-18 07:21:38 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=5e20b72cfb6ff583576a937ff4acc612b3d179de
2019-12-18 07:21:39 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.