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

2020-10-30 23:39:16 UTC

Size

161 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-30T23:38:18Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    c5c00a59652e9a63bd4418340f7bd9a271fe5811
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.2-rc4

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

[#004] sha256:048cf662f83e9e11aaff9a16169e010a453d3bd3d121484839e54c1a61f936e8 - 34.86% (56.1 MB)

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

[#006] sha256:1847e21c06b5e1d84fbcbdb37563412e841b1537712760725aea19499cf629ed - 16.5% (26.6 MB)

[#007] sha256:ed763287fdcfd0ad74b3a776074841d8b2b6b2e13096e1298ff5de73f5e4ee07 - 12.85% (20.7 MB)

[#008] sha256:9dc0137f2a84ae8419adbfbfae767e9553310ff46748137b193e5f65cf02f15b - 18.61% (30 MB)

[#009] sha256:259566694ff0c70246e11074b2cc5aaad639230c45e7e0bc28373d6fe7c70ccd - 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-30 23:38:39 UTC

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

2020-10-30 23:38: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-30 23:38:41 UTC

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

2020-10-30 23:38:41 UTC

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

2020-10-30 23:39:04 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-30 23:39:04 UTC

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

2020-10-30 23:39:06 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 23:39:06 UTC

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

2020-10-30 23:39:07 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 23:39:08 UTC

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

2020-10-30 23:39:08 UTC

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

2020-10-30 23:39:08 UTC

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

2020-10-30 23:39:08 UTC

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

2020-10-30 23:39:08 UTC

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

2020-10-30 23:39:13 UTC

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

2020-10-30 23:39:15 UTC

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

2020-10-30 23:39:15 UTC

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

2020-10-30 23:39:15 UTC

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

2020-10-30 23:39:16 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-10-30T23:38:18Z

2020-10-30 23:39:16 UTC

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

2020-10-30 23:39:16 UTC

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

2020-10-30 23:39:16 UTC

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

Details
Created

2020-10-30 23:34:31 UTC

Size

248 MB

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

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.2-rc4

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:63d6f25ee67d7570d40241893b0b9210f04f1e31b5967c7169b4b661351177ff - 0.0% (860 Bytes)

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

[#011] sha256:bbfd7b190631bdd8d3a417d808fe463159c22a603d75720afc977e5a23aa8c88 - 13.13% (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:238342921d65ea413395dde4bcd91cfdd64514c7d58f5aab6e38820abd722220 - 0.0% (825 Bytes)

[#016] sha256:13192afd1faa58876a795326089271d265201832211b34b4cb37d5255dec49fe - 0.0% (832 Bytes)

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

[#018] sha256:6f9659583e2b9fd6dbbe20c071342486b5bc23b9f15bf0a1287d4e03f09858d1 - 0.0% (829 Bytes)

[#019] sha256:51465be36f565e33c5829d0f947934b672ba8c4a8434371a4a7fbac13dd46406 - 0.0% (851 Bytes)

[#020] sha256:019984adcee44999f656eb572eed5c988225daf3e2946025333afd433650313b - 0.0% (851 Bytes)

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

[#022] sha256:e790fd6573a5f4d39ef6117ce927bb296647c6d8df9d0f281320f7d00bae666e - 0.0% (826 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 23:34:14 UTC

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

2020-10-30 23:34:14 UTC

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

2020-10-30 23:34:16 UTC

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

2020-10-30 23:34:16 UTC

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

2020-10-30 23:34:30 UTC

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

2020-10-30 23:34:30 UTC

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

2020-10-30 23:34:31 UTC

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

2020-10-30 23:34:31 UTC

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

Details
Created

2020-10-30 23:34:27 UTC

Size

250 MB

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

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.2-rc4

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:2245e3a45e69ab91da295705954ca2a2cf540fb654137e2b61a70b51e7f3a3c4 - 0.0% (853 Bytes)

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

[#011] sha256:dd64dfa36fb564c72c881b739b7c1979d82a4d2380084a03fcdaf18a4fbe9026 - 13.05% (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:45cfb51862b970a362623d17b715956bbf59f2cbf49dfe7db6a2e6cc06e15703 - 0.0% (855 Bytes)

[#016] sha256:a772ad1cef4e22b91357efac37480d39501788e1626a8c39a24b7bf399f0c752 - 0.0% (829 Bytes)

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

[#018] sha256:d8a3a29ccea34606b3fc0b0d2a18aa3ee43c54dfa0150b405cd126240ed24882 - 0.0% (828 Bytes)

[#019] sha256:dbde202304e786614d419af46b9764feeb8dc97262838ea5b89491cb3633d221 - 0.0% (825 Bytes)

[#020] sha256:8bbdba4ccf5596d6ef9b26222bad901d9f840d2d45c16795daff890f9f1f2b10 - 0.0% (822 Bytes)

[#021] sha256:72a4c4b13fd11a0103ebe0206636007b03a48ea4c1b1224f6936e456d7388ab4 - 0.0% (831 Bytes)

[#022] sha256:30f790a24365b7349f565e50ee30b2caef3b63235a1c3c65db80fe69709bcb32 - 0.0% (829 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 23:34:07 UTC

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

2020-10-30 23:34:09 UTC

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

2020-10-30 23:34:10 UTC

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

2020-10-30 23:34:11 UTC

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

2020-10-30 23:34:26 UTC

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

2020-10-30 23:34:26 UTC

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

2020-10-30 23:34:26 UTC

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

2020-10-30 23:34:27 UTC

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

Details
Created

2020-10-30 23:34:11 UTC

Size

250 MB

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

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.2-rc4

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

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

[#011] sha256:0e905b8d6ad98aee10e79301f4ed7f98aea77ed40a4f1f838384c322f9b2b3be - 13.04% (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:f1412f2df854051459dbdedad280157a6c7817efbbc7b8c6fd94d4ae5cb6c896 - 0.0% (832 Bytes)

[#016] sha256:d4470afae045c01564ae44e5ba784bcbaf0992021b84352bbc1a0152e1095d2a - 0.0% (855 Bytes)

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

[#018] sha256:af51cb47b98921b56ab42711aefe8de120290f53ddf61b254502d15f4dd7231a - 0.0% (828 Bytes)

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

[#020] sha256:33ebb71f58665ec62e74d438c059e592198461df6d0a7006e9c35f7bcafa3810 - 0.0% (825 Bytes)

[#021] sha256:386e6b3b0cf65b8bf1b155148c216a03d760e5024f61aa66ea7a5777d239f298 - 0.0% (848 Bytes)

[#022] sha256:7a85a516fe6a8a9c7eb574844f88ff76658c89b5e21f3841857ef239981f9807 - 0.0% (828 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 23:09:28 UTC

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

2020-10-30 23:09:28 UTC

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

2020-10-30 23:09:30 UTC

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

2020-10-30 23:09:30 UTC

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

2020-10-30 23:34:10 UTC

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

2020-10-30 23:34:10 UTC

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

2020-10-30 23:34:10 UTC

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

2020-10-30 23:34:11 UTC

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

Details
Created

2020-10-30 23:37:28 UTC

Size

149 MB

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

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.2-rc4

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

[#004] sha256:908f908944896242846734bb8c4515983a4d9b4db78dea46cdffd1c8ea0333a6 - 34.77% (52 MB)

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

[#006] sha256:301133f5f5b555f77ff395cb97eed8653414e333b63654721b1cc814bc827280 - 16.49% (24.6 MB)

[#007] sha256:765858ad60ba512235de7096311da11c087474e81f7dacbd65337df65a69d3b4 - 13.84% (20.7 MB)

[#008] sha256:84f5bb3335806b29f96fb068494ae48b94a4b302ee525dac80eeacb1fb70b726 - 18.46% (27.6 MB)

[#009] sha256:8f35bd015e789a9b88a43defe2be045dd44377ddb0f45d53ff95923e16ec6568 - 0.0% (172 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-30 23:36:53 UTC

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

2020-10-30 23:36:54 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 23:36:54 UTC

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

2020-10-30 23:36:55 UTC

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

2020-10-30 23:37:16 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-30 23:37:17 UTC

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

2020-10-30 23:37:18 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 23:37:18 UTC

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

2020-10-30 23:37:20 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 23:37:20 UTC

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

2020-10-30 23:37:20 UTC

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

2020-10-30 23:37:20 UTC

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

2020-10-30 23:37:21 UTC

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

2020-10-30 23:37:21 UTC

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

2020-10-30 23:37:25 UTC

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

2020-10-30 23:37:26 UTC

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

2020-10-30 23:37:27 UTC

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

2020-10-30 23:37:27 UTC

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

2020-10-30 23:37:28 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-10-30T23:36:39Z

2020-10-30 23:37:28 UTC

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

2020-10-30 23:37:28 UTC

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

2020-10-30 23:37:28 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