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

2021-01-13 23:18:03 UTC

Size

104 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-01-13T23:17:29Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    013c03811c77c18cda9de41a9cb5761efbb39518
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4702-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:f22ccc0b8772d8e1bcb40f137b373686bc27427a70c0e41dd22b38016e09e7e0 - 24.47% (25.5 MB)

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

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

[#003] sha256:83af69760bd8f9c146d30007444e51322b9450a6d69cb5c6b617645170e1b230 - 0.0% (123 Bytes)

[#004] sha256:0ff0280424277819968c4081fa7fd61580c28c844a3a5061ea5c2df3eed489de - 29.1% (30.3 MB)

[#005] sha256:8173306facae086d67be798301e1b4e3edccddc2bfa829b570a59cfdaedd09b8 - 2.12% (2.2 MB)

[#006] sha256:eacbec54bbbcc0fccf3211816f22334549f1be2866b45d3b3313ab68d4e3b412 - 1.17% (1.22 MB)

[#007] sha256:f70471867bf88357c746d8d461329237dd5df08db4bb96e88e1727df024fc782 - 25.53% (26.6 MB)

[#008] sha256:9f8fb9aea9f3ce2bfee5bc2e80743513be8c4aef7794772fc838677073f94b0b - 17.62% (18.3 MB)


History
2020-11-25 22:25:13 UTC

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

2020-11-25 22:25:14 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-11-25 22:25:15 UTC

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

2020-11-25 22:25:16 UTC

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

2020-11-25 22:25:17 UTC

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

2021-01-13 23:17:31 UTC

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

2021-01-13 23:17:31 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

2021-01-13 23:17:33 UTC

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

2021-01-13 23:17:33 UTC

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

2021-01-13 23:17: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/*

2021-01-13 23:17:55 UTC

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

2021-01-13 23:17: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

2021-01-13 23:17: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

2021-01-13 23:17:57 UTC

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

2021-01-13 23:17: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

2021-01-13 23:18:00 UTC

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

2021-01-13 23:18:00 UTC

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

2021-01-13 23:18:00 UTC

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

2021-01-13 23:18:00 UTC

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

2021-01-13 23:18:01 UTC

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

2021-01-13 23:18:02 UTC

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

2021-01-13 23:18:02 UTC

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

2021-01-13 23:18:02 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-01-13T23:17:29Z

2021-01-13 23:18:02 UTC

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

2021-01-13 23:18:02 UTC

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

2021-01-13 23:18:03 UTC

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

Details
Created

2021-01-13 23:12:25 UTC

Size

240 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-01-13T23:12:08Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    013c03811c77c18cda9de41a9cb5761efbb39518
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4702-head

DOCKER_API_VERSION

1.24

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1809

POWERSHELL_TELEMETRY_OPTOUT

0

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

C:\Users\Public\AppData\Local\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:21be49aa856f07be4e0a677b988e43c04bd595a3c858e58b6c364477bbbf7222 - 40.26% (96.6 MB)

[#001] sha256:7b5e1bc2bc95804adfcd2715992e45609590e0dd1afb70a25f787ba285e2101c - 0.0% (863 Bytes)

[#002] sha256:899884f723056a55de1dceecd183d49f07dc37fd9dee994f5de6cdd6942f78b4 - 0.0% (838 Bytes)

[#003] sha256:ffea4b65bddf583646e6419e008d26b11f6ae5667f70ebcbe49243f7874ae591 - 0.03% (65.6 KB)

[#004] sha256:4603361ba950abc81d0a75a705733ce99a80a6a1d6da29926187201559bb26f7 - 0.0% (842 Bytes)

[#005] sha256:78cf252b5eb9467c62c464b50e49f8d29974163d83bfeb5b4a9efb94db38e968 - 40.42% (97 MB)

[#006] sha256:ed2e0a7850c4c8d90a0eef11853b97fca5a9ecb0f8fae3249f209a856e8a26f9 - 0.04% (101 KB)

[#007] sha256:af4d4a5234690c54c2ad75e085e197f745a51c722de5d6653484ed49d9e93355 - 0.0% (869 Bytes)

[#008] sha256:c389f220757c04e843571be1557f262bd27ec7ff77a862dc52ec4811a9a5fd1d - 0.0% (839 Bytes)

[#009] sha256:245744b3d1b79051401ec9b3c6f339ad5aab78c79371ecee238d0b07b82d4b93 - 0.0% (858 Bytes)

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

[#011] sha256:b0df32e4640ffb4344adeee732a490dc9230671f71ad739e745b3c8cd1fb6d17 - 13.59% (32.6 MB)

[#012] sha256:daac95a21eefc5440f786284cce9106617a2df1ddb3af0daf8da01fa7bad01b2 - 0.0% (854 Bytes)

[#013] sha256:5b54cd378a2cfb95af5220a35a3986f32d479da14e2d41249a1497140985682e - 0.0% (830 Bytes)

[#014] sha256:86fcb80a49aa34ea9b07df50a6144fd9356eb0570cb9222631ba329a6a2aea49 - 0.0% (835 Bytes)

[#015] sha256:2aae7da86f8e81054b2ad514786467656561d2ddcdb3c4a6aea314c3517136c9 - 0.0% (856 Bytes)

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

[#017] sha256:290ffa026aa7873865c6d1eb07020b078b15af9bbb5653873d3b39e6c806e62e - 5.62% (13.5 MB)

[#018] sha256:6f2ad41ca43410c090429d968112f14e372e7ed2db182c1dab3be159023eb9ed - 0.0% (860 Bytes)

[#019] sha256:f8d0ec0a16a8c36ac0d5a9fc1741b4d6a4e7d615e1146f0ccf70237e23af29d3 - 0.0% (889 Bytes)

[#020] sha256:031dae938d8d1d755d882f5427a8bdfb866b71d9d3be748b8e791670dcccc241 - 0.0% (875 Bytes)

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

[#022] sha256:559680c565fda2062996355c933f235542e9774a6238b86c00f9458e6d6fae4c - 0.0% (859 Bytes)


History
2020-12-03 08:05:47 UTC

Apply image 1809-amd64

2020-12-15 00:41:22 UTC

cmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1809

2020-12-15 00:41:22 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-12-15 00:41:50 UTC

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

2020-12-15 00:41:50 UTC

cmd /S /C #(nop) USER ContainerUser

2020-12-15 00:42:13 UTC

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

2020-12-15 00:42:49 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-12-15 00:42:49 UTC

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

2020-12-15 00:42:50 UTC

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

2021-01-11 23:26:20 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-01-11 23:26:21 UTC

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

2021-01-11 23:26:23 UTC

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

2021-01-11 23:26:24 UTC

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

2021-01-11 23:26:24 UTC

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

2021-01-11 23:26:24 UTC

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

2021-01-13 23:12:14 UTC

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

2021-01-13 23:12:15 UTC

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

2021-01-13 23:12:20 UTC

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

2021-01-13 23:12:21 UTC

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

2021-01-13 23:12:22 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-13T23:12:08Z

2021-01-13 23:12:24 UTC

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

2021-01-13 23:12:24 UTC

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

2021-01-13 23:12:25 UTC

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

Details
Created

2021-01-13 23:12:55 UTC

Size

242 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-01-13T23:12:40Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    013c03811c77c18cda9de41a9cb5761efbb39518
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4702-head

DOCKER_API_VERSION

1.24

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1909

POWERSHELL_TELEMETRY_OPTOUT

0

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

C:\Users\Public\AppData\Local\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:c5135e5444e8016d822960427ecd7b8a8aab4249eda3495d8365c73961b1d3f1 - 40.66% (98.2 MB)

[#001] sha256:e9be38d9a6b955dbfb1a5c7eb6115c88e4e8738ed5646678e276c8164185a970 - 0.0% (843 Bytes)

[#002] sha256:10a04c6a04e8539c940f7bab3d8be08da6293d13f5958c440b88d7517b2842e1 - 0.0% (843 Bytes)

[#003] sha256:eb58378af5b252d457f6eb987cab040d9ddf292e1e82915029c31bad4c20e7d5 - 0.03% (63.7 KB)

[#004] sha256:b78482ecfc8b7e65a874538fa9978aabf80ba520c1d5980f2432af6f4b675a98 - 0.0% (840 Bytes)

[#005] sha256:d6bc40f72d95c437c21541d297cfdc574da11a96c6ad358bf5df68119add3383 - 40.14% (97 MB)

[#006] sha256:c9788e27fb616c95809efc30cf6bb5ec6ed5b3f094314249697fc3cb2d4d16c6 - 0.05% (135 KB)

[#007] sha256:c78a88cdb21649afb7fb8b14025d33c115a6ac8b22e5c423adff0317c12be659 - 0.0% (866 Bytes)

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

[#009] sha256:5ddafccde802fabd6afdf20453763a4f1755ffe865b533275e16d145fb08c7c6 - 0.0% (835 Bytes)

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

[#011] sha256:78c193f0909029a1fe4918a9f6a60dafdb412188c0cdc264f468390651a7369b - 13.49% (32.6 MB)

[#012] sha256:cc29b0e4996f541f3aa02bf4d3ef1e464393ebb1503b24612486a0721e59ee32 - 0.0% (857 Bytes)

[#013] sha256:c342b94cffcb69ed6433a3bedc3eac020be89f04ceee04293353bc63ece7a1b0 - 0.0% (855 Bytes)

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

[#015] sha256:7b6b2cc906ea71b0c613529f553d54c56afab6539f8ccf32a70decd72834b4d2 - 0.0% (887 Bytes)

[#016] sha256:640cc0d1371e7ce0f50c28761290720e6b6570ffb074d0dafbc2cdbe1d38fd7c - 0.0% (862 Bytes)

[#017] sha256:8d29034e767d49a720374e0e96cc947125620115fd1940a3ac338dd8ef371a50 - 5.58% (13.5 MB)

[#018] sha256:d26ebfd7c363c1d6810ac97293f3ce571718ea48cd78d153c5f7ab96227fa647 - 0.0% (860 Bytes)

[#019] sha256:52e4689ced8d00a312ea25d7607baf9aca0d221ba200217f549f260dec392c1e - 0.0% (829 Bytes)

[#020] sha256:ebdcb4093d0937dca0a29524a689cf9cc05dbba87da7fa57a3dbe4dba24ce6cd - 0.0% (831 Bytes)

[#021] sha256:0d32d8d2b3b1b4e43e2204d75d33457692df6d87078971930e23e5701b8a0eb3 - 0.0% (830 Bytes)

[#022] sha256:29e09a0a105ce4028b25b31ef1dfa2d5f736b6be5c5f763891780d73e4a64f33 - 0.0% (854 Bytes)


History
2020-12-03 07:44:26 UTC

Apply image 1909-amd64

2020-12-15 00:31:16 UTC

cmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1909

2020-12-15 00:31:17 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-12-15 00:32:04 UTC

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

2020-12-15 00:32:04 UTC

cmd /S /C #(nop) USER ContainerUser

2020-12-15 00:32:31 UTC

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

2020-12-15 00:33: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-12-15 00:33:12 UTC

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

2020-12-15 00:33:12 UTC

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

2021-01-11 17:01:05 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-01-11 17:01:06 UTC

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

2021-01-11 17:01:08 UTC

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

2021-01-11 17:01:09 UTC

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

2021-01-11 17:01:10 UTC

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

2021-01-11 17:01:10 UTC

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

2021-01-13 23:12:50 UTC

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

2021-01-13 23:12:51 UTC

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

2021-01-13 23:12:52 UTC

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

2021-01-13 23:12:53 UTC

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

2021-01-13 23:12:53 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-13T23:12:40Z

2021-01-13 23:12:54 UTC

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

2021-01-13 23:12:54 UTC

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

2021-01-13 23:12:55 UTC

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

Details
Created

2021-01-13 23:12:36 UTC

Size

241 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-01-13T23:12:26Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    013c03811c77c18cda9de41a9cb5761efbb39518
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4702-head

DOCKER_API_VERSION

1.24

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1903

POWERSHELL_TELEMETRY_OPTOUT

0

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

C:\Users\Public\AppData\Local\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:302b7cf33b3a2bd3c958c33a0bb0221099c7abebd46bd685a171899210be5180 - 40.64% (98.1 MB)

[#001] sha256:c99b71322f98094328cbfe4e533e62c323564185edb3aef36f201817c35d316f - 0.0% (874 Bytes)

[#002] sha256:644592099bcca3931ac208de7acb18b9864fc376aa82ce79d503ff8811305b80 - 0.0% (824 Bytes)

[#003] sha256:7f7168ee45921ab5248822efe6710cd780cf1a3ce1ce72f4902c574a2fdca84a - 0.03% (64.4 KB)

[#004] sha256:567655c4eda01ab6f5e1b0c8458db71ca7ebcc436a8e8f3105d57ce7c18dc775 - 0.0% (847 Bytes)

[#005] sha256:0439fdc969df0a1428ef1ee44139a71fdcce4e14d78a889ba00380d3c13884b7 - 40.17% (97 MB)

[#006] sha256:72a7a5d1fb28553e60322aa9f952dfd9bf21b40672041fa06131be2f8fea358c - 0.04% (91.9 KB)

[#007] sha256:68fc068d7c1db4cdc2fe38f2bcb9c5ad86ee8bd823baba9f0a479586a1bad7e0 - 0.0% (840 Bytes)

[#008] sha256:d13bfa802c2e0f5118e03c462abe5f10ae3dbb32512317987800a17255806b3c - 0.0% (840 Bytes)

[#009] sha256:1c8a366f2636e2efde8f96cea5c13b6da0622fe5d686ffb1e3b01e5f0e0661c8 - 0.0% (830 Bytes)

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

[#011] sha256:7d92ed59e8e5a04a3367886e4638ff8b09abffca92e89cf8a59bdf638a6989bb - 13.5% (32.6 MB)

[#012] sha256:b2448be704c747569a18c8f59e0f4c668337fef57f92e3e2d0709d20e264b1f7 - 0.0% (835 Bytes)

[#013] sha256:157fac0538e2ae6e54ae645b58b2060dc8bdc7e45cbd6d028483bc7da59f241b - 0.0% (857 Bytes)

[#014] sha256:1c5291d9f87f8be7d5271de6e3951b578b3ff3f5fc9af0d26f0c656f68f1527c - 0.0% (830 Bytes)

[#015] sha256:dc27541b2c89a8646c9f7b6e6a3a078cdda8e140b897171a22a26c73d3355eb9 - 0.0% (864 Bytes)

[#016] sha256:9c88d80574737520908527d50ed3a718f5582612640de998d14526eae8fd2d42 - 0.0% (851 Bytes)

[#017] sha256:f8f69b26001fbd2c3794f46337c18be32b8e22ad744149556ba942f0bdedfc40 - 5.58% (13.5 MB)

[#018] sha256:ae4585b1b236704c46e50b1e8cc5f2618b32f800e8aafd7e0ae141c1e0fc7cb2 - 0.0% (832 Bytes)

[#019] sha256:ecfd60d662da0e18814cde97234b5af20db43a49f2516fc28c52529a4f1ede77 - 0.0% (833 Bytes)

[#020] sha256:718f4021afef409e6c7160f02f6543ee0ac62697cbd3eb2b7e7a1427fa3ea958 - 0.0% (850 Bytes)

[#021] sha256:c99ff4022309c76043a32acac14261bfd355be1e37c103398acdef60432b2ec2 - 0.0% (849 Bytes)

[#022] sha256:64b2849bacfba5f15c2031ce268b043f92002417ef2edc594d8f25d40b810f2b - 0.0% (858 Bytes)


History
2020-12-02 14:58:01 UTC

Apply image 1903-amd64

2020-12-15 00:30:30 UTC

cmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1903

2020-12-15 00:30:30 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-12-15 00:30:59 UTC

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

2020-12-15 00:31:00 UTC

cmd /S /C #(nop) USER ContainerUser

2020-12-15 00:31:50 UTC

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

2020-12-15 00:32:35 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-12-15 00:32:36 UTC

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

2020-12-15 00:32:37 UTC

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

2021-01-11 17:02:54 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-01-11 17:02:55 UTC

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

2021-01-11 17:02:57 UTC

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

2021-01-11 17:02:58 UTC

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

2021-01-11 17:02:59 UTC

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

2021-01-11 17:02:59 UTC

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

2021-01-13 23:12:32 UTC

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

2021-01-13 23:12:32 UTC

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

2021-01-13 23:12:34 UTC

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

2021-01-13 23:12:35 UTC

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

2021-01-13 23:12:35 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-13T23:12:26Z

2021-01-13 23:12:35 UTC

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

2021-01-13 23:12:36 UTC

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

2021-01-13 23:12:36 UTC

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

Details
Created

2021-01-13 23:15:43 UTC

Size

94.6 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-01-13T23:15:12Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    013c03811c77c18cda9de41a9cb5761efbb39518
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4702-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:04da93b342eb651d6b94c74a934a3290697573a907fa0a06067b538095601745 - 23.93% (22.6 MB)

[#001] sha256:b235194751dee33624fc154603f7e25ecdfbb02538fb7d55fa796df9afa95fee - 0.0% (855 Bytes)

[#002] sha256:606a67bb8db9a1111022bdc6406442e11c1a66653136c5c777114bf67b61038a - 0.0% (188 Bytes)

[#003] sha256:c203d173622ebdf5f0ada27fd0ece6eddd73a888546b59ea852d2f1387811aa5 - 0.0% (123 Bytes)

[#004] sha256:46d0a3f114925be74efc805521fd80668b79db23d48d353649109117a8287c79 - 28.98% (27.4 MB)

[#005] sha256:fb68af301411668cda4b05bc3b14ff0b70aa587d40a456a2d63e58ea65d95e5d - 2.05% (1.94 MB)

[#006] sha256:3b201e90e7d3bf8cc539e42f4d7fbe05ba92a592c71d164dcc303d3fd53af32c - 1.2% (1.13 MB)

[#007] sha256:c47285f9bb1af824eeba51a3b98459f3fa57ce1b65bee03bbd61aac3afaeb7ac - 26.05% (24.6 MB)

[#008] sha256:d00152713258a770abe9324551636f1fbf0b2e95c2860f6aa9fc1d7d8ef5f27b - 17.8% (16.8 MB)


History
2020-11-25 22:42:53 UTC

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

2020-11-25 22:42:56 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-11-25 22:42:58 UTC

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

2020-11-25 22:43:00 UTC

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

2020-11-25 22:43:01 UTC

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

2021-01-13 23:15:16 UTC

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

2021-01-13 23:15:16 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

2021-01-13 23:15:17 UTC

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

2021-01-13 23:15:17 UTC

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

2021-01-13 23:15:35 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/*

2021-01-13 23:15:36 UTC

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

2021-01-13 23:15:37 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

2021-01-13 23:15:38 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

2021-01-13 23:15:38 UTC

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

2021-01-13 23:15:40 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

2021-01-13 23:15:40 UTC

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

2021-01-13 23:15:40 UTC

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

2021-01-13 23:15:40 UTC

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

2021-01-13 23:15:41 UTC

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

2021-01-13 23:15:41 UTC

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

2021-01-13 23:15:42 UTC

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

2021-01-13 23:15:42 UTC

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

2021-01-13 23:15:42 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-01-13T23:15:12Z

2021-01-13 23:15:42 UTC

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

2021-01-13 23:15:43 UTC

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

2021-01-13 23:15:43 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