Namespace
rancher
Image / Tag
rancher-agent:master-3189-head
Content Digest
sha256:732f3061235cc57494792dfaf7626582ca9a19fbffdb4ccabe5a4a92fef0d63a
Details
Created

2020-06-12 06:45:23 UTC

Size

104 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-06-12T06:44:54Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    ef39daabc443ca6ac3dbdb31981a065d26b9e061
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-3189-head

DOCKER_API_VERSION

1.24

DOCKER_URL

DOCKER_URL_amd64

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

KUBECTL_VERSION

v1.17.6

KUBEPROMPT_VERSION

v1.0.10

LOGLEVEL_VERSION

v0.1.3

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

SSL_CERT_DIR

/etc/kubernetes/ssl/certs


Layers

[#000] sha256:23884877105a7ff84a910895cd044061a4561385ff6c36480ee080b76ec0e771 - 24.37% (25.5 MB)

[#001] sha256:bc38caa0f5b94141276220daaf428892096e4afd24b05668cd188311e00a635f - 0.03% (34.5 KB)

[#002] sha256:2910811b6c4227c2f42aaea9a3dd5f53b1d469f67e2cf7e601f631b119b61ff7 - 0.0% (847 Bytes)

[#003] sha256:36505266dcc64eeb1010bd2112e6f73981e1a8246e4f6d4e287763b57f101b0b - 0.0% (161 Bytes)

[#004] sha256:0d64ee8866a4fdd240f7dfa5f6c047a09f7ca018fd744f9e8985c6e54108989e - 0.0% (124 Bytes)

[#005] sha256:790916742a82dabb0ef53009521da5e4f1b49ebd6ab2f599fc1a9ba8a263426a - 28.98% (30.3 MB)

[#006] sha256:4917caa38753210c44ba4f98a9ee9944941b463a52f54e907b20ac3034e73a59 - 2.11% (2.2 MB)

[#007] sha256:42ab6eebb5d44c11da031c5cb1a24da6b1ca6d319c111904c4426428188d3c55 - 1.17% (1.22 MB)

[#008] sha256:156f7c7de9037c6e9e15fb640ed0095809edd286cafa1d57297e96390ab70d45 - 25.45% (26.6 MB)

[#009] sha256:6d43a269da022ea9520f68ff3f069b0e59fda7f8e9edc7c362a35fb183e53604 - 17.89% (18.7 MB)


History
2020-04-24 01:07:00 UTC

/bin/sh -c #(nop) ADD file:c3e6bb316dfa6b81dd4478aaa310df532883b1c0a14edeec3f63d641980c1789 in /

2020-04-24 01:07:02 UTC

/bin/sh -c [ -z "$(apt-get indextargets)" ]

2020-04-24 01:07:03 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-04-24 01:07:05 UTC

/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container

2020-04-24 01:07:05 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2020-06-12 06:44:57 UTC

/bin/sh -c #(nop) ARG ARCH=amd64

2020-06-12 06:44:57 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-06-12 06:44:58 UTC

|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh

2020-06-12 06:44:58 UTC

/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6

2020-06-12 06:45:15 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-06-12 06:45:15 UTC

/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3

2020-06-12 06:45:16 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-06-12 06:45:18 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-06-12 06:45:18 UTC

/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10

2020-06-12 06:45:19 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-06-12 06:45:20 UTC

/bin/sh -c #(nop) ARG VERSION=dev

2020-06-12 06:45:20 UTC

/bin/sh -c #(nop) LABEL io.cattle.agent=true

2020-06-12 06:45:20 UTC

/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24

2020-06-12 06:45:20 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3189-head

2020-06-12 06:45:21 UTC

/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs

2020-06-12 06:45:21 UTC

/bin/sh -c #(nop) COPY multi:57a2953c981212c141782e189b23f84231da2514ec1ca2907769e431e49af65b in /usr/bin/

2020-06-12 06:45:22 UTC

/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]

2020-06-12 06:45:22 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-06-12T06:44:54Z

2020-06-12 06:45:22 UTC

/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0

2020-06-12 06:45:22 UTC

/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=ef39daabc443ca6ac3dbdb31981a065d26b9e061

2020-06-12 06:45:23 UTC

/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git

Details
Created

2020-06-12 06:39:04 UTC

Size

231 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-06-12T06:38:59Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    ef39daabc443ca6ac3dbdb31981a065d26b9e061
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-3189-head

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1809-KB4561608-amd64

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache

ProgramFiles

C:\Program Files

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs

WindowsPATH

C:\Windows\system32;C:\Windows


Layers

[#000] sha256:c7d6d47ff7dfb2aa4d4e819641b93ec971e8541978dff0ffc24c193babeb8c07 - 41.64% (96.4 MB)

[#001] sha256:97aa7bfb09e437685189fd05f317b34be8fc0d433d2d92301d0cc2a7e7dc99f5 - 0.0% (828 Bytes)

[#002] sha256:45b0e26e6e2577fbab1a6037a3317bf5c7f55798c7fc48a6b0ab465d8aec9755 - 0.0% (830 Bytes)

[#003] sha256:6aa4d8a78a05dc1b1ed2cecf80b62bfb9cb3fbc0543b7fdfe9f1050fbe9f9d0e - 0.0% (827 Bytes)

[#004] sha256:94889b6c441bd4d022c67db2c8a91d40d00318747c07b234ca6ebc7f0ba04bb7 - 0.03% (64.5 KB)

[#005] sha256:5053cbbe3a43bbdc928da9627be6ee80e258c4e8b690e54613ab21d457e662a8 - 0.0% (835 Bytes)

[#006] sha256:3577f2e5455aa83a09e7b497fd6cb8bf7d2a48f678dd224f6b2abd3a0a44515d - 38.42% (88.9 MB)

[#007] sha256:159dcfbe0ead6fbe1b35e76ca011ae0fbc8ca4f496ae61c88bcf0f16100994b5 - 0.04% (94.6 KB)

[#008] sha256:2942b796335319ca4faa6b9a8a59310d36b10c16e51ddeb38c4795d82589b6a0 - 0.0% (829 Bytes)

[#009] sha256:381a1a89a8e2df59b5cee036f0602b27e08ee41f0f2824f9c438bacef7ad338f - 0.0% (834 Bytes)

[#010] sha256:268da2377c1c7d5cac159e68616e0b2743181a82bbfab6e4b42e36c63b6e09be - 0.04% (96.5 KB)

[#011] sha256:d9c86360c7624f34bf0cad10858027c07590f0b5ee2b780010bc67997565bf62 - 14.09% (32.6 MB)

[#012] sha256:8203ecf6ed1ef938ad41fcb5cfcf3ff4266e450518e35dd059fbd02f62f29ed0 - 0.0% (825 Bytes)

[#013] sha256:44c0dcc77982a3eac0037da23b1842260b9060312892593149b1782ba435b75c - 0.0% (829 Bytes)

[#014] sha256:464bc254a4812e4fc9ea704247146022a056b95208e29218e0e10f43a718f5c5 - 0.0% (829 Bytes)

[#015] sha256:144508fbff2bbba55b127b8ad75b9480e5224b19406f1f7931dde127c07aaa81 - 0.0% (822 Bytes)

[#016] sha256:b4c7d22906362b0d6fb8a5cea611a0a01dee36e927e9fb4feb393d3c92f21c58 - 0.0% (826 Bytes)

[#017] sha256:4d69a7e3acea21c98fef50ce5bdd1e67c3edd4d61a1ea99513222000aec2881b - 5.74% (13.3 MB)

[#018] sha256:0542789f3cee77b4e2491d175319b9272dc7a2331a23f1037eca7ec1c033fab0 - 0.0% (829 Bytes)

[#019] sha256:61efd47cf7a194037d4718c3423766cc40fd6802bd8a504b78d662d33993ff68 - 0.0% (829 Bytes)

[#020] sha256:e27d3edf60b41a39bcac3c365a124b7c44bf02912a5343394f76a39dcc7c20e9 - 0.0% (856 Bytes)

[#021] sha256:8ba6760f52a3f692e49698774431e740d34d6d5fba8e81d905932cb2f329f2ac - 0.0% (830 Bytes)

[#022] sha256:9b1c1c1834529625939a62b0198991ec7584ed8c7419966eabcbc9981527f44b - 0.0% (827 Bytes)


History
2020-06-03 11:12:32 UTC

Apply image 1809-KB4561608-amd64

2020-06-10 21:35:22 UTC

cmd /S /C #(nop) ARG fromTag=1709

2020-06-10 21:35:22 UTC

cmd /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-KB4561608-amd64

2020-06-10 21:35:23 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-06-10 21:35:59 UTC

|1 fromTag=1809-KB4561608-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M

2020-06-10 21:35:59 UTC

cmd /S /C #(nop) USER ContainerUser

2020-06-10 21:36:22 UTC

cmd /S /C #(nop) COPY dir:040d51c7eac90640b5a64a9ce38f47ece7a96f727b607e97781b54e8dcd31e31 in C:\Program Files\PowerShell

2020-06-10 21:36:56 UTC

|1 fromTag=1809-KB4561608-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-06-10 21:36:56 UTC

cmd /S /C #(nop) CMD ["pwsh.exe"]

2020-06-12 06:26:01 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-06-12 06:26:02 UTC

cmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\

2020-06-12 06:26:04 UTC

cmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\

2020-06-12 06:26:05 UTC

cmd /S /C #(nop) ARG VERSION=dev

2020-06-12 06:26:06 UTC

cmd /S /C #(nop) LABEL io.cattle.agent=true

2020-06-12 06:26:06 UTC

cmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24

2020-06-12 06:39:01 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3189-head

2020-06-12 06:39:01 UTC

cmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs

2020-06-12 06:39:02 UTC

cmd /S /C #(nop) COPY multi:69e1d18baa153f7be66dc628201a4b516bc72f6a40927b53d9b5b57cfbc83029 in \etc\rancher\

2020-06-12 06:39:02 UTC

cmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]

2020-06-12 06:39:03 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-06-12T06:38:59Z

2020-06-12 06:39:03 UTC

cmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0

2020-06-12 06:39:04 UTC

cmd /S /C #(nop) LABEL org.label-schema.vcs-ref=ef39daabc443ca6ac3dbdb31981a065d26b9e061

2020-06-12 06:39:04 UTC

cmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git

Details
Created

2020-06-12 06:39:17 UTC

Size

233 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-06-12T06:39:13Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    ef39daabc443ca6ac3dbdb31981a065d26b9e061
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-3189-head

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1909-KB4560960-amd64

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache

ProgramFiles

C:\Program Files

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs

WindowsPATH

C:\Windows\system32;C:\Windows


Layers

[#000] sha256:f43060d5d9153f6409cfe7216e9f38490927cf92b644f7f96e33931b0e890359 - 42.02% (97.9 MB)

[#001] sha256:822a212dbafc836949b8ddb3d94a161df96feea0f23f4a10ca15867feafa3ccf - 0.0% (830 Bytes)

[#002] sha256:68b16d724c7583a4250d86f9f4230d8fdb4db51d5d63982153993bfcc6337e86 - 0.0% (827 Bytes)

[#003] sha256:6fe458d6ccad3675c047db4d4fcdaa7f7aa7f373e0903163d528c20c599ec23d - 0.0% (830 Bytes)

[#004] sha256:4026ddaae8c79c0c46943a445ed588345a9c234669b9c02c150ec1e17725cb54 - 0.03% (65.1 KB)

[#005] sha256:2f19ab2137a5ed4641535bb10a4e01b30f7b0ee765b5b3d3b6088252a1658f71 - 0.0% (828 Bytes)

[#006] sha256:1686abfffd1a22afee6d7e7fb1a4d2fd68dd324c579016e4dcbb0b2f50204134 - 38.16% (88.9 MB)

[#007] sha256:f354268012e913d11385d203c7e5d205f99314303e4bdb7a71daa7b254199e31 - 0.06% (137 KB)

[#008] sha256:8d3762e5fde3868ad3ec0ff3dd9db00a20a3f6f80474255ff695635891c863d7 - 0.0% (827 Bytes)

[#009] sha256:065c080360a88dece96f423a5c5a5d521caf5349b3ba1b117cfb1a8bf439378a - 0.0% (829 Bytes)

[#010] sha256:cf8c5aa128732c1b9aaae8401a1b752cd047ff049ae25790f9b793d03bc7cb0e - 0.04% (101 KB)

[#011] sha256:b69c7caedf8f6643d6676aafd9ff1dba46384d1dfa4d3dfdf85f43a5412f59b8 - 13.99% (32.6 MB)

[#012] sha256:19c60779e25def863410a7018e5f83c841b7984c6391a4b78cc682c22aa3d573 - 0.0% (824 Bytes)

[#013] sha256:961c6ea69a558e034738601535376d7b62ae353c09e8cca084465fdd084d40d3 - 0.0% (830 Bytes)

[#014] sha256:3559bb33de2f30f612669fe4af877a7ffbe2cf68cc6033fde7c0f7becf108d1c - 0.0% (828 Bytes)

[#015] sha256:a7ad48e47f4a8395bdf13ca723c5cb9ff9faf4497232592243e50aca7198948a - 0.0% (881 Bytes)

[#016] sha256:6f1ed93d524cc0d2cc1a0931dd9db6e87dd33ca17fa705b688a717adcb38fc33 - 0.0% (830 Bytes)

[#017] sha256:9fe0e3830466f72cec1acaaf8ae5fd6b598ccc61bd3884f6a19e16b9d160fe42 - 5.7% (13.3 MB)

[#018] sha256:3137537b3e056e5706bfdf03d5d7e1e5f658ff9f6825a2084f1ddccce8b4fb6b - 0.0% (856 Bytes)

[#019] sha256:81b909e56a05f84f5974b1568c11746f7b4675b185a9f80a3348c4a0d5c50a7e - 0.0% (831 Bytes)

[#020] sha256:531af86dfddcd43d9d583a155edbb8bce4a50e902306b8f9395f23f01ce77a75 - 0.0% (827 Bytes)

[#021] sha256:f83eb2f3b922422fcca1b21a47e4932be0be4698be36b02252c1acbe04ee7794 - 0.0% (857 Bytes)

[#022] sha256:a4de255a10a91ca7916add49b96ea8918bbccd2c2183b836d021456b8d4e8ede - 0.0% (829 Bytes)


History
2020-06-06 11:35:19 UTC

Apply image 1909-KB4560960-amd64

2020-06-10 21:46:26 UTC

cmd /S /C #(nop) ARG fromTag=1709

2020-06-10 21:46:27 UTC

cmd /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-1909-KB4560960-amd64

2020-06-10 21:46:27 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-06-10 21:46:47 UTC

|1 fromTag=1909-KB4560960-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M

2020-06-10 21:46:47 UTC

cmd /S /C #(nop) USER ContainerUser

2020-06-10 21:47:02 UTC

cmd /S /C #(nop) COPY dir:040d51c7eac90640b5a64a9ce38f47ece7a96f727b607e97781b54e8dcd31e31 in C:\Program Files\PowerShell

2020-06-10 21:47:33 UTC

|1 fromTag=1909-KB4560960-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-06-10 21:47:34 UTC

cmd /S /C #(nop) CMD ["pwsh.exe"]

2020-06-12 06:26:12 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-06-12 06:26:13 UTC

cmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\

2020-06-12 06:26:15 UTC

cmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\

2020-06-12 06:26:16 UTC

cmd /S /C #(nop) ARG VERSION=dev

2020-06-12 06:26:16 UTC

cmd /S /C #(nop) LABEL io.cattle.agent=true

2020-06-12 06:26:16 UTC

cmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24

2020-06-12 06:39:14 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3189-head

2020-06-12 06:39:15 UTC

cmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs

2020-06-12 06:39:15 UTC

cmd /S /C #(nop) COPY multi:69e1d18baa153f7be66dc628201a4b516bc72f6a40927b53d9b5b57cfbc83029 in \etc\rancher\

2020-06-12 06:39:16 UTC

cmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]

2020-06-12 06:39:16 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-06-12T06:39:13Z

2020-06-12 06:39:16 UTC

cmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0

2020-06-12 06:39:17 UTC

cmd /S /C #(nop) LABEL org.label-schema.vcs-ref=ef39daabc443ca6ac3dbdb31981a065d26b9e061

2020-06-12 06:39:17 UTC

cmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git

Details
Created

2020-06-12 06:38:47 UTC

Size

233 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-06-12T06:38:42Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    ef39daabc443ca6ac3dbdb31981a065d26b9e061
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-3189-head

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1903-KB4560960-amd64

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache

ProgramFiles

C:\Program Files

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs

WindowsPATH

C:\Windows\system32;C:\Windows


Layers

[#000] sha256:c40da4de5e84fba9e2c0f302d2d30570160680b4a2d4ae5a558796337e2dfca2 - 42.01% (97.9 MB)

[#001] sha256:3b9b1155a116e518548c67b2af65bca031816b6bbfa4e8e0b2b879fc046cf712 - 0.0% (861 Bytes)

[#002] sha256:eecea9c0a11f451b61e923777f4e0d5e2fee68aa6a924f67e0c25d202e487048 - 0.0% (826 Bytes)

[#003] sha256:5b8569b91ede8c7e07e3cd6a09211604703a74e3b7d5e4ab42be917d15e80c73 - 0.0% (824 Bytes)

[#004] sha256:b04f42ddeac9334b405d64db7e441200e957805af5ad881ccb6252a0355cf7a7 - 0.03% (63.9 KB)

[#005] sha256:b34994491cc30b144b6f185bdc28897c91da910d5c0bb0ea26de4b9bf645f5d7 - 0.0% (834 Bytes)

[#006] sha256:204d18d48d4ac0830e5f57e8c23770de7b87c4305f0fcaf6bd4b9c90e8f0f558 - 38.16% (88.9 MB)

[#007] sha256:c351b9956f5934378422dc2aa5ac43af2f793ba2c049bb21cbb9b109f6e8fa71 - 0.05% (126 KB)

[#008] sha256:f6d3e0ee44351e3ae2b5e7f30bf7bfc277f785857ccfe77486e0031f45a8abfc - 0.0% (825 Bytes)

[#009] sha256:fd395755718198725b8255c8e1bec30cdfc704f7ed8add7542f4c760ac8d7936 - 0.0% (831 Bytes)

[#010] sha256:ece5dfe26fec451ccab5b809ab7b1e567d4222f4f24988264c4510f7e89530ab - 0.04% (101 KB)

[#011] sha256:970984d863e5593cf40b4f10848f4361afeb1fe2ccaf2e2d9d4e0ab0c8ced46c - 14.0% (32.6 MB)

[#012] sha256:87f3df33a33db536c2308a86627dbaaf19106807cc619c6c908b2a7e766c5ae1 - 0.0% (851 Bytes)

[#013] sha256:ae917d917552a6658126c2b34610dd987726e299afb121ad50f27845e0f1111c - 0.0% (828 Bytes)

[#014] sha256:e17c0c6ae8766b527e424b7a4298d17e81c3cd48744ab12f325406d75b00ef5c - 0.0% (828 Bytes)

[#015] sha256:e4352a6aea3d91ed0bb2df2e70b7cdce5a70c984d27311736c4fada4d2970830 - 0.0% (850 Bytes)

[#016] sha256:d52392f5b0209c28bc42147c17059f20c9fa9262108150105a80c36a44c1efbd - 0.0% (831 Bytes)

[#017] sha256:703fccd11be14dd137eeb9dadd98d93cd52ea719fcce2f66b19d6a2d8c7a923e - 5.7% (13.3 MB)

[#018] sha256:2d7975a344f2eac383bad154db3280ca826ffd687393ab9b7ca98f07b2417877 - 0.0% (830 Bytes)

[#019] sha256:31c29bc518f9dd606ea5fa446a8bc10903c91111aed504a873fd98f1f811b621 - 0.0% (830 Bytes)

[#020] sha256:76fb189d73fa5e1f364956a5cd9f952e474815f23a94c471e48c60d502a393b2 - 0.0% (856 Bytes)

[#021] sha256:982a175d4de7aeb14cc451b887142f789855cf32647eaf7e749c43738086f876 - 0.0% (836 Bytes)

[#022] sha256:693ca9dca0951ce10fc90cf3b35d86e7952359cc676815e39ef603de320eb69d - 0.0% (847 Bytes)


History
2020-06-03 11:03:30 UTC

Apply image 1903-KB4560960-amd64

2020-06-10 21:41:31 UTC

cmd /S /C #(nop) ARG fromTag=1709

2020-06-10 21:41:32 UTC

cmd /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-KB4560960-amd64

2020-06-10 21:41:32 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-06-10 21:41:54 UTC

|1 fromTag=1903-KB4560960-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M

2020-06-10 21:41:55 UTC

cmd /S /C #(nop) USER ContainerUser

2020-06-10 21:42:16 UTC

cmd /S /C #(nop) COPY dir:040d51c7eac90640b5a64a9ce38f47ece7a96f727b607e97781b54e8dcd31e31 in C:\Program Files\PowerShell

2020-06-10 21:42:49 UTC

|1 fromTag=1903-KB4560960-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-06-10 21:42:49 UTC

cmd /S /C #(nop) CMD ["pwsh.exe"]

2020-06-12 06:25:57 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-06-12 06:25:57 UTC

cmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\

2020-06-12 06:25:59 UTC

cmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\

2020-06-12 06:26:00 UTC

cmd /S /C #(nop) ARG VERSION=dev

2020-06-12 06:26:00 UTC

cmd /S /C #(nop) LABEL io.cattle.agent=true

2020-06-12 06:26:00 UTC

cmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24

2020-06-12 06:38:44 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3189-head

2020-06-12 06:38:45 UTC

cmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs

2020-06-12 06:38:45 UTC

cmd /S /C #(nop) COPY multi:69e1d18baa153f7be66dc628201a4b516bc72f6a40927b53d9b5b57cfbc83029 in \etc\rancher\

2020-06-12 06:38:46 UTC

cmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]

2020-06-12 06:38:46 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-06-12T06:38:42Z

2020-06-12 06:38:46 UTC

cmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0

2020-06-12 06:38:47 UTC

cmd /S /C #(nop) LABEL org.label-schema.vcs-ref=ef39daabc443ca6ac3dbdb31981a065d26b9e061

2020-06-12 06:38:47 UTC

cmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git

Details
Created

2020-06-12 06:51:52 UTC

Size

94.9 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-06-12T06:51:14Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    ef39daabc443ca6ac3dbdb31981a065d26b9e061
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-3189-head

DOCKER_API_VERSION

1.24

DOCKER_URL

DOCKER_URL_arm64

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

KUBECTL_VERSION

v1.17.6

KUBEPROMPT_VERSION

v1.0.10

LOGLEVEL_VERSION

v0.1.3

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

SSL_CERT_DIR

/etc/kubernetes/ssl/certs


Layers

[#000] sha256:c2cd007b69f7e5f37c851aa689e0e617fbaa3fe3e470f714337a03e569b7f434 - 23.84% (22.6 MB)

[#001] sha256:3c087f8bf83d28baa9c53fc5cfb0dfc79d5062cfad77563076553b04259e822f - 0.04% (34.4 KB)

[#002] sha256:474b5c43e9a24e1958763941a17a7cac60b13460a47f2ae9067ec03ceadab33a - 0.0% (849 Bytes)

[#003] sha256:7083e6591d76b9a6c13497a6a89bfbae3e7eb2eb31bec366bec3884c8e4517ce - 0.0% (189 Bytes)

[#004] sha256:87d129e3b9392b1027b2239a4185e65799bbcec38b6e785f6ae29ec27f4a9799 - 0.0% (124 Bytes)

[#005] sha256:d05fc2c134b77c806bffab3149e9ad37d694f4aaf888c9d338618a7fc0f67036 - 28.86% (27.4 MB)

[#006] sha256:a3f1bc6da4338b678a94f81d224c38ba2855ec971edf0884c5ebbe55982a7131 - 2.05% (1.94 MB)

[#007] sha256:eddec4c518dfb61b25bca81a1f4a5e3235d7f2919dc98962f50e824b28db54f4 - 1.19% (1.13 MB)

[#008] sha256:572024fe79990db87777aa84a03bd697f1cf4ac1c209dc9996c7d378e28407fc - 25.97% (24.6 MB)

[#009] sha256:78a0e746f03ce326c1b3d83995ea88773e76b788fe72aa92eb44b2ffb3daa1ab - 18.05% (17.1 MB)


History
2020-04-24 00:16:45 UTC

/bin/sh -c #(nop) ADD file:bd5b3470601aa4a28132ec60a8b1c33516d09a1391864fe1dbf82a4030397fd1 in /

2020-04-24 00:16:54 UTC

/bin/sh -c [ -z "$(apt-get indextargets)" ]

2020-04-24 00:16:58 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-04-24 00:17:03 UTC

/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container

2020-04-24 00:17:05 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2020-06-12 06:51:17 UTC

/bin/sh -c #(nop) ARG ARCH=amd64

2020-06-12 06:51:17 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-06-12 06:51:18 UTC

|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh

2020-06-12 06:51:18 UTC

/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6

2020-06-12 06:51:44 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-06-12 06:51:44 UTC

/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3

2020-06-12 06:51:45 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-06-12 06:51:46 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-06-12 06:51:47 UTC

/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10

2020-06-12 06:51:49 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-06-12 06:51:49 UTC

/bin/sh -c #(nop) ARG VERSION=dev

2020-06-12 06:51:49 UTC

/bin/sh -c #(nop) LABEL io.cattle.agent=true

2020-06-12 06:51:49 UTC

/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24

2020-06-12 06:51:49 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3189-head

2020-06-12 06:51:50 UTC

/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs

2020-06-12 06:51:51 UTC

/bin/sh -c #(nop) COPY multi:45bd852aa4ae9aded12bcdcc723f397b05ca56e42f9ca0be3c3de2428ce53416 in /usr/bin/

2020-06-12 06:51:51 UTC

/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]

2020-06-12 06:51:51 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-06-12T06:51:14Z

2020-06-12 06:51:51 UTC

/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0

2020-06-12 06:51:52 UTC

/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=ef39daabc443ca6ac3dbdb31981a065d26b9e061

2020-06-12 06:51:52 UTC

/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git

Danger Zone
Delete Tag

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.

Delete