2020-04-21 23:34:49 UTC
99.9 MB
rancher/rancher-agent:v2.3.7-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: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:8825fc81392638fa755fd9056f303b3e48e566f479f6370f20e2c845dbfb3ebb - 0.0% (124 Bytes)
[#005] sha256:a3fe9c7ec15a0cda535742752f9d047ccc5002781299a2d47bdf2f0266040243 - 31.38% (31.4 MB)
[#006] sha256:06ddc30c112a6183abeed85ee23f73bfbc5e5ce102e205843b32257a432db0c3 - 2.2% (2.2 MB)
[#007] sha256:6c4a6f62e3851ca9b1250b8603131b3e631077f4e446824702a012d5ee88af07 - 1.22% (1.22 MB)
[#008] sha256:7c23033188f8bf15de003599e9e556d0a098bddfaaefc0b95cc2e14b7fef1f5c - 24.09% (24.1 MB)
[#009] sha256:9a54232010428b64833a24a11e47d15a00fd95e79ffcd38b3cb90946a4302a19 - 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-04-21 23:34:23 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-04-21 23:34:23 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-21 23:34:24 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-04-21 23:34:24 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2020-04-21 23:34:41 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-21 23:34:42 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2020-04-21 23:34: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
2020-04-21 23:34:44 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-21 23:34:44 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2020-04-21 23:34: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
2020-04-21 23:34:47 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-04-21 23:34:47 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-04-21 23:34:47 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-04-21 23:34:47 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.7-rc2
2020-04-21 23:34:47 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-04-21 23:34:48 UTC/bin/sh -c #(nop) COPY multi:fc397fd9ce2515e551184ffb57c20c7211371d688a6e9db01c4a017853023c1e in /usr/bin/
2020-04-21 23:34:48 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-04-21 23:34:49 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-04-21T23:34:20Z
2020-04-21 23:34:49 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-04-21 23:34:49 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=b813d2dac1ee4abf31c16f5dece84b1b92057bfc
2020-04-21 23:34:49 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-04-21 23:27:18 UTC
229 MB
rancher/rancher-agent:v2.3.7-rc2
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: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:372676267d108c30cd0c0594bb68f96272f83e9fae256d817c62c43e913e5276 - 0.0% (828 Bytes)
[#014] sha256:aa03223bc9eae2a1490f2779d4eb59de0bc00b77445252b5a1d0d70c3b94ab28 - 0.04% (96.5 KB)
[#015] sha256:89d7f4777bda1b5d3bf8768ad9f7f875cbcef5db5b9bef42f4dd7257988aa2e3 - 14.22% (32.6 MB)
[#016] sha256:6bd4fc7032a29f3c48fcddf9b58b07714100ae1225d992602e37d2a748d29062 - 0.0% (852 Bytes)
[#017] sha256:6a52f257b8270be30201c7106ebbc56e76ec7b6b5138291916de831b188bec7d - 0.0% (829 Bytes)
[#018] sha256:c79fadfd80ec08418cdaab94da959f631d826bad94564a087fbc6d5c03f59d6f - 0.0% (880 Bytes)
[#019] sha256:5f3663a4b3644a84c987375b4909743ca2f6db3a3cf76282530f89317c4f2af1 - 0.0% (829 Bytes)
[#020] sha256:ca55d457164ed8b02d12c6946e264545b551e576aa5f2e85d8a004b17022115e - 0.0% (825 Bytes)
[#021] sha256:92c85d96694b91f761e73d30952a520dff7d435d7b44cdd7c19d5e8e83a06c6b - 4.9% (11.2 MB)
[#022] sha256:a48ba95d7df2458cc4fe4ebc21df7eb2f0d93be40e43d83b4e65c28830784681 - 0.0% (873 Bytes)
[#023] sha256:10a7778887144a7d959aced1517096dba6ec95455dda62e56986595b3133e223 - 0.0% (944 Bytes)
[#024] sha256:8fda29f2d67501e32e5362424bd175f20a156e62612bfad79efc711cc6a3f362 - 0.0% (825 Bytes)
[#025] sha256:e788e36257f94c9e4cc86abcd24cdf081239c260a69aa2edacef630ea1185ed9 - 0.0% (828 Bytes)
[#026] sha256:aa1baa726abe7b279c437322b0f029823347a61fa76c01f46fa7874bbce16fdc - 0.0% (872 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-19 14:04:55 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-04-19 14:04:56 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-04-19 14:04:58 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-04-19 14:04:59 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-04-19 14:04:59 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-04-19 14:04:59 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-04-21 23:05:00 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.7-rc2
2020-04-21 23:05:01 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-04-21 23:05:02 UTCcmd /S /C #(nop) COPY multi:39a6b603377f967c10e82da5c0dbd182fcec5b648ae87aa4f963feda6e425a88 in \etc\rancher\
2020-04-21 23:05:02 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-04-21 23:27:17 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-04-21T23:27:15Z
2020-04-21 23:27:17 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-04-21 23:27:17 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=b813d2dac1ee4abf31c16f5dece84b1b92057bfc
2020-04-21 23:27:18 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-04-21 23:27:18 UTC
231 MB
rancher/rancher-agent:v2.3.7-rc2
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.41% (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:534a97a106adbd072907b750908baf75406de2d358963122144e70efeaaa62c8 - 0.0% (857 Bytes)
[#014] sha256:e464c47902447944b74c22c4b37268257c2c8927da493307e849f3107df0e95e - 0.04% (101 KB)
[#015] sha256:a1c6afbf7edc6f4208a88a61491bf8e79eb73e98ade4529c372a50a497eac7e6 - 14.12% (32.6 MB)
[#016] sha256:2dabc8815a6c912293959a3080c9981a3c1cdc17ac777b228eed72cb303744ca - 0.0% (829 Bytes)
[#017] sha256:98978e64e19578261aa550c2863023f493387aa93915869e911f9a84c1edf7d1 - 0.0% (825 Bytes)
[#018] sha256:605382117ccbf29d1d3fa30ba566c71536404ff450f9a724c5112a49d07e4692 - 0.0% (926 Bytes)
[#019] sha256:62c0d3b0692e1bd77a6b95abb3296c60d8b03b5de61119c32f1bf278d710d8c6 - 0.0% (893 Bytes)
[#020] sha256:f6e737c032cba708889c6d341d4b4f78030a6599f937129d72a14bafd87833d7 - 0.0% (827 Bytes)
[#021] sha256:e81271a7d3745cfc744cab8d53ab780960ff8067a513058e7bd615b18237c510 - 4.87% (11.2 MB)
[#022] sha256:3849bec2b92854aaf5b7bf04848697266dea431f7b6a43e7a4f15fdc73f62666 - 0.0% (824 Bytes)
[#023] sha256:2be7387b1c8d6be2174d84517f6b47ddaed37e955f7301b2a95e1de3311864de - 0.0% (938 Bytes)
[#024] sha256:15bc8726d3467c6e0544b9590dd7b2cac8789051651bd3970c98beba1af952d0 - 0.0% (918 Bytes)
[#025] sha256:9c856cde6a2dfefeb52f8fa0da8f6dfb20dfab70b548d03fa41bccd781ffe720 - 0.0% (896 Bytes)
[#026] sha256:dcef17185d5a69c35957635d02ae3a7b70f8cdd2f473dde9b560ca176d8ae723 - 0.0% (823 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-20 21:13:23 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-04-20 21:13:24 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-04-20 21:13:26 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-04-20 21:13:27 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-04-20 21:13:27 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-04-20 21:13:28 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-04-21 23:27:03 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.7-rc2
2020-04-21 23:27:04 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-04-21 23:27:05 UTCcmd /S /C #(nop) COPY multi:7e662e36e8d73c172e5865b5760d31c571f00d9f9c4424ebd295b32517d01220 in \etc\rancher\
2020-04-21 23:27:05 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-04-21 23:27:17 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-04-21T23:27:15Z
2020-04-21 23:27:17 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-04-21 23:27:17 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=b813d2dac1ee4abf31c16f5dece84b1b92057bfc
2020-04-21 23:27:18 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-04-21 23:39:24 UTC
90.5 MB
rancher/rancher-agent:v2.3.7-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: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:23fee3decc7a81c0b6ae9c34d6cb96cac1ad32005233967f2ad6b2e166c91e88 - 0.0% (121 Bytes)
[#005] sha256:634311e4c7beaea52c376e70d74cb8609e916d9aba8a53fb43c02516d107ae74 - 31.4% (28.4 MB)
[#006] sha256:bbad65015acec46365135c994ce4e7cecafa15a7ef74e4c77aeb45a1a3dcbe7f - 2.14% (1.94 MB)
[#007] sha256:aa7a47422f40025e533fad54e666d0e120f2053e066d6e48dc76024fdf082293 - 1.25% (1.13 MB)
[#008] sha256:683812ff26311ce9146e09a35ba7ec996200091e4539d0482ccef3cf93f1625e - 24.45% (22.1 MB)
[#009] sha256:0fb92b0d41e01f3b6a9afac8ec932c35cc3c716666402b997088e04a611fba89 - 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-21 23:38:48 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-04-21 23:38:49 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-21 23:38:50 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-04-21 23:38:50 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2020-04-21 23:39:16 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-21 23:39:17 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2020-04-21 23:39:18 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-21 23:39:19 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-21 23:39:19 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2020-04-21 23:39:21 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-21 23:39:21 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-04-21 23:39:22 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-04-21 23:39:22 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-04-21 23:39:22 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.7-rc2
2020-04-21 23:39:22 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-04-21 23:39:23 UTC/bin/sh -c #(nop) COPY multi:63fdb983569e672c8f12ec034dab5216af6cc713bdb4e508e7715428dad211eb in /usr/bin/
2020-04-21 23:39:24 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-04-21 23:39:24 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-04-21T23:38:45Z
2020-04-21 23:39:24 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-04-21 23:39:24 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=b813d2dac1ee4abf31c16f5dece84b1b92057bfc
2020-04-21 23:39:24 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.