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

2020-10-26 23:03:53 UTC

Size

105 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-26T23:03:25Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    933f7ac6684d94fdea452cf47ef50f44578459c3
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.9-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.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:7620f5883d7e66e8926f60d65c43affc2465cc600e92ffe83b58bae951c239ee - 0.0% (124 Bytes)

[#004] sha256:953f62e64c7879441a70cbc0ea827a6d49e7326b330424f191b0550ae3545723 - 28.91% (30.3 MB)

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

[#006] sha256:339bd56a5b91ee2845849d5b4acb5fd027d714589118cf402e291b4765a2c9b4 - 1.16% (1.22 MB)

[#007] sha256:8e0dcbc9c53f6a4178bb1f7c0bd56d66edab107883ef63437841db9f735c3851 - 25.38% (26.6 MB)

[#008] sha256:e8149dcec58e05a6d2cf60b51d7ea25d564bb7b92738ad774c912a2fa76e6193 - 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-26 23:03:29 UTC

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

2020-10-26 23:03:29 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-26 23:03:30 UTC

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

2020-10-26 23:03:30 UTC

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

2020-10-26 23:03:46 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-26 23:03:47 UTC

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

2020-10-26 23:03:48 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-26 23:03:49 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-26 23:03:49 UTC

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

2020-10-26 23:03:50 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-26 23:03:51 UTC

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

2020-10-26 23:03:51 UTC

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

2020-10-26 23:03:51 UTC

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

2020-10-26 23:03:51 UTC

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

2020-10-26 23:03:51 UTC

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

2020-10-26 23:03:52 UTC

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

2020-10-26 23:03:53 UTC

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

2020-10-26 23:03:53 UTC

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

2020-10-26 23:03:53 UTC

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

2020-10-26 23:03:53 UTC

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

2020-10-26 23:03:53 UTC

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

Details
Created

2020-10-26 22:54:56 UTC

Size

232 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-26T22:54:53Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    933f7ac6684d94fdea452cf47ef50f44578459c3
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.9-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 - 41.64% (96.5 MB)

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

[#002] sha256:2269bd28e1b4e8846b6c22ac54670767bdceacadff4d3e8fdb11a44901abe809 - 0.0% (838 Bytes)

[#003] sha256:ecc1d19c602c8b38eaa82f5663c7a9667972bbde9a577b67890d188011cee4c4 - 0.03% (65.3 KB)

[#004] sha256:94bc2a39004628a26cc1b7cb5037db086a224ed894d2d949158ca6abaf1b0a32 - 0.0% (837 Bytes)

[#005] sha256:4a60502b16e273e605121e7f5319fed3ebd4226eb6b51ad85d1f5212197b3d92 - 38.37% (88.9 MB)

[#006] sha256:c1586d54f96203fdd01eb22fbb8fb3ba017f048fd542942c4ef72220c66daa94 - 0.04% (93.6 KB)

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

[#008] sha256:eb6f9f1ed489956561d1642335ec22722623e4c2e334cee0b71348998a590282 - 0.0% (843 Bytes)

[#009] sha256:f71434c5adcb923ea1fe75afd0422c75cd569f4ea11be690362247c144b8e2d6 - 0.0% (828 Bytes)

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

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

[#012] sha256:8b0d6a05d3d412b3fe5fcbf3a2fb4902859451c53f6b32d1b581ad80b83aa050 - 0.0% (851 Bytes)

[#013] sha256:373d603befac97099998968da0eb95cd0fbcf9974adc5071443ffdf86f1685dc - 0.0% (855 Bytes)

[#014] sha256:53487dcf3a1113c1b4e2fb1aafb15176b2893ec9340f5afaf683213b3d791189 - 0.0% (856 Bytes)

[#015] sha256:0782aa842c8a8aa88b89988177e668b74db72a777a2d98fe7483ff74e1c238b0 - 0.0% (832 Bytes)

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

[#017] sha256:52cb30f5f2e906b826faac89164374e56953b9c464d69d5a40289575cb097964 - 5.81% (13.5 MB)

[#018] sha256:933f6e0f7a7563745c84cbf383fad04b4cfacbc364b81da64d0523205b0a546d - 0.0% (832 Bytes)

[#019] sha256:282240e3f069068710e2bc5b5c71c529497560851b0aae531ecb0574bdba3f14 - 0.0% (824 Bytes)

[#020] sha256:189c769655b9ffad545bebb70cee7da187fc39da117f9d04535e88f745f8146e - 0.0% (860 Bytes)

[#021] sha256:3201080263b56b447ad9c188fbd3a55d8885c675efcededdcf30a4661a6e5feb - 0.0% (833 Bytes)

[#022] sha256:26aea992e4e0b44fd8f4fff2fdb5849ea8f93a382a313fcfafc7511c7778fe91 - 0.0% (828 Bytes)


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

Apply image 1809-amd64

2020-10-20 17:27:46 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-20 17:27:46 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-20 17:28:20 UTC

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

2020-10-20 17:28:20 UTC

cmd /S /C #(nop) USER ContainerUser

2020-10-20 17:28:54 UTC

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

2020-10-20 17:29:37 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-20 17:29:38 UTC

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

2020-10-20 17:29:39 UTC

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

2020-10-26 17:00:05 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-26 17:00:06 UTC

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

2020-10-26 17:00:08 UTC

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

2020-10-26 17:00:10 UTC

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

2020-10-26 17:00:10 UTC

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

2020-10-26 17:00:11 UTC

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

2020-10-26 22:54:41 UTC

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

2020-10-26 22:54:41 UTC

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

2020-10-26 22:54:42 UTC

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

2020-10-26 22:54:43 UTC

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

2020-10-26 22:54:55 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-26T22:54:53Z

2020-10-26 22:54:55 UTC

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

2020-10-26 22:54:55 UTC

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

2020-10-26 22:54:56 UTC

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

Details
Created

2020-10-26 22:54:58 UTC

Size

233 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-26T22:54:53Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    933f7ac6684d94fdea452cf47ef50f44578459c3
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.9-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 - 42.03% (98.1 MB)

[#001] sha256:335c40a36065758dd89f8eb60d58c118ff3fc377f9ab2d80e389310f5bae961d - 0.0% (840 Bytes)

[#002] sha256:e04a1704732d92efe0a77fe70861d6cdc1aa70b253bb11718970c536aecab77e - 0.0% (839 Bytes)

[#003] sha256:7ed708438c0b71910721f562e1a0324e26b9effcb537d462eecbeae5c88ad325 - 0.03% (65.7 KB)

[#004] sha256:bf6c391878901e7a8574beb9a62a30c7e7101ba22be66a3c02a58a249962d52e - 0.0% (828 Bytes)

[#005] sha256:4477ab8943995fb124db1e8d182cbed664b7df7816cfda65dbb8ae0daa10660c - 38.11% (88.9 MB)

[#006] sha256:258aed69e137c065d92c05a4290b212e518b5702117e88e9054b36370c72e184 - 0.04% (92.3 KB)

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

[#008] sha256:a6e0055f1cf6435235412031f009cbea2454176a19614752c90964f0090ee283 - 0.0% (841 Bytes)

[#009] sha256:468eb1b7fa1f628462a40dee9fa09f311bb031fe90fc994f5c1e45759366c41d - 0.0% (877 Bytes)

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

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

[#012] sha256:d9eb1b9806dbc553af415fbba8535b3f9b3b78adc99bbbc22f75ea88c92b79eb - 0.0% (863 Bytes)

[#013] sha256:a20a8b2a8b86a0c77e34a62a7bb11e52a8a1c2af6268e873f895ec554a59121a - 0.0% (828 Bytes)

[#014] sha256:f425af3b5f67014a5e00a3b37fbd25f1c7e019cf8ef82d52fe39433f1d4e22d2 - 0.0% (863 Bytes)

[#015] sha256:3376aceeb9d913e2d52a35b802a4805ac44958a78a0d32fe2a78d7d08a436e69 - 0.0% (858 Bytes)

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

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

[#018] sha256:5ef372979e195e93f64e023d9c3fc2ffc8d933c589a11917a0a5e3c0c7e4df83 - 0.0% (832 Bytes)

[#019] sha256:b84a49c84ff69f1ab01ce2668d999515cbad0a7acbfae48bdf54ded9c313cf80 - 0.0% (856 Bytes)

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

[#021] sha256:e8b26e51c4dcc37e4970119d71794adf43e66dc6c29dfafebb2b8989be598b20 - 0.0% (827 Bytes)

[#022] sha256:27e9c341a831dad2e5f6a14e497e273a44eb8ae395d4b898cf1355d00cee010b - 0.0% (860 Bytes)


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

Apply image 1909-amd64

2020-10-20 16:55:30 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-20 16:55:32 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-20 16:56:12 UTC

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

2020-10-20 16:56:15 UTC

cmd /S /C #(nop) USER ContainerUser

2020-10-20 16:57:23 UTC

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

2020-10-20 16:58:11 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-20 16:58:11 UTC

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

2020-10-20 16:58:12 UTC

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

2020-10-26 16:55:14 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-26 16:55:15 UTC

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

2020-10-26 16:55:17 UTC

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

2020-10-26 16:55:18 UTC

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

2020-10-26 16:55:18 UTC

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

2020-10-26 16:55:19 UTC

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

2020-10-26 22:54:41 UTC

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

2020-10-26 22:54:41 UTC

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

2020-10-26 22:54:42 UTC

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

2020-10-26 22:54:42 UTC

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

2020-10-26 22:54:57 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-26T22:54:53Z

2020-10-26 22:54:57 UTC

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

2020-10-26 22:54:58 UTC

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

2020-10-26 22:54:58 UTC

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

Details
Created

2020-10-26 22:56:33 UTC

Size

234 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-26T22:56:31Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    933f7ac6684d94fdea452cf47ef50f44578459c3
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.9-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 - 42.08% (98.3 MB)

[#001] sha256:cff87f7c2e9d5f0e54a76b45b01f9551e5db97780ad8954a164b11cef558420f - 0.0% (875 Bytes)

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

[#003] sha256:12f25ce6dcf4db133030bee4fd0cab08260f0c216191b1addcbd39b46953b61e - 0.03% (66.6 KB)

[#004] sha256:e0d78dbe405fe2675691484fb369ecab34bda967e6aa32a439667472aea95bb3 - 0.0% (835 Bytes)

[#005] sha256:7fd2192ca41ed69fd2a35353fea5f431714df0455da86d954f49ba4febb656bf - 38.08% (88.9 MB)

[#006] sha256:087182b10054d52d2fc759197aa2dd5133610191fbdd4eb9106fc39868a8de7c - 0.04% (91.4 KB)

[#007] sha256:9563e8ab0fbba9839bfc402f8c6ce0c52f94c345433eadc1f614f3245a8cf64b - 0.0% (845 Bytes)

[#008] sha256:dd5b60269a9f2198c3860a8dd2ae7c9ed4bc05d3bed3d4c850fcce37d82d4c9f - 0.0% (837 Bytes)

[#009] sha256:8f9b452094d659f69da765ced7b648dff1892ba631290de626f514969249d318 - 0.0% (834 Bytes)

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

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

[#012] sha256:a22a8ff509b14a0135aa89ac632ffed0b5b9bdd6b25af2d017ecbcd2db14ca3b - 0.0% (861 Bytes)

[#013] sha256:c00cccd632abb625650e619c75329f2f86e8caefaaf3758b7bde5cc85746f64b - 0.0% (856 Bytes)

[#014] sha256:8696d91beb5ee920996885bd2b6287d9732205b86ea985ca28ddfdb7e204b03a - 0.0% (824 Bytes)

[#015] sha256:264760e2122e8029a33ff364935b05e4aa0a91a55640d8ccca8fe1330165c8eb - 0.0% (830 Bytes)

[#016] sha256:2637b01d88f5b2476a50aeab7aaab1043525a47f2283c1017c99526440d315db - 0.0% (856 Bytes)

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

[#018] sha256:976ae9622f6ea13c842f1acdd1f0e3fa59646166dee3ee9e500f0e56624ef2f7 - 0.0% (830 Bytes)

[#019] sha256:7bdfcdd3fdcaddbba1b4f13365e6e16ba72fe3105ae142a044cf23e28d793668 - 0.0% (857 Bytes)

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

[#021] sha256:3ceec0b732edcd31b95c1f0fe551c5cd50f769cdca8c1a0aa861f93903aeb29b - 0.0% (849 Bytes)

[#022] sha256:44e61397c39723ce501cd20c021ff63c432e436e1b5b3eb4f1065dc4df400eb2 - 0.0% (849 Bytes)


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

Apply image 1903-amd64

2020-10-20 17:27:24 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-20 17:27:27 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-20 17:28:24 UTC

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

2020-10-20 17:28:25 UTC

cmd /S /C #(nop) USER ContainerUser

2020-10-20 17:29:01 UTC

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

2020-10-20 17:29:44 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-20 17:29:45 UTC

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

2020-10-20 17:29:46 UTC

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

2020-10-26 16:53:58 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-26 16:53:58 UTC

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

2020-10-26 16:54:00 UTC

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

2020-10-26 16:54:01 UTC

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

2020-10-26 16:54:01 UTC

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

2020-10-26 16:54:02 UTC

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

2020-10-26 22:56:19 UTC

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

2020-10-26 22:56:19 UTC

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

2020-10-26 22:56:20 UTC

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

2020-10-26 22:56:20 UTC

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

2020-10-26 22:56:32 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-26T22:56:31Z

2020-10-26 22:56:32 UTC

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

2020-10-26 22:56:33 UTC

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

2020-10-26 22:56:33 UTC

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

Details
Created

2020-10-26 23:02:43 UTC

Size

95.1 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-26T23:02:11Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    933f7ac6684d94fdea452cf47ef50f44578459c3
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.9-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.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:c0cc6e0a7d8ab62f9e3e27d2cdef0ee5f820b1a31709a312531263081fc9f547 - 0.0% (124 Bytes)

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

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

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

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

[#008] sha256:0353e01b148edf4154d122b797b58b6f03934c5866989e3bdc33de8aec45d7a4 - 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-26 23:02:15 UTC

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

2020-10-26 23:02:15 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-26 23:02:16 UTC

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

2020-10-26 23:02:16 UTC

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

2020-10-26 23:02:34 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-26 23:02:35 UTC

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

2020-10-26 23:02:36 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-26 23:02:38 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-26 23:02:38 UTC

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

2020-10-26 23:02:40 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-26 23:02:40 UTC

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

2020-10-26 23:02:40 UTC

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

2020-10-26 23:02:41 UTC

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

2020-10-26 23:02:41 UTC

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

2020-10-26 23:02:41 UTC

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

2020-10-26 23:02:42 UTC

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

2020-10-26 23:02:42 UTC

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

2020-10-26 23:02:43 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-10-26T23:02:11Z

2020-10-26 23:02:43 UTC

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

2020-10-26 23:02:43 UTC

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

2020-10-26 23:02:43 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