Namespace
rancher
Image / Tag
rancher-agent:v2.5.2-rc7
Content Digest
sha256:6aed0187a84d66b40314c193971e5e1dfd13eaab37e37c3a348d0438cdd6e147
Details
Created

2020-11-07 01:36:03 UTC

Size

161 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-11-07T01:35:07Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    b0944b910c5091b263bda2cf8169049ec59f5b3e
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.2-rc7

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.81% (25.5 MB)

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

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

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

[#004] sha256:bafd38f7e1e8f8920a1ddc0acdf4b3d3afd9d1468ccb5897984f0907dfccf425 - 34.85% (56.1 MB)

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

[#006] sha256:4ea8e5145264ad5d727146b4c53260fce008ecb83c219334d95bea541b7a5f6e - 16.49% (26.6 MB)

[#007] sha256:d936c38dd6f0b134365b4848aa9b51d00a372c06c2180c7c7da13cd59509e4de - 12.87% (20.7 MB)

[#008] sha256:94ca82b822014a3bb728cc6323cdb2351e0b104385b21b9fbe1f0e1cfc18b463 - 18.61% (30 MB)

[#009] sha256:035b34d591d9491d15940074972cc65a13efe1c5e83eeef95793044856d598dd - 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-11-07 01:35:28 UTC

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

2020-11-07 01:35:28 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-11-07 01:35:29 UTC

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

2020-11-07 01:35:29 UTC

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

2020-11-07 01:35:50 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-11-07 01:35:51 UTC

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

2020-11-07 01:35:52 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-11-07 01:35:52 UTC

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

2020-11-07 01:35:54 UTC

|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/c-bata/kube-prompt/releases/download/${KUBEPROMPT_VERSION}/kube-prompt_${KUBEPROMPT_VERSION}_linux_${ARCH}.zip > /usr/bin/kube-prompt.zip && unzip /usr/bin/kube-prompt.zip -d /usr/bin

2020-11-07 01:35:54 UTC

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

2020-11-07 01:35:54 UTC

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

2020-11-07 01:35:54 UTC

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

2020-11-07 01:35:55 UTC

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

2020-11-07 01:35:55 UTC

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

2020-11-07 01:35:59 UTC

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

2020-11-07 01:36:01 UTC

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

2020-11-07 01:36:02 UTC

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

2020-11-07 01:36:02 UTC

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

2020-11-07 01:36:02 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-11-07T01:35:07Z

2020-11-07 01:36:02 UTC

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

2020-11-07 01:36:02 UTC

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

2020-11-07 01:36:03 UTC

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

Details
Created

2020-11-07 01:31:46 UTC

Size

248 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-11-07T01:31:42Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    b0944b910c5091b263bda2cf8169049ec59f5b3e
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.2-rc7

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.87% (96.5 MB)

[#001] sha256:71e5283dd9d47bd88fa566326f6e8e6bc1c3c7f385c69b7482194c97e6e969b7 - 0.0% (894 Bytes)

[#002] sha256:05006be99a092de18f27ebd9357601854cd79a5d889b3d0425aa16034ba4394d - 0.0% (840 Bytes)

[#003] sha256:da195ac2293a9561694a5adab6e97cc2f7c1cb37c8cba3f22e1ed3e90723759e - 0.02% (62.6 KB)

[#004] sha256:f8fa4de85b83f5d222df6544a1dadf65fbb999e155489406427e2054f80c4e09 - 0.0% (839 Bytes)

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

[#006] sha256:0ade25de6d58d36f0c689752b4e10ac9b2c5dc1f857e40da8414c64d9eb2e5a0 - 0.05% (123 KB)

[#007] sha256:d85cfa9dc8d26611c871a012812945e6d83c7c554dd1061caf196e352fcee684 - 0.0% (839 Bytes)

[#008] sha256:42962d95291d49a66c66e5f8e1f07a86abbc9189e3b3eeed11c0a733f37abab5 - 0.0% (836 Bytes)

[#009] sha256:0911e81c77b935b57de12e6c74a511bd4beec2bd26a9ecdb517e5d69a9101a94 - 0.0% (876 Bytes)

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

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

[#012] sha256:a3aa8e953d3e68e602bba141c5edb21bc87e7da5f187f0a4f211683900de143a - 0.0% (886 Bytes)

[#013] sha256:c219d25a7e1798172df513fbd955c07d92834b50d5446b0a9a8a313aab1492c8 - 0.0% (860 Bytes)

[#014] sha256:5a2a74bb18a041214ebe04622396f7b4ddf2988739229a27fea2becd4b9cb5dc - 0.0% (852 Bytes)

[#015] sha256:febca16707dc535c266d3a6b4e35df44b2af1b44efcb30f5c1d5595e40415fea - 0.0% (834 Bytes)

[#016] sha256:e8ef31bc4c538f03efaa96ae21d17757d9e8fe674bb3f3e587358c9dc34d534c - 0.0% (825 Bytes)

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

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

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

[#020] sha256:4172f53062e3af5042c79e98be0ba7ed91627abafa68a293d7e0f598e9a807f1 - 0.0% (832 Bytes)

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

[#022] sha256:b44728b79e6db5c6d5c196970fcf9ebbe83627b439afacbeb4312613e0f45273 - 0.0% (834 Bytes)


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

Apply image 1809-amd64

2020-10-27 18:41:50 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-27 18:41:52 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-27 18:42:23 UTC

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

2020-10-27 18:42:23 UTC

cmd /S /C #(nop) USER ContainerUser

2020-10-27 18:42:43 UTC

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

2020-10-27 18:43:22 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-27 18:43:23 UTC

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

2020-10-27 18:43:23 UTC

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

2020-11-01 23:02:47 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-11-01 23:02:48 UTC

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

2020-11-01 23:02:59 UTC

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

2020-11-01 23:03:00 UTC

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

2020-11-01 23:03:01 UTC

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

2020-11-01 23:03:03 UTC

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

2020-11-07 01:31:23 UTC

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

2020-11-07 01:31:23 UTC

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

2020-11-07 01:31:25 UTC

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

2020-11-07 01:31:26 UTC

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

2020-11-07 01:31:44 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-11-07T01:31:42Z

2020-11-07 01:31:45 UTC

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

2020-11-07 01:31:45 UTC

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

2020-11-07 01:31:46 UTC

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

Details
Created

2020-11-07 01:31:53 UTC

Size

250 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-11-07T01:31:49Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    b0944b910c5091b263bda2cf8169049ec59f5b3e
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.2-rc7

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.25% (98.1 MB)

[#001] sha256:206be2f05271bce4ec0df6e76cf74025975c544b911103f45dabd5b82c6da9f2 - 0.0% (868 Bytes)

[#002] sha256:f5cd62498cb480a0fff2b4530f0d34b893d3aa704912be89bd9786f72acbcc1b - 0.0% (836 Bytes)

[#003] sha256:5b9b73da39905fb9464897eee806a7caa18f1aa09700a076ff8ca6923ad8a341 - 0.02% (61.8 KB)

[#004] sha256:a6640319e0a80f154c05ab1dcf2c31be62235db5501e4042e481a5c99d161820 - 0.0% (833 Bytes)

[#005] sha256:6b0b5d435a4c9ab16d49963a0b822b1b09a81d03f3efbf335b069de97baa62b4 - 35.59% (88.9 MB)

[#006] sha256:7180a2511080a46bbf3a5b476beeb6079812351773965e8b3f61b0f0e87ba205 - 0.05% (124 KB)

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

[#008] sha256:73af04b1e0f1c1ec80dc0811d1c8e5cd6ca9bddabe3c88b2b149a9c424fa9c65 - 0.0% (842 Bytes)

[#009] sha256:1e253df2b56bdd83de21af56549b9df03a294fa22aeb390a69cf1e5c2694df21 - 0.0% (853 Bytes)

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

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

[#012] sha256:60ff4e4fb24840b66f6a50f48816eb13363ce65f4ccd2a14efd52465712ae7ed - 0.0% (856 Bytes)

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

[#014] sha256:0fdd68e8a64628d04e83101eec7f53b44ad071006806727e809fc2532dd4d95b - 0.0% (830 Bytes)

[#015] sha256:7abecedc7ecccdd7c292c0b33013617080bb36b41959938edf899b9bda281b36 - 0.0% (833 Bytes)

[#016] sha256:efc6c95054f1fac2ec1de8ef04e5a92439933b58aa0c298309e4f278d4b2b254 - 0.0% (830 Bytes)

[#017] sha256:28e57410d8a949b8225b55b98fddd1172c12da0a87858a8d7d7d480c8c63775c - 12.0% (30 MB)

[#018] sha256:94030c226ba293c6224ad680589ec3263a2b21d88c89a7adc2164889323cd58d - 0.0% (831 Bytes)

[#019] sha256:25861d7c288ce780af4cdc5124183da77e034445a3f8c27737b1f1f29908f83d - 0.0% (836 Bytes)

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

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

[#022] sha256:031e2ec7f52dcc7640ef675682796a0045d75da9c545d1afa510f957f6ef4f56 - 0.0% (830 Bytes)


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

Apply image 1909-amd64

2020-10-27 18:52:52 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-27 18:52:52 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-27 18:53:23 UTC

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

2020-10-27 18:53:24 UTC

cmd /S /C #(nop) USER ContainerUser

2020-10-27 18:53:46 UTC

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

2020-10-27 18:54:29 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-27 18:54:29 UTC

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

2020-10-27 18:54:30 UTC

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

2020-11-01 20:02:14 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-11-01 20:02:14 UTC

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

2020-11-01 20:02:17 UTC

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

2020-11-01 20:02:17 UTC

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

2020-11-01 20:02:17 UTC

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

2020-11-01 20:02:18 UTC

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

2020-11-07 01:31:31 UTC

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

2020-11-07 01:31:31 UTC

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

2020-11-07 01:31:32 UTC

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

2020-11-07 01:31:33 UTC

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

2020-11-07 01:31:52 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-11-07T01:31:49Z

2020-11-07 01:31:52 UTC

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

2020-11-07 01:31:52 UTC

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

2020-11-07 01:31:53 UTC

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

Details
Created

2020-11-07 01:31:55 UTC

Size

250 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-11-07T01:31:52Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    b0944b910c5091b263bda2cf8169049ec59f5b3e
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.2-rc7

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.3% (98.3 MB)

[#001] sha256:b59df857af5acc3c862e854b5f18770bbccbe2ee67a1e38a959867be75e7684b - 0.0% (844 Bytes)

[#002] sha256:cccb86c24d5a6d26850398779f867ff81068ddd9b1cefbe740574f67a8575fe5 - 0.0% (840 Bytes)

[#003] sha256:bef6855c6ff742ce0fb84ce683f36ad73da71aee30013c8e8eedeb96166588be - 0.03% (65.8 KB)

[#004] sha256:9ed1177be57044776572ceee250a1351667fb225d102f7ea4360ca375d6f3907 - 0.0% (837 Bytes)

[#005] sha256:1866bc40ff39899200b8062addec978f23ebf9abbc220bec6aabdce2d0b71cba - 35.56% (88.9 MB)

[#006] sha256:5bee1ccfd789b6c8bfb35de07437385b2cbaa6da6f29b25a757389d89a8cd549 - 0.05% (125 KB)

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

[#008] sha256:63bc374f6aa77ec96d9076561bf3d53be2735a2de499b59174ef842989976b2c - 0.0% (891 Bytes)

[#009] sha256:45e8b711f4009887bc24bc9e0e1fb508e837582154f9e8ea801a54f8680917e4 - 0.0% (883 Bytes)

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

[#011] sha256:c3ba01cbf6f70679b6181bd616e8b91ef2abf31fd430b10fc740919cabff356c - 13.03% (32.6 MB)

[#012] sha256:69cd9a551d961af4d5a17fcc33b2842c929cbe6c12ab1989e47be1870e9de4b1 - 0.0% (830 Bytes)

[#013] sha256:0d66facd11e50d1b7363adba09fe9e42bd840c7550b940da432bf25ffff4937e - 0.0% (851 Bytes)

[#014] sha256:eaf761a6c499e915f6cca12f22b5d65efac294a4be94732528fdad1941cf7ebb - 0.0% (853 Bytes)

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

[#016] sha256:f8db03277e4877e96d22b21ed608dda0569eecf2c2e3d0b5651f8ad931340da2 - 0.0% (833 Bytes)

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

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

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

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

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

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


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

Apply image 1903-amd64

2020-10-27 19:03:00 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-27 19:03:01 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-27 19:03:30 UTC

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

2020-10-27 19:03:30 UTC

cmd /S /C #(nop) USER ContainerUser

2020-10-27 19:03:53 UTC

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

2020-10-27 19:04:43 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-27 19:04:44 UTC

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

2020-10-27 19:04:44 UTC

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

2020-11-01 23:17:53 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-11-01 23:17:54 UTC

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

2020-11-01 23:17:56 UTC

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

2020-11-01 23:17:57 UTC

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

2020-11-01 23:17:58 UTC

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

2020-11-01 23:17:58 UTC

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

2020-11-07 01:31:34 UTC

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

2020-11-07 01:31:34 UTC

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

2020-11-07 01:31:36 UTC

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

2020-11-07 01:31:36 UTC

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

2020-11-07 01:31:54 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-11-07T01:31:52Z

2020-11-07 01:31:54 UTC

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

2020-11-07 01:31:54 UTC

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

2020-11-07 01:31:55 UTC

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

Details
Created

2020-11-07 01:35:36 UTC

Size

150 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-11-07T01:34:45Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    b0944b910c5091b263bda2cf8169049ec59f5b3e
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.2-rc7

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.13% (22.6 MB)

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

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

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

[#004] sha256:323f22445de05a806cfb3c5cf2c924faf697189096dffe241dd7725fe76f668b - 34.75% (52 MB)

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

[#006] sha256:c61df599c91863a0b21e385df34f1f3c14ae95b7c04a720f9ef9dda8ea0d56f6 - 16.48% (24.6 MB)

[#007] sha256:df9f26fdf521c0c214177b982952f3ba700fcc3566ff1923c0959e48fd2947e9 - 13.87% (20.7 MB)

[#008] sha256:5b12d8e3450112af5116a1c9eabd9444291ea617db99824c45ae3d3ed5e5a2d6 - 18.47% (27.6 MB)

[#009] sha256:bf53c53b43529bd54af3268adc9a907ca6a0c63620317c425b3318035f5ada6c - 0.0% (173 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-11-07 01:34:59 UTC

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

2020-11-07 01:34: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_arm64

2020-11-07 01:35:00 UTC

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

2020-11-07 01:35:00 UTC

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

2020-11-07 01:35:23 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-11-07 01:35:24 UTC

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

2020-11-07 01:35:25 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-11-07 01:35:25 UTC

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

2020-11-07 01:35:27 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-11-07 01:35:27 UTC

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

2020-11-07 01:35:28 UTC

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

2020-11-07 01:35:28 UTC

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

2020-11-07 01:35:28 UTC

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

2020-11-07 01:35:28 UTC

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

2020-11-07 01:35:32 UTC

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

2020-11-07 01:35:34 UTC

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

2020-11-07 01:35:35 UTC

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

2020-11-07 01:35:35 UTC

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

2020-11-07 01:35:36 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-11-07T01:34:45Z

2020-11-07 01:35:36 UTC

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

2020-11-07 01:35:36 UTC

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

2020-11-07 01:35:36 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