2020-02-14 16:54:09 UTC
99.9 MB
rancher/rancher-agent:v2.3.6-rc1
DOCKER_API_VERSION1.24
DOCKER_URLDOCKER_URL_amd64
DOCKER_URL_amd64https://get.docker.com/builds/Linux/x86_64/docker-1.10.3
DOCKER_URL_arm64https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64
KUBECTL_VERSIONv1.16.1
KUBEPROMPT_VERSIONv1.0.6
LOGLEVEL_VERSIONv0.1.2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:5c939e3a4d1097af8d3292ad3a41d3caa846f6333b91f2dd22b972bc2d19c5b5 - 25.48% (25.5 MB)
[#001] sha256:c63719cdbe7ae254b453dba06fb446f583b503f2a2c15becc83f8c5bc7a705e0 - 0.03% (34.5 KB)
[#002] sha256:19a861ea6baff71b05cd577478984c3e62cf0177bf74468d0aca551f5fcb891c - 0.0% (849 Bytes)
[#003] sha256:651c9d2d6c4f37c56a221259e033e7e2353b698139c2ff950623ca28d64a9837 - 0.0% (162 Bytes)
[#004] sha256:e49f45c65c34be1b22aaef63e4de4ec25bdfe124ec2796f97ea244a8cd8f127a - 0.0% (123 Bytes)
[#005] sha256:aa173b3597a5425ad770548be50bd5d8e27f6d39e4c0d2b2279628ad11a91c5f - 31.38% (31.4 MB)
[#006] sha256:fb3555e7bfa2b0b9010448f78f8ca5c1f8b66a7b91f70fc99f1b05f06e7db619 - 2.21% (2.2 MB)
[#007] sha256:46a5f359fd225f7b80356fa7a7fcdec3ce5739c0a1d4551b1256a992e50ccc82 - 1.22% (1.22 MB)
[#008] sha256:f1b18d45f0ddc57393c6c309bd6a2bb8f83c5d0fca30bcb255f5fe74c52f37cc - 24.09% (24.1 MB)
[#009] sha256:57a0d91706958c41b2c85a61e55abda07061a5c4245513823306a0832e7df5ce - 15.59% (15.6 MB)
/bin/sh -c #(nop) ADD file:08e718ed0796013f5957a1be7da3bef6225f3d82d8be0a86a7114e5caad50cbc in /
2020-01-16 01:20:32 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-01-16 01:20:33 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-01-16 01:20:34 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-01-16 01:20:34 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-02-14 16:53:42 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-02-14 16:53:42 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-02-14 16:53:42 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-02-14 16:53:43 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2020-02-14 16:54:01 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-02-14 16:54:02 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2020-02-14 16:54:03 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-02-14 16:54:04 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-02-14 16:54:04 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2020-02-14 16:54:06 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-02-14 16:54:06 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-02-14 16:54:06 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-02-14 16:54:06 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-02-14 16:54:07 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.6-rc1
2020-02-14 16:54:07 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-02-14 16:54:08 UTC/bin/sh -c #(nop) COPY multi:e3cb705e65e65f3c7702757eb16bb89b8f7e026effc15aff19766766fa1fcdcb in /usr/bin/
2020-02-14 16:54:08 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-02-14 16:54:08 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-02-14T16:53:39Z
2020-02-14 16:54:08 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-02-14 16:54:09 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=7892e90064328cf3128dfcb8da75d389037ec82a
2020-02-14 16:54:09 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-02-14 16:47:14 UTC
195 MB
rancher/rancher-agent:v2.3.6-rc1
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:ee446884f7bef76f8275c2f16add1c4fb598bea2ba861e72bce8fb4aac9b55ef - 49.36% (96.4 MB)
[#001] sha256:47ea430d7f8644a27d24f899fad0dab5a80820204168ce27d91437b5f5455cf7 - 0.0% (866 Bytes)
[#002] sha256:44cd13317a5a23a87cd45b5e4fa855a23bb11aab50e0240ef8a94cef5be96bfa - 0.0% (829 Bytes)
[#003] sha256:57cfc7f563e36021479a834591c57a009c5a18889edd2e1ad944c4c8fe77ecbb - 0.0% (860 Bytes)
[#004] sha256:8675c11a165f422c761da2734fd88dada2601d8c445738e3019fde678a3cd618 - 0.0% (833 Bytes)
[#005] sha256:c285d2773769d7fad9e39d8b071bf7ff6beaa02d43db3d0d7e65a5b3da0aeb68 - 0.0% (855 Bytes)
[#006] sha256:5b51386955cd0efd5707455e5261fe1f0c62888540e6b67869414e36eaf7d76a - 0.0% (865 Bytes)
[#007] sha256:0ce1631e511faf90e382f498b05053d878015a06145de7a11c17e150d4ca601c - 0.04% (70.4 KB)
[#008] sha256:66cfbd60f83bd0afb2d78399f69e304c2a5fe1899942065faaeb34a1581a50f5 - 0.0% (831 Bytes)
[#009] sha256:c78ef9e7d750d5337bdb0a17e712f245164e00c884f65fd0cb2616b3af23fba2 - 28.05% (54.8 MB)
[#010] sha256:1c9982ae3fbd3f10e97de381f9bec25f89d4ceeef468edb0f6bf063b55c04500 - 0.07% (135 KB)
[#011] sha256:9b387c3cd223ed7ca2871b1e196d117cf8bcad9cde7e9d3470f6138419bd13f9 - 0.0% (831 Bytes)
[#012] sha256:09e583a4304b0ba18dcccb93c2ad999c878605a066f594a16556c7a56567de33 - 0.0% (945 Bytes)
[#013] sha256:d14cc50ea23b63adcb8a397dd8cc367c06412a1470500ef960b42342a3026de7 - 0.05% (96.6 KB)
[#014] sha256:105d81f1eac1ac91066f5744b4a4b6f30a538d7947665167fc6d6e6ae9a10ea1 - 16.7% (32.6 MB)
[#015] sha256:1d5d17676efd6fca1e4a28459566839b00d855119248235f7ca55c18360860cc - 0.0% (833 Bytes)
[#016] sha256:6c2e546a03b5679d9b67e8accb220ed73b1d291dbbf30d73eae50a1945151016 - 0.0% (892 Bytes)
[#017] sha256:4699e0f85d536d47a715d19b99d4985414e94c5a598b017d984e186c109bdf2c - 0.0% (831 Bytes)
[#018] sha256:2fa094602392bbbe11538f7afee719f566aeff646f473aa41f9a5dc1b572a751 - 0.0% (829 Bytes)
[#019] sha256:9a762521388bfc6ca977b8d72241e009736adbe52a7229d49753ed43a2fa02c1 - 0.0% (894 Bytes)
[#020] sha256:7de185f5c870952ad06ccb20a33da2b8902557633b0b56d2bfeba445f4e798aa - 5.74% (11.2 MB)
[#021] sha256:250db9726179228929e524fe34bdab4320db9bcea4075839226f10a129c53141 - 0.0% (832 Bytes)
[#022] sha256:79e763ab67d92b0b0f3fad8fe75eb4fa8b3476600aa67ba30132dc869ba5f790 - 0.0% (830 Bytes)
[#023] sha256:009ba51bef69bf2b43aee6c1b720b0ccaffc970ccbe5694d0a83f4c28842220b - 0.0% (824 Bytes)
[#024] sha256:a34ac9e75ec5bc214c2b86a2bc93dcf49f77aa53d3d01b3965a4df592fdc36a3 - 0.0% (827 Bytes)
[#025] sha256:6a962dd4244fa3d82697fa9cacb28690837846c0e53cb2b738ae9345ec0acbe3 - 0.0% (828 Bytes)
Apply image 1809-KB4534273-amd64
2020-01-23 03:49:01 UTCcmd /S /C #(nop) ARG VCS_REF=none
2020-01-23 03:49:02 UTCcmd /S /C #(nop) ARG PS_VERSION=6.2.0
2020-01-23 03:49:03 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2020-01-23 03:49:03 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=1b86687 org.label-schema.vendor=PowerShell org.label-schema.version=6.2.4 org.label-schema.schema-version=1.0 org.label-schema.docker.cmd=docker run mcr.microsoft.com/v6.2.4/powershell:6.2.4-nanoserver-1809 pwsh -c '' org.label-schema.docker.cmd.devel=docker run mcr.microsoft.com/v6.2.4/powershell:6.2.4-nanoserver-1809 org.label-schema.docker.cmd.test=docker run mcr.microsoft.com/v6.2.4/powershell:6.2.4-nanoserver-1809 pwsh -c Invoke-Pester org.label-schema.docker.cmd.help=docker run mcr.microsoft.com/v6.2.4/powershell:6.2.4-nanoserver-1809 pwsh -c Get-Help
2020-01-23 03:49:04 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
2020-01-23 03:49:05 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-01-23 03:49:27 UTC|3 IMAGE_NAME=mcr.microsoft.com/v6.2.4/powershell:6.2.4-nanoserver-1809 PS_VERSION=6.2.4 VCS_REF=1b86687 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-01-23 03:49:27 UTCcmd /S /C #(nop) USER ContainerUser
2020-01-23 03:49:39 UTCcmd /S /C #(nop) COPY dir:2f00bf82e63c5dd02333f4096765b58fecb234a2d8670721ee35a37d09fa8422 in C:\Program Files\PowerShell
2020-01-23 03:50:09 UTC|3 IMAGE_NAME=mcr.microsoft.com/v6.2.4/powershell:6.2.4-nanoserver-1809 PS_VERSION=6.2.4 VCS_REF=1b86687 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-01-23 03:50:09 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-02-13 15:37:25 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-02-13 15:47:27 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-02-13 15:47:31 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-02-13 15:47:32 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-02-13 15:47:32 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-02-13 15:47:33 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-02-14 16:47:01 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.6-rc1
2020-02-14 16:47:01 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-02-14 16:47:02 UTCcmd /S /C #(nop) COPY multi:7541fe6d975f56e21fa1b390a3d4cae80ff06472ae868b2ab2dc38ed3e0875d0 in \etc\rancher\
2020-02-14 16:47:03 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-02-14 16:47:13 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-02-14T16:47:11Z
2020-02-14 16:47:13 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-02-14 16:47:14 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=7892e90064328cf3128dfcb8da75d389037ec82a
2020-02-14 16:47:14 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-02-14 16:45:39 UTC
197 MB
rancher/rancher-agent:v2.3.6-rc1
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:aeef11c1b4a67e94f1cec604aad417558d9795c165856f62eefaee4cede5eff4 - 49.79% (98 MB)
[#001] sha256:4b5acfd56b98a561536b3a940e72897efa3ffe302d340d73f10484c2f856c44b - 0.0% (828 Bytes)
[#002] sha256:4a302c14438b9e2a5774bf45419ec78f07cbc82b40f11638b9d8cb75974dde02 - 0.0% (830 Bytes)
[#003] sha256:e5e9b6bdde2b03149d2d64a5cca155d9824e1060f2746cd321d9bad0bddb0912 - 0.0% (832 Bytes)
[#004] sha256:f6233237e696a5ffdaf79f1836d2718d5ee50474458f678bf76585b065022046 - 0.0% (830 Bytes)
[#005] sha256:faf7335a4260f1ec798f2179db514a6c23202b1a200eaee7d0c58b22c300ffd3 - 0.0% (832 Bytes)
[#006] sha256:b68ce3a8a7988380cfc6453b4a9c47b42024bd269dbcb6c427ece626abfbdfda - 0.0% (831 Bytes)
[#007] sha256:321e9fe8e37d6f8d0bdcdd8046fbb74c5ce64825514443600d394dac4245c51c - 0.03% (65.8 KB)
[#008] sha256:fc4d2457580615ec6aa0bb7410767ae91a609c37e43f523092d73b163ed06248 - 0.0% (833 Bytes)
[#009] sha256:5d4795563e6779b8296eafe37a6f6d972b456d5aed6dc95c6f42cf71fbe61f07 - 27.82% (54.8 MB)
[#010] sha256:76294ece1bf01693fff810e31c9dae6bac1f25811b54d8a77a041edb5d4a26dc - 0.05% (97.3 KB)
[#011] sha256:276c6281cd666ef9e107d105972e25a1c9dfc361e3ae3aa2766dee859b1c74dc - 0.0% (833 Bytes)
[#012] sha256:f8d3b64349190889eac43e62107d9e013fa2bea19ac34bd6fd6639b73fa614d0 - 0.0% (904 Bytes)
[#013] sha256:91fae31ff5e5704f7879fe0aa85152659bd32aa84ec12288e73f68566821e799 - 0.05% (101 KB)
[#014] sha256:b04bd9640a7f95ed819b4cc0f831cb5ae0dd453578fd0243e11e8b2d3a8e32fd - 16.56% (32.6 MB)
[#015] sha256:2616fdbace4bea33ad780f38c79923146a48d3c4d986ca711dd24cd42c732dae - 0.0% (923 Bytes)
[#016] sha256:4b727e6e28319f926610aaee64e5c4c50f2535cedb49c2dc8ff6d5febe572631 - 0.0% (882 Bytes)
[#017] sha256:329554a0a4d2cb724105910916eb163741086c9a089b1768c4c2f03d2f9c9afe - 0.0% (927 Bytes)
[#018] sha256:9e5f4ca39188c1c1eae0c5a54add2081456311450f5006d6f90a34bcdff0efae - 0.0% (830 Bytes)
[#019] sha256:9e1145f84e555c017ea59c083e9a09e7236e409fc0d49e4ef3da2f5a2bacfe16 - 0.0% (827 Bytes)
[#020] sha256:6bb48833350851b2b5c0b4f7d550d8adfd454c3d4f32764ea949b05131b1b1dc - 5.69% (11.2 MB)
[#021] sha256:899ec2c264438e86bed30cb914186398c469dade08ac7efaf24d0b190f2fa5ba - 0.0% (829 Bytes)
[#022] sha256:c5d0a1aa0efd2bf74426517928183793952a9e646131e3c1aa0c11c975ad47c1 - 0.0% (833 Bytes)
[#023] sha256:f5ff4815f64aa1227b2ab3f8f0127423c6dfd92fc94d52f1be25bd1373d67573 - 0.0% (829 Bytes)
[#024] sha256:63cbfb090a7f29e4ef3e87e263a1f26328d8fc046170c25f0e56f759e35444c6 - 0.0% (829 Bytes)
[#025] sha256:b5fd5d9763d130bab0738aaa83d96ac446bf8069dd17e587612b1933c424b79a - 0.0% (902 Bytes)
Apply image 1903-KB4530684-amd64
2020-01-23 03:54:17 UTCcmd /S /C #(nop) ARG VCS_REF=none
2020-01-23 03:54:18 UTCcmd /S /C #(nop) ARG PS_VERSION=6.2.0
2020-01-23 03:54:18 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2020-01-23 03:54:19 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=1b86687 org.label-schema.vendor=PowerShell org.label-schema.version=6.2.4 org.label-schema.schema-version=1.0 org.label-schema.docker.cmd=docker run mcr.microsoft.com/v6.2.4/powershell:6.2.4-nanoserver-1903 pwsh -c '' org.label-schema.docker.cmd.devel=docker run mcr.microsoft.com/v6.2.4/powershell:6.2.4-nanoserver-1903 org.label-schema.docker.cmd.test=docker run mcr.microsoft.com/v6.2.4/powershell:6.2.4-nanoserver-1903 pwsh -c Invoke-Pester org.label-schema.docker.cmd.help=docker run mcr.microsoft.com/v6.2.4/powershell:6.2.4-nanoserver-1903 pwsh -c Get-Help
2020-01-23 03:54:20 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
2020-01-23 03:54:20 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-01-23 03:54:40 UTC|3 IMAGE_NAME=mcr.microsoft.com/v6.2.4/powershell:6.2.4-nanoserver-1903 PS_VERSION=6.2.4 VCS_REF=1b86687 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-01-23 03:54:40 UTCcmd /S /C #(nop) USER ContainerUser
2020-01-23 03:54:52 UTCcmd /S /C #(nop) COPY dir:2f00bf82e63c5dd02333f4096765b58fecb234a2d8670721ee35a37d09fa8422 in C:\Program Files\PowerShell
2020-01-23 03:55:24 UTC|3 IMAGE_NAME=mcr.microsoft.com/v6.2.4/powershell:6.2.4-nanoserver-1903 PS_VERSION=6.2.4 VCS_REF=1b86687 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-01-23 03:55:24 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-02-13 15:38:35 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-02-13 16:22:14 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-02-13 16:22:17 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-02-13 16:22:18 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-02-13 16:22:19 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-02-13 16:22:20 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-02-14 16:45:24 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.6-rc1
2020-02-14 16:45:25 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-02-14 16:45:25 UTCcmd /S /C #(nop) COPY multi:1f1cff3e18fb3013015299c734b9c38a63a3f778a4130744dcd5dad4e2bbff03 in \etc\rancher\
2020-02-14 16:45:26 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-02-14 16:45:38 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-02-14T16:45:36Z
2020-02-14 16:45:39 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-02-14 16:45:39 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=7892e90064328cf3128dfcb8da75d389037ec82a
2020-02-14 16:45:39 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-02-14 16:58:09 UTC
90.5 MB
rancher/rancher-agent:v2.3.6-rc1
DOCKER_API_VERSION1.24
DOCKER_URLDOCKER_URL_arm64
DOCKER_URL_amd64https://get.docker.com/builds/Linux/x86_64/docker-1.10.3
DOCKER_URL_arm64https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64
KUBECTL_VERSIONv1.16.1
KUBEPROMPT_VERSIONv1.0.6
LOGLEVEL_VERSIONv0.1.2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:fbdcf4a939bd956d7cd2fd21e684e4e3ca5d9ef60886808b0345bbc2c3b6f18a - 24.99% (22.6 MB)
[#001] sha256:d3463cc4abcf9c532fc6f5ad6b6780de967e7a0cadf865674d6dbbeefc9eb349 - 0.04% (34.4 KB)
[#002] sha256:4cf5b492942e45d969f49bd9465095c547ddfa152607f6b5ce9d924fe647f8f8 - 0.0% (850 Bytes)
[#003] sha256:7799262edbd86d40847575d269f6f03068dba731519911195aa384ec02ae9702 - 0.0% (187 Bytes)
[#004] sha256:1e3f9a85f9e3f00bac202ad5f22b8edd31435663cf5066ab9fcbe2e62f524425 - 0.0% (124 Bytes)
[#005] sha256:11e1f9818d157e53490ec67b6a0dc4f7045af3633926a4b96d21e1b3aefaa2d5 - 31.41% (28.4 MB)
[#006] sha256:c9a435e19dc6516b1eb0530599193289078bae70d7b371c56680d592b0f3fda8 - 2.15% (1.94 MB)
[#007] sha256:6171c5f8cdf505e59317d1df3a60abcfdc5c369b190afb7755112b0f368ef895 - 1.25% (1.13 MB)
[#008] sha256:e2350ae31166babad8e20f0df91716e4346238bd7acc16dadd096216469a22f9 - 24.46% (22.1 MB)
[#009] sha256:6235a3fa2711b3af19174fa6a766f7f61a4b48dce8f3ba54dd44ae6fadcbbe59 - 15.71% (14.2 MB)
/bin/sh -c #(nop) ADD file:868e3a7e9028dcf197b28fa33d45b368b95d6a4e98cceba6bc9cf2c85daa554a in /
2020-01-16 00:40:40 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-01-16 00:40:44 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-01-16 00:40:49 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-01-16 00:40:51 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-02-14 16:57:33 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-02-14 16:57:33 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-02-14 16:57:34 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-02-14 16:57:34 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.16.1
2020-02-14 16:58:01 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-02-14 16:58:01 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.2
2020-02-14 16:58:03 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-02-14 16:58:04 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-02-14 16:58:04 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.6
2020-02-14 16:58:06 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-02-14 16:58:06 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-02-14 16:58:07 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-02-14 16:58:07 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-02-14 16:58:07 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.3.6-rc1
2020-02-14 16:58:07 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-02-14 16:58:08 UTC/bin/sh -c #(nop) COPY multi:c8e56748d8e3c10ca35810e27e2d16b41ef5afbed7d3baf8df191c0c2d6cf32e in /usr/bin/
2020-02-14 16:58:09 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-02-14 16:58:09 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-02-14T16:57:29Z
2020-02-14 16:58:09 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-02-14 16:58:09 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=7892e90064328cf3128dfcb8da75d389037ec82a
2020-02-14 16:58: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.