2020-04-03 02:47:03 UTC
99.9 MB
rancher/rancher-agent:v2.3.7-rc1
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:5bed26d33875e6da1d9ff9a1054c5fef3bbeb22ee979e14b72acf72528de007b - 25.47% (25.5 MB)
[#001] sha256:f11b29a9c7306674a9479158c1b4259938af11b97359d9ac02030cc1095e9ed1 - 0.03% (34.5 KB)
[#002] sha256:930bda195c84cf132344bf38edcad255317382f910503fef234a9ce3bff0f4dd - 0.0% (848 Bytes)
[#003] sha256:78bf9a5ad49e4ae42a83f4995ade4efc096f78fd38299cf05bc041e8cdda2a36 - 0.0% (162 Bytes)
[#004] sha256:42e8d13ffe6e0560e37a46172b2eb71228b6683bada17953d663e28a885f5c29 - 0.0% (124 Bytes)
[#005] sha256:b333aecdb367fb5688b7c8c6885d7d71fbd7f0f5246401cf407023d696d92b4f - 31.38% (31.4 MB)
[#006] sha256:06ddc30c112a6183abeed85ee23f73bfbc5e5ce102e205843b32257a432db0c3 - 2.2% (2.2 MB)
[#007] sha256:c28bd5fac4080f4ac43440931ac8217a5d2153f4be17c6965ae846831dc9506d - 1.22% (1.22 MB)
[#008] sha256:9b196c822d7ec3bb8be16658230202c35a3df70b1df748268bd596fe4cab35a8 - 24.09% (24.1 MB)
[#009] sha256:b40ba0bce02681b5e725c4f7e39bc1710264c78c0656341784c6bd58e2cdc6a9 - 15.6% (15.6 MB)
/bin/sh -c #(nop) ADD file:594fa35cf803361e69d817fc867b6a4069c064ffd20ed50caf42ad9bb11ca999 in /
2020-03-20 19:20:21 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-03-20 19:20:21 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-03-20 19:20:22 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-03-20 19:20:22 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-04-03 02:46:36 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-04-03 02:46:37 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-04-03 02:46:38 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-04-03 02:46:38 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2020-04-03 02:46:56 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-04-03 02:46:56 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2020-04-03 02:46:57 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-04-03 02:46:58 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-04-03 02:46:58 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2020-04-03 02:47:00 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-04-03 02:47:00 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-04-03 02:47:00 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-04-03 02:47:01 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-04-03 02:47:01 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.7-rc1
2020-04-03 02:47:01 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-04-03 02:47:02 UTC/bin/sh -c #(nop) COPY multi:f71f0c9d9d82a247faad55640c667805bbf215de0e9628325dcf11a0d657bd20 in /usr/bin/
2020-04-03 02:47:02 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-04-03 02:47:02 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-04-03T02:46:33Z
2020-04-03 02:47:03 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-04-03 02:47:03 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=e78d6ee549f195ac93b153b62303e15720d466ee
2020-04-03 02:47:03 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-04-03 02:47:27 UTC
229 MB
rancher/rancher-agent:v2.3.7-rc1
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.08% (96.5 MB)
[#001] sha256:8cd94eaaf04f7858206f86756e247316081061de5f804a27ae6dc4d03df8fb16 - 0.0% (827 Bytes)
[#002] sha256:86408ab5a409bad4d3c51c15ecdaa72d4da337b8a1a918a99b89901bfe50fe55 - 0.0% (826 Bytes)
[#003] sha256:48c9c57049b8277271a29555a4e45785210d94330a1e38d765b4f27d4d6202e2 - 0.0% (853 Bytes)
[#004] sha256:ade21c1de9850b01435d82fded9274c27b1ff38151362e072633aeb018b2fca1 - 0.0% (829 Bytes)
[#005] sha256:d7b213c0265f40f8914047b1137a6a1b646efd2a0db282188f1e9fca3896e9a1 - 0.0% (829 Bytes)
[#006] sha256:133caf4a21f52ae42576f4987e7378c555d60adc1bd77d1522a91737076df8d7 - 0.0% (831 Bytes)
[#007] sha256:d0023d70bfdee40510a760c56214deeb85dfce777c3e5c7a0dae86d538ecc816 - 0.03% (65.6 KB)
[#008] sha256:1054a3912b23e1bc1f9ac79c401697ccc9312f6adb0e6fe5ce589bd1aa8f33fa - 0.0% (831 Bytes)
[#009] sha256:47da863d3969a69407532b4bab0b9b3f0ac14e85fdfc5108a16c5c87880f7ddb - 38.68% (88.7 MB)
[#010] sha256:620acb95944b19bd7e6eed46a7376c7ddfb02f66507f57163fdaa5fe1a6d5086 - 0.05% (126 KB)
[#011] sha256:0d83d24c4a4ef35f8758c94c540991c02a11b9441e5d12148b4c34f6b26b3ab5 - 0.0% (855 Bytes)
[#012] sha256:d99b8e67d11f0aa56d16f201e8156c1097d3d856a86a08eb66ec4187c21892fc - 0.0% (828 Bytes)
[#013] sha256:040c39d3f39664ee34fe3ea485be363b25db583d8f8c727a960068f65d49d537 - 0.0% (851 Bytes)
[#014] sha256:ecd6d9b13fea3a646c004dee106bb6f4d1732d2ecfc6bf7fcb682a694777f8fb - 0.04% (96.5 KB)
[#015] sha256:dd6c9f445063cd49652385fe06c963104c294540f32091c7edc8f63fc707878e - 14.22% (32.6 MB)
[#016] sha256:f24e7b9daf02d325637099b588396c28eafced4aa235ef556147e4f2dfb0dad5 - 0.0% (829 Bytes)
[#017] sha256:4bb895cbb48573ef65d541c75766d2321243c326d177d79c7116f9bde027ae4f - 0.0% (860 Bytes)
[#018] sha256:d4a8a258ea5f485a5c7a1ead248dcdb42ef5801976a66ad61befd2b6f7ae6a6e - 0.0% (855 Bytes)
[#019] sha256:50cd9c3e5ecbf21f74d080cfacdfc5e6347e0ba6cbf3f314d8e47a8e36d7e7a8 - 0.0% (851 Bytes)
[#020] sha256:aa93b4556fb9601bbe70206b4e04f42004488dd639629a6106df02dd339b6dcd - 0.0% (825 Bytes)
[#021] sha256:85eae678d4d1d9bed63f11ebd686183004343952f025118c3d1034424d3057ca - 4.9% (11.2 MB)
[#022] sha256:c5b339abb6677a24dc9080daf610ff40093f0c0d532c58736a5ca4b3885ab2a4 - 0.0% (856 Bytes)
[#023] sha256:398cb3dee97c47dd9e36d69f3e2f098e2cb5b2c62833f82cc9a568af9b993948 - 0.0% (852 Bytes)
[#024] sha256:7b4e5f512c56127277211c451c9ada31b1d7d47f1c32abee45a2ad46fe64de64 - 0.0% (833 Bytes)
[#025] sha256:e08f91a03ecda5668db2485549d9018e1f063c97bda14f995e76677c6bd5b075 - 0.0% (851 Bytes)
[#026] sha256:3124b4dec2009049bfc20a2713ec811cd9f46a5317bd5cf04cffb3c22dd2f07d - 0.0% (853 Bytes)
Apply image 1809-KB4546852-amd64
2020-03-24 17:07:13 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-03-24 17:07:13 UTCcmd /S /C #(nop) ARG VCS_REF=none
2020-03-24 17:07:14 UTCcmd /S /C #(nop) ARG PS_VERSION=7.0.0
2020-03-24 17:07:15 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2020-03-24 17:07:15 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-24 17:07:16 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-03-24 17:07:37 UTC|4 IMAGE_NAME=mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1809 PS_VERSION=7.0.0 VCS_REF=1412f40 fromTag=1809-KB4546852-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-03-24 17:07:37 UTCcmd /S /C #(nop) USER ContainerUser
2020-03-24 17:07:52 UTCcmd /S /C #(nop) COPY dir:4642de7fb722aa7fe90337f64f1d33c353d0306e77e23b96584a1de9424d0ac2 in C:\Program Files\PowerShell
2020-03-24 17:08:23 UTC|4 IMAGE_NAME=mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1809 PS_VERSION=7.0.0 VCS_REF=1412f40 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-24 17:08:23 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=1412f40 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-24 17:08:24 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-04-01 20:18:24 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-04-01 20:18:25 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-04-01 20:18:27 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-04-01 20:18:28 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-04-01 20:18:28 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-04-01 20:18:29 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-04-03 02:47:08 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.7-rc1
2020-04-03 02:47:09 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-04-03 02:47:10 UTCcmd /S /C #(nop) COPY multi:59dbbcd5109b163c27553c3150740b0cfa9eeddbbf91bebb74748cf60afb1c37 in \etc\rancher\
2020-04-03 02:47:10 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-04-03 02:47:25 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-04-03T02:47:22Z
2020-04-03 02:47:25 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-04-03 02:47:26 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=e78d6ee549f195ac93b153b62303e15720d466ee
2020-04-03 02:47:27 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-04-03 02:39:11 UTC
231 MB
rancher/rancher-agent:v2.3.7-rc1
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.46% (98 MB)
[#001] sha256:87d8b17a883bb9aac451dae03e83e5af1243c117e3062033fa41af82c9eff5c8 - 0.0% (821 Bytes)
[#002] sha256:12af8e8467c45cab4d6654c7accc5472875cc644f14fb986190df61359a9c732 - 0.0% (822 Bytes)
[#003] sha256:c1cbdb3a43a53a7320b5cf9401cee84721a124693aaf1f2c6e1b2c09678f20ad - 0.0% (833 Bytes)
[#004] sha256:bec4e947fd53e54bcfbd6d1b806c91d273c357b5fb2aec8c95f3323ef683fc99 - 0.0% (831 Bytes)
[#005] sha256:4d499b87ccb930e837550c5306b96fb861811de07e9b9f76e2539948877ffc38 - 0.0% (870 Bytes)
[#006] sha256:bc73d8cacfc98cf6ef3cd167c9cce969a6871d83e3ce05d8df4c382551409d95 - 0.0% (830 Bytes)
[#007] sha256:ae2f57ddc9411b6c3011a53ba413179dfadb1b067e0dd7cda25eacb70a04a48f - 0.03% (65.3 KB)
[#008] sha256:ed75337b24ce31d3970fc249a374a755d70bb1092dac8229e63ec2d31b1cb4d6 - 0.0% (801 Bytes)
[#009] sha256:3a02a60a8425dbe34e1dde705574417c810b7ffd4b91c5b0da61be9a41fc97ed - 38.42% (88.7 MB)
[#010] sha256:53da6651a4f5562a712729dc877d6f45bb34ad09e2e5b8b95a3f99e7d3790661 - 0.06% (137 KB)
[#011] sha256:12b966f7f10e8ad1788c16bb02fdc070b824fd025e9b8bb9d45bd8fa88fc621d - 0.0% (832 Bytes)
[#012] sha256:06b69a40b5c9cd74c89a64a1314dc369d95d4d3fbdb195e9456526ada5ce3034 - 0.0% (833 Bytes)
[#013] sha256:b569ced3bde91e819442216c8b5e9064e5e25f4366aeb3c54e4fb5ec10360b2b - 0.0% (849 Bytes)
[#014] sha256:3c5d2f4cfcbe8ebd4b7d72a1df6e1165e3a7152a57d88020814e33a3dca4e3f3 - 0.04% (101 KB)
[#015] sha256:027f572602067dadce4029f5d35d9fc0a578be0fe316d91e86917676d682a848 - 14.12% (32.6 MB)
[#016] sha256:fd2fe1ed0761deaeadcfc0448e3912f26ecdd3e12165e414c88a55fc82b779d1 - 0.0% (827 Bytes)
[#017] sha256:56faaf1932fa20ad487ca47788d778fc9b8033c1d6457284adfea2c9b72b4dc5 - 0.0% (901 Bytes)
[#018] sha256:43c4a802469455aa777d3084af443962286162bf0db1c9a5b72b951aac5f9faf - 0.0% (894 Bytes)
[#019] sha256:4ef10d39c409dfb17d9751ca376b7d98d38f6ce1ec9927f084724a105b1f99b7 - 0.0% (830 Bytes)
[#020] sha256:e1e5577240957a1e78c4f97ffd67e745b9eabaec96b67dabb7d4cf0240cf01fc - 0.0% (901 Bytes)
[#021] sha256:af6f1ba73e076148406fd77a9575455bf36dad0d6cb6d2a46b67bb2107237939 - 4.86% (11.2 MB)
[#022] sha256:717a33c18f1827fec96ecf21ce7fa1725a85019b03badbf586863af63e00bba1 - 0.0% (890 Bytes)
[#023] sha256:54d9f959d84412fff3584df1552adfd48ff5f4703b97ef455e09d0d46fa56849 - 0.0% (828 Bytes)
[#024] sha256:002e907bf59d894c2f276bc9da085ba9cc75a3f834f81adaba42e14515a3dc2d - 0.0% (899 Bytes)
[#025] sha256:736aa1cef89b1859417c4136d4cf8c031526e12b68c4821629b9a53a95ad289b - 0.0% (831 Bytes)
[#026] sha256:117abe5bde4ed98a82e3806e76daf39765d963a9392e6a4ab6abaefff347f047 - 0.0% (829 Bytes)
Apply image 1903-KB4551762-amd64
2020-03-24 17:12:56 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-03-24 17:12:57 UTCcmd /S /C #(nop) ARG VCS_REF=none
2020-03-24 17:12:57 UTCcmd /S /C #(nop) ARG PS_VERSION=7.0.0
2020-03-24 17:12:58 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2020-03-24 17:12:58 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-24 17:12:59 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-03-24 17:13:22 UTC|4 IMAGE_NAME=mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1903 PS_VERSION=7.0.0 VCS_REF=1412f40 fromTag=1903-KB4551762-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-03-24 17:13:23 UTCcmd /S /C #(nop) USER ContainerUser
2020-03-24 17:13:38 UTCcmd /S /C #(nop) COPY dir:4642de7fb722aa7fe90337f64f1d33c353d0306e77e23b96584a1de9424d0ac2 in C:\Program Files\PowerShell
2020-03-24 17:14:09 UTC|4 IMAGE_NAME=mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1903 PS_VERSION=7.0.0 VCS_REF=1412f40 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-24 17:14:09 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=1412f40 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-24 17:14:10 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-04-01 23:05:56 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-04-01 23:05:56 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-04-01 23:05:58 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-04-01 23:05:59 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-04-01 23:05:59 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-04-01 23:06:00 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-04-03 02:38:58 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.7-rc1
2020-04-03 02:38:58 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-04-03 02:38:59 UTCcmd /S /C #(nop) COPY multi:00081d1f985098f415d0be4e0e85ded1b6b7b39eb76f89df58a4b6c0413d9803 in \etc\rancher\
2020-04-03 02:38:59 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-04-03 02:39:10 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-04-03T02:39:08Z
2020-04-03 02:39:10 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-04-03 02:39:11 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=e78d6ee549f195ac93b153b62303e15720d466ee
2020-04-03 02:39:11 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-04-03 02:48:52 UTC
90.5 MB
rancher/rancher-agent:v2.3.7-rc1
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:b2f61026a351316126bfad6f6cac3971b3b3e928b126ac53026bb4263459d2ff - 24.99% (22.6 MB)
[#001] sha256:5538fb30c42c023ad64c0e31ce3cb02e3c4150f9ac944a46d3386b8212b80043 - 0.04% (34.4 KB)
[#002] sha256:f0b05810781a3c493e08dc6e2c9b9553244f8f86248f7d709a50becbac344234 - 0.0% (853 Bytes)
[#003] sha256:0180a33352d6b41ad6ca5fac27544fb3c8c7cb69e67dc30bf9584b49cd3b3938 - 0.0% (187 Bytes)
[#004] sha256:dc94353de0706c7e1f75bd90891a8528e254047863b91ff7b9dd3d591f56991e - 0.0% (124 Bytes)
[#005] sha256:21c34e257242a87273a4fee639f94979b8466a635dec1cc9c9fdcc6c33c25768 - 31.4% (28.4 MB)
[#006] sha256:bbad65015acec46365135c994ce4e7cecafa15a7ef74e4c77aeb45a1a3dcbe7f - 2.14% (1.94 MB)
[#007] sha256:4797913ec83887e034ae205ddb09c93381d00ee6a36914920f036b8ed638f4a1 - 1.25% (1.13 MB)
[#008] sha256:901a459da1b69008496235fd2367b19822f990d6ea6af9372904c7f13913b0a8 - 24.46% (22.1 MB)
[#009] sha256:3a799d97a60cca16ef90a7517f4535eca58aea9d20079054c2ace2dacf088473 - 15.72% (14.2 MB)
/bin/sh -c #(nop) ADD file:e4214b65d372c2f971e6544f69c465e8b1ba82290276558036047179a02ba9e3 in /
2020-03-20 18:43:35 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-03-20 18:43:37 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-03-20 18:43:39 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-03-20 18:43:39 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-04-03 02:48:15 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-04-03 02:48:15 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-04-03 02:48:16 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-04-03 02:48:16 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2020-04-03 02:48:43 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-04-03 02:48:44 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2020-04-03 02:48:45 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-04-03 02:48:46 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-04-03 02:48:46 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2020-04-03 02:48:49 UTC|1 ARCH=arm64 /bin/sh -c curl -sL https://github.com/c-bata/kube-prompt/releases/download/${KUBEPROMPT_VERSION}/kube-prompt_${KUBEPROMPT_VERSION}_linux_${ARCH}.zip > /usr/bin/kube-prompt.zip && unzip /usr/bin/kube-prompt.zip -d /usr/bin
2020-04-03 02:48:49 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-04-03 02:48:49 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-04-03 02:48:49 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-04-03 02:48:49 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.7-rc1
2020-04-03 02:48:50 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-04-03 02:48:51 UTC/bin/sh -c #(nop) COPY multi:4d91326a01dc2f98adebf37ff6833fc4ffa0f5d607668db8d7a14ec3f0f265c4 in /usr/bin/
2020-04-03 02:48:51 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-04-03 02:48:51 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-04-03T02:48:11Z
2020-04-03 02:48:52 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-04-03 02:48:52 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=e78d6ee549f195ac93b153b62303e15720d466ee
2020-04-03 02:48:52 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.