2019-10-23 23:28:49 UTC
102 MB
rancher/rancher-agent:v2.3.2-rc2
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:22e816666fd6516bccd19765947232debc14a5baf2418b2202fd67b3807b6b91 - 25.05% (25.5 MB)
[#001] sha256:079b6d2a1e53c648abc48222c63809de745146c2ee8322a1b9e93703318290d6 - 0.03% (34.5 KB)
[#002] sha256:11048ebae90883c19c9b20f003d5dd2f5bbf5b48556dabf06c8ea5c871c8debe - 0.0% (849 Bytes)
[#003] sha256:c58094023a2e61ef9388e283026c5d6a4b6ff6d10d4f626e866d38f061e79bb9 - 0.0% (162 Bytes)
[#004] sha256:8ebd3b943bba48f8706d07eb18281d7cd40cdf23d65723ef2593b28ec4afe073 - 0.0% (124 Bytes)
[#005] sha256:9e129b3cb7a6ab3e51d837ef3dc90927a6133602573197c4a9d4534875edabbb - 30.86% (31.4 MB)
[#006] sha256:aa6cfb051c446b1c71558b32a6dc46f2e90396f6f767b6361e988a0fd669bfe3 - 2.17% (2.2 MB)
[#007] sha256:7c15228b4bf240f1cfbf223d5e4291e96fe4ce85358bd864bd96791c7342b0bf - 1.43% (1.46 MB)
[#008] sha256:42fffc7290b64f74a8bc33433d6e57c8e6cd860f3d3eb8078da7399e2cba664e - 23.69% (24.1 MB)
[#009] sha256:7e4c0f5ccb6fd660dd170548c124ed4119864ced7767c6b440a5a7c1e149c55a - 16.76% (17 MB)
/bin/sh -c #(nop) ADD file:d13b09e8b3cc98bf0868e2af7a49b14622d2111e2a4e10341859902e43bd872a in /
2019-10-18 18:48:50 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2019-10-18 18:48:50 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-18 18:48:51 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2019-10-18 18:48:51 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2019-10-23 23:28:03 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2019-10-23 23:28:03 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-10-23 23:28:04 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2019-10-23 23:28:04 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2019-10-23 23:28:42 UTC|1 ARCH=amd64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl ca-certificates jq iproute2 vim-tiny less bash-completion unzip sysstat acl && curl -sLf ${!DOCKER_URL} > /usr/bin/docker && chmod +x /usr/bin/docker && curl -sLf https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl > /usr/bin/kubectl && chmod +x /usr/bin/kubectl && DEBIAN_FRONTEND=noninteractive apt-get autoremove -y && DEBIAN_FRONTEND=noninteractive apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
2019-10-23 23:28:42 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2019-10-23 23:28:43 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-10-23 23:28:44 UTC|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.4/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin
2019-10-23 23:28:45 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2019-10-23 23:28:46 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-10-23 23:28:46 UTC/bin/sh -c #(nop) ARG VERSION=dev
2019-10-23 23:28:47 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2019-10-23 23:28:47 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2019-10-23 23:28:47 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.2-rc2
2019-10-23 23:28:47 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2019-10-23 23:28:48 UTC/bin/sh -c #(nop) COPY multi:b0e06efd2f90d6e1deaa5d722761512da11cf4e997c3150172019ddf56543204 in /usr/bin/
2019-10-23 23:28:49 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2019-10-23 23:28:49 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2019-10-23T23:28:00Z
2019-10-23 23:28:49 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2019-10-23 23:28:49 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=17c9a4086e034eaaead83748bcd03561f5bc5ad4
2019-10-23 23:28:49 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2019-10-23 23:19:21 UTC
194 MB
rancher/rancher-agent:v2.3.2-rc2
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
PATHC:\Windows\system32;C:\Windows;C:\Program Files\PowerShell;
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:cf10787548c4aa1257b52cd773abeda0d39f7e9f0ba54160f20911e2622301a2 - 49.33% (95.8 MB)
[#001] sha256:a0facf8d4c4228fffe7f9307f5bd09d495b0b51864a86e4f387716b4e78b4135 - 0.0% (849 Bytes)
[#002] sha256:f690aeefa043b62d6dfd005e691cb55c4155d157d5b23430e8786238c13e21c9 - 0.0% (830 Bytes)
[#003] sha256:407e11470a03bdcb698f18daa606698e7a850d6a6c18fdb74ead83a3e90cd4b0 - 0.0% (825 Bytes)
[#004] sha256:c727069f3850589e25f3a49f679d91994540b7876ab599195d6d04729ce149b4 - 0.0% (825 Bytes)
[#005] sha256:3892750b2f85d7576196f9c0b9fd4bb0d49c75a42f177b3f9bbd6b7a011c16b2 - 0.0% (852 Bytes)
[#006] sha256:aa22899fcc65f0cad9685533a2a053331470b32da3ae0b7f3563a7b1a8f0a0f2 - 0.0% (832 Bytes)
[#007] sha256:06b2f7ae0b63cdb78f2ad2e384d9ca365308511d9d6b1d3f572c2064891f8032 - 28.19% (54.7 MB)
[#008] sha256:bab034d359bd47288f45103fcf31d2ee1649f16504df76d92fce96ba0481378b - 0.06% (128 KB)
[#009] sha256:1854ae4ea3877da97bdccaab6a29102a76063a71eef94db6c091192d3a64796c - 0.0% (833 Bytes)
[#010] sha256:e28608df6704bd7b05f8e46359ea819e778f50948e5fdb5e447708fb60017fb5 - 0.0% (907 Bytes)
[#011] sha256:375e5df8df2d3aafd9e567c5e2edb5b72ce5725ba38027b3876104d1c47ad5ae - 0.05% (96.6 KB)
[#012] sha256:f0c38ff7a7cec007474bb9a59983a7b04a450d5f3916229d9cec8d242de413e8 - 16.79% (32.6 MB)
[#013] sha256:89691e0bcfa48a17c0d148aaf7c8d8b287e09d374096782ff8f061245c8a6898 - 0.0% (829 Bytes)
[#014] sha256:ba93f33278987087d1ed1071eff69e0fae5b920e266bd00add16a486912403a5 - 0.0% (863 Bytes)
[#015] sha256:7ac099c023ca71a15424e8c15aa586c282c99bc629331a24fb2e7a4b7ea42dcc - 0.0% (855 Bytes)
[#016] sha256:d1ec754515d6f768c6f0f5616c5035ee1682533d9cea3fe80e84386719efd5f1 - 0.0% (836 Bytes)
[#017] sha256:04e94ab6d313d80a7a9fd21b90929a7f2ef0631b016223d11ed868da5ff622ed - 0.0% (823 Bytes)
[#018] sha256:2f10fd6771805917fd4ebc7594f6febbc015babe56a971fb84eb9669b14745ec - 5.57% (10.8 MB)
[#019] sha256:a5c6d436a6659710ceec0f7ee3e23a6ab4b6237d2b54bafcb1c4da55d10129f8 - 0.0% (836 Bytes)
[#020] sha256:a808d477ba4383ac654edb0bb00df0729aa0a91c67f35a11b5ebe5724248f69d - 0.0% (830 Bytes)
[#021] sha256:3391b627eb18b08d5e991114068091ae9f68ee3ce7dfa6311e6240bb9d4bd01f - 0.0% (853 Bytes)
[#022] sha256:b4dfabaeb280af4a15ed150a887b3f9b2328eb5c9ea15422d6bec6de83801aa8 - 0.0% (827 Bytes)
[#023] sha256:f340b2006e2ba213150512f9e3f431b3ff4f4dc716e6662519d1929a2010ea66 - 0.0% (849 Bytes)
Apply image 1809-KB4512578-amd64
2019-09-18 17:44:25 UTCcmd /S /C #(nop) ARG VCS_REF=none
2019-09-18 17:44:25 UTCcmd /S /C #(nop) ARG PS_VERSION=6.2.0
2019-09-18 17:44:26 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2019-09-18 17:44:26 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=f81009c 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-09-18 17:44:27 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-09-18 17:44:27 UTCcmd /S /C #(nop) ENV PATH=C:\Windows\system32;C:\Windows;C:\Program Files\PowerShell;
2019-09-18 17:44:38 UTCcmd /S /C #(nop) COPY dir:cc4c542ef52db3db25fd993a2fdf182b8597d8c657d7bacab17200fc592cf78c in C:\Program Files\PowerShell
2019-09-18 17:45:30 UTC|3 IMAGE_NAME=mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1809 PS_VERSION=6.2.3 VCS_REF=f81009c 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-09-18 17:45:31 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2019-10-21 17:26:40 UTCcmd /S /C #(nop) USER ContainerAdministrator
2019-10-21 17:26:41 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2019-10-21 17:26:44 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2019-10-21 17:26:46 UTCcmd /S /C #(nop) ARG VERSION=dev
2019-10-21 17:26:46 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2019-10-21 17:26:46 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2019-10-23 21:16:39 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.2-rc2
2019-10-23 21:16:39 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2019-10-23 21:16:40 UTCcmd /S /C #(nop) COPY multi:64f985b1804b587a164bed76701d759e1f2b3e36880a65cc9f4b7229b70fb391 in \etc\rancher\
2019-10-23 21:16:40 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2019-10-23 23:19:20 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2019-10-23T23:19:18Z
2019-10-23 23:19:20 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2019-10-23 23:19:20 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=17c9a4086e034eaaead83748bcd03561f5bc5ad4
2019-10-23 23:19:21 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2019-10-23 23:19:24 UTC
197 MB
rancher/rancher-agent:v2.3.2-rc2
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
PATHC:\Windows\system32;C:\Windows;C:\Program Files\PowerShell;
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:d29f8f3689f86360ec5508282eaa803e3634a93ddbb1990ed92e608fc89096dc - 49.92% (98.1 MB)
[#001] sha256:f86235fcbe4b103998ec9a6e55b025312b97c28362479374360c031423066b04 - 0.0% (848 Bytes)
[#002] sha256:ed0435b1a14e27cbfb498a0c7f793b1f2b34b2ac3c1d6c703607d0103052c186 - 0.0% (857 Bytes)
[#003] sha256:ae6715210685b689b73605c0c7aa55f1c6e01d88916804f75d05cb4aa1764914 - 0.0% (822 Bytes)
[#004] sha256:7dc29fb85fb08237adc32507e981947dbbd2a8b312e9c7086dd9b87d056149e7 - 0.0% (828 Bytes)
[#005] sha256:d4e76816145efe30cc984f55a2650053ca37f7032ef3e2e0e0fb06a4e0d9e450 - 0.0% (831 Bytes)
[#006] sha256:812b2b5789e101bf23b465418ee4e64c9ef6986a6e628e699edd556daec27a1b - 0.0% (828 Bytes)
[#007] sha256:9ebd9135a3c6177469a634e8a03ea12cc4467c1899e5f177340db02ffc438489 - 27.86% (54.7 MB)
[#008] sha256:1efdcfd4c9ae6a43def153525ea9436dab4ab6f37df389303137c23b430fd113 - 0.06% (128 KB)
[#009] sha256:9b355b164653e3f477f235ec916a8480f13568f8f477b7477f1904331338af55 - 0.0% (854 Bytes)
[#010] sha256:620192bd70978226b53fca18a1f07020866851d7f93502cb0d63710755a04e41 - 0.0% (845 Bytes)
[#011] sha256:8ffec12b3c4aaacb508d39987e3f3dc05713ddaf5d6b986b3bafebf7f2bb6800 - 0.05% (101 KB)
[#012] sha256:943f35034f4fc9388e60e3e7ffa12df8313a18f568900847512c5e9eb920df51 - 16.59% (32.6 MB)
[#013] sha256:67d6a0a8956efe495fb3ed0780b6d5bc91c04b3eb8db5ace0c4b45df09017912 - 0.0% (882 Bytes)
[#014] sha256:8fb74af9fb169806ead3a3d050eb11d82c82a45fc33f70cf69c70e5ffb3852a8 - 0.0% (821 Bytes)
[#015] sha256:66214bd916bd327efa84cd95916f74dcfe3df40c4d7bc5ab402d9b99b54334f1 - 0.0% (830 Bytes)
[#016] sha256:7bc750f2e72533017b37fdaf22a549d797ff4dea6fdf1039e8199d24ca60adda - 0.0% (830 Bytes)
[#017] sha256:593518949d6032f57ecbac077fdd3a99a435413d15926a150c5945747fbd08a4 - 0.0% (866 Bytes)
[#018] sha256:66b2996c9f4d3fdf5201494870e2a5f229cc952a08c9d02c1f7c3a6478ea1726 - 5.51% (10.8 MB)
[#019] sha256:b3134ec8717cd83862620ec95c5f33ef0883777f316f27d0fae816d6b6f2b2ac - 0.0% (875 Bytes)
[#020] sha256:74cd9c4d22426b1644fb77598adea58e2895b2a09259fb8067c3680bd84623aa - 0.0% (829 Bytes)
[#021] sha256:5959bdcc0301a857137cb2c4301e85d8b84045e1716287f3995ba093c63df151 - 0.0% (900 Bytes)
[#022] sha256:adb738efc372070781a3fd9ec9ec22d0e4e800bb2cad2a5b7713b7a489d87bc5 - 0.0% (830 Bytes)
[#023] sha256:01b7b23d5165b25d0f5ad8c9880c322edbb668ffe295846437755a0e533aaf70 - 0.0% (832 Bytes)
Apply image 1903-KB4515384-amd64
2019-09-18 17:49:02 UTCcmd /S /C #(nop) ARG VCS_REF=none
2019-09-18 17:49:03 UTCcmd /S /C #(nop) ARG PS_VERSION=6.2.0
2019-09-18 17:49:03 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2019-09-18 17:49:04 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=f81009c 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-09-18 17:49: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-09-18 17:49:05 UTCcmd /S /C #(nop) ENV PATH=C:\Windows\system32;C:\Windows;C:\Program Files\PowerShell;
2019-09-18 17:49:14 UTCcmd /S /C #(nop) COPY dir:cc4c542ef52db3db25fd993a2fdf182b8597d8c657d7bacab17200fc592cf78c in C:\Program Files\PowerShell
2019-09-18 17:49:50 UTC|3 IMAGE_NAME=mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1903 PS_VERSION=6.2.3 VCS_REF=f81009c 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-09-18 17:49:50 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2019-10-21 17:25:39 UTCcmd /S /C #(nop) USER ContainerAdministrator
2019-10-21 17:25:40 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2019-10-21 17:25:43 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2019-10-21 17:25:44 UTCcmd /S /C #(nop) ARG VERSION=dev
2019-10-21 17:25:44 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2019-10-21 17:25:44 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2019-10-23 21:15:51 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.2-rc2
2019-10-23 21:15:52 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2019-10-23 21:15:52 UTCcmd /S /C #(nop) COPY multi:78e15e96aa9b364dc210e81a9bfb1f5391cba5b24e5dfd678127fffe4c4bb686 in \etc\rancher\
2019-10-23 21:15:53 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2019-10-23 23:19:23 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2019-10-23T23:19:22Z
2019-10-23 23:19:24 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2019-10-23 23:19:24 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=17c9a4086e034eaaead83748bcd03561f5bc5ad4
2019-10-23 23:19:24 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2019-10-23 23:32:21 UTC
92 MB
rancher/rancher-agent:v2.3.2-rc2
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:817f52ea6299d18c3edc692a69c20e9074e5270186db941a89e0b3c470fc0654 - 24.58% (22.6 MB)
[#001] sha256:115b95df920857ac1cb4857a34285a54cdc0e85075f81c5ac38946366eb62d65 - 0.04% (34.4 KB)
[#002] sha256:9b2d56ba49a4401a73c4df4345496f59c64a9458e823088b13887a006ef7781b - 0.0% (852 Bytes)
[#003] sha256:b92cf01ea129bc446c5c1b9c751b52993a0ea9effadffbcd5fca004551725d0c - 0.0% (188 Bytes)
[#004] sha256:581a7e08d7c4095375b0686d7a183fecefae5121e1bb232f962d464c41ba3cf2 - 0.0% (123 Bytes)
[#005] sha256:2a9ff5479cdf27f68d01ec2085378df3443a65e975b4140360f70a585d340616 - 30.88% (28.4 MB)
[#006] sha256:c656d3ffe76b9443aa8ed4ccc0192f97f1f07a1f3a2b014fa441a337db87a7c0 - 2.11% (1.94 MB)
[#007] sha256:84db8221a25951373b27011e9fb11dfb27e8c2d7c73ed458608aaced60d82a3e - 1.39% (1.28 MB)
[#008] sha256:00ed23764f8df8531e9187518bb9301bc5d6b00a7fd9fa47399852fae3706663 - 24.05% (22.1 MB)
[#009] sha256:c122247b2b188b4f8838b5db742d822b0b5438da4a7f9d0e244f21a1642a0ebe - 16.94% (15.6 MB)
/bin/sh -c #(nop) ADD file:e03e07cf28b743fad7318dd92ba8bfcaa7a5df66f4651b5b2078be0a7d1ace0d in /
2019-10-18 18:47:14 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2019-10-18 18:47:16 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-18 18:47:18 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2019-10-18 18:47:18 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2019-10-23 23:31:45 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2019-10-23 23:31:45 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-10-23 23:31:46 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2019-10-23 23:31:46 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2019-10-23 23:32:12 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-10-23 23:32:13 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2019-10-23 23:32:14 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-10-23 23:32:15 UTC|1 ARCH=arm64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.4/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin
2019-10-23 23:32:15 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2019-10-23 23:32:17 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-10-23 23:32:18 UTC/bin/sh -c #(nop) ARG VERSION=dev
2019-10-23 23:32:18 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2019-10-23 23:32:18 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2019-10-23 23:32:18 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.2-rc2
2019-10-23 23:32:18 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2019-10-23 23:32:19 UTC/bin/sh -c #(nop) COPY multi:e63ecc22ebd240cc7c0bc6a564a3df531014852f4463f3024be762031c374d91 in /usr/bin/
2019-10-23 23:32:20 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2019-10-23 23:32:20 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2019-10-23T23:31:39Z
2019-10-23 23:32:20 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2019-10-23 23:32:21 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=17c9a4086e034eaaead83748bcd03561f5bc5ad4
2019-10-23 23:32:21 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.