2020-03-16 20:31:30 UTC
99.9 MB
rancher/rancher-agent:v2.3.6-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:423ae2b273f4c17ceee9e8482fa8d071d90c7d052ae208e1fe4963fceb3d6954 - 25.47% (25.5 MB)
[#001] sha256:de83a2304fa1f7c4a13708a0d15b9704f5945c2be5cbb2b3ed9b2ccb718d0b3d - 0.03% (34.5 KB)
[#002] sha256:f9a83bce3af0648efaa60b9bb28225b09136d2d35d0bed25ac764297076dec1b - 0.0% (852 Bytes)
[#003] sha256:b6b53be908de2c0c78070fff0a9f04835211b3156c4e73785747af365e71a0d7 - 0.0% (163 Bytes)
[#004] sha256:a4063d9b550d65ef6da36a592c3e718d5c5d76ea9c942f106889731cbad4d062 - 0.0% (124 Bytes)
[#005] sha256:d77a9561ded1a24f7a5c3113f30eba30232dd18bbef011a98a42da7bcd194e9f - 31.38% (31.4 MB)
[#006] sha256:71ab84ff10e58da6dc2b4f59d8c44f58b46b00bbf082f09408b4f2e44085845f - 2.2% (2.2 MB)
[#007] sha256:30252ecfbf847ad3d9e5f0f924d7ab053239c40be6011062b11db7a5924129ae - 1.22% (1.22 MB)
[#008] sha256:04aad00f35a34bb979e28dd22ea83a2be8cb623398089bdd2e182a1a380f2579 - 24.09% (24.1 MB)
[#009] sha256:497be6686aeb3781bd0db37702535493619d4c108d5c9b466fb19606907960ba - 15.6% (15.6 MB)
/bin/sh -c #(nop) ADD file:91a750fb184711fde03c9172f41e8a907ccbb1bfb904c2c3f4ef595fcddbc3a9 in /
2020-02-21 22:20:41 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-02-21 22:20: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
2020-02-21 22:20:44 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-02-21 22:20:44 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-03-16 20:30:58 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-03-16 20:30:58 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-03-16 20:30:59 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-03-16 20:30:59 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2020-03-16 20:31:21 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-03-16 20:31:22 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2020-03-16 20:31:24 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-03-16 20:31:25 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-03-16 20:31:25 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2020-03-16 20:31:27 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-03-16 20:31:27 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-03-16 20:31:27 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-03-16 20:31:27 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-03-16 20:31:28 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.6-rc6
2020-03-16 20:31:28 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-03-16 20:31:29 UTC/bin/sh -c #(nop) COPY multi:48e7d083dc534239458d6b1f75e610dd8cf35d51de2175c8e896a617ea561875 in /usr/bin/
2020-03-16 20:31:29 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-03-16 20:31:29 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-03-16T20:30:55Z
2020-03-16 20:31:29 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-03-16 20:31:30 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=98df31ac17aed9b6f73766ddc865239ea9f93b90
2020-03-16 20:31:30 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-03-16 20:24:25 UTC
229 MB
rancher/rancher-agent:v2.3.6-rc6
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1809-KB4546852-amd64
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:a35da61c356213336e646756218539950461ff2bf096badf307a23add6e70053 - 42.07% (96.5 MB)
[#001] sha256:048f6e498f7b59f1797855e051a395d58eac4a0b5c916d3f3887c9b05b07febd - 0.0% (830 Bytes)
[#002] sha256:c0c24c2f64743f3b84849cab323b7b669ea64d290b47e0cc55779dd786348af6 - 0.0% (830 Bytes)
[#003] sha256:4d589d041f22561b12af92d61337b2536e0c3d9caf9f169b03f01e3f6bdf2dc7 - 0.0% (828 Bytes)
[#004] sha256:8552d53bd603db3e7f06cbd63b5c6b2632aa44a9682b47598480ed7e7d39d94b - 0.0% (823 Bytes)
[#005] sha256:52187205da6f62c7b66dd024c73cac23f7da39f6f0ffc740b7d060b8fb29086b - 0.0% (832 Bytes)
[#006] sha256:98bcb0f3ab3b7893a134c399b087ba18d174385c8fc27d56ca7a6e7e38bd3f72 - 0.0% (828 Bytes)
[#007] sha256:ccaa6017d3a8e30b45511558bf29296a0cc3c86b499817b218109d07d15ee41a - 0.03% (71 KB)
[#008] sha256:3248842623881064ac16f58b87cb053e295299720540361476f3498132f2f6cb - 0.0% (834 Bytes)
[#009] sha256:2c9ba36fd52b421c233b620fddebd0b383f1a8fd10704d29502a603b4aca5dda - 38.68% (88.7 MB)
[#010] sha256:f090bbb1e1cc0766deff614970f0bb126ddb763dc5c64ad96b8d8ffbdd7a4655 - 0.06% (139 KB)
[#011] sha256:6b5e76f2b7b6e791b9b59ca5314202989a625c80d88047afd99a84727f371949 - 0.0% (850 Bytes)
[#012] sha256:976b021b8de82d22551eda97fda6f6c5142c8e78fe339c0e620172513fd0cd8f - 0.0% (831 Bytes)
[#013] sha256:55eba0b8a82ba35e35c994fe73619a5327d13136c8248f8cad42fabc71c03a8e - 0.0% (827 Bytes)
[#014] sha256:9d70451a4b42c61771e06eb4c88fb3702d3fa291685f23f7df47456ed087a4a4 - 0.04% (96.5 KB)
[#015] sha256:20a57d215f4f2a26d5d54663819b3e3e32c2ad2da8fb24f3e970377aa04287f6 - 14.22% (32.6 MB)
[#016] sha256:29725f8ba113ff39dbcd22379a38c236054162364cd22d1ea2a913dabe987141 - 0.0% (828 Bytes)
[#017] sha256:b2a85ae5f203fdfe92ec0245491cb44eed9232959b2d1693fb92d6865e8069d1 - 0.0% (902 Bytes)
[#018] sha256:b210161f253b3da7e692b86dc73819b148f0de88b72d9d9379c3ad6505445071 - 0.0% (831 Bytes)
[#019] sha256:6efdab23d79284f35702c02ca93cbe991405db3f74a9682a963bb9499595ccb2 - 0.0% (835 Bytes)
[#020] sha256:4cd56b0387921b20adea77f90ae2c598d031ed749662ae5309cd604bac40193f - 0.0% (836 Bytes)
[#021] sha256:9996cdc7cfb545776bc7cf9e6c899854684666976cc1d2c7e9359b28b281ef3d - 4.89% (11.2 MB)
[#022] sha256:1da12204c61a830b14731cef7306e3b01007f9040a52c5b7f3bf6542b156f452 - 0.0% (836 Bytes)
[#023] sha256:a3d2c79b9b450908e57572b3f1cc94a21a73bc09de8ff350d6140107fe8e3a38 - 0.0% (879 Bytes)
[#024] sha256:6fd68529ba3a8477b89e8935b64e4f567c69900fb7b2e929b7bf374503e5e3a2 - 0.0% (829 Bytes)
[#025] sha256:1184d757c171b2042b747b86a15f35a793ce034fb4efda9f5c0984bec0424420 - 0.0% (837 Bytes)
[#026] sha256:d4c9c43216ef91a29d51918936f649e77d6ea13b1baca80736e5b121f7155a13 - 0.0% (890 Bytes)
Apply image 1809-KB4546852-amd64
2020-03-15 23:33:44 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-03-15 23:33:45 UTCcmd /S /C #(nop) ARG VCS_REF=none
2020-03-15 23:33:47 UTCcmd /S /C #(nop) ARG PS_VERSION=7.0.0
2020-03-15 23:33:49 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2020-03-15 23:33:50 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 POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1809-KB4546852-amd64
2020-03-15 23:33:51 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-03-15 23:34:17 UTC|4 IMAGE_NAME=mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1809 PS_VERSION=7.0.0 VCS_REF=e6bbf34 fromTag=1809-KB4546852-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-03-15 23:34:18 UTCcmd /S /C #(nop) USER ContainerUser
2020-03-15 23:34:37 UTCcmd /S /C #(nop) COPY dir:4642de7fb722aa7fe90337f64f1d33c353d0306e77e23b96584a1de9424d0ac2 in C:\Program Files\PowerShell
2020-03-15 23:35:10 UTC|4 IMAGE_NAME=mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1809 PS_VERSION=7.0.0 VCS_REF=e6bbf34 fromTag=1809-KB4546852-amd64 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 ; }"
2020-03-15 23:35:10 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=e6bbf34 org.label-schema.vendor=PowerShell org.label-schema.version=7.0.0 org.label-schema.schema-version=1.0 org.label-schema.docker.cmd=docker run mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1809 pwsh -c '' org.label-schema.docker.cmd.devel=docker run mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1809 org.label-schema.docker.cmd.test=docker run mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1809 pwsh -c Invoke-Pester org.label-schema.docker.cmd.help=docker run mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1809 pwsh -c Get-Help
2020-03-15 23:35:11 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-03-16 17:26:25 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-03-16 17:26:25 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-03-16 17:26:28 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-03-16 17:26:29 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-03-16 17:26:29 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-03-16 17:26:29 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-03-16 20:24:09 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.6-rc6
2020-03-16 20:24:09 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-03-16 20:24:10 UTCcmd /S /C #(nop) COPY multi:979403ce3b1467f3e32a3bdcdb138688faa44003cbb7b8eb826b9898a8ebd211 in \etc\rancher\
2020-03-16 20:24:10 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-03-16 20:24:24 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-03-16T20:24:22Z
2020-03-16 20:24:25 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-03-16 20:24:25 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=98df31ac17aed9b6f73766ddc865239ea9f93b90
2020-03-16 20:24:25 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-03-16 20:25:26 UTC
231 MB
rancher/rancher-agent:v2.3.6-rc6
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1903-KB4551762-amd64
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:e0ecf8fc66f573c07a6804e90b60c0e8d997e0e80c6095777459721e6d8cbfa0 - 42.47% (98 MB)
[#001] sha256:9966d107d9239de1637c8e422ca1113997e182536f69fb5beec85b45de0260c2 - 0.0% (822 Bytes)
[#002] sha256:09a5a4625e2055317c152fd7621483cf75c966b4cb2be952a5edeacc1c3b0e68 - 0.0% (831 Bytes)
[#003] sha256:d5b7a6934c0aa8e2c08249a1394600ee693eb00c0e3029285a3cd1f0f84dfb35 - 0.0% (856 Bytes)
[#004] sha256:5607fe6789f678c2bb0373f9a0c313241daea49768d9d622528046887742ae6a - 0.0% (829 Bytes)
[#005] sha256:1e06af6f7c77ec4f7567818770c78883a5cc52ee81cd9332f1d693bf5fb360ea - 0.0% (824 Bytes)
[#006] sha256:d19e7ff0ad95701f1a89703a0a239e1203da8bc2091475c599eb9951bd46596f - 0.0% (853 Bytes)
[#007] sha256:2f43c6075e50f0b4aa1263adaf1ea8c4ddc09d20ce67d5504c7e6e6e62e67ad1 - 0.03% (65.3 KB)
[#008] sha256:7decf2ff5199d853f700abe4c8344dc2079f2e9c041690ef1e9ac57425cd91b3 - 0.0% (830 Bytes)
[#009] sha256:abd7f4cc106f8b3d7d22fd2135c028abb99246407b693b6a00bbb05735c86bbd - 38.42% (88.7 MB)
[#010] sha256:c964a7a3f21f180e8f11a8752081928fd6dfb4af86fefdb1cf576287b6e61783 - 0.05% (126 KB)
[#011] sha256:a3e8ffa39ed77b69cf44707b946412663172bf8f5d7457a4d64703235cee47c5 - 0.0% (831 Bytes)
[#012] sha256:6db82afdfcd8801fefc2c74aa564d0600539f4e0c647344f618163e6eedbdfe3 - 0.0% (811 Bytes)
[#013] sha256:77f8e819474865c0bd1179b8de9477853b3f75bd7b3b54ff2e068660fee89c50 - 0.0% (864 Bytes)
[#014] sha256:4e78fc8fa55ba8e43088ea45770d5ec463014c648d8065e80ba28d3818c6c808 - 0.04% (101 KB)
[#015] sha256:8969902d4913d378e63090bcdb84194342c555a86f83c4af3cf005e06e5c0857 - 14.12% (32.6 MB)
[#016] sha256:f2fb291705f8563d20599454c8642a79ec932d0a35d9c964486af26aeac6013d - 0.0% (924 Bytes)
[#017] sha256:743120168464d00b0d4352fb001d7b1feab4e43d7fe6708e22f725f93941b11e - 0.0% (834 Bytes)
[#018] sha256:5c9d323a3086d683cb8e8edd1bbb0d8986ebaafe4ac5c7e8198365b4a50bb6fe - 0.0% (831 Bytes)
[#019] sha256:9b1f60741a50c967f6e52da65e075a427be9b8ea72d8e6fbd7510ccce258304b - 0.0% (883 Bytes)
[#020] sha256:0850d8d37c2ac702fb82acc4c3c269015c8baf32c130561dacfa4ebfd8f1ff0b - 0.0% (826 Bytes)
[#021] sha256:64daf07d570339290340f2c99511c57d60d64e730a01b27a972f5dd26d3859b5 - 4.86% (11.2 MB)
[#022] sha256:a7d8e051f061bc27eb03681b894867c0e66ce951bd396ea04587b93e948f693c - 0.0% (902 Bytes)
[#023] sha256:86038a72113de6ccc0a46f382d6af08e6a5d2cc9934b331d434e224b30e9fc18 - 0.0% (922 Bytes)
[#024] sha256:bb5029883c9d88c336a4d43b192c2785e83bae0a17af5cfef6b6d71e99201e22 - 0.0% (900 Bytes)
[#025] sha256:7740c707aa357ba801b5b03fb1df88c1313e3326f8caa1d49ce1edac7b6af165 - 0.0% (829 Bytes)
[#026] sha256:43672b30fcdd643519a2a791c2c534c570e842ef2cb9c44381ef60f9386ec67b - 0.0% (827 Bytes)
Apply image 1903-KB4551762-amd64
2020-03-15 23:40:17 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-03-15 23:40:18 UTCcmd /S /C #(nop) ARG VCS_REF=none
2020-03-15 23:40:18 UTCcmd /S /C #(nop) ARG PS_VERSION=7.0.0
2020-03-15 23:40:19 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2020-03-15 23:40:19 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 POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1903-KB4551762-amd64
2020-03-15 23:40:20 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-03-15 23:40:40 UTC|4 IMAGE_NAME=mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1903 PS_VERSION=7.0.0 VCS_REF=e6bbf34 fromTag=1903-KB4551762-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-03-15 23:40:40 UTCcmd /S /C #(nop) USER ContainerUser
2020-03-15 23:40:54 UTCcmd /S /C #(nop) COPY dir:4642de7fb722aa7fe90337f64f1d33c353d0306e77e23b96584a1de9424d0ac2 in C:\Program Files\PowerShell
2020-03-15 23:41:26 UTC|4 IMAGE_NAME=mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1903 PS_VERSION=7.0.0 VCS_REF=e6bbf34 fromTag=1903-KB4551762-amd64 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 ; }"
2020-03-15 23:41: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=e6bbf34 org.label-schema.vendor=PowerShell org.label-schema.version=7.0.0 org.label-schema.schema-version=1.0 org.label-schema.docker.cmd=docker run mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1903 pwsh -c '' org.label-schema.docker.cmd.devel=docker run mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1903 org.label-schema.docker.cmd.test=docker run mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1903 pwsh -c Invoke-Pester org.label-schema.docker.cmd.help=docker run mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1903 pwsh -c Get-Help
2020-03-15 23:41:27 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-03-16 19:06:59 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-03-16 19:07:00 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-03-16 19:07:02 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-03-16 19:07:03 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-03-16 19:07:03 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-03-16 19:07:03 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-03-16 20:25:12 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.6-rc6
2020-03-16 20:25:13 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-03-16 20:25:13 UTCcmd /S /C #(nop) COPY multi:d81bc211042a166e7db745af47315c1f72e2a0661db6944228d3ce36a75fa856 in \etc\rancher\
2020-03-16 20:25:14 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-03-16 20:25:25 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-03-16T20:25:22Z
2020-03-16 20:25:25 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-03-16 20:25:26 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=98df31ac17aed9b6f73766ddc865239ea9f93b90
2020-03-16 20:25:26 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-03-16 20:35:47 UTC
90.5 MB
rancher/rancher-agent:v2.3.6-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:6695dc10aaa5cd71c433dfb366e84804eb5fbee91eab1e113442040d6ef4c9e0 - 24.99% (22.6 MB)
[#001] sha256:72aab8f928deff72c9b5867c93524a60e3f8cf1b7401c88b0ede8dc3c595e828 - 0.04% (34.4 KB)
[#002] sha256:9e83b6447acdea2afff1a10052ebc551d15bfd1d2a93a202699f7a458c612c07 - 0.0% (850 Bytes)
[#003] sha256:2e6a91485a919c412d218b6441c339f691079ff88e6d28734b1cc3d5938cf58d - 0.0% (189 Bytes)
[#004] sha256:ac9202a212a7f4e2090dda40c4ca2065470d1b23f38eda91bda8e83ad7d6c001 - 0.0% (123 Bytes)
[#005] sha256:954dbf70e803159c7171acff245d43d7e690a987867978155f82f6d1d1712150 - 31.4% (28.4 MB)
[#006] sha256:7b6db5a5d880bfcd9c90b4b6453257fc103992c44ed58d6d049c9ae93df0b1af - 2.14% (1.94 MB)
[#007] sha256:fd4fe33857c27a0cfa1f0abbd6d0c4d1237dbba1df848fa86d0b553855a78170 - 1.25% (1.13 MB)
[#008] sha256:415adff1f56b0e4da9c300ff37524e9cbc579831bfd6bf13c3a0a2d12cec642d - 24.46% (22.1 MB)
[#009] sha256:8355cec4fa0bf8025f3778c8902bb2a9fc0489c286b13d54613338222ec83faf - 15.72% (14.2 MB)
/bin/sh -c #(nop) ADD file:d827a0b8f08011678a718254c1220408c7e6c7ab03ae4259b415542309f18578 in /
2020-02-21 21:54:21 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-02-21 21:54:23 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
2020-02-21 21:54:25 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-02-21 21:54:25 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-03-16 20:35:11 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-03-16 20:35:11 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-03-16 20:35:12 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-03-16 20:35:12 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2020-03-16 20:35:39 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-03-16 20:35:39 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2020-03-16 20:35:41 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-03-16 20:35:42 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-03-16 20:35:42 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2020-03-16 20:35:44 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-03-16 20:35:44 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-03-16 20:35:44 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-03-16 20:35:45 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-03-16 20:35:45 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.6-rc6
2020-03-16 20:35:45 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-03-16 20:35:46 UTC/bin/sh -c #(nop) COPY multi:dd96e7ea08f0b7881a3b5fa740d89d8045ae09b34bea6382c46115a48216e630 in /usr/bin/
2020-03-16 20:35:46 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-03-16 20:35:47 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-03-16T20:35:07Z
2020-03-16 20:35:47 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-03-16 20:35:47 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=98df31ac17aed9b6f73766ddc865239ea9f93b90
2020-03-16 20:35: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.