2020-03-19 23:34:19 UTC
104 MB
rancher/rancher-agent:v2.4.0-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.8
KUBEPROMPT_VERSIONv1.0.10
LOGLEVEL_VERSIONv0.1.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:423ae2b273f4c17ceee9e8482fa8d071d90c7d052ae208e1fe4963fceb3d6954 - 24.51% (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:90c12870c1565b1d0875bbb920434f7f7c0565de870eec35dc431cf831892214 - 0.0% (123 Bytes)
[#005] sha256:99bab10173d0dd9924b86153c62b9a5512059e064569eddd508f6a7928286e9b - 29.02% (30.1 MB)
[#006] sha256:7e7961efe32b863df7bb5456f773147354191a49f54f8e119dba320fea948753 - 2.12% (2.2 MB)
[#007] sha256:3602853f4fe8963b9d72ee8dd0ff63b7603aeae34b5ad0cd0276fd034ccf2412 - 1.17% (1.22 MB)
[#008] sha256:97aab98b68fbc6f28bc5735f5ac43fc74db6a7597d50425e46d1532dd96d13d6 - 25.59% (26.6 MB)
[#009] sha256:20a36b96b814f3c78a56e60a87b24715cd30e5307e2fbca3d4e6e661ecd85e33 - 17.55% (18.2 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-19 23:33:54 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-03-19 23:33:54 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-19 23:33:55 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-03-19 23:33:55 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.8
2020-03-19 23:34:11 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-19 23:34:12 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-03-19 23:34:13 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-19 23:34:14 UTC|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.7/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin
2020-03-19 23:34:14 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-03-19 23:34:16 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-19 23:34:16 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-03-19 23:34:16 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-03-19 23:34:17 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-03-19 23:34:17 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4.0-rc7
2020-03-19 23:34:17 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-03-19 23:34:18 UTC/bin/sh -c #(nop) COPY multi:dc286284048389de6b53420af73265f34beaec16452fc06998a9e2bf01cc8a2c in /usr/bin/
2020-03-19 23:34:18 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-03-19 23:34:18 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-03-19T23:33:51Z
2020-03-19 23:34:18 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-03-19 23:34:19 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=c657fcc5fa4453001222de115a0958cd1e1223c8
2020-03-19 23:34:19 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-03-19 23:28:26 UTC
230 MB
rancher/rancher-agent:v2.4.0-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 - 41.89% (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.5% (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.16% (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:be24c8d11c1268cc13b9bcae8e0eed70f1f86a846b0708f3db84a013083bbcf7 - 0.0% (897 Bytes)
[#020] sha256:70bc2666d7cf59d971c31289e156fc48e834a11ac5e591cd4d09f38c55cfacee - 0.0% (829 Bytes)
[#021] sha256:56ed36e4aedd8cff8abcb26b034f4be7ad0d0952b6a62467e7506eb2a7ef996c - 5.31% (12.2 MB)
[#022] sha256:2db003c777f5dde924278807bce07e0ab77d85091000f5aa0176b4bccd33078f - 0.0% (821 Bytes)
[#023] sha256:983ba9c06fa14c10e2964a2d270d1eb861a1fc396f256386941591cdfd88666d - 0.0% (826 Bytes)
[#024] sha256:4a3f9521d1cc6a4dd6c7918fbe1563b3e4804a847d7717a55c0579f7a80f0bdb - 0.0% (885 Bytes)
[#025] sha256:4826291c1611f6f56aafd081c1f17a059803cd7b4dd70e2a85534b7fd967981a - 0.0% (899 Bytes)
[#026] sha256:2e99cb89135e9a13156c5a55c8caf88cfb74a0ed447aca7f99e013a0771f074d - 0.0% (825 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-19 23:28:13 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4.0-rc7
2020-03-19 23:28:13 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-03-19 23:28:14 UTCcmd /S /C #(nop) COPY multi:f9801304cd3120cbfee6cc8cfe1d8a95c82370216d9b26ed5a9c072529b97477 in \etc\rancher\
2020-03-19 23:28:15 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-03-19 23:28:25 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-03-19T23:28:23Z
2020-03-19 23:28:26 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-03-19 23:28:26 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=c657fcc5fa4453001222de115a0958cd1e1223c8
2020-03-19 23:28:26 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-03-19 23:25:30 UTC
232 MB
rancher/rancher-agent:v2.4.0-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.28% (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.25% (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:a3a16ed78e40531f484aee4f9f73a340d93130d7bb58c7c7262efb1db0e71e46 - 0.0% (831 Bytes)
[#014] sha256:51e4696a81030c3586f58bfaa82840526572a8ed48a2ee24c8792b2e4965e108 - 0.04% (101 KB)
[#015] sha256:41bbc02f3b326394eb1c11e81077e2d84568ee6ed0f3d7058a682f5bc2af6437 - 14.06% (32.6 MB)
[#016] sha256:2ce32626105ff7c9afcfed081223ab4cd510d4124a7abf920763b1ffcfd9116f - 0.0% (923 Bytes)
[#017] sha256:f6f4cc1064ab5d2a5c3d38a9f9d91dc2c559665e5c594ba2a1431748aa51b8ae - 0.0% (898 Bytes)
[#018] sha256:66d961373ee2575cf0ab244d6e0aee8bc23ca5f9b65c09521588f75534d19978 - 0.0% (833 Bytes)
[#019] sha256:d39c3ca485a2a14fca062c80eb03bb36d2e0b1191815013f549ce1f171efd7b5 - 0.0% (832 Bytes)
[#020] sha256:a667a8b4567c76ff211eadbd0985d50f0ef785ab7c968f37e775f2fa28f3c1a4 - 0.0% (834 Bytes)
[#021] sha256:a25ca808e138bce8086ebbb4759237b9eccc1bc602bf7c696c44f48d2fcf2a8e - 5.28% (12.2 MB)
[#022] sha256:06268cc115102e215b1ed40d58d1ac5f933f4673ae80667d2814abccc82f007f - 0.0% (827 Bytes)
[#023] sha256:887ad52cf001eb5ac76177f2b4ba17b43de22b700540c0181fda123ca77b04ca - 0.0% (823 Bytes)
[#024] sha256:7e338571fca856cb4158d54ebe8cbe16336aaa007abb1d31992b594c517d4db7 - 0.0% (833 Bytes)
[#025] sha256:f7dcfba6120b3c407500790ad82f0d6520124790cb0795d8afc65c61383f41de - 0.0% (883 Bytes)
[#026] sha256:8e249531bc3e28016011b9dfdbf912488d1eaa18ae41e4ec381d6846db1c1e89 - 0.0% (831 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 17:26:47 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-03-16 17:26:47 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-03-16 17:26:50 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-03-16 17:26:51 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-03-16 17:26:52 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-03-16 17:26:52 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-03-19 23:25:16 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4.0-rc7
2020-03-19 23:25:16 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-03-19 23:25:17 UTCcmd /S /C #(nop) COPY multi:f9801304cd3120cbfee6cc8cfe1d8a95c82370216d9b26ed5a9c072529b97477 in \etc\rancher\
2020-03-19 23:25:17 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-03-19 23:25:29 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-03-19T23:25:27Z
2020-03-19 23:25:29 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-03-19 23:25:30 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=c657fcc5fa4453001222de115a0958cd1e1223c8
2020-03-19 23:25:30 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-03-19 23:36:59 UTC
94.3 MB
rancher/rancher-agent:v2.4.0-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.8
KUBEPROMPT_VERSIONv1.0.10
LOGLEVEL_VERSIONv0.1.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:6695dc10aaa5cd71c433dfb366e84804eb5fbee91eab1e113442040d6ef4c9e0 - 23.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:1df026392d40bba184a0080aac9d08ba958ac0b3f918a0815288948e7ba567af - 0.0% (124 Bytes)
[#005] sha256:4e4a4849cc9b950a98b39f81103f466b1b98554fabeae3e10e87dc5fe745d90b - 28.91% (27.3 MB)
[#006] sha256:adcc3247d2f9433c533563ec89fc7ba00fd3b34f95781c4bc308897d05cb7cb9 - 2.06% (1.94 MB)
[#007] sha256:7d953724688c67008162ce921979192712dbebf0f3d53b8809168147685cb171 - 1.2% (1.13 MB)
[#008] sha256:e093d73c71fe4e18dd0c2aff6dce898ba7f19242c61fbc8e0bb682a302c6acb5 - 26.12% (24.6 MB)
[#009] sha256:1f81a17a589fc65937e4634ca402aa1584d071ca90e7188e28510db3d9bbf60d - 17.68% (16.7 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-19 23:36:24 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-03-19 23:36:24 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-19 23:36:25 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-03-19 23:36:25 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.8
2020-03-19 23:36:50 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-19 23:36:51 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-03-19 23:36:52 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-19 23:36:53 UTC|1 ARCH=arm64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.7/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin
2020-03-19 23:36:54 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-03-19 23:36:56 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-19 23:36:56 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-03-19 23:36:56 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-03-19 23:36:56 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-03-19 23:36:56 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4.0-rc7
2020-03-19 23:36:57 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-03-19 23:36:58 UTC/bin/sh -c #(nop) COPY multi:20feb36768aafabd628d1e352d5f7dfd265eecc01229bf0847e2afb60b3e6f8a in /usr/bin/
2020-03-19 23:36:58 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-03-19 23:36:58 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-03-19T23:36:20Z
2020-03-19 23:36:58 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-03-19 23:36:59 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=c657fcc5fa4453001222de115a0958cd1e1223c8
2020-03-19 23:36:59 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.