Namespace
rancher
Image / Tag
rancher-agent:v2.4.9-rc9
Content Digest
sha256:a41f8a163827b119b1c23d4f7392bf3f4a5b4a834a3f1d65c16b9da2799118fb
Details
Created

2020-10-30 22:24:52 UTC

Size

105 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-30T22:24:25Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    833bca29aa48d1c89708956b5dee0e4579f9fcb7
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.9-rc9

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

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

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

[#003] sha256:496e3596948b8242a60e2ce4a3d9b441026753b23b14cfda9d37a3847cf8d515 - 0.0% (124 Bytes)

[#004] sha256:35ce5ac82402360e9ce93299800475d79f40330aad5412837a1350f2a4a8ae4a - 28.92% (30.3 MB)

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

[#006] sha256:19376b95519a8732cb1bd49b5e1875cb96d6819b5f89284a25fd9776cfd7362d - 1.16% (1.22 MB)

[#007] sha256:35e2d8f962d03c7c85764b1970448cd9a2071aff0e90a67db11982f4219a302c - 25.38% (26.6 MB)

[#008] sha256:8c743739ec1912d0cc8bfaf0965d7cc2ef7327c488be7837d0e8784c3ed51a40 - 18.12% (19 MB)


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-30 22:24:27 UTC

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

2020-10-30 22:24: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-10-30 22:24:28 UTC

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

2020-10-30 22:24:29 UTC

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

2020-10-30 22:24:45 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-10-30 22:24:46 UTC

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

2020-10-30 22:24:47 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-30 22:24:48 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-10-30 22:24:48 UTC

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

2020-10-30 22:24:49 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-30 22:24:50 UTC

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

2020-10-30 22:24:50 UTC

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

2020-10-30 22:24:50 UTC

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

2020-10-30 22:24:50 UTC

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

2020-10-30 22:24:50 UTC

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

2020-10-30 22:24:51 UTC

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

2020-10-30 22:24:52 UTC

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

2020-10-30 22:24:52 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-10-30T22:24:25Z

2020-10-30 22:24:52 UTC

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

2020-10-30 22:24:52 UTC

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

2020-10-30 22:24:52 UTC

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

Details
Created

2020-10-30 22:33:51 UTC

Size

232 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-30T22:33:49Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    833bca29aa48d1c89708956b5dee0e4579f9fcb7
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.9-rc9

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

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

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

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

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

[#005] sha256:b5836a3889bb8f93e8c91299f3fa4c1a7e62cbda44d832de191ab652f7ae6a87 - 38.36% (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:63d6f25ee67d7570d40241893b0b9210f04f1e31b5967c7169b4b661351177ff - 0.0% (860 Bytes)

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

[#011] sha256:bbfd7b190631bdd8d3a417d808fe463159c22a603d75720afc977e5a23aa8c88 - 14.06% (32.6 MB)

[#012] sha256:86c5701919dfe52a182d94b401ce3bde0beb9916b5dc922caa6bc211b02f55ff - 0.0% (856 Bytes)

[#013] sha256:8d715c2d5a992f5ebcc1ee35fa440f1209d35477c2430c2e9f039151757cd3e2 - 0.0% (831 Bytes)

[#014] sha256:44b563b8ef2b541346507c8cee1316e8d2fc44d5a02cf258da3a490bc8c032cb - 0.0% (856 Bytes)

[#015] sha256:d4a433cd0c9f560c380ad0f65c316ddf129efd781e70b596224a8befac6fdd9e - 0.0% (855 Bytes)

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

[#017] sha256:06512e41a09738e2074388150580ca842fa4652392a095bfca341d6d43e5ad8b - 5.81% (13.5 MB)

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

[#019] sha256:e63755f6596fb07313b0d2fb30f19f2f7b1c55c4d40af33629b4dd09293ec8b7 - 0.0% (862 Bytes)

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

[#021] sha256:110a20367b194050f10cb040d532fc3db412cd9e25e45407514933a1b26dcdca - 0.0% (833 Bytes)

[#022] sha256:08fe1c9f84e32f295e4cb234434688a3885786cbe58412c7f95e07b5f8403781 - 0.0% (831 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-10-30 22:33:08 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-30 22:33:09 UTC

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

2020-10-30 22:33:11 UTC

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

2020-10-30 22:33:12 UTC

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

2020-10-30 22:33:12 UTC

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

2020-10-30 22:33:12 UTC

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

2020-10-30 22:33:13 UTC

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

2020-10-30 22:33:13 UTC

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

2020-10-30 22:33:14 UTC

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

2020-10-30 22:33:14 UTC

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

2020-10-30 22:33:50 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-30T22:33:49Z

2020-10-30 22:33:50 UTC

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

2020-10-30 22:33:51 UTC

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

2020-10-30 22:33:51 UTC

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

Details
Created

2020-10-30 22:36:40 UTC

Size

233 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-30T22:36:37Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    833bca29aa48d1c89708956b5dee0e4579f9fcb7
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.9-rc9

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

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

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

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

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

[#005] sha256:6b0b5d435a4c9ab16d49963a0b822b1b09a81d03f3efbf335b069de97baa62b4 - 38.11% (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:2245e3a45e69ab91da295705954ca2a2cf540fb654137e2b61a70b51e7f3a3c4 - 0.0% (853 Bytes)

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

[#011] sha256:dd64dfa36fb564c72c881b739b7c1979d82a4d2380084a03fcdaf18a4fbe9026 - 13.97% (32.6 MB)

[#012] sha256:6c5ca201cdf7e7ccd7a599ce124c19cc091d66383131ca4d53a6563ecfe9501e - 0.0% (827 Bytes)

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

[#014] sha256:d3d1156677ba2229c3c8a5d5548cc2cb225307df25dab2ff0f822a5a0a9524ce - 0.0% (842 Bytes)

[#015] sha256:4ad2fea2291ca3b9e812017cc6ba19026049c83b91b78c80ffaee707e7c45f20 - 0.0% (828 Bytes)

[#016] sha256:322250bd2b564762a2d1204d860cbf30a51676200e75c3aace6ed0b7f82f5843 - 0.0% (827 Bytes)

[#017] sha256:ba41ee453418e67af3a946d949ffc2990909da002e8c8400fb135c1e98dbbe74 - 5.78% (13.5 MB)

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

[#019] sha256:e78ca856f81f582b6ba95786b377e955be608794b5632ee5d075e792a3e7bcda - 0.0% (859 Bytes)

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

[#021] sha256:6955bb29a46c93f62f88686b4c9bc5d794fa506385ff07af6ab61dc5083de9af - 0.0% (826 Bytes)

[#022] sha256:a8d3fd60419da8caed90ed5ffd6bb8bfef74576bd726580bdfa9c0be4fcb400e - 0.0% (827 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-10-30 22:35:54 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-30 22:35:55 UTC

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

2020-10-30 22:35:57 UTC

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

2020-10-30 22:35:58 UTC

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

2020-10-30 22:35:58 UTC

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

2020-10-30 22:35:59 UTC

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

2020-10-30 22:35:59 UTC

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

2020-10-30 22:35:59 UTC

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

2020-10-30 22:36:00 UTC

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

2020-10-30 22:36:01 UTC

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

2020-10-30 22:36:39 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-30T22:36:37Z

2020-10-30 22:36:39 UTC

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

2020-10-30 22:36:40 UTC

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

2020-10-30 22:36:40 UTC

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

Details
Created

2020-10-30 22:34:28 UTC

Size

234 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-30T22:34:25Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    833bca29aa48d1c89708956b5dee0e4579f9fcb7
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.9-rc9

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 - 42.08% (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 - 38.07% (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:d6610206c281961564afae9db0d0313a306f40964b8340cb782c28e851ab5748 - 0.0% (858 Bytes)

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

[#011] sha256:0e905b8d6ad98aee10e79301f4ed7f98aea77ed40a4f1f838384c322f9b2b3be - 13.96% (32.6 MB)

[#012] sha256:a95847659e6232ce2920370d41c56a7ba16a935569edbaa7f47e54ac52f7ed5e - 0.0% (833 Bytes)

[#013] sha256:91bf2c86b360c50d6dc29bcbcceb7f759cb6e33dba1dbc1a92f0117bb4db63d6 - 0.0% (829 Bytes)

[#014] sha256:90510673ecb45bf1072084891e6e32f743846e12352c47b4fec3026e41e8ee51 - 0.0% (826 Bytes)

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

[#016] sha256:237e1344ccc0142ed2bdb768d71b05b958698688c27996b45654fa3ca33e880f - 0.0% (827 Bytes)

[#017] sha256:b8f6bc6834d0669f91d0b05cf5afd1c16449959b2858f9cdacbcc055b2dd5904 - 5.77% (13.5 MB)

[#018] sha256:8dcb86e124deaf41d3ceb74429bb9cf4bf06804efd057c3bb896060cc2bc23c6 - 0.0% (862 Bytes)

[#019] sha256:f8d7c1ccf7fa260e566e2808c59f2b82f13710527d83ca0502673c4957b980a4 - 0.0% (853 Bytes)

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

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

[#022] sha256:ce4a61b2122cb3100f57e1d511eb777d06376311aeba77824175403d26caf0e2 - 0.0% (832 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-10-30 22:33:44 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-30 22:33:45 UTC

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

2020-10-30 22:33:47 UTC

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

2020-10-30 22:33:48 UTC

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

2020-10-30 22:33:48 UTC

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

2020-10-30 22:33:48 UTC

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

2020-10-30 22:33:49 UTC

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

2020-10-30 22:33:49 UTC

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

2020-10-30 22:33:50 UTC

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

2020-10-30 22:33:50 UTC

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

2020-10-30 22:34:27 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-30T22:34:25Z

2020-10-30 22:34:27 UTC

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

2020-10-30 22:34:27 UTC

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

2020-10-30 22:34:28 UTC

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

Details
Created

2020-10-30 22:25:15 UTC

Size

95.1 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-30T22:24:44Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    833bca29aa48d1c89708956b5dee0e4579f9fcb7
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.9-rc9

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

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

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

[#003] sha256:4e0091d6282147122b1879cf1f7103a9e65b0cb7aba0e18309c5f005e82c4aba - 0.0% (122 Bytes)

[#004] sha256:f9d6f18e319bff4dd94e465866c9e2c90151fca0a2749239ec5302bd6331ceb2 - 28.8% (27.4 MB)

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

[#006] sha256:a86afd96125638f8b4a3c3f3b39ef1d74f4c6e2f3065ba11e54049fd87ed715c - 1.19% (1.13 MB)

[#007] sha256:f18124325dea653a75ad13e291c8ab2c15a16cdbb9509e894436eaf8bfc7c871 - 25.91% (24.6 MB)

[#008] sha256:2acdf28850206d62786bdec2b2685b400593d19d5a0467a4cf6c3662b1d8b059 - 18.26% (17.4 MB)


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-30 22:24:47 UTC

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

2020-10-30 22:24:47 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-30 22:24:48 UTC

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

2020-10-30 22:24:49 UTC

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

2020-10-30 22:25:07 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-10-30 22:25:08 UTC

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

2020-10-30 22:25:09 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-30 22:25:10 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-10-30 22:25:10 UTC

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

2020-10-30 22:25:12 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-30 22:25:12 UTC

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

2020-10-30 22:25:13 UTC

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

2020-10-30 22:25:13 UTC

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

2020-10-30 22:25:13 UTC

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

2020-10-30 22:25:13 UTC

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

2020-10-30 22:25:14 UTC

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

2020-10-30 22:25:15 UTC

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

2020-10-30 22:25:15 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-10-30T22:24:44Z

2020-10-30 22:25:15 UTC

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

2020-10-30 22:25:15 UTC

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

2020-10-30 22:25:15 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