Namespace
rancher
Image / Tag
rancher-agent:v2.5.1-rc1
Content Digest
sha256:7c32b906ac24f64ee2f4e0b8c180cb86033d73768a57fc215aea436bf00e662c
Details
Created

2020-10-07 17:15:28 UTC

Size

158 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-07T17:14:36Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    eb990af66be155262dc722e35a34e48309e0c150
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.1-rc1

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

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

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

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

[#004] sha256:fd0c93166f483aea1dd8c7fb18213fc9870fe50f57137accbccd7ff6f3d4def1 - 34.39% (54.3 MB)

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

[#006] sha256:5bf335ac0e4fd9a04cb945a55285088ef674950e0a3f0e58c2af89697fc27e3b - 16.84% (26.6 MB)

[#007] sha256:a9a9450a98e5763e889341a0ceaf40b15e06168c26554fc0b31d9ae54bebd2ff - 12.26% (19.3 MB)

[#008] sha256:5881909de153890430c4721b2d5a54cb88db628ad5c70a190013f7374d6e92f5 - 18.98% (30 MB)

[#009] sha256:1a7bdb8013cdf3541d21f3376c067b9655c02d414c123db51b62203d048c5bed - 0.0% (170 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-07 17:14:56 UTC

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

2020-10-07 17:14:56 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-07 17:14:57 UTC

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

2020-10-07 17:14:57 UTC

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

2020-10-07 17:15:16 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-07 17:15:17 UTC

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

2020-10-07 17:15:18 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-07 17:15:18 UTC

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

2020-10-07 17:15:20 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-07 17:15:20 UTC

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

2020-10-07 17:15:20 UTC

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

2020-10-07 17:15:20 UTC

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

2020-10-07 17:15:20 UTC

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

2020-10-07 17:15:21 UTC

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

2020-10-07 17:15:25 UTC

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

2020-10-07 17:15:27 UTC

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

2020-10-07 17:15:27 UTC

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

2020-10-07 17:15:28 UTC

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

2020-10-07 17:15:28 UTC

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

2020-10-07 17:15:28 UTC

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

2020-10-07 17:15:28 UTC

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

2020-10-07 17:15:28 UTC

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

Details
Created

2020-10-07 17:12:55 UTC

Size

248 MB

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

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.1-rc1

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1809-KB4570333-amd64

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:ecf9bb62dc6eedea9fd367628f8715dea75b7d2053afa4b5121e7809aa692139 - 38.88% (96.5 MB)

[#001] sha256:0fd5328420481beeee71ea21840346f87bc5b95d40cf6f74a9b01d9c39c744db - 0.0% (865 Bytes)

[#002] sha256:913f52bb6619140ed606ae2bf1c5d128348ef67ca3600318a91fcc9403c5ac81 - 0.0% (842 Bytes)

[#003] sha256:8ea48b74ea1c60c5fd124fd6af6332c1dad2bbebf78713710bcf84aec53c441c - 0.0% (849 Bytes)

[#004] sha256:054d0c9d879196ab084e65421b97ab3120c713ca645ed1b58c1c60ae99201353 - 0.03% (64.6 KB)

[#005] sha256:0a0636df11ad942e91323f7e281ce081315dd20235bc854f4484d34e53b6d394 - 0.0% (842 Bytes)

[#006] sha256:1b53fba640090926dcea57282695a1839c59d2c7f818c99ec394b6b681d84807 - 35.82% (88.9 MB)

[#007] sha256:14b91a793383cbcd3974b6294da21e9f51a7eecd17619728d8460c45855eeb3d - 0.05% (124 KB)

[#008] sha256:4d3995334b1530f09011729770da2ee70bbd08c5a11642c2ca15feb5b244e9f5 - 0.0% (865 Bytes)

[#009] sha256:12b264e311d29e2106449f731e2de55b21901067b65687ab4f7c1fce1da67153 - 0.0% (888 Bytes)

[#010] sha256:8c58ab179c32c449103075f295cfde8ce06f056690b3aa3cf8be9f7e2f801d77 - 0.0% (830 Bytes)

[#011] sha256:4dc63deea4669ab58e0b40996c3e66853048f1e0cd39aed7b2f2e38646e480af - 0.04% (96.5 KB)

[#012] sha256:71d28b433de1a2625f7c08eb76185ed6875f0559f33ffb6ddeba582885552ece - 13.13% (32.6 MB)

[#013] sha256:71a1e43449643d4892ce3c96ccf3c9bab278d59b49a9d835400eb0b59cceffd8 - 0.0% (829 Bytes)

[#014] sha256:2190ff145abda6b337329bebfff10abd8e7369e92148a007333e5773d3b10734 - 0.0% (831 Bytes)

[#015] sha256:db0436b11630453bc269b389ff98c25c7a75aca093d34ff9c81af688f26714f6 - 0.0% (829 Bytes)

[#016] sha256:507915abdfaffb8fbc55d5b54c569b98f462f9957516c7fff40b4a4b4517f3e5 - 0.0% (853 Bytes)

[#017] sha256:243203edbc3781c743403c32c6a54965e8d44f4a660fbcbb4a55b9cc35d06fba - 0.0% (827 Bytes)

[#018] sha256:9fa75fc8ed6b6eed2c7e259aa53fc1eb32a167126d8395a1a3cb190d4e7a0abb - 12.05% (29.9 MB)

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

[#020] sha256:877fdd29d7046d7b63b9793e5213509d4f86f476eee67f461fa0e56424c5af3e - 0.0% (859 Bytes)

[#021] sha256:6e41da27a621ea25ddadeca3a67f283b5a985c0ecee5bf57f54f860515744acb - 0.0% (852 Bytes)

[#022] sha256:6ac386e3b07ce5cb0a64c8968405eb386135ac6d2b78f671f06c143f1206a1fc - 0.0% (856 Bytes)

[#023] sha256:7605ed50eef66b90af0b98f28f7f303b53fa4e5b1545840b9216cdffc99a5d04 - 0.0% (829 Bytes)


History
2020-09-02 12:08:18 UTC

Apply image 1809-KB4570333-amd64

2020-09-28 20:14:23 UTC

cmd /S /C #(nop) ARG fromTag=1709

2020-09-28 20:14:27 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-KB4570333-amd64

2020-09-28 20:14:31 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-09-28 20:15:33 UTC

|1 fromTag=1809-KB4570333-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M

2020-09-28 20:15:33 UTC

cmd /S /C #(nop) USER ContainerUser

2020-09-28 20:15:58 UTC

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

2020-09-28 20:16:40 UTC

|1 fromTag=1809-KB4570333-amd64 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-09-28 20:16:40 UTC

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

2020-09-28 20:16:41 UTC

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

2020-10-05 04:13:00 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-05 04:13:01 UTC

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

2020-10-05 04:13:03 UTC

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

2020-10-05 04:13:04 UTC

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

2020-10-05 04:13:04 UTC

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

2020-10-05 04:13:05 UTC

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

2020-10-07 17:12:37 UTC

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

2020-10-07 17:12:38 UTC

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

2020-10-07 17:12:39 UTC

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

2020-10-07 17:12:40 UTC

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

2020-10-07 17:12:54 UTC

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

2020-10-07 17:12:54 UTC

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

2020-10-07 17:12:55 UTC

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

2020-10-07 17:12:55 UTC

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

Details
Created

2020-10-07 17:12:39 UTC

Size

250 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-07T17:12:36Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    eb990af66be155262dc722e35a34e48309e0c150
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.1-rc1

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1909-KB4574727-amd64

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:17e0c587bdd6c4fedad1cf4224690c6f30777c7cfa6d7d3c5e4e569c5f59a33f - 39.23% (97.9 MB)

[#001] sha256:00fc7676ccd4bbc8ff91b140504d13c6bedb98e4ad860b02f191f47729f6accf - 0.0% (839 Bytes)

[#002] sha256:d3156955f9a148311b954c74dad8d25a681830c66206816fea6ac46ce237b2a2 - 0.0% (823 Bytes)

[#003] sha256:c88db591053398517c70c16a25b94c3a04bf3f79b7df2ff2b2ae5e82c0e3393f - 0.0% (844 Bytes)

[#004] sha256:25b823a5453fa72cd842fc651a7af31c3b12669f7df73f8af3a5d2cd86782746 - 0.03% (65.5 KB)

[#005] sha256:815596da8716e5f73fbf05bf3d6e324632d9833064de153aa34c1d405786406c - 0.0% (862 Bytes)

[#006] sha256:6fce4c1b5cb512e6174f0a10578146ce9da89913f7bc9eedb96cb873dc09f04d - 35.62% (88.9 MB)

[#007] sha256:a12c4bef7c61fcf033fbd13cb4d757617b3d0963a4bf1b8236a342ade60698ba - 0.05% (122 KB)

[#008] sha256:f1e63c2f280a8ea46f6d7821ae74babb99c3e52c3a51f8c121194452edaf1a54 - 0.0% (820 Bytes)

[#009] sha256:3602f46a2abc4f9dd289369f17182a7314090b577055b19ab6c9a945ea204f3c - 0.0% (883 Bytes)

[#010] sha256:4f9338aadd7de58b6c8bdd1f34a9b6daeb0302bf087dad02eadf47b4166c6123 - 0.0% (829 Bytes)

[#011] sha256:332952b80028de4053077f8b54caab70356a5dea9107dbf5909139491dcc4b61 - 0.04% (101 KB)

[#012] sha256:8637c53a45c6378cccca0ff477e98d4187f441d60a753ba88d945c7a6c6300e6 - 13.06% (32.6 MB)

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

[#014] sha256:19d8520c8d28286c64e06f3ccc38ab2e012564d18e3df806005cdf0d4371be7e - 0.0% (858 Bytes)

[#015] sha256:af72a58b46abf85c51b2c19b5b616ab4591a690badc9b54c938526391d6ba1bc - 0.0% (829 Bytes)

[#016] sha256:acfd5acdcfe6b119b6be213a0c08e52387418e9157c28635bcdfddd717059367 - 0.0% (828 Bytes)

[#017] sha256:866f7a5deb27a13c05a06143d5f31f3180b5367ca9d54755d110709d514cb486 - 0.0% (823 Bytes)

[#018] sha256:b609235709852af4c417f25ba08c5855f69625df7b85c1fd9500c3e2bc886421 - 11.99% (29.9 MB)

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

[#020] sha256:7cadff7a0d99beaa2580e2a622484ff2c9c38ecde2f183ea0e47b7d21502069c - 0.0% (826 Bytes)

[#021] sha256:10863b7bfa397c2eaa3b5e8d2bf1db90b4cdfe3d5174b9d41858ed8719232b8d - 0.0% (831 Bytes)

[#022] sha256:4419b97638fe921649b0569339919823fd23eae539d6a0517fe38fdf33ec3ae3 - 0.0% (828 Bytes)

[#023] sha256:2146aa8cf67404d939999293417c68ecf012c6505cd739e2597ee27ca15680c3 - 0.0% (824 Bytes)


History
2020-09-07 07:14:58 UTC

Apply image 1909-KB4574727-amd64

2020-09-28 20:39:14 UTC

cmd /S /C #(nop) ARG fromTag=1709

2020-09-28 20:39:16 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-KB4574727-amd64

2020-09-28 20:39:18 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-09-28 20:39:57 UTC

|1 fromTag=1909-KB4574727-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M

2020-09-28 20:39:59 UTC

cmd /S /C #(nop) USER ContainerUser

2020-09-28 20:40:55 UTC

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

2020-09-28 20:41:50 UTC

|1 fromTag=1909-KB4574727-amd64 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-09-28 20:41:51 UTC

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

2020-09-28 20:41:53 UTC

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

2020-10-05 04:00:15 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-05 04:00:15 UTC

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

2020-10-05 04:00:18 UTC

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

2020-10-05 04:00:18 UTC

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

2020-10-05 04:00:19 UTC

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

2020-10-05 04:00:19 UTC

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

2020-10-07 17:12:19 UTC

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

2020-10-07 17:12:19 UTC

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

2020-10-07 17:12:20 UTC

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

2020-10-07 17:12:21 UTC

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

2020-10-07 17:12:38 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-07T17:12:36Z

2020-10-07 17:12:38 UTC

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

2020-10-07 17:12:38 UTC

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

2020-10-07 17:12:39 UTC

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

Details
Created

2020-10-07 17:12:55 UTC

Size

250 MB

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

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.1-rc1

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1903-KB4574727-amd64

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:55cc7bac0ad5d25f8159b7666fddfaf8cced9402eafca4ac098a4e66935aef64 - 39.26% (98.1 MB)

[#001] sha256:51de71c339e94a186ad4a4e64a3f117cff3c43e40501b2b61888e3584821023a - 0.0% (840 Bytes)

[#002] sha256:99cecd3c5c9430170e596e017fa70f1aad8ddadfc3571c8c43b836464f88b353 - 0.0% (866 Bytes)

[#003] sha256:a2b27a724c4c35c064de40d0d9580b3608f716a387f296b93612ceb2552f03ce - 0.0% (837 Bytes)

[#004] sha256:66af718fffe55e33bd42700958b94f1c6e0af25445fb2b71e8fa282b9b487376 - 0.02% (62.1 KB)

[#005] sha256:8c2219a4a3a960d24ab235ce3aad481afc4967d5ba78f841980797129697edd9 - 0.0% (839 Bytes)

[#006] sha256:1275b7ac57dfd4e8fa982f95ee506531222b75aa59dff139c0bcb1f5d54a2cc0 - 35.59% (88.9 MB)

[#007] sha256:f6db7d476318cbe3187e41bd73bb86c50e81d13b104b5b6c4759859e69dc6619 - 0.05% (133 KB)

[#008] sha256:2632eb370bbe8b498b7ab7fcbeadf1656c0cf01f1e50006a79b9fd1b4ad9a6db - 0.0% (824 Bytes)

[#009] sha256:3c12ee90e0a1e8d53b780fee4aa047c1d097902498ec9d426491259cfa0e7e8d - 0.0% (824 Bytes)

[#010] sha256:ebacf3d51ecd18404cc925cefc8818e0f1380d601fff4b38d9fc59d4bc35c203 - 0.0% (830 Bytes)

[#011] sha256:5b996ce18108fc747ab297841b33601e8d2b03f2ea861ada8b026bb7b86c64f6 - 0.04% (101 KB)

[#012] sha256:847393b779be9538fcfa88a9a52d15e15debbcc6e64725ead28490c9f96f254a - 13.05% (32.6 MB)

[#013] sha256:2e78ce7f2c3f2156a5e31c5c754dc26b30da320bc287b1ee647badaa158e5e2a - 0.0% (832 Bytes)

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

[#015] sha256:955f76ecfb4f3fe5abe9ca4371c92fa498b61027a596ab53097c7bca7a0e68db - 0.0% (823 Bytes)

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

[#017] sha256:3b1ba19fae9e5e78afa21158d092f0000f5cf9470dacb8bd5a35ddfdbf6f7e17 - 0.0% (825 Bytes)

[#018] sha256:41215bf06386698de0af7692bd98f313593577b48b36f456f46dcf5964acb8a5 - 11.98% (29.9 MB)

[#019] sha256:28f10e94b85141b08bd07e9b265f2ea9e60ebb7c024c935ec782af8bc525af74 - 0.0% (817 Bytes)

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

[#021] sha256:0817119a958294efb54ed8a9250066abb2bd714e1fe96be302a87b04f50c3913 - 0.0% (852 Bytes)

[#022] sha256:0dc093ac01575dff35d9c4001ccc57116ff64ce6edb16743450b3b8bc7bb1a0f - 0.0% (830 Bytes)

[#023] sha256:e235996b13085bb41a68c850d351f4e2e463e8ef9bef3eba9c48204ebde678b0 - 0.0% (830 Bytes)


History
2020-09-06 10:06:31 UTC

Apply image 1903-KB4574727-amd64

2020-09-28 20:24:40 UTC

cmd /S /C #(nop) ARG fromTag=1709

2020-09-28 20:24:41 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-KB4574727-amd64

2020-09-28 20:24:42 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-09-28 20:25:35 UTC

|1 fromTag=1903-KB4574727-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M

2020-09-28 20:25:36 UTC

cmd /S /C #(nop) USER ContainerUser

2020-09-28 20:26:11 UTC

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

2020-09-28 20:27:03 UTC

|1 fromTag=1903-KB4574727-amd64 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-09-28 20:27:06 UTC

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

2020-09-28 20:27:09 UTC

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

2020-10-05 04:15:19 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-05 04:15:20 UTC

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

2020-10-05 04:15:22 UTC

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

2020-10-05 04:15:22 UTC

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

2020-10-05 04:15:23 UTC

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

2020-10-05 04:15:23 UTC

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

2020-10-07 17:12:37 UTC

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

2020-10-07 17:12:37 UTC

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

2020-10-07 17:12:38 UTC

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

2020-10-07 17:12:39 UTC

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

2020-10-07 17:12:54 UTC

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

2020-10-07 17:12:54 UTC

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

2020-10-07 17:12:54 UTC

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

2020-10-07 17:12:55 UTC

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

Details
Created

2020-10-07 17:15:00 UTC

Size

146 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-07T17:14:12Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    eb990af66be155262dc722e35a34e48309e0c150
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.1-rc1

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

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

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

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

[#004] sha256:56af4f66e5e3a65c1e978363ad09cd16cef5bb60cd7648a93eea97defaba8404 - 34.31% (50.2 MB)

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

[#006] sha256:a8c4ad8d9eb5be909cac35350e21546ee78fadaefef16b7111c2e186cd8e2d74 - 16.84% (24.6 MB)

[#007] sha256:3c3fc5dc6ed76df6fc6b4771036090e082f0263ab18c84de5e2f0386355090f3 - 13.21% (19.3 MB)

[#008] sha256:ddf7d311a15f70e756e0e200a5684c214aba850b381829a82b4e6d3be14413a8 - 18.84% (27.6 MB)

[#009] sha256:16730da9e05dd972bea126f7bdddd3fbc67932304845a7c1e132a5dd094cd3ad - 0.0% (171 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-07 17:14:26 UTC

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

2020-10-07 17:14:26 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-07 17:14:27 UTC

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

2020-10-07 17:14:27 UTC

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

2020-10-07 17:14:49 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-07 17:14:49 UTC

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

2020-10-07 17:14:50 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-07 17:14:50 UTC

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

2020-10-07 17:14:52 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-07 17:14:53 UTC

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

2020-10-07 17:14:53 UTC

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

2020-10-07 17:14:53 UTC

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

2020-10-07 17:14:53 UTC

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

2020-10-07 17:14:53 UTC

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

2020-10-07 17:14:57 UTC

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

2020-10-07 17:14:59 UTC

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

2020-10-07 17:14:59 UTC

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

2020-10-07 17:15:00 UTC

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

2020-10-07 17:15:00 UTC

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

2020-10-07 17:15:00 UTC

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

2020-10-07 17:15:00 UTC

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

2020-10-07 17:15:00 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