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

2020-06-17 16:25:25 UTC

Size

105 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-06-17T16:24:56Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    4ff7492728b6c6c540cb391126372e514cdfa276
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-3211-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:d7c3167c320d7a820935f54cf4290890ea19567da496ecf774e8773b35d5f065 - 24.33% (25.5 MB)

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

[#002] sha256:322ed380e680a77f30528ba013e3a802a7b44948a0609c7d1d732dd46a9a310d - 0.0% (844 Bytes)

[#003] sha256:6ac240b130982ad1c3ba3188abbf18ba4e54bdd9e504ce2d5c2eff6d3e86b8dd - 0.0% (163 Bytes)

[#004] sha256:099bd19ce6b94f7f6a407b68f66bc819a3d3ae00454c22d78f4e1c9d5944bde7 - 0.0% (124 Bytes)

[#005] sha256:7483d7d6e56e11bd5d0734fa91ed5e35105c3a0e509b0339926ef835ed40c7a6 - 28.93% (30.3 MB)

[#006] sha256:8e043bd26579a1f41d716682aa0aa057ca38ea90f3defe4101e9bb19ef181935 - 2.11% (2.2 MB)

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

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

[#009] sha256:05f486250040f8750deb83ec2926d55f3f395cb72babc324be90df0c71d65abe - 18.03% (18.9 MB)


History
2020-06-17 01:20:29 UTC

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

2020-06-17 01:20:30 UTC

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

2020-06-17 01:20:31 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-06-17 01:20:31 UTC

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

2020-06-17 01:20:32 UTC

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

2020-06-17 16:24:59 UTC

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

2020-06-17 16:24:59 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-17 16:25:00 UTC

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

2020-06-17 16:25:00 UTC

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

2020-06-17 16:25:17 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-17 16:25:17 UTC

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

2020-06-17 16:25:18 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-17 16:25:19 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-17 16:25:20 UTC

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

2020-06-17 16:25:22 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-17 16:25:22 UTC

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

2020-06-17 16:25:22 UTC

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

2020-06-17 16:25:22 UTC

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

2020-06-17 16:25:23 UTC

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

2020-06-17 16:25:23 UTC

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

2020-06-17 16:25:24 UTC

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

2020-06-17 16:25:24 UTC

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

2020-06-17 16:25:24 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-06-17T16:24:56Z

2020-06-17 16:25:24 UTC

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

2020-06-17 16:25:24 UTC

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

2020-06-17 16:25:25 UTC

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

Details
Created

2020-06-17 16:18:20 UTC

Size

231 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-06-17T16:18:15Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    4ff7492728b6c6c540cb391126372e514cdfa276
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-3211-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:d7f2b3b6399211fcef29b6e355cbc8772cf5da9a43f4380826a7e8b06141f8e7 - 0.0% (832 Bytes)

[#016] sha256:b9d646b91cd1659f19e53fc9f012f15b78b11e07df81012df17b3d7a762e6524 - 0.0% (829 Bytes)

[#017] sha256:35c3c96ae73043005f97cb08666606821e6579a0c3a81c20caaf5539387596c1 - 5.78% (13.4 MB)

[#018] sha256:d50bf9c66d9c141b9acacad8884a13da812b64f98d72ff30eb0a74f9c2e03cea - 0.0% (855 Bytes)

[#019] sha256:f850679ff4faff5a24f50209e251f836c5b31d1eebe2a7768e138324e8a4bbb9 - 0.0% (832 Bytes)

[#020] sha256:587f656f4c473889f1de825ae919d276bcd57f5f1893332bfa730c4de21f6389 - 0.0% (824 Bytes)

[#021] sha256:1a585509a6307af90b07d9eb64a877838f063a7f05ff50dd55053c30c3ba5ac5 - 0.0% (829 Bytes)

[#022] sha256:b161bb627c0425bf86b20197a3c75df930b0bc66f5f560e61081c4fa6230ff3f - 0.0% (853 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-17 16:18:17 UTC

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

2020-06-17 16:18:17 UTC

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

2020-06-17 16:18:18 UTC

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

2020-06-17 16:18:18 UTC

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

2020-06-17 16:18:19 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-06-17T16:18:15Z

2020-06-17 16:18:19 UTC

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

2020-06-17 16:18:19 UTC

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

2020-06-17 16:18:20 UTC

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

Details
Created

2020-06-17 16:18:42 UTC

Size

233 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-06-17T16:18:38Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    4ff7492728b6c6c540cb391126372e514cdfa276
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-3211-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:142b2dc9a237a02db67ede405a5d1cf357026de694293005e4f1e30f719d8261 - 0.0% (856 Bytes)

[#016] sha256:056723dbad42cb199a1d9bb40a8e602ac9973369e1b2b6df16a90eaaa4ea1968 - 0.0% (824 Bytes)

[#017] sha256:41346e69cd7723a119cac315cb13b945dcbb7c981bdc67b40fc642684ab240b2 - 5.74% (13.4 MB)

[#018] sha256:c4e1d7482f88d416efc45a847f7876f61e358d1f8f815535d5db02dd37ae5e02 - 0.0% (857 Bytes)

[#019] sha256:bb64e0618bd85dcdbef2932c8d62e567571afbaf98cecbaf8d683c1e448ae719 - 0.0% (828 Bytes)

[#020] sha256:c1b2d9c50533380bb3d0475dd468272cc93ca18aa360e8cda7edfdf3a17f32f5 - 0.0% (830 Bytes)

[#021] sha256:dad5179591f27cd60dacf11ff328143ecc09255e8c67a90bdfcb5f849c3c62f9 - 0.0% (835 Bytes)

[#022] sha256:9763690f4d90d848529fdba8b26bb5037904b82ff02fc5d2d2301952ccc64c12 - 0.0% (852 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-17 16:18:40 UTC

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

2020-06-17 16:18:40 UTC

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

2020-06-17 16:18:41 UTC

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

2020-06-17 16:18:41 UTC

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

2020-06-17 16:18:41 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-06-17T16:18:38Z

2020-06-17 16:18:42 UTC

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

2020-06-17 16:18:42 UTC

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

2020-06-17 16:18:42 UTC

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

Details
Created

2020-06-17 16:18:44 UTC

Size

233 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-06-17T16:18:39Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    4ff7492728b6c6c540cb391126372e514cdfa276
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-3211-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:cfb1b9cc64110b62f71184f751819f86119dbab2b35429a9c9eb8796fe46daaa - 0.0% (826 Bytes)

[#016] sha256:dd37f20ce80a014da8cdb8b4b5655254eed974496aa8160a974c973076fb8a70 - 0.0% (829 Bytes)

[#017] sha256:1b19a6bd52f175360a0b9ccd5872a853a618065b116011d4b8e0662924fd27a7 - 5.74% (13.4 MB)

[#018] sha256:e01524da985f7286024f325ccc84184f5e4d991ecf48d3f6aa777fd036639388 - 0.0% (852 Bytes)

[#019] sha256:ddba0804126e0f5f6ffadd599764f80c6d5c676076385ad713f051ee387ac0ac - 0.0% (827 Bytes)

[#020] sha256:2ba4170d553998cc23ed59a85c33eb27f6c84b79c161887c194d3bd16d66490b - 0.0% (828 Bytes)

[#021] sha256:1949d60141db4c600cd10fa5ead16be5b106b3044749cbc65347879e93f8ac12 - 0.0% (847 Bytes)

[#022] sha256:641468dcba114160db5608a5ffa5e0ff1e27ebbdd8131642bb78a69666e5e247 - 0.0% (856 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-17 16:18:41 UTC

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

2020-06-17 16:18:41 UTC

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

2020-06-17 16:18:42 UTC

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

2020-06-17 16:18:42 UTC

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

2020-06-17 16:18:43 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-06-17T16:18:39Z

2020-06-17 16:18:43 UTC

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

2020-06-17 16:18:43 UTC

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

2020-06-17 16:18:44 UTC

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

Details
Created

2020-06-17 16:30:08 UTC

Size

95 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-06-17T16:29:28Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    4ff7492728b6c6c540cb391126372e514cdfa276
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-3211-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:2e8bea8b22f8f5a4fd5aa85019945dd8ae04f283a4ba2a7aeb4536fe2f1d1ec2 - 23.81% (22.6 MB)

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

[#002] sha256:27bfc658a5210a9f0c9cfcda5f504e720da9268e9f3f3bf48e3a9a7af360c959 - 0.0% (854 Bytes)

[#003] sha256:1ef0f1b06b2142ff2bf35cc565f019ed9e4efe0d8f332825167538c2337bac8a - 0.0% (187 Bytes)

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

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

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

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

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

[#009] sha256:e8979cdcd808be42c1d0cfaca324899be1e2d5b18c3a086cf6740aeb5f7fe0e5 - 18.17% (17.3 MB)


History
2020-06-17 01:42:33 UTC

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

2020-06-17 01:42:37 UTC

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

2020-06-17 01:42:41 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-06-17 01:42:44 UTC

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

2020-06-17 01:42:45 UTC

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

2020-06-17 16:29:32 UTC

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

2020-06-17 16:29: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_arm64

2020-06-17 16:29:33 UTC

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

2020-06-17 16:29:33 UTC

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

2020-06-17 16:29:59 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-17 16:29:59 UTC

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

2020-06-17 16:30:01 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-17 16:30:02 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-17 16:30:02 UTC

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

2020-06-17 16:30:04 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-17 16:30:04 UTC

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

2020-06-17 16:30:05 UTC

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

2020-06-17 16:30:05 UTC

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

2020-06-17 16:30:05 UTC

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

2020-06-17 16:30:05 UTC

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

2020-06-17 16:30:06 UTC

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

2020-06-17 16:30:07 UTC

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

2020-06-17 16:30:07 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-06-17T16:29:28Z

2020-06-17 16:30:07 UTC

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

2020-06-17 16:30:07 UTC

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

2020-06-17 16:30:08 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