Namespace
rancher
Image / Tag
rancher-agent:v2.4-3199-head
Content Digest
sha256:ef6a08e30b9b694e117a075974af356fc906e9e520ff92c1aa423f29a42fdb1c
Details
Created

2020-06-15 23:03:57 UTC

Size

105 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-06-15T23:03:29Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    b499c81589aff4ed76a414effac47efe8af7ef1e
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-3199-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.33% (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:fed92d510777c06d701b942b4624ceb85cb14f765e9ab6665430959ae281de13 - 0.0% (123 Bytes)

[#005] sha256:65bcb0b9a018bcdf5528d0e399281f8bce962c88265ace4c6349577fb8abd58c - 28.93% (30.3 MB)

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

[#007] sha256:3ca592301ae29a54d9aa55e96959acab78d16f36d786a603f85736a9f5516e83 - 1.16% (1.22 MB)

[#008] sha256:76ba50d4b2a954e9031705645d2d7ca205a52701b6130f26e4761877c27fd136 - 25.4% (26.6 MB)

[#009] sha256:f177caa3e33de3cb4b657cfdf8dc5cc410125e4d4defbdf100108278ead82267 - 18.03% (18.9 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-15 23:03:32 UTC

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

2020-06-15 23:03:32 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-15 23:03:33 UTC

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

2020-06-15 23:03:33 UTC

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

2020-06-15 23:03:49 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-15 23:03:50 UTC

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

2020-06-15 23:03:51 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-15 23:03:52 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-15 23:03:52 UTC

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

2020-06-15 23:03:54 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-15 23:03:54 UTC

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

2020-06-15 23:03:54 UTC

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

2020-06-15 23:03:54 UTC

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

2020-06-15 23:03:55 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-3199-head

2020-06-15 23:03:55 UTC

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

2020-06-15 23:03:56 UTC

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

2020-06-15 23:03:56 UTC

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

2020-06-15 23:03:56 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-06-15T23:03:29Z

2020-06-15 23:03:56 UTC

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

2020-06-15 23:03:56 UTC

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

2020-06-15 23:03:57 UTC

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

Details
Created

2020-06-15 22:55:32 UTC

Size

231 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-06-15T22:55:27Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    b499c81589aff4ed76a414effac47efe8af7ef1e
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-3199-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.63% (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.4% (88.9 MB)

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

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

[#009] sha256:b3167c0da8e75480abb36097baef8c62a83d394f6844802b7945aee58950999c - 0.0% (832 Bytes)

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

[#011] sha256:a689511143bd5b492528981dcbe2a245011fa2a43a206336b62948744d5bb474 - 14.08% (32.6 MB)

[#012] sha256:7027e11f4c802f27c79a7aaa8dca9d88d5059165e1ad124a2c898cd89b30bfeb - 0.0% (831 Bytes)

[#013] sha256:41b5c71f59dab2a8ff98c3689cd71c840ae7e70a61953b3b7257ba4337c44112 - 0.0% (850 Bytes)

[#014] sha256:4b1e174a9904ded784b931529e97161aeb701d5f01a850dd39f90d0b319c3af8 - 0.0% (813 Bytes)

[#015] sha256:6a4343390d00f125b547ae6de7dabdd307b8136857e7cc140ab2def586af9555 - 0.0% (851 Bytes)

[#016] sha256:b7bd17af1856993742e6ab0860628e91e0538678256ee432fce748e764a19a72 - 0.0% (828 Bytes)

[#017] sha256:2a564782592a79f5121ba25536f90be5e60e56c636e87dc22d7c9147c5b5dc9a - 5.78% (13.4 MB)

[#018] sha256:ea092d23b42a46a5f93f57587a1556c3388a2205857efde9204e03e5ce6fe1ea - 0.0% (828 Bytes)

[#019] sha256:bd1548a7f10c404a019e36fbd9f1c30e3f3b7997f303412b079f5230dc3aaaeb - 0.0% (826 Bytes)

[#020] sha256:63a0f7432d498249997b9b28e02aefbace7db8de7c161ed89c171a0fa8825b52 - 0.0% (826 Bytes)

[#021] sha256:a4bef352fed45e314104c20dec76bd88b8c65dc499096a9f32e48aff7e51e452 - 0.0% (821 Bytes)

[#022] sha256:5a5864d7076bb06c0fbe8be658eda2171b1246ab4dbe9165a094831e0fb4ac7a - 0.0% (830 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-15 16:10:47 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-06-15 16:10:48 UTC

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

2020-06-15 16:10:50 UTC

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

2020-06-15 16:10:51 UTC

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

2020-06-15 16:10:51 UTC

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

2020-06-15 16:10:52 UTC

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

2020-06-15 22:55:29 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-3199-head

2020-06-15 22:55:29 UTC

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

2020-06-15 22:55:30 UTC

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

2020-06-15 22:55:30 UTC

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

2020-06-15 22:55:31 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-06-15T22:55:27Z

2020-06-15 22:55:31 UTC

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

2020-06-15 22:55:31 UTC

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

2020-06-15 22:55:32 UTC

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

Details
Created

2020-06-15 22:55:42 UTC

Size

233 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-06-15T22:55:37Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    b499c81589aff4ed76a414effac47efe8af7ef1e
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-3199-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.0% (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.14% (88.9 MB)

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

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

[#009] sha256:8a526b42c1720e06e166fb820a0648bf0248b2dd54bf90dcdf932b1cbcd6bd92 - 0.0% (875 Bytes)

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

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

[#012] sha256:48d70fd29933e9da19fba9f18dcb6e96a5269f80b9a3e766346f672fe40ae7e6 - 0.0% (828 Bytes)

[#013] sha256:694c75ae20c4f721a5b875828ec1d5bf0d70335d36a017d49619cc577bebbe3d - 0.0% (830 Bytes)

[#014] sha256:3dc34e6d0a39786d69b8ac747d955c5b287cb8201749f90affba71dbb736ad1a - 0.0% (831 Bytes)

[#015] sha256:b27d72d93ba637b9cc2e0b5b1c9080eb45101f6742aed14ee56bbf7a1e39528d - 0.0% (831 Bytes)

[#016] sha256:5b23f7567c66f6d76a8320983a82af6f504f3b5fc6c7cc0e148c8612a1dad2e2 - 0.0% (827 Bytes)

[#017] sha256:889aa278e114f55801a43c0be9c928ff2fcd3f962ab03903ff83321cf256f311 - 5.74% (13.4 MB)

[#018] sha256:4dfcf19798177b794daab43e282e0bd746968792940871cf5b2e431184d428b6 - 0.0% (834 Bytes)

[#019] sha256:6a51d60888b7927023a6303d764c37c2d9cc812c5fc65e5f77ea78e1e925607b - 0.0% (829 Bytes)

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

[#021] sha256:7651487799e1ed3c1ea0276054b4e8158d5bb575689da21bbf502fbfcd35f3a0 - 0.0% (827 Bytes)

[#022] sha256:c1c09c66a39872980a4f5dad053b6cfd7adde608df916e100e8f5e2b11025e68 - 0.0% (824 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-15 16:12:56 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-06-15 16:12:56 UTC

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

2020-06-15 16:12:58 UTC

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

2020-06-15 16:12:59 UTC

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

2020-06-15 16:12:59 UTC

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

2020-06-15 16:13:00 UTC

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

2020-06-15 22:55:39 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-3199-head

2020-06-15 22:55:39 UTC

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

2020-06-15 22:55:40 UTC

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

2020-06-15 22:55:40 UTC

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

2020-06-15 22:55:41 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-06-15T22:55:37Z

2020-06-15 22:55:41 UTC

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

2020-06-15 22:55:41 UTC

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

2020-06-15 22:55:42 UTC

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

Details
Created

2020-06-15 22:56:02 UTC

Size

233 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-06-15T22:55:58Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    b499c81589aff4ed76a414effac47efe8af7ef1e
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-3199-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.0% (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.15% (88.9 MB)

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

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

[#009] sha256:0234a29a720ed6e6fa14ae5025fd450bd2fe321555b11656ae02e456c71bce00 - 0.0% (830 Bytes)

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

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

[#012] sha256:58bc8e25accba340d221c86017febb7c31a870ad95a3bb619826738c074b09ec - 0.0% (825 Bytes)

[#013] sha256:3c5470153a30bac5a551eeb62d8aebf338ed03005f92b058cf12a32ccda00fe4 - 0.0% (826 Bytes)

[#014] sha256:0e8269097b41dfc77eaa1b49110b37ba4f33b9abbf0a6a152ec2341444d65963 - 0.0% (824 Bytes)

[#015] sha256:c68c8caf8ec3d2f8be2d47966727a628e2019ddfd6074273fa7ffd6ca74c44ac - 0.0% (830 Bytes)

[#016] sha256:b60f945c861737439cad5003d3a88c382b0a7421e71a2b5fe25144c675d3e35c - 0.0% (847 Bytes)

[#017] sha256:4f5ca9ff4be4f3e594c253a0e1a8289ba5e9f240a898176f3427ac92987d43a8 - 5.74% (13.4 MB)

[#018] sha256:4de29c2dc7f7b9ec1884235986b5c31c27ea755fd69b59077994cce5c5689ee0 - 0.0% (831 Bytes)

[#019] sha256:768afbe0d3e27253515117616c341a52970b0c89dbfe683994ad0647c3bb75ba - 0.0% (829 Bytes)

[#020] sha256:2704c7ef5b6c77e9bbc62bc457b0ff3997ebca98fc403cf068fd17cb6bb3f418 - 0.0% (828 Bytes)

[#021] sha256:86fcf94a25ded88b8c146a4f8f98a3b369f890454ad79a39b906d8a9abc5c0d1 - 0.0% (829 Bytes)

[#022] sha256:1ee93b7df4dc86105b92e470aa82289988c1212666ed4ac549af415d16b028a9 - 0.0% (855 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-15 16:14:10 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-06-15 16:14:11 UTC

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

2020-06-15 16:14:13 UTC

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

2020-06-15 16:14:14 UTC

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

2020-06-15 16:14:14 UTC

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

2020-06-15 16:14:14 UTC

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

2020-06-15 22:55:59 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-3199-head

2020-06-15 22:56:00 UTC

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

2020-06-15 22:56:00 UTC

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

2020-06-15 22:56:01 UTC

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

2020-06-15 22:56:01 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-06-15T22:55:58Z

2020-06-15 22:56:02 UTC

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

2020-06-15 22:56:02 UTC

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

2020-06-15 22:56:02 UTC

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

Details
Created

2020-06-15 23:08:23 UTC

Size

95 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-06-15T23:07:44Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    b499c81589aff4ed76a414effac47efe8af7ef1e
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-3199-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.81% (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:6c85ed4a9953041927ca7ebde431f99497947431e619abde2f5e5e25edc39fc1 - 0.0% (123 Bytes)

[#005] sha256:e4f7f630fbaf455dac30a1e242045d97d8299b1555989b875bdcfbe986b93b93 - 28.82% (27.4 MB)

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

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

[#008] sha256:377b9898f0ac02b80bd2bffb9c5980c346c277d93f889342786dac8d3c378fe0 - 25.93% (24.6 MB)

[#009] sha256:c919837492097b1382af27a9d298415faf42eeb5298f8559401678fa1d2aed04 - 18.17% (17.3 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-15 23:07:48 UTC

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

2020-06-15 23:07:48 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-15 23:07:49 UTC

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

2020-06-15 23:07:49 UTC

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

2020-06-15 23:08:14 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-15 23:08:15 UTC

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

2020-06-15 23:08:16 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-15 23:08:18 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-15 23:08:18 UTC

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

2020-06-15 23:08:20 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-15 23:08:20 UTC

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

2020-06-15 23:08:20 UTC

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

2020-06-15 23:08:20 UTC

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

2020-06-15 23:08:21 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-3199-head

2020-06-15 23:08:21 UTC

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

2020-06-15 23:08:22 UTC

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

2020-06-15 23:08:22 UTC

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

2020-06-15 23:08:22 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-06-15T23:07:44Z

2020-06-15 23:08:23 UTC

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

2020-06-15 23:08:23 UTC

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

2020-06-15 23:08:23 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