2019-11-19 17:37:01 UTC
102 MB
rancher/rancher-agent:v2.3.3-rc3
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:7ddbc47eeb70dc7f08e410a6667948b87ff3883024eb41478b44ef9a81bf400c - 25.0% (25.5 MB)
[#001] sha256:c1bbdc448b7263673926b8fe2e88491e5083a8b4b06ddfabf311f2fc5f27e2ff - 0.03% (34.5 KB)
[#002] sha256:8c3b70e3904492c753652606df4726430426f42ea56e06ea924d6fea7ae162a1 - 0.0% (845 Bytes)
[#003] sha256:45d437916d5781043432f2d72608049dcf74ddbd27daa01a25fa63c8f1b9adc4 - 0.0% (162 Bytes)
[#004] sha256:4dc2677b90cc751c5fd32072e332588d432c7bb2ee5cf69b6913b573f5e9ba68 - 0.0% (123 Bytes)
[#005] sha256:083c198d471d6f6ab23fc621aaa8bf1379c2b0d5c125e2868078f0eb8d0ec43c - 30.8% (31.4 MB)
[#006] sha256:75a4645b34c18398da8392d20a53a99d803a6a901fac966eaab42f153d8613c8 - 2.16% (2.2 MB)
[#007] sha256:bd5927e4c0944b27a82d4f1f822267c020c314a6b6fce10ad16a360a77263384 - 1.43% (1.46 MB)
[#008] sha256:3fad7053f911beebe1fc7af954d5156aac32a5bfa38cdff5b1fcf705b520a149 - 23.64% (24.1 MB)
[#009] sha256:adb59414955ba685b5ff292d12ed30fbd6fa8bb893668814b38b68a7092fbca7 - 16.93% (17.2 MB)
/bin/sh -c #(nop) ADD file:a48a5dc1b9dbfc632f6cf86fe27b770b63f07a115c98c4465dc184e303a4efa1 in /
2019-10-31 22:20:36 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2019-10-31 22:20:36 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
2019-10-31 22:20:37 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2019-10-31 22:20:37 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2019-11-19 17:36:12 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2019-11-19 17:36:12 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
2019-11-19 17:36:13 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2019-11-19 17:36:13 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2019-11-19 17:36:51 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/*
2019-11-19 17:36:52 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2019-11-19 17:36:53 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
2019-11-19 17:36:55 UTC|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.4/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin
2019-11-19 17:36:55 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2019-11-19 17:36:57 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
2019-11-19 17:36:57 UTC/bin/sh -c #(nop) ARG VERSION=dev
2019-11-19 17:36:58 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2019-11-19 17:36:58 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2019-11-19 17:36:58 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.3-rc3
2019-11-19 17:36:58 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2019-11-19 17:36:59 UTC/bin/sh -c #(nop) COPY multi:a62d3075bd6c549a9a46a5ee08c9b06a7af3b9542b1e3cd84df2067ecfc1a64d in /usr/bin/
2019-11-19 17:37:00 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2019-11-19 17:37:01 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2019-11-19T17:36:00Z
2019-11-19 17:37:01 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2019-11-19 17:37:01 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=3ec12535e985449dd31e7eefc9bcf66e79578acc
2019-11-19 17:37:01 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2019-11-19 17:29:28 UTC
195 MB
rancher/rancher-agent:v2.3.3-rc3
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
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:9ff41eda08873205ee308953fbbd9d307ab8def0f435b97345f200877506d6c5 - 49.26% (95.9 MB)
[#001] sha256:01a9c5eb9114b5f5ca9be91358a7ceaa43707d8b19dcc60eafdc0d2b7cb87169 - 0.0% (858 Bytes)
[#002] sha256:9040b744fc7dab8791d552350d1ff40b8bcc16f02f98e439c5aa5bb9636f4bcd - 0.0% (831 Bytes)
[#003] sha256:8d891450929d2a5516fbf722a2c643a1def74fc7e5064306870aac1d9b0d137e - 0.0% (828 Bytes)
[#004] sha256:aea88ba79737352ba522938df8bc621ecd2fef4faab4e53e418ad2a099f5f122 - 0.0% (836 Bytes)
[#005] sha256:faf569ee4389f91ea8be69aadf82658817fa55cd9693a1b7da776bec6db23bf9 - 0.0% (829 Bytes)
[#006] sha256:a0e8d56fccae95d1d57aa0708a4283aa4c39f3ca3aea6ce7c4daa52329b89964 - 0.0% (834 Bytes)
[#007] sha256:893264aa8e47ccdbc1c57b3e918cdc071a038fbe49c96c105000eb3798fd15a7 - 0.03% (64.2 KB)
[#008] sha256:374dc7d53733d84590246b58049d04ad866e598799d81697d18c1f7b3de34ff4 - 0.0% (827 Bytes)
[#009] sha256:25187568410a92404b5cbef70e068c2a85c1f84bd434012ef0fed2c973ef4b2a - 28.11% (54.7 MB)
[#010] sha256:8faf93c362990d881c1176166a0f40ea0754c70480307e169dbbd36f2cace4da - 0.06% (127 KB)
[#011] sha256:6496af01a90460ba644a15a1d8a9336654fd7f7f643b720e5096f0eef211dbb6 - 0.0% (833 Bytes)
[#012] sha256:cd77dfe8fed45e88aa49321d2a16e90975623ac90b6fd8c1f0efc4059497d6b7 - 0.0% (829 Bytes)
[#013] sha256:cd7bb5f10bc0dd2a5c4f0e5d931ac747b1df2b401342c5fc3b368cb1214d47b4 - 0.05% (96.5 KB)
[#014] sha256:158d5ecea0f8c43c91782db7d3cad3298af06a05cb739384bad121b588f9f4db - 16.74% (32.6 MB)
[#015] sha256:462010605dda96372b253c3a8e854ebf5c96d299edbe2c33ccb34ad46c80f02d - 0.0% (832 Bytes)
[#016] sha256:453c98ee136189aaf07fe228fd113a815c9c4093f7034878f6f3d8194cd987f3 - 0.0% (832 Bytes)
[#017] sha256:c9bdb77bd4742f2912b9c22ba5424930daceca1603470623f373616ff2d18269 - 0.0% (826 Bytes)
[#018] sha256:16fc26735ec195eb6dd926f1598334beaacd9f10a0c141b9005657f85b3ef404 - 0.0% (828 Bytes)
[#019] sha256:80b3a435f48fce0c29b11dfd3e2b8ac31d69a874415e59f1e21a85443fa67a0e - 0.0% (830 Bytes)
[#020] sha256:20a265269a4b509afa0dc0a3ff0d876526b30e99a2c582c84160d79403db6749 - 5.74% (11.2 MB)
[#021] sha256:3ff89a2433d2f546fc5362e10e91e696de3a4a58d6a8ede4c0c810b11c1c9e04 - 0.0% (831 Bytes)
[#022] sha256:f2ce19d08ec399fbc8180c3c5651c5cd05f5e79d847028d3674d4b22c0abd8c3 - 0.0% (859 Bytes)
[#023] sha256:83a46f391ab92dbf670f0a40231640e7aea8813d7fb5220f67b8186a98552004 - 0.0% (875 Bytes)
[#024] sha256:4012f7b2aa149cf21cbb434f9169d1037e187dec0024551f65072961f9216309 - 0.0% (831 Bytes)
[#025] sha256:0cccbe056381ff62d1a59a559a46fcdd749d553f0ac05b436f0bf0c823f267d9 - 0.0% (827 Bytes)
Apply image 1809-KB4519338-amd64
2019-11-06 21:48:47 UTCcmd /S /C #(nop) ARG VCS_REF=none
2019-11-06 21:48:48 UTCcmd /S /C #(nop) ARG PS_VERSION=6.2.0
2019-11-06 21:48:49 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2019-11-06 21:48:49 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=49e9d0f org.label-schema.vendor=PowerShell org.label-schema.version=6.2.3 org.label-schema.schema-version=1.0 org.label-schema.docker.cmd=docker run mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1809 pwsh -c '' org.label-schema.docker.cmd.devel=docker run mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1809 org.label-schema.docker.cmd.test=docker run mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1809 pwsh -c Invoke-Pester org.label-schema.docker.cmd.help=docker run mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1809 pwsh -c Get-Help
2019-11-06 21:48: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
2019-11-06 21:48:51 UTCcmd /S /C #(nop) USER ContainerAdministrator
2019-11-06 21:49:16 UTC|3 IMAGE_NAME=mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1809 PS_VERSION=6.2.3 VCS_REF=49e9d0f cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2019-11-06 21:49:17 UTCcmd /S /C #(nop) USER ContainerUser
2019-11-06 21:49:27 UTCcmd /S /C #(nop) COPY dir:cc4c542ef52db3db25fd993a2fdf182b8597d8c657d7bacab17200fc592cf78c in C:\Program Files\PowerShell
2019-11-06 21:50:04 UTC|3 IMAGE_NAME=mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1809 PS_VERSION=6.2.3 VCS_REF=49e9d0f 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 ; }"
2019-11-06 21:50:04 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2019-11-18 20:26:02 UTCcmd /S /C #(nop) USER ContainerAdministrator
2019-11-18 20:26:02 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2019-11-18 20:26:05 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2019-11-18 20:26:06 UTCcmd /S /C #(nop) ARG VERSION=dev
2019-11-18 20:26:06 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2019-11-18 20:26:07 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2019-11-19 17:29:15 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.3-rc3
2019-11-19 17:29:15 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2019-11-19 17:29:16 UTCcmd /S /C #(nop) COPY multi:0dede1218e259cb9b969536eaf8bcc80b16ab5e20aa1248dfe29554a6dbdb320 in \etc\rancher\
2019-11-19 17:29:17 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2019-11-19 17:29:26 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2019-11-19T17:29:24Z
2019-11-19 17:29:27 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2019-11-19 17:29:27 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=3ec12535e985449dd31e7eefc9bcf66e79578acc
2019-11-19 17:29:28 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2019-11-19 17:29:13 UTC
197 MB
rancher/rancher-agent:v2.3.3-rc3
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
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:48b5487da51e827b87e489d12ae442935a0fac7d295ff8118eed2c9504e4a50c - 49.82% (98.1 MB)
[#001] sha256:030f0e6aa6feef221f610811ac45040d2158c89b9a2f2acbe1e3ca5597d0a50b - 0.0% (828 Bytes)
[#002] sha256:81cbff3eda2353922356514e8e629a894db170ad4a9de5aaa6337d1c1464bd8d - 0.0% (827 Bytes)
[#003] sha256:9d0771dd7af295ac7e29e9671f49a95d94d1107aa1c8cd59c7d110fd6158ae19 - 0.0% (834 Bytes)
[#004] sha256:a791358485ce9736d10de0f8c563a21ba9d903e509bb765cbcb8219febb5f6fe - 0.0% (829 Bytes)
[#005] sha256:2d26ca8da653d646fab55812dc24c5b0b7b8bf2d69cf6424da21483bd9f25a0c - 0.0% (835 Bytes)
[#006] sha256:5763e1caa9e2e0a666115abcd652443aacd75e8f9dbec1fb5301d7a9066cb60e - 0.0% (833 Bytes)
[#007] sha256:5583490c949446039cbd52d7826a1aec696a91b3c1290728d09a61519dbf5fef - 0.03% (67.4 KB)
[#008] sha256:ec88f4df812f988a788aca5c3f836f4a0fcfb1f46f09a44d7b2ad434f8714c0a - 0.0% (828 Bytes)
[#009] sha256:3a3ea65005a20c9b3a7cfcf336604a5a6cd9801932436ec53b42893d47ff6b69 - 27.8% (54.7 MB)
[#010] sha256:2c5bfc10e0aaecc3ddc3d0156ca4c2847dc02d456f2d1e41c46282269c87858d - 0.05% (96.6 KB)
[#011] sha256:5954ca98060323a96c102f6c5c222ba46b6f71a72dbbdf2bdcbe2439f55a4323 - 0.0% (832 Bytes)
[#012] sha256:2ff7c4d7b2908be42e66993d3bb55ff538940f864d3218d8d01c02eb1c0692c8 - 0.0% (834 Bytes)
[#013] sha256:65b7d1824acfc1ad44d41fac1ab01e0ad27cba671250b34dbcaf11e6945a7204 - 0.05% (101 KB)
[#014] sha256:dbc8b83378e85e2330ee8b509749a642b47c8ed42a03f766cdb012c8f8d5cd9b - 16.56% (32.6 MB)
[#015] sha256:2f31d1341a790fa3af1ddbacfc316b7d979c117cf133d4c2bf10fa5b36ac6b38 - 0.0% (832 Bytes)
[#016] sha256:0a4cbff8ab60e61ffad8ccd0de6bfecb8bcde12b69393e200af5017bbf8239b5 - 0.0% (919 Bytes)
[#017] sha256:927abfb4c0a170a8b8aba45ec48278a2ece69abc46f3a15ba56bcb44adb22224 - 0.0% (926 Bytes)
[#018] sha256:b72d236fc9ffd68d778172384095c354cdf7a376fd7116bd143e64c5c9b1e629 - 0.0% (827 Bytes)
[#019] sha256:af3e0e6cc213fa8f2a7425f8fb431f3fb5a1b07800550ea4bb410498717ffe32 - 0.0% (827 Bytes)
[#020] sha256:c8392f5b42927095b8b3123a6000975115131b4cb9aa1ea203d78aa8a557be2f - 5.68% (11.2 MB)
[#021] sha256:8487e5f56a58843631e8adbb1a05191256c9a569ee1b544700fe1b7f4f68cfd2 - 0.0% (830 Bytes)
[#022] sha256:75c3d3109b310989d0ffe00d3fdc62b2b5f86a45c6fe174874cf2c80e79614bf - 0.0% (860 Bytes)
[#023] sha256:b9934712f8f4de5525e03356fca19432bee38a5ef88bc3dd854454e94d545416 - 0.0% (828 Bytes)
[#024] sha256:bad0fff6b92a9dc4382552fff050c3950698752bb9f54c7b1966139b028ec38d - 0.0% (824 Bytes)
[#025] sha256:79e8af37f553eae85b3ce26800b4d64ca8291a7ce4297779fe20ce622dba2c0c - 0.0% (873 Bytes)
Apply image 1903-KB4517389-amd64
2019-11-06 21:53:38 UTCcmd /S /C #(nop) ARG VCS_REF=none
2019-11-06 21:53:38 UTCcmd /S /C #(nop) ARG PS_VERSION=6.2.0
2019-11-06 21:53:39 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2019-11-06 21:53:40 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=49e9d0f org.label-schema.vendor=PowerShell org.label-schema.version=6.2.3 org.label-schema.schema-version=1.0 org.label-schema.docker.cmd=docker run mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1903 pwsh -c '' org.label-schema.docker.cmd.devel=docker run mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1903 org.label-schema.docker.cmd.test=docker run mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1903 pwsh -c Invoke-Pester org.label-schema.docker.cmd.help=docker run mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1903 pwsh -c Get-Help
2019-11-06 21:53:41 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
2019-11-06 21:53:41 UTCcmd /S /C #(nop) USER ContainerAdministrator
2019-11-06 21:53:49 UTC|3 IMAGE_NAME=mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1903 PS_VERSION=6.2.3 VCS_REF=49e9d0f cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2019-11-06 21:53:50 UTCcmd /S /C #(nop) USER ContainerUser
2019-11-06 21:54:05 UTCcmd /S /C #(nop) COPY dir:cc4c542ef52db3db25fd993a2fdf182b8597d8c657d7bacab17200fc592cf78c in C:\Program Files\PowerShell
2019-11-06 21:54:40 UTC|3 IMAGE_NAME=mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1903 PS_VERSION=6.2.3 VCS_REF=49e9d0f 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 ; }"
2019-11-06 21:54:40 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2019-11-18 20:24:45 UTCcmd /S /C #(nop) USER ContainerAdministrator
2019-11-18 20:24:46 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2019-11-18 20:24:49 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2019-11-18 20:24:50 UTCcmd /S /C #(nop) ARG VERSION=dev
2019-11-18 20:24:50 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2019-11-18 20:24:51 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2019-11-19 17:28:59 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.3-rc3
2019-11-19 17:28:59 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2019-11-19 17:29:00 UTCcmd /S /C #(nop) COPY multi:747f027a160474f68fdbb5bcaaaf87c1e7acf90bbcbd5d21076581b14c1cbfcc in \etc\rancher\
2019-11-19 17:29:01 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2019-11-19 17:29:12 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2019-11-19T17:29:09Z
2019-11-19 17:29:12 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2019-11-19 17:29:13 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=3ec12535e985449dd31e7eefc9bcf66e79578acc
2019-11-19 17:29:13 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2019-11-19 17:41:38 UTC
92.2 MB
rancher/rancher-agent:v2.3.3-rc3
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:6531af3558948c8839fd7cc7eb7062aa86bfae891870ccaafd554ac65c97971b - 24.52% (22.6 MB)
[#001] sha256:82f7942d2fb7381ee1735a4c972ef45c89b6521902e6eba024d4791dfd069def - 0.04% (34.4 KB)
[#002] sha256:fdce94e690d563311eb8b102b49e94a01b2a4c965daa9e33d5e59168dc4327e0 - 0.0% (847 Bytes)
[#003] sha256:a96a89ada1c32e30a1998945a8785c18bcdce55dcfe2b666bb587d432255cb11 - 0.0% (186 Bytes)
[#004] sha256:26c0c14cbb4f5564cc3a2ee2e84a8fd0523ded56e29daeb38a4c54007a8634d5 - 0.0% (124 Bytes)
[#005] sha256:b2e5c55e3b8ad48c961a4bb6c7d7f757f3698100cd58225ef4e3ab0dba7bf52d - 30.82% (28.4 MB)
[#006] sha256:c3cdbc888de018220fad333df616a9f3be7108f67049eda124c42121e380f847 - 2.1% (1.94 MB)
[#007] sha256:cbaba8c4e64d250b3c52449c95615ae800d63ae8b8eee974f189fcda1b955e01 - 1.39% (1.28 MB)
[#008] sha256:3f20bf9d425824044a2e90a1efce7e1bbb2fd933c612e6d959cc6730c325f81f - 24.0% (22.1 MB)
[#009] sha256:18e77e46896f63c09cc382a5ab92610aaec6bac67a78c6141b1134c1fa7c30ee - 17.13% (15.8 MB)
/bin/sh -c #(nop) ADD file:4c6cab77271e86386e8f3d4ecf06c17a3e9339481bea878a706d2c5dc4a0addd in /
2019-10-31 22:40:40 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2019-10-31 22:40: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
2019-10-31 22:40:43 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2019-10-31 22:40:44 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2019-11-19 17:41:00 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2019-11-19 17:41:01 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
2019-11-19 17:41:02 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2019-11-19 17:41:02 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2019-11-19 17:41:28 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/*
2019-11-19 17:41:29 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2019-11-19 17:41:30 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
2019-11-19 17:41:31 UTC|1 ARCH=arm64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.4/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin
2019-11-19 17:41:32 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2019-11-19 17:41:34 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
2019-11-19 17:41:34 UTC/bin/sh -c #(nop) ARG VERSION=dev
2019-11-19 17:41:34 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2019-11-19 17:41:35 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2019-11-19 17:41:35 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.3-rc3
2019-11-19 17:41:35 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2019-11-19 17:41:36 UTC/bin/sh -c #(nop) COPY multi:fcd4f9cd63a53fb94ca75cf695fecf7bd012c9f79de88ef47f9fe9f32f94e1d4 in /usr/bin/
2019-11-19 17:41:37 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2019-11-19 17:41:37 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2019-11-19T17:40:56Z
2019-11-19 17:41:37 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2019-11-19 17:41:38 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=3ec12535e985449dd31e7eefc9bcf66e79578acc
2019-11-19 17:41:38 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.