Namespace
rancher
Image / Tag
rancher-agent:v2.5-7eb1792946639251f51bd109b630f9c1cf8940c2-head
Content Digest
sha256:d7dd0c3909267fb8c0da3679be4372808583371c7ebb999d9737fa31cf1b23e3
Details
Created

2020-10-27 15:36:12 UTC

Size

161 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-27T15:35:19Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    7eb1792946639251f51bd109b630f9c1cf8940c2
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5-7eb1792946639251f51bd109b630f9c1cf8940c2-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.18.2

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:171857c49d0f5e2ebf623e6cb36a8bcad585ed0c2aa99c87a055df034c1e5848 - 15.82% (25.5 MB)

[#001] sha256:419640447d267f068d2f84a093cb13a56ce77e130877f5b8bdb4294f4a90a84f - 0.0% (852 Bytes)

[#002] sha256:61e52f862619ab016d3bcfbd78e5c7aaaa1989b4c295e6dbcacddd2d7b93e1f5 - 0.0% (162 Bytes)

[#003] sha256:7b9f7b73cb241f2fc78f914a8eb138d5b209c35cb1a3ed71edf138a2ffc61c29 - 0.0% (124 Bytes)

[#004] sha256:28efb8c894d2542d4b9348bb938424f75a6901cb43435fc7e02ea5c6450d1036 - 34.86% (56.1 MB)

[#005] sha256:151cee34087306d16032c450bf523cda7531b2b1cd30f8d07916138131feb1cb - 1.37% (2.2 MB)

[#006] sha256:4f5e3c8310cf9cfb345696f591567fc1de693de77bfe52918b399e3ecd66d96d - 16.51% (26.6 MB)

[#007] sha256:ced695b11ce22fb2401a87885f788e8264b6c7d0b2620639f79a19e9c4442972 - 12.82% (20.6 MB)

[#008] sha256:a00251682251b8f6481c3e6f0356860633cfd926637deb1bd21385180de66b6d - 18.62% (30 MB)

[#009] sha256:2604532ce06afd38155185016668224686f5b8c8e97300434fbc45d4fb831822 - 0.0% (171 Bytes)


History
2020-09-25 22:33:49 UTC

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

2020-09-25 22:33:50 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-09-25 22:33:51 UTC

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

2020-09-25 22:33:52 UTC

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

2020-09-25 22:33:52 UTC

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

2020-10-27 15:35:40 UTC

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

2020-10-27 15:35:40 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-10-27 15:35:41 UTC

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

2020-10-27 15:35:41 UTC

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

2020-10-27 15:36:01 UTC

|1 ARCH=amd64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends git 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-10-27 15:36:01 UTC

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

2020-10-27 15:36:02 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-10-27 15:36:03 UTC

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

2020-10-27 15:36:04 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-10-27 15:36:04 UTC

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

2020-10-27 15:36:05 UTC

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

2020-10-27 15:36:05 UTC

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

2020-10-27 15:36:05 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-7eb1792946639251f51bd109b630f9c1cf8940c2-head

2020-10-27 15:36:05 UTC

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

2020-10-27 15:36:09 UTC

/bin/sh -c #(nop) COPY dir:a454074cb23d726f88d2e884514b1625ce277acada39d077b97c6b28a3c6de0f in /var/lib/rancher-data

2020-10-27 15:36:11 UTC

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

2020-10-27 15:36:12 UTC

/bin/sh -c #(nop) WORKDIR /var/lib/rancher

2020-10-27 15:36:12 UTC

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

2020-10-27 15:36:12 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-10-27T15:35:19Z

2020-10-27 15:36:12 UTC

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

2020-10-27 15:36:12 UTC

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

2020-10-27 15:36:12 UTC

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

Details
Created

2020-10-27 15:29:44 UTC

Size

248 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-27T15:29:38Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    7eb1792946639251f51bd109b630f9c1cf8940c2
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5-7eb1792946639251f51bd109b630f9c1cf8940c2-head

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1809

POWERSHELL_TELEMETRY_OPTOUT

0

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:aab6118ce69c93410df7fa15842a6e3b3c7ff20b639c779b5d5f78e7653eaa07 - 38.88% (96.5 MB)

[#001] sha256:fb8e9d2ebec8d146ce16eaab9fc140934988a413bdfac4de97e1a5a32a24cbde - 0.0% (840 Bytes)

[#002] sha256:2269bd28e1b4e8846b6c22ac54670767bdceacadff4d3e8fdb11a44901abe809 - 0.0% (838 Bytes)

[#003] sha256:ecc1d19c602c8b38eaa82f5663c7a9667972bbde9a577b67890d188011cee4c4 - 0.03% (65.3 KB)

[#004] sha256:94bc2a39004628a26cc1b7cb5037db086a224ed894d2d949158ca6abaf1b0a32 - 0.0% (837 Bytes)

[#005] sha256:4a60502b16e273e605121e7f5319fed3ebd4226eb6b51ad85d1f5212197b3d92 - 35.82% (88.9 MB)

[#006] sha256:c1586d54f96203fdd01eb22fbb8fb3ba017f048fd542942c4ef72220c66daa94 - 0.04% (93.6 KB)

[#007] sha256:e0c15edd13a7f4e20b92ff6c2db4c324549ecf1fc97cb30a476c1f110fdc77c5 - 0.0% (837 Bytes)

[#008] sha256:eb6f9f1ed489956561d1642335ec22722623e4c2e334cee0b71348998a590282 - 0.0% (843 Bytes)

[#009] sha256:d0c7f5b06f6d626194acec20d5151531a68affc178c8b0df43e65310c20743af - 0.0% (854 Bytes)

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

[#011] sha256:ff9a9e6597a24da65441e6e398855fc2804408ebbad0f4ddab564e7ca4261348 - 13.13% (32.6 MB)

[#012] sha256:5707d9950ec08b89ec4065fdc8594ebb26c7b4e8e40f2eda4bd3f1b9cb36b5c3 - 0.0% (828 Bytes)

[#013] sha256:1b7ad597c7f6785cec0e15cc94518fe683d87ba036e556ec6e364e8b283cbbfb - 0.0% (830 Bytes)

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

[#015] sha256:373bfd9bf3545912925df17bf517a2d660e7de9d62fe19b4bd090a7293d2a9a9 - 0.0% (832 Bytes)

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

[#017] sha256:df463c0972b9776188b37dcfba299d792fdd2f3ed72baa2b9cebecd2f45495f3 - 12.07% (30 MB)

[#018] sha256:e6a47eadbe4bdcef192feab771500c08daff83b591c1e96051b4338ff8dfcceb - 0.0% (845 Bytes)

[#019] sha256:e35a3676319fe2a9e016f9d6a4e9b1d32d22a6bad0dffa0e1cc944beae71a910 - 0.0% (848 Bytes)

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

[#021] sha256:51e2c4b22106096faa975cfe1785e42e05a483642b7c84458a34c3fcaf7cbddb - 0.0% (825 Bytes)

[#022] sha256:8994b111f886caab3cda280a2545a6028bb401257087276c9ed5842dfa8629c3 - 0.0% (830 Bytes)


History
2020-09-30 11:25:56 UTC

Apply image 1809-amd64

2020-10-20 17:27:46 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

2020-10-20 17:27:46 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-20 17:28:20 UTC

cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M

2020-10-20 17:28:20 UTC

cmd /S /C #(nop) USER ContainerUser

2020-10-20 17:28:54 UTC

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

2020-10-20 17:29:37 UTC

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-10-20 17:29:38 UTC

cmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0

2020-10-20 17:29:39 UTC

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

2020-10-26 18:29:49 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-26 18:29:50 UTC

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

2020-10-26 18:29:53 UTC

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

2020-10-26 18:29:54 UTC

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

2020-10-26 18:29:54 UTC

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

2020-10-26 18:29:55 UTC

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

2020-10-27 15:29:40 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-7eb1792946639251f51bd109b630f9c1cf8940c2-head

2020-10-27 15:29:41 UTC

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

2020-10-27 15:29:42 UTC

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

2020-10-27 15:29:43 UTC

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

2020-10-27 15:29:43 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-27T15:29:38Z

2020-10-27 15:29:44 UTC

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

2020-10-27 15:29:44 UTC

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

2020-10-27 15:29:44 UTC

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

Details
Created

2020-10-27 15:29:18 UTC

Size

250 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-27T15:29:14Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    7eb1792946639251f51bd109b630f9c1cf8940c2
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5-7eb1792946639251f51bd109b630f9c1cf8940c2-head

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1909

POWERSHELL_TELEMETRY_OPTOUT

0

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:d6c6a99d5726a68a35f81bb15a53ebdc98b41ff763b7b2442647543ee44bb89c - 39.26% (98.1 MB)

[#001] sha256:335c40a36065758dd89f8eb60d58c118ff3fc377f9ab2d80e389310f5bae961d - 0.0% (840 Bytes)

[#002] sha256:e04a1704732d92efe0a77fe70861d6cdc1aa70b253bb11718970c536aecab77e - 0.0% (839 Bytes)

[#003] sha256:7ed708438c0b71910721f562e1a0324e26b9effcb537d462eecbeae5c88ad325 - 0.03% (65.7 KB)

[#004] sha256:bf6c391878901e7a8574beb9a62a30c7e7101ba22be66a3c02a58a249962d52e - 0.0% (828 Bytes)

[#005] sha256:4477ab8943995fb124db1e8d182cbed664b7df7816cfda65dbb8ae0daa10660c - 35.6% (88.9 MB)

[#006] sha256:258aed69e137c065d92c05a4290b212e518b5702117e88e9054b36370c72e184 - 0.04% (92.3 KB)

[#007] sha256:7bc04510cb2f2ce0db54cfc4e4f7bedad99a7437663f94f6d7a7aac2c1a94600 - 0.0% (837 Bytes)

[#008] sha256:a6e0055f1cf6435235412031f009cbea2454176a19614752c90964f0090ee283 - 0.0% (841 Bytes)

[#009] sha256:468eb1b7fa1f628462a40dee9fa09f311bb031fe90fc994f5c1e45759366c41d - 0.0% (877 Bytes)

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

[#011] sha256:18dec97fecd095d6ddf8e8ddc34ef33f742f7085649f0c8259ac0075e71b3e50 - 13.05% (32.6 MB)

[#012] sha256:d9eb1b9806dbc553af415fbba8535b3f9b3b78adc99bbbc22f75ea88c92b79eb - 0.0% (863 Bytes)

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

[#014] sha256:f425af3b5f67014a5e00a3b37fbd25f1c7e019cf8ef82d52fe39433f1d4e22d2 - 0.0% (863 Bytes)

[#015] sha256:7382d8f377114fcefec2f911b76b652324576cbb186199078614c633b273a455 - 0.0% (854 Bytes)

[#016] sha256:d30a553d49075482f25c99f147ad384afdd133c0d45fbe9f49a9e2c5affde292 - 0.0% (818 Bytes)

[#017] sha256:6e12b3f7ecd06d033d0f75784e3f8e66f05546dc2428f1c8093a567ef9709a50 - 11.99% (30 MB)

[#018] sha256:4410ff773933091140a55aa1e7b7cb148508cd60ef1adc9f5880878a56845e0d - 0.0% (826 Bytes)

[#019] sha256:67f20c20d70fc351d3fdb3a9b77ff91e2256fbcd154ca8cb8cf6a3360b60a374 - 0.0% (831 Bytes)

[#020] sha256:3a83b2c0bbc407c17d9b08f2c3f5531baaf1e0f4ec7c52876009b69707c9b517 - 0.0% (857 Bytes)

[#021] sha256:14f217c3ef754d4253a4de9f292409e15dc971d40f7cbf6bd815fd184b1692eb - 0.0% (827 Bytes)

[#022] sha256:61bd85e47896717c29bbddff64f7d1c376c6c7eef5093c8084b204e2b83fe667 - 0.0% (816 Bytes)


History
2020-10-01 03:13:48 UTC

Apply image 1909-amd64

2020-10-20 16:55:30 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

2020-10-20 16:55:32 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-20 16:56:12 UTC

cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M

2020-10-20 16:56:15 UTC

cmd /S /C #(nop) USER ContainerUser

2020-10-20 16:57:23 UTC

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

2020-10-20 16:58:11 UTC

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-10-20 16:58:11 UTC

cmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0

2020-10-20 16:58:12 UTC

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

2020-10-26 16:55:14 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-26 16:55:15 UTC

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

2020-10-26 16:55:17 UTC

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

2020-10-26 16:55:18 UTC

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

2020-10-26 16:55:18 UTC

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

2020-10-26 16:55:19 UTC

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

2020-10-26 20:25:05 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-7eb1792946639251f51bd109b630f9c1cf8940c2-head

2020-10-26 20:25:05 UTC

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

2020-10-26 20:25:07 UTC

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

2020-10-26 20:25:07 UTC

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

2020-10-27 15:29:16 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-27T15:29:14Z

2020-10-27 15:29:17 UTC

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

2020-10-27 15:29:17 UTC

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

2020-10-27 15:29:18 UTC

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

Details
Created

2020-10-27 15:29:03 UTC

Size

250 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-27T15:28:59Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    7eb1792946639251f51bd109b630f9c1cf8940c2
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5-7eb1792946639251f51bd109b630f9c1cf8940c2-head

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1903

POWERSHELL_TELEMETRY_OPTOUT

0

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:0e31ee8f400716f940be9db76d6eedb1a903860385b4ca8f70513012d53fe1f1 - 39.31% (98.3 MB)

[#001] sha256:cff87f7c2e9d5f0e54a76b45b01f9551e5db97780ad8954a164b11cef558420f - 0.0% (875 Bytes)

[#002] sha256:eedcdb0753a8a044380cb7807307bb386a12e4da11cd58da77349c0387d5febb - 0.0% (866 Bytes)

[#003] sha256:12f25ce6dcf4db133030bee4fd0cab08260f0c216191b1addcbd39b46953b61e - 0.03% (66.6 KB)

[#004] sha256:e0d78dbe405fe2675691484fb369ecab34bda967e6aa32a439667472aea95bb3 - 0.0% (835 Bytes)

[#005] sha256:7fd2192ca41ed69fd2a35353fea5f431714df0455da86d954f49ba4febb656bf - 35.57% (88.9 MB)

[#006] sha256:087182b10054d52d2fc759197aa2dd5133610191fbdd4eb9106fc39868a8de7c - 0.04% (91.4 KB)

[#007] sha256:9563e8ab0fbba9839bfc402f8c6ce0c52f94c345433eadc1f614f3245a8cf64b - 0.0% (845 Bytes)

[#008] sha256:dd5b60269a9f2198c3860a8dd2ae7c9ed4bc05d3bed3d4c850fcce37d82d4c9f - 0.0% (837 Bytes)

[#009] sha256:8f9b452094d659f69da765ced7b648dff1892ba631290de626f514969249d318 - 0.0% (834 Bytes)

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

[#011] sha256:ce53d5af45927e8b4f1d0a9f4d005ab1183541f6d0b9aaba7fa222a8b42da931 - 13.04% (32.6 MB)

[#012] sha256:a22a8ff509b14a0135aa89ac632ffed0b5b9bdd6b25af2d017ecbcd2db14ca3b - 0.0% (861 Bytes)

[#013] sha256:c00cccd632abb625650e619c75329f2f86e8caefaaf3758b7bde5cc85746f64b - 0.0% (856 Bytes)

[#014] sha256:8696d91beb5ee920996885bd2b6287d9732205b86ea985ca28ddfdb7e204b03a - 0.0% (824 Bytes)

[#015] sha256:cfcb8007e4517ba706c216042d5dabad47b308497492a6f065da652128ba594a - 0.0% (825 Bytes)

[#016] sha256:b217196b1779d673c489a42e43e7901febcadfda404c4a053c5641232a558289 - 0.0% (850 Bytes)

[#017] sha256:97a8243d56b1e89aa3206137c9242dd5d74d094e06c2a0516eadd1d4620d21ee - 11.98% (30 MB)

[#018] sha256:87c02becde4d4906f90d96b2cb2be5fa72c63aff035ce717494b2db931ff535f - 0.0% (861 Bytes)

[#019] sha256:0fe94cdff5c0616d25c0a20609b808ecf58ae6baa9c03235afafb4854fd41a2e - 0.0% (856 Bytes)

[#020] sha256:3f7bc2b883f324898d69df540334dc79ad9760cdac0588aa98b39509100ab3c3 - 0.0% (853 Bytes)

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

[#022] sha256:8477c9994b07f63e040cb560c16094600884ffb25e4fe4bd78bae223239cb5b9 - 0.0% (849 Bytes)


History
2020-09-30 11:26:02 UTC

Apply image 1903-amd64

2020-10-20 17:27:24 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

2020-10-20 17:27:27 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-20 17:28:24 UTC

cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M

2020-10-20 17:28:25 UTC

cmd /S /C #(nop) USER ContainerUser

2020-10-20 17:29:01 UTC

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

2020-10-20 17:29:44 UTC

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-10-20 17:29:45 UTC

cmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0

2020-10-20 17:29:46 UTC

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

2020-10-26 16:53:58 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-26 16:53:58 UTC

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

2020-10-26 16:54:00 UTC

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

2020-10-26 16:54:01 UTC

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

2020-10-26 16:54:01 UTC

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

2020-10-26 16:54:02 UTC

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

2020-10-26 20:25:01 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-7eb1792946639251f51bd109b630f9c1cf8940c2-head

2020-10-26 20:25:02 UTC

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

2020-10-26 20:25:03 UTC

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

2020-10-26 20:25:03 UTC

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

2020-10-27 15:29:02 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-27T15:28:59Z

2020-10-27 15:29:02 UTC

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

2020-10-27 15:29:02 UTC

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

2020-10-27 15:29:03 UTC

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

Details
Created

2020-10-27 15:33:55 UTC

Size

149 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-27T15:33:05Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    7eb1792946639251f51bd109b630f9c1cf8940c2
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5-7eb1792946639251f51bd109b630f9c1cf8940c2-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.18.2

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:296c9ad75beec603486f1373addae8e2c509e94c4adda44c1289792c91624acc - 15.14% (22.6 MB)

[#001] sha256:c0533d1393025aa8c38e0823a6546a0d4e5dec6b8b670758c25494c35783668d - 0.0% (850 Bytes)

[#002] sha256:3c11bb34abc87247c6a70c928b7a5ef4cd48093642eb0c4b8121a674d3e278c6 - 0.0% (189 Bytes)

[#003] sha256:1b0309ce8572c5b61deb22202e44da7d26849a5ed1eb303e93409af27d8d2bb3 - 0.0% (124 Bytes)

[#004] sha256:46e6911c303e20cae5ec813d32415b0a323633ba862c186dc30e900893c8fe70 - 34.77% (51.9 MB)

[#005] sha256:ec31164e9f3188f669aa910fa6f005037f2a6471c8fef1db40a8b9910c2e44f1 - 1.3% (1.94 MB)

[#006] sha256:8e0927285f335fe2aa0d1ab77e5f0f5f4dd8037727103d7151443097d93eebd0 - 16.49% (24.6 MB)

[#007] sha256:022bdc9fb4fdca9687e05a12acf6767482c94a977ab16e3bd487651eb9830eb5 - 13.82% (20.6 MB)

[#008] sha256:4df5e856e4b673a935b2cdaf98cd0ae2291d70d4cf3150f340212156ec8b3d79 - 18.47% (27.6 MB)

[#009] sha256:a004f99167f0401b22257e2178617860bd922699eaddeac1747ad07284763177 - 0.0% (171 Bytes)


History
2020-09-25 22:47:32 UTC

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

2020-09-25 22:47:35 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-09-25 22:47:36 UTC

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

2020-09-25 22:47:38 UTC

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

2020-09-25 22:47:39 UTC

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

2020-10-27 15:33:19 UTC

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

2020-10-27 15:33:19 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-10-27 15:33:20 UTC

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

2020-10-27 15:33:20 UTC

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

2020-10-27 15:33:43 UTC

|1 ARCH=arm64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends git 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-10-27 15:33:44 UTC

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

2020-10-27 15:33: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-10-27 15:33:45 UTC

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

2020-10-27 15:33:47 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-10-27 15:33:47 UTC

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

2020-10-27 15:33:47 UTC

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

2020-10-27 15:33:48 UTC

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

2020-10-27 15:33:48 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-7eb1792946639251f51bd109b630f9c1cf8940c2-head

2020-10-27 15:33:48 UTC

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

2020-10-27 15:33:52 UTC

/bin/sh -c #(nop) COPY dir:86d48cd3b7edda567f19fa38939ddab78b0df605a5044c8a121d304347071e4e in /var/lib/rancher-data

2020-10-27 15:33:54 UTC

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

2020-10-27 15:33:54 UTC

/bin/sh -c #(nop) WORKDIR /var/lib/rancher

2020-10-27 15:33:55 UTC

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

2020-10-27 15:33:55 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-10-27T15:33:05Z

2020-10-27 15:33:55 UTC

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

2020-10-27 15:33:55 UTC

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

2020-10-27 15:33:55 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