Namespace
rancher
Image / Tag
rancher-agent:v2.5.2-rc5
Content Digest
sha256:f3f8523f7f432a788247e22e019c4c05bc7f4b0364abd58f162daadcbca7ce9f
Details
Created

2020-10-31 17:05:04 UTC

Size

161 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-31T17:04:09Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    22e997aa268a59ac822cf2011e4f830701cba683
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.2-rc5

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

[#004] sha256:58226216895f4eeece2e80dd0c9715f4e8500994f7b26d50041e8376138458ad - 34.86% (56.1 MB)

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

[#006] sha256:5537b896647364c371f2a46f6b274b8b7c739dc2f749230d1009d072bd085e23 - 16.5% (26.6 MB)

[#007] sha256:8e6fa0d9e51910225b3c4b4d9029f5883debf4c3a5060df30d818eb0cfc05e76 - 12.84% (20.7 MB)

[#008] sha256:2c2fc67270b3c45c6e4976633671785d07496650a98add2c54e75c74955bafae - 18.61% (30 MB)

[#009] sha256:17aa69b0210aef1b001d99d92e7aaa4ee70ac7d9c4dd5bca310b72b5de4ac1f1 - 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-31 17:04:30 UTC

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

2020-10-31 17:04:30 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-31 17:04:31 UTC

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

2020-10-31 17:04:31 UTC

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

2020-10-31 17:04:52 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-31 17:04:52 UTC

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

2020-10-31 17:04:53 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-31 17:04:54 UTC

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

2020-10-31 17:04:55 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-31 17:04:55 UTC

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

2020-10-31 17:04:56 UTC

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

2020-10-31 17:04:56 UTC

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

2020-10-31 17:04:56 UTC

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

2020-10-31 17:04:56 UTC

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

2020-10-31 17:05:00 UTC

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

2020-10-31 17:05:03 UTC

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

2020-10-31 17:05:03 UTC

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

2020-10-31 17:05:03 UTC

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

2020-10-31 17:05:04 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-10-31T17:04:09Z

2020-10-31 17:05:04 UTC

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

2020-10-31 17:05:04 UTC

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

2020-10-31 17:05:04 UTC

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

Details
Created

2020-10-31 17:01:23 UTC

Size

248 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-31T17:01:21Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    22e997aa268a59ac822cf2011e4f830701cba683
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.2-rc5

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:c67a37add313e52f40f2bdec7cc1333e7daef58714d5987653b54f1915774bfc - 0.0% (828 Bytes)

[#016] sha256:16973a4de2010aac0669059a34cdd9dc5a8ac6f8e16b14a9461ffdd6de099aba - 0.0% (831 Bytes)

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

[#018] sha256:3603c658eb7320358c529d3323d3affb3da5f8c0240dc502c5db001614372e46 - 0.0% (833 Bytes)

[#019] sha256:8045695c7bff6991393aa74a5e08ee14cd8899b3998f7376be60fd071f16ae17 - 0.0% (824 Bytes)

[#020] sha256:a430b88a889f1a2f6f9332244d33493c1d1ea6c32c4b85ece905a16de97a50fd - 0.0% (824 Bytes)

[#021] sha256:c624d6fa3911762d2cb4952a70824601398fc7880dee535e585252e44249cb32 - 0.0% (851 Bytes)

[#022] sha256:15d13e1124ade79b0f03ff861b4f36b0fe11731a17021ba231f25a96f215b70e - 0.0% (854 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-31 17:01:07 UTC

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

2020-10-31 17:01:07 UTC

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

2020-10-31 17:01:08 UTC

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

2020-10-31 17:01:09 UTC

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

2020-10-31 17:01:22 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-31T17:01:21Z

2020-10-31 17:01:23 UTC

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

2020-10-31 17:01:23 UTC

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

2020-10-31 17:01:23 UTC

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

Details
Created

2020-10-31 17:00:55 UTC

Size

250 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-31T17:00:52Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    22e997aa268a59ac822cf2011e4f830701cba683
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.2-rc5

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:fccdaa56d69b29865f4362b469d1e471f8b0b120e2ea4396f95ee99b09087f73 - 0.0% (832 Bytes)

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

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

[#012] sha256:6c5199f90eec0e7a8b36bc0c9638b4796ec4ed7ab11fe9eeb7fa4e0b9ca7633f - 0.0% (828 Bytes)

[#013] sha256:73b245243dfcc1fe3027561f5ff13731332cd7f20eb19e43654a9514dafc6a5a - 0.0% (852 Bytes)

[#014] sha256:0e25fbb2e688f2b6e5f4d8683bf71d1727af39e728a07d1c7040cd6706a24925 - 0.0% (831 Bytes)

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

[#016] sha256:db656d35209bcabba3ea5896170403420f9130b664ebf0ad6a7f944fd68e2c98 - 0.0% (835 Bytes)

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

[#018] sha256:64c5cd188089178300fbf87f19732e26df8f35a7e120636f5658bbea4148d09a - 0.0% (830 Bytes)

[#019] sha256:2afee7df7dcad536b64fa0495a4a5644dc5683fe001e622792b00e96f6baa94a - 0.0% (816 Bytes)

[#020] sha256:cde3ec360b70c26d9fd86a4eaff8a2349f89ce074c692dc819ed569daf2c1796 - 0.0% (852 Bytes)

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

[#022] sha256:e49a0b7075aa3b3a2b1bdd53d9baa8172b9dd4075701b1495789331ad1075188 - 0.0% (856 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:52:05 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-30 22:52:06 UTC

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

2020-10-30 22:52:08 UTC

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

2020-10-30 22:52:08 UTC

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

2020-10-30 22:52:09 UTC

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

2020-10-30 22:52:09 UTC

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

2020-10-31 17:00:38 UTC

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

2020-10-31 17:00:38 UTC

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

2020-10-31 17:00:40 UTC

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

2020-10-31 17:00:40 UTC

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

2020-10-31 17:00:54 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-31T17:00:52Z

2020-10-31 17:00:55 UTC

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

2020-10-31 17:00:55 UTC

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

2020-10-31 17:00:55 UTC

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

Details
Created

2020-10-31 17:00:52 UTC

Size

250 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-31T17:00:48Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    22e997aa268a59ac822cf2011e4f830701cba683
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.2-rc5

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:51f87d0e86a5e5a52522bc5700afcd2803c87460cf7095b43ecb86a6a0857c34 - 0.0% (877 Bytes)

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

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

[#012] sha256:96c9f30d6f44dabb98f84f95766e06ac96aefda980a24dafb1f031e48f7438f5 - 0.0% (832 Bytes)

[#013] sha256:ad465e099811f3de0aabbce4ee18960ddadb776387a9202b41cbce428ba31d26 - 0.0% (853 Bytes)

[#014] sha256:78743b5666ca53c5fc9b98b497b43c2523b1f182d064c46c32ab5fd88ada9c44 - 0.0% (856 Bytes)

[#015] sha256:c595d2b7cb68716f42251cf33e778026cc6e5f9f24998e5f367cbc95244d9e92 - 0.0% (831 Bytes)

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

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

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

[#019] sha256:e3c266e6008e0d37427e99fab2be0823e9e0b110c96971ed25b56ee08da32ec0 - 0.0% (852 Bytes)

[#020] sha256:d89cfab111f9b063b6563494ee4947a04ad63bd28070ca84edd8abf5a72a59bc - 0.0% (849 Bytes)

[#021] sha256:5a081a2cd6b3e169e29023488a92663ba12f20a0697aae825ebfc063950efc2b - 0.0% (835 Bytes)

[#022] sha256:50a28d1f31fce0129b49ecae5acb25a6ef6d6b8ab0f5f33e14b99fcf18e13eaa - 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:52:09 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-30 22:52:10 UTC

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

2020-10-30 22:52:12 UTC

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

2020-10-30 22:52:13 UTC

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

2020-10-30 22:52:13 UTC

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

2020-10-30 22:52:14 UTC

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

2020-10-31 17:00:33 UTC

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

2020-10-31 17:00:34 UTC

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

2020-10-31 17:00:35 UTC

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

2020-10-31 17:00:36 UTC

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

2020-10-31 17:00:51 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-31T17:00:48Z

2020-10-31 17:00:51 UTC

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

2020-10-31 17:00:52 UTC

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

2020-10-31 17:00:52 UTC

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

Details
Created

2020-10-31 17:04:22 UTC

Size

149 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-31T17:03:31Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    22e997aa268a59ac822cf2011e4f830701cba683
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.2-rc5

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

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

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

[#006] sha256:6e4049044375ab190493d3d37b36b523df53159a1bb8627b8c40bb1c22831fae - 16.49% (24.6 MB)

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

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

[#009] sha256:d2936b6c0ea3d6896cf450f9f08f5e4337e894911950361e09e7d47b965704ec - 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-31 17:03:46 UTC

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

2020-10-31 17:03:46 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-31 17:03:47 UTC

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

2020-10-31 17:03:47 UTC

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

2020-10-31 17:04:09 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-31 17:04:10 UTC

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

2020-10-31 17:04:11 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-31 17:04:11 UTC

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

2020-10-31 17:04:13 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-31 17:04:13 UTC

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

2020-10-31 17:04:13 UTC

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

2020-10-31 17:04:14 UTC

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

2020-10-31 17:04:14 UTC

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

2020-10-31 17:04:14 UTC

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

2020-10-31 17:04:18 UTC

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

2020-10-31 17:04:20 UTC

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

2020-10-31 17:04:21 UTC

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

2020-10-31 17:04:21 UTC

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

2020-10-31 17:04:21 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-10-31T17:03:31Z

2020-10-31 17:04:21 UTC

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

2020-10-31 17:04:21 UTC

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

2020-10-31 17:04:22 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