Namespace
rancher
Image / Tag
rancher-agent:v2.4.5-rc5
Content Digest
sha256:aa1d5ee9037eea78f8ef1fa4e0b468367fe6d5d12afe318122e953ccfb8de2d4
Details
Created

2020-06-12 19:45:02 UTC

Size

105 MB

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

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.5-rc5

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:08d9a589bda74c04c7a36a1cdc30477eea270ffe5240f9f4e87ca092ffba1816 - 0.0% (124 Bytes)

[#005] sha256:196c03b24c50c0ac069a9311dc19d1793b5e6a09000521c9e2bdc0e193622d1b - 28.93% (30.3 MB)

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

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

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

[#009] sha256:055ea955901f2de3bc08ac374f4c1ed7042945951f8aa4a98246796164eba3a9 - 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-12 19:44:36 UTC

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

2020-06-12 19:44:36 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 19:44:37 UTC

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

2020-06-12 19:44:37 UTC

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

2020-06-12 19:44:54 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 19:44:55 UTC

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

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

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

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

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

2020-06-12 19:44:59 UTC

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

2020-06-12 19:44:59 UTC

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

2020-06-12 19:44:59 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4.5-rc5

2020-06-12 19:45:00 UTC

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

2020-06-12 19:45:01 UTC

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

2020-06-12 19:45:01 UTC

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

2020-06-12 19:45:01 UTC

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

2020-06-12 19:45:01 UTC

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

2020-06-12 19:45:02 UTC

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

2020-06-12 19:45:02 UTC

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

Details
Created

2020-06-12 19:35:59 UTC

Size

231 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-06-12T19:35:56Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    6c18ea5f2bdfa081ac4766a7dba76ca4fbec2a34
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.5-rc5

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:381a1a89a8e2df59b5cee036f0602b27e08ee41f0f2824f9c438bacef7ad338f - 0.0% (834 Bytes)

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

[#011] sha256:d9c86360c7624f34bf0cad10858027c07590f0b5ee2b780010bc67997565bf62 - 14.08% (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:6a5b1e7f9dffb49db338068cd1a4ab3d468cbd4336ea8abf981d352d3d1cb371 - 0.0% (829 Bytes)

[#016] sha256:3ee0d8e3c4f90f45d0b2862f22f607e50dc8c70beb0946c7defeb34fe2aadaf4 - 0.0% (836 Bytes)

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

[#018] sha256:15ad8c7c4371d36f25c1b940c389cf46ebbb1e122287e076ff4cc169ba0566ff - 0.0% (833 Bytes)

[#019] sha256:fe643a052b5992001c78e90a0100385aec678c3e81fdcd81a4fded8bafeb2ae2 - 0.0% (855 Bytes)

[#020] sha256:c85849df799d2dffd76f2e26cdbd909e1eebd3db7371bbb05fa14857bbe8aaba - 0.0% (854 Bytes)

[#021] sha256:5be76887df4cbc4f1e1b3d8d950ec2bf107337901d62ab97f68dd1b2e1c393ea - 0.0% (833 Bytes)

[#022] sha256:79e62f3cbd9daa81277fcc9f12073cc3dee54bfcb7dc6be8ae93e1aac8ae0d4f - 0.0% (832 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 19:35:46 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4.5-rc5

2020-06-12 19:35:47 UTC

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

2020-06-12 19:35:47 UTC

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

2020-06-12 19:35:48 UTC

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

2020-06-12 19:35:58 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-06-12T19:35:56Z

2020-06-12 19:35:58 UTC

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

2020-06-12 19:35:59 UTC

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

2020-06-12 19:35:59 UTC

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

Details
Created

2020-06-12 19:36:11 UTC

Size

233 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-06-12T19:36:08Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    6c18ea5f2bdfa081ac4766a7dba76ca4fbec2a34
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.5-rc5

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: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:0f9cb8bf93e72645c78fa225b309a8bad47e1fcc5f2944a8af93e376a8ce3dad - 0.0% (835 Bytes)

[#016] sha256:00c184d66b6f720773050cb7d0a194b3ee9f56aff2a66ae1a1de4fe284d0e5dc - 0.0% (823 Bytes)

[#017] sha256:8f598f780cdc914b9fed4064286f1bf2de702ab537c639d91509e407c54fffc3 - 5.74% (13.4 MB)

[#018] sha256:45a25860ef5d618f0704bc7a6d9f1d40df1da4eae2e8bd4983f87113e1583182 - 0.0% (836 Bytes)

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

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

[#021] sha256:ec7a58b2e0d18a505e687582698c54c519c7cb4754e3d0a4db2733fcab476c30 - 0.0% (853 Bytes)

[#022] sha256:ec52a36eb3d05b4872eb33fa36cd28ed29059546e0e3bcbe6729625ecd52d30f - 0.0% (828 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 19:35:57 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4.5-rc5

2020-06-12 19:35:57 UTC

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

2020-06-12 19:35:58 UTC

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

2020-06-12 19:35:59 UTC

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

2020-06-12 19:36:10 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-06-12T19:36:08Z

2020-06-12 19:36:10 UTC

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

2020-06-12 19:36:10 UTC

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

2020-06-12 19:36:11 UTC

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

Details
Created

2020-06-12 19:35:18 UTC

Size

233 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-06-12T19:35:16Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    6c18ea5f2bdfa081ac4766a7dba76ca4fbec2a34
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.5-rc5

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:fd395755718198725b8255c8e1bec30cdfc704f7ed8add7542f4c760ac8d7936 - 0.0% (831 Bytes)

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

[#011] sha256:970984d863e5593cf40b4f10848f4361afeb1fe2ccaf2e2d9d4e0ab0c8ced46c - 13.99% (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:7f6144af0fb14600a262d150a0245aea2e66d12a745cb646fd589843da09ddee - 0.0% (827 Bytes)

[#016] sha256:61e3c90c59b9136a5b8aaf496ece3a101e6a68f8751eba787647722f8869e56e - 0.0% (832 Bytes)

[#017] sha256:47a61dab798f60cc0ed5f4d80f12ddca8e9e309b91d7483950c410fc0933b486 - 5.74% (13.4 MB)

[#018] sha256:b43e81787a351ca8bab15ed8d07b280b796e1137673510dfeb34ff6a80d5ba80 - 0.0% (864 Bytes)

[#019] sha256:52649c9d3d18456778a806bd6059f38bfaf3fcbb0d4aba9c4fc0e457e3920cd4 - 0.0% (852 Bytes)

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

[#021] sha256:eab9f360cf4868d1afc3fcadff1f1a730e78fa9092c334852a83994012c8af53 - 0.0% (851 Bytes)

[#022] sha256:30ffc2e288ea95eb50f214bc86e459ffebd0f57dce99e95c687d5ecc1a5ed3e0 - 0.0% (832 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 19:35:06 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4.5-rc5

2020-06-12 19:35:06 UTC

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

2020-06-12 19:35:07 UTC

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

2020-06-12 19:35:07 UTC

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

2020-06-12 19:35:17 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-06-12T19:35:16Z

2020-06-12 19:35:18 UTC

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

2020-06-12 19:35:18 UTC

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

2020-06-12 19:35:18 UTC

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

Details
Created

2020-06-12 19:46:35 UTC

Size

95 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-06-12T19:45:57Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    6c18ea5f2bdfa081ac4766a7dba76ca4fbec2a34
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.5-rc5

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:cea0431d8cb05f6055f5bc742414f742f0281ab55a0c3a9b9758adb10cfd5923 - 0.0% (123 Bytes)

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

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

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

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

[#009] sha256:cbeffbb539cb8e9abb573f234164a13111ce2142a9d66cb3a9eb08ecc9cab657 - 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-12 19:46:00 UTC

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

2020-06-12 19:46:00 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 19:46:01 UTC

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

2020-06-12 19:46:01 UTC

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

2020-06-12 19:46:27 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 19:46:27 UTC

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

2020-06-12 19:46:29 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 19:46:30 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 19:46:30 UTC

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

2020-06-12 19:46:32 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 19:46:32 UTC

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

2020-06-12 19:46:32 UTC

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

2020-06-12 19:46:32 UTC

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

2020-06-12 19:46:33 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4.5-rc5

2020-06-12 19:46:33 UTC

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

2020-06-12 19:46:34 UTC

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

2020-06-12 19:46:34 UTC

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

2020-06-12 19:46:34 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-06-12T19:45:57Z

2020-06-12 19:46:35 UTC

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

2020-06-12 19:46:35 UTC

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

2020-06-12 19:46:35 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