2020-03-25 05:39:28 UTC
99.9 MB
rancher/rancher-agent:v2.3.6-rc7
DOCKER_API_VERSION1.24
DOCKER_URLDOCKER_URL_amd64
DOCKER_URL_amd64https://get.docker.com/builds/Linux/x86_64/docker-1.10.3
DOCKER_URL_arm64https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64
KUBECTL_VERSIONv1.16.1
KUBEPROMPT_VERSIONv1.0.6
LOGLEVEL_VERSIONv0.1.2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256: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:ab54599030079cfd9d694f33e27a9a0247dee98ddee777e11750cf794c1327b6 - 0.0% (124 Bytes)
[#005] sha256:f40eac595f02dd2d1836e2da708231b8955d0a858e26cc7a9ce27a5217aff0df - 31.38% (31.4 MB)
[#006] sha256:06ddc30c112a6183abeed85ee23f73bfbc5e5ce102e205843b32257a432db0c3 - 2.2% (2.2 MB)
[#007] sha256:3454747be9cc78122de9be47d789b0f8c32c2bde7dd9e093b23c69fb8b08b08e - 1.22% (1.22 MB)
[#008] sha256:7248e321744355df4b27641ac4926992610398c85d04f6e661f5eaf7c8cd6a65 - 24.09% (24.1 MB)
[#009] sha256:cc712c9cfb3f4365b6671616eddd77964f693953b7510646b4efb064c34099f2 - 15.61% (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-03-25 05:39:04 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-03-25 05:39:04 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-25 05:39:05 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-03-25 05:39:05 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2020-03-25 05:39: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-25 05:39:21 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2020-03-25 05:39:22 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-25 05:39:24 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-25 05:39:24 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2020-03-25 05:39:25 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-25 05:39:26 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-03-25 05:39:26 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-03-25 05:39:26 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-03-25 05:39:26 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.6-rc7
2020-03-25 05:39:26 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-03-25 05:39:27 UTC/bin/sh -c #(nop) COPY multi:9b033ba86f2aaa51c66deb052ad9ff84d28f290652aa2eeae4e32fd28b2ed211 in /usr/bin/
2020-03-25 05:39:28 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-03-25 05:39:28 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-03-25T05:39:01Z
2020-03-25 05:39:28 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-03-25 05:39:28 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=f9918ec833656815b8fc36a9f2ca22d2ba1246fa
2020-03-25 05:39:28 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-03-25 05:31:27 UTC
229 MB
rancher/rancher-agent:v2.3.6-rc7
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:e0862003a17bf3003a0bfe4657284923c17925f8a612cf1ea188d988b4783fbc - 0.0% (828 Bytes)
[#014] sha256:1445730a4f649be8c55b7fc36fb04444d235a09b480cba7e04260a84a915d639 - 0.04% (96.5 KB)
[#015] sha256:64e097fdf573477c439108d918fdf5e169a20cc563da1e4d0936e22b40d15724 - 14.22% (32.6 MB)
[#016] sha256:21ca7e4a903389102de6016fedb53fa19b35717666e040be5fcf4aee1f70c5ad - 0.0% (830 Bytes)
[#017] sha256:07de466ae60e9b89e3a7d93a50444975b6e450eb3b3d2dab5530c67d9a59b5c2 - 0.0% (820 Bytes)
[#018] sha256:7315affe9f861fec4a57e1622f631e999e03208a195820cac32d8678790b663d - 0.0% (850 Bytes)
[#019] sha256:9dd37ad16d7ec66ba21bafa42c1e3874d33abfe6b075834c3ae3afce2239199f - 0.0% (856 Bytes)
[#020] sha256:1142fa757c805370122f38414aacc6054811e6df93ba666be77e7d32602d701b - 0.0% (850 Bytes)
[#021] sha256:e621e67db5b2a69469e8b497b2dfbdc9c7c9f089911ac8c1ff0730e95bbe6628 - 4.9% (11.2 MB)
[#022] sha256:dab84ebd7f7cd4f8f01ff04f58c1daf2933e0371509c820f9a70259e26026783 - 0.0% (818 Bytes)
[#023] sha256:1836a9a3f96c91a0f1d04392dfb63bdf5279a7b734882c7fcffd5d717d488ac0 - 0.0% (857 Bytes)
[#024] sha256:d1e52969e60ba95c5c945697c196c239ec3357c1f8f0f881f14cad64dba67211 - 0.0% (831 Bytes)
[#025] sha256:d32795f07016cf3775878a1bacbd9260ef33ddfae544fc5961ac3fe62a7470e5 - 0.0% (825 Bytes)
[#026] sha256:0ddd4658b1feba9c57521d5b1bdbb306fbd313e94bf458f8a25494fa0bcfbca7 - 0.0% (850 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-22 11:33:12 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-03-22 11:33:12 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-03-22 11:33:15 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-03-22 11:33:15 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-03-22 11:33:16 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-03-22 11:33:16 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-03-25 05:14:47 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.6-rc7
2020-03-25 05:14:48 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-03-25 05:14:48 UTCcmd /S /C #(nop) COPY multi:2602b939238533e40a3ea828767939c6f263e3ed6f167da1eefdddce7bbda467 in \etc\rancher\
2020-03-25 05:14:49 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-03-25 05:31:26 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-03-25T05:31:24Z
2020-03-25 05:31:26 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-03-25 05:31:27 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=f9918ec833656815b8fc36a9f2ca22d2ba1246fa
2020-03-25 05:31:27 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-03-25 05:31:50 UTC
231 MB
rancher/rancher-agent:v2.3.6-rc7
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:118bcbe39cd1658fc486f23df2183ac76003661bda9a3a18b67056445bc73aa6 - 0.0% (882 Bytes)
[#014] sha256:6641f6f512cc86937e5b222ff03172b48b92d7f1792db8136f70eb88641931de - 0.04% (101 KB)
[#015] sha256:b5fa17c142b881ead64a7419f90685579375639584c6af63c33fcf73ff44fd93 - 14.12% (32.6 MB)
[#016] sha256:bf94c70073a81cd931c14c9efe2b269843f5b8a9746bd30a54df71a070006145 - 0.0% (827 Bytes)
[#017] sha256:f005a943ceea9fb359bfd822885ce3abc271f89a8d8cabfa2df96173d45fe5c9 - 0.0% (825 Bytes)
[#018] sha256:106cdcd2b82c4dbaf44e353087e55ec0214820d78eb8d4641e45026152807f5c - 0.0% (895 Bytes)
[#019] sha256:cd3cbddfee3108a935b37d595b6e7c1b25e99357db7a62b98115c3324c7c96ab - 0.0% (826 Bytes)
[#020] sha256:3a83001b42850583a1c0520db11ffd640f3e7dd8580463e258ab48fd696d7c74 - 0.0% (901 Bytes)
[#021] sha256:a56c434034508005a2c726b120366fd8833077025f02e129c51a14881fe3a9d0 - 4.86% (11.2 MB)
[#022] sha256:ee97737a2f6409f596b887c39802caf9ac7587e676b2ea19d456339553f786bf - 0.0% (828 Bytes)
[#023] sha256:91daa38239469777f2dae4e0664bd71c98ca4ed7b9b121d0c42466b01e4913d5 - 0.0% (919 Bytes)
[#024] sha256:abced5b1b79f9421182ac562e0192f93350b0ab38bbad57948510b340b2f8280 - 0.0% (900 Bytes)
[#025] sha256:c0b1e40a9781e2138885b1496dd83d79bfeaa5dbd5f6015d57dc01313edef6a1 - 0.0% (830 Bytes)
[#026] sha256:3e8b088514fce2ab712bf479ee3a59d2659d399c99838e44d8348d0bc255ad45 - 0.0% (821 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-22 11:38:31 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-03-22 11:38:32 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-03-22 11:38:35 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-03-22 11:38:35 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-03-22 11:38:36 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-03-22 11:38:36 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-03-25 05:08:41 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.6-rc7
2020-03-25 05:08:42 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-03-25 05:08:42 UTCcmd /S /C #(nop) COPY multi:574248c53959885ab9c8491d331b969ee9d6bbe28ebb2736bc5ba18f58bce950 in \etc\rancher\
2020-03-25 05:08:43 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-03-25 05:31:49 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-03-25T05:31:47Z
2020-03-25 05:31:49 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-03-25 05:31:50 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=f9918ec833656815b8fc36a9f2ca22d2ba1246fa
2020-03-25 05:31:50 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-03-25 05:43:09 UTC
90.5 MB
rancher/rancher-agent:v2.3.6-rc7
DOCKER_API_VERSION1.24
DOCKER_URLDOCKER_URL_arm64
DOCKER_URL_amd64https://get.docker.com/builds/Linux/x86_64/docker-1.10.3
DOCKER_URL_arm64https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64
KUBECTL_VERSIONv1.16.1
KUBEPROMPT_VERSIONv1.0.6
LOGLEVEL_VERSIONv0.1.2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256: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:8eecf8ad5a715a453246a53ece335c8ec58a88dc040f95ca77396fa42226e905 - 0.0% (124 Bytes)
[#005] sha256:4ce6fcfdde0df1bbbb26b03d7152e7aa66e0953c318a61048dcd2d2cb04baf73 - 31.4% (28.4 MB)
[#006] sha256:bbad65015acec46365135c994ce4e7cecafa15a7ef74e4c77aeb45a1a3dcbe7f - 2.14% (1.94 MB)
[#007] sha256:d416fe94dab229a55a381ab65f4f2f0a69a348852059ba8a61ada55f1e34762a - 1.25% (1.13 MB)
[#008] sha256:20619dafb9f7291930a55a3680acebd23ace9a5ff16262cfb957dcc078682ccf - 24.46% (22.1 MB)
[#009] sha256:b1251a29a48c722d72aa6956d41ecb8394b91a694b8022ad416677f02741e08b - 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-03-25 05:42:32 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-03-25 05:42:32 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-25 05:42:33 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-03-25 05:42:34 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2020-03-25 05:43:00 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-25 05:43:00 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2020-03-25 05:43:02 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-25 05:43:03 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-25 05:43:03 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2020-03-25 05:43:05 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-25 05:43:06 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-03-25 05:43:06 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-03-25 05:43:06 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-03-25 05:43:06 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.6-rc7
2020-03-25 05:43:07 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-03-25 05:43:08 UTC/bin/sh -c #(nop) COPY multi:a5c63337c066d8f215bd953aa78be3d75074e75f21f1ad10118cffd774e23700 in /usr/bin/
2020-03-25 05:43:08 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-03-25 05:43:08 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-03-25T05:42:28Z
2020-03-25 05:43:09 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-03-25 05:43:09 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=f9918ec833656815b8fc36a9f2ca22d2ba1246fa
2020-03-25 05:43:09 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.