Namespace
rancher
Image / Tag
rancher-agent:v2.4.13-rc1
Content Digest
sha256:05b7ee84ac62eae15de65eea0acdc04db8ab5ab84ace16244e7740de5ad0290c
Details
Created

2021-01-08 00:36:53 UTC

Size

104 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-01-08T00:36:21Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    b5935be78ff3e6923c76c4d5d7928fce7e36dd5e
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.13-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.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:f22ccc0b8772d8e1bcb40f137b373686bc27427a70c0e41dd22b38016e09e7e0 - 24.47% (25.5 MB)

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

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

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

[#004] sha256:805b78ab1d3994ee1542f4b2fbf10a8790a8cb06294d8e6c7f2e4e2399440a31 - 29.1% (30.3 MB)

[#005] sha256:8173306facae086d67be798301e1b4e3edccddc2bfa829b570a59cfdaedd09b8 - 2.12% (2.2 MB)

[#006] sha256:2989055939219fb0680109eefeb62da46bf904b1dcd02d5443e4c66a7c2400ca - 1.17% (1.22 MB)

[#007] sha256:7f1b8907b54f8e314ba91ec6b6928f24d8e1f109f3bd2cd8e5955040adf8fdbc - 25.53% (26.6 MB)

[#008] sha256:e8a980d8b0308529aac5742ef824f65cdc486c1e192de6d5b4dc1e973dd092df - 17.61% (18.3 MB)


History
2020-11-25 22:25:13 UTC

/bin/sh -c #(nop) ADD file:6ef542de9959c3061f2d0758adb031e226b221a1a2cd748ff59e6fc13216a1c0 in /

2020-11-25 22:25:14 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-11-25 22:25:15 UTC

/bin/sh -c [ -z "$(apt-get indextargets)" ]

2020-11-25 22:25:16 UTC

/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container

2020-11-25 22:25:17 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2021-01-08 00:36:24 UTC

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

2021-01-08 00:36:24 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

2021-01-08 00:36:26 UTC

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

2021-01-08 00:36:26 UTC

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

2021-01-08 00:36:45 UTC

|1 ARCH=amd64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl ca-certificates jq iproute2 vim-tiny less bash-completion unzip sysstat acl && curl -sLf ${!DOCKER_URL} > /usr/bin/docker && chmod +x /usr/bin/docker && curl -sLf https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl > /usr/bin/kubectl && chmod +x /usr/bin/kubectl && DEBIAN_FRONTEND=noninteractive apt-get autoremove -y && DEBIAN_FRONTEND=noninteractive apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

2021-01-08 00:36:46 UTC

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

2021-01-08 00:36:47 UTC

|1 ARCH=amd64 /bin/sh -c curl -sLf https://github.com/rancher/loglevel/releases/download/${LOGLEVEL_VERSION}/loglevel-${ARCH}-${LOGLEVEL_VERSION}.tar.gz | tar xvzf - -C /usr/bin

2021-01-08 00:36:48 UTC

|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.7/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin

2021-01-08 00:36:48 UTC

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

2021-01-08 00:36: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

2021-01-08 00:36:50 UTC

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

2021-01-08 00:36:50 UTC

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

2021-01-08 00:36:51 UTC

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

2021-01-08 00:36:51 UTC

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

2021-01-08 00:36:51 UTC

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

2021-01-08 00:36:52 UTC

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

2021-01-08 00:36:52 UTC

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

2021-01-08 00:36:53 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-01-08T00:36:21Z

2021-01-08 00:36:53 UTC

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

2021-01-08 00:36:53 UTC

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

2021-01-08 00:36:53 UTC

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

Details
Created

2021-01-08 00:29:36 UTC

Size

240 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-01-08T00:29:33Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    b5935be78ff3e6923c76c4d5d7928fce7e36dd5e
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.13-rc1

DOCKER_API_VERSION

1.24

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1809

POWERSHELL_TELEMETRY_OPTOUT

0

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

C:\Users\Public\AppData\Local\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:21be49aa856f07be4e0a677b988e43c04bd595a3c858e58b6c364477bbbf7222 - 40.26% (96.6 MB)

[#001] sha256:7b5e1bc2bc95804adfcd2715992e45609590e0dd1afb70a25f787ba285e2101c - 0.0% (863 Bytes)

[#002] sha256:899884f723056a55de1dceecd183d49f07dc37fd9dee994f5de6cdd6942f78b4 - 0.0% (838 Bytes)

[#003] sha256:ffea4b65bddf583646e6419e008d26b11f6ae5667f70ebcbe49243f7874ae591 - 0.03% (65.6 KB)

[#004] sha256:4603361ba950abc81d0a75a705733ce99a80a6a1d6da29926187201559bb26f7 - 0.0% (842 Bytes)

[#005] sha256:78cf252b5eb9467c62c464b50e49f8d29974163d83bfeb5b4a9efb94db38e968 - 40.43% (97 MB)

[#006] sha256:ed2e0a7850c4c8d90a0eef11853b97fca5a9ecb0f8fae3249f209a856e8a26f9 - 0.04% (101 KB)

[#007] sha256:af4d4a5234690c54c2ad75e085e197f745a51c722de5d6653484ed49d9e93355 - 0.0% (869 Bytes)

[#008] sha256:c389f220757c04e843571be1557f262bd27ec7ff77a862dc52ec4811a9a5fd1d - 0.0% (839 Bytes)

[#009] sha256:20d4f31ce6963915cdbeecae1d1f7e9a623804352b39fe8981f67e6880125df8 - 0.0% (834 Bytes)

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

[#011] sha256:473d8315b57fa6ef59a1478df469241b4dcad5114c09278cbe61abc65206fe28 - 13.59% (32.6 MB)

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

[#013] sha256:9707dcb889b0e1e7149c18ebfdf48e4ce54d77b590b94918e779f1f49f549bba - 0.0% (831 Bytes)

[#014] sha256:69fe204c2860ecb81a7604a24b3898656d58ce5f35b29d52d11b4599fde3f194 - 0.0% (832 Bytes)

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

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

[#017] sha256:33dbb715a0595dae949cbd1edc68cdd3891672d0d80b7e679dbf0716f8c15b45 - 5.62% (13.5 MB)

[#018] sha256:3d2f6d3c4ed9818b0d3b60aa906e5b67ada5b9d7b6d45d28f6916d726feaa561 - 0.0% (835 Bytes)

[#019] sha256:496f0aa7c66975b1b1152126dc2c410a9c902b48bc9c600a632c92d1f19443ac - 0.0% (850 Bytes)

[#020] sha256:ddced07157d5f92bc8ffa3e752ffe4266fc24345447680d4a4168c6795982b69 - 0.0% (830 Bytes)

[#021] sha256:2fb6c770343d9be6837699e2cdf51b250650508e2ebda6820af3f30dcb2be58e - 0.0% (828 Bytes)

[#022] sha256:9624311ed1702df75ef7112685407a55f9ad9432652792542e27d45dbab05c9f - 0.0% (829 Bytes)


History
2020-12-03 08:05:47 UTC

Apply image 1809-amd64

2020-12-15 00:41:22 UTC

cmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1809

2020-12-15 00:41:22 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-12-15 00:41:50 UTC

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

2020-12-15 00:41:50 UTC

cmd /S /C #(nop) USER ContainerUser

2020-12-15 00:42:13 UTC

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

2020-12-15 00:42:49 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-12-15 00:42:49 UTC

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

2020-12-15 00:42:50 UTC

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

2021-01-04 17:20:36 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-01-04 17:20:37 UTC

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

2021-01-04 17:20:39 UTC

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

2021-01-04 17:20:40 UTC

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

2021-01-04 17:20:41 UTC

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

2021-01-04 17:20:41 UTC

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

2021-01-08 00:15:20 UTC

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

2021-01-08 00:15:20 UTC

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

2021-01-08 00:15:21 UTC

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

2021-01-08 00:15:22 UTC

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

2021-01-08 00:29:35 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-08T00:29:33Z

2021-01-08 00:29:35 UTC

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

2021-01-08 00:29:36 UTC

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

2021-01-08 00:29:36 UTC

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

Details
Created

2021-01-08 00:29:46 UTC

Size

242 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-01-08T00:29:43Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    b5935be78ff3e6923c76c4d5d7928fce7e36dd5e
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.13-rc1

DOCKER_API_VERSION

1.24

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1909

POWERSHELL_TELEMETRY_OPTOUT

0

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

C:\Users\Public\AppData\Local\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:c5135e5444e8016d822960427ecd7b8a8aab4249eda3495d8365c73961b1d3f1 - 40.66% (98.2 MB)

[#001] sha256:e9be38d9a6b955dbfb1a5c7eb6115c88e4e8738ed5646678e276c8164185a970 - 0.0% (843 Bytes)

[#002] sha256:10a04c6a04e8539c940f7bab3d8be08da6293d13f5958c440b88d7517b2842e1 - 0.0% (843 Bytes)

[#003] sha256:eb58378af5b252d457f6eb987cab040d9ddf292e1e82915029c31bad4c20e7d5 - 0.03% (63.7 KB)

[#004] sha256:b78482ecfc8b7e65a874538fa9978aabf80ba520c1d5980f2432af6f4b675a98 - 0.0% (840 Bytes)

[#005] sha256:d6bc40f72d95c437c21541d297cfdc574da11a96c6ad358bf5df68119add3383 - 40.14% (97 MB)

[#006] sha256:c9788e27fb616c95809efc30cf6bb5ec6ed5b3f094314249697fc3cb2d4d16c6 - 0.05% (135 KB)

[#007] sha256:c78a88cdb21649afb7fb8b14025d33c115a6ac8b22e5c423adff0317c12be659 - 0.0% (866 Bytes)

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

[#009] sha256:20c4473df2688eeb5b78d90e28f1f16e3a74af02f407ba9836879b6d3810dc65 - 0.0% (832 Bytes)

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

[#011] sha256:f8a9b360790fd84caeee0eb07bf2fffc92a4384d5a716650f574c497b4eac389 - 13.49% (32.6 MB)

[#012] sha256:5af66d1ec1bdc310e396a117d65586e422f477c71fd9a71d9ef4c728f319728f - 0.0% (830 Bytes)

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

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

[#015] sha256:3d56c36ab7da28a92db5678b84eccd44b0bcfcdcf41c6dad2e3b569375f17d92 - 0.0% (852 Bytes)

[#016] sha256:25c8538ac41e285edfd016a9fa262ff6f9e01be9c4e758a7c2480a15ffad6e2f - 0.0% (853 Bytes)

[#017] sha256:2a3d345884404c71268a99065d075ecff30d91905ca7f02ba3299bc5320c046c - 5.58% (13.5 MB)

[#018] sha256:3f726d8730976ffcdb6a83ef080bbdfd9905a4eb7958d5b3dc0f9224a69992d7 - 0.0% (851 Bytes)

[#019] sha256:ec1e126ec596e50e14eb4c5feb49387bb3f06439e14ac451d6d6d7b54af040de - 0.0% (849 Bytes)

[#020] sha256:8341a8298f248a7c3f1db55f4cfbec25e6c051f6dbd54742c155680f0c388f89 - 0.0% (829 Bytes)

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

[#022] sha256:75a58465ecf58eb1315eaab7e0460d9c7fd1ac870c097ce652e0897d6d76a714 - 0.0% (828 Bytes)


History
2020-12-03 07:44:26 UTC

Apply image 1909-amd64

2020-12-15 00:31:16 UTC

cmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1909

2020-12-15 00:31:17 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-12-15 00:32:04 UTC

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

2020-12-15 00:32:04 UTC

cmd /S /C #(nop) USER ContainerUser

2020-12-15 00:32:31 UTC

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

2020-12-15 00:33: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-12-15 00:33:12 UTC

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

2020-12-15 00:33:12 UTC

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

2021-01-04 17:24:47 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-01-04 17:24:48 UTC

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

2021-01-04 17:24:50 UTC

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

2021-01-04 17:24:51 UTC

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

2021-01-04 17:24:52 UTC

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

2021-01-04 17:24:52 UTC

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

2021-01-08 00:16:03 UTC

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

2021-01-08 00:16:04 UTC

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

2021-01-08 00:16:05 UTC

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

2021-01-08 00:16:05 UTC

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

2021-01-08 00:29:45 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-08T00:29:43Z

2021-01-08 00:29:45 UTC

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

2021-01-08 00:29:46 UTC

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

2021-01-08 00:29:46 UTC

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

Details
Created

2021-01-08 00:29:38 UTC

Size

241 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-01-08T00:29:36Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    b5935be78ff3e6923c76c4d5d7928fce7e36dd5e
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.13-rc1

DOCKER_API_VERSION

1.24

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1903

POWERSHELL_TELEMETRY_OPTOUT

0

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

C:\Users\Public\AppData\Local\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:302b7cf33b3a2bd3c958c33a0bb0221099c7abebd46bd685a171899210be5180 - 40.64% (98.1 MB)

[#001] sha256:c99b71322f98094328cbfe4e533e62c323564185edb3aef36f201817c35d316f - 0.0% (874 Bytes)

[#002] sha256:644592099bcca3931ac208de7acb18b9864fc376aa82ce79d503ff8811305b80 - 0.0% (824 Bytes)

[#003] sha256:7f7168ee45921ab5248822efe6710cd780cf1a3ce1ce72f4902c574a2fdca84a - 0.03% (64.4 KB)

[#004] sha256:567655c4eda01ab6f5e1b0c8458db71ca7ebcc436a8e8f3105d57ce7c18dc775 - 0.0% (847 Bytes)

[#005] sha256:0439fdc969df0a1428ef1ee44139a71fdcce4e14d78a889ba00380d3c13884b7 - 40.17% (97 MB)

[#006] sha256:72a7a5d1fb28553e60322aa9f952dfd9bf21b40672041fa06131be2f8fea358c - 0.04% (91.9 KB)

[#007] sha256:68fc068d7c1db4cdc2fe38f2bcb9c5ad86ee8bd823baba9f0a479586a1bad7e0 - 0.0% (840 Bytes)

[#008] sha256:d13bfa802c2e0f5118e03c462abe5f10ae3dbb32512317987800a17255806b3c - 0.0% (840 Bytes)

[#009] sha256:28215b304a95b52c72b9a726195f25f1852d2dc4dde98452d514831a4fdcd7e8 - 0.0% (850 Bytes)

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

[#011] sha256:afc4492f96001e7c659a6b71d0964262f67013571e4ba2fcbb1dd471a1791f9a - 13.5% (32.6 MB)

[#012] sha256:7006251b77af54fd41e94eb25d13c8c4772419d85c4a5b8bf36063a8cae841f3 - 0.0% (832 Bytes)

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

[#014] sha256:fb33b693a344e20a00d6805444a96b904037271a5ec2cfde8db25840e7d72fd1 - 0.0% (849 Bytes)

[#015] sha256:19f24bf0ed9601f5eb71607ce3d834f860c62e757f5f6fa00aa7b689cb5dbbbb - 0.0% (834 Bytes)

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

[#017] sha256:1d83f0fa29b61eca656b92a096923d19b60f9252ba1a93bfa31b5299de230852 - 5.58% (13.5 MB)

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

[#019] sha256:2e227658d97e39ebaa80a847a1879f79b306a1e6051fce75ee1563d3aa7986a2 - 0.0% (833 Bytes)

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

[#021] sha256:39e29e5a6aed9e3992f8884c6d8596f712cbcb655eb8ab8a40e1ea9a40c8e0d1 - 0.0% (822 Bytes)

[#022] sha256:1e88d70e3f5d8def49c69b94fb6d10d464981421c4bb57e751b6590ec783eec4 - 0.0% (851 Bytes)


History
2020-12-02 14:58:01 UTC

Apply image 1903-amd64

2020-12-15 00:30:30 UTC

cmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1903

2020-12-15 00:30:30 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-12-15 00:30:59 UTC

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

2020-12-15 00:31:00 UTC

cmd /S /C #(nop) USER ContainerUser

2020-12-15 00:31:50 UTC

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

2020-12-15 00:32:35 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-12-15 00:32:36 UTC

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

2020-12-15 00:32:37 UTC

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

2021-01-04 17:23:16 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-01-04 17:23:17 UTC

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

2021-01-04 17:23:19 UTC

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

2021-01-04 17:23:20 UTC

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

2021-01-04 17:23:20 UTC

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

2021-01-04 17:23:20 UTC

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

2021-01-08 00:20:14 UTC

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

2021-01-08 00:20:14 UTC

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

2021-01-08 00:20:15 UTC

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

2021-01-08 00:20:15 UTC

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

2021-01-08 00:29:38 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-08T00:29:36Z

2021-01-08 00:29:38 UTC

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

2021-01-08 00:29:38 UTC

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

2021-01-08 00:29:38 UTC

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

Details
Created

2021-01-08 00:35:56 UTC

Size

94.6 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-01-08T00:35:21Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    b5935be78ff3e6923c76c4d5d7928fce7e36dd5e
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.13-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.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:04da93b342eb651d6b94c74a934a3290697573a907fa0a06067b538095601745 - 23.93% (22.6 MB)

[#001] sha256:b235194751dee33624fc154603f7e25ecdfbb02538fb7d55fa796df9afa95fee - 0.0% (855 Bytes)

[#002] sha256:606a67bb8db9a1111022bdc6406442e11c1a66653136c5c777114bf67b61038a - 0.0% (188 Bytes)

[#003] sha256:200e8bd6f4ad6dfdf5b447743a34a7b88e3d3ea80d996ac574bc9609e5dd7da9 - 0.0% (124 Bytes)

[#004] sha256:3cd3b1f1ec95bc4dcb281d744df9816cb539fba660298df1cf6cb18abee4ffdf - 28.98% (27.4 MB)

[#005] sha256:fb68af301411668cda4b05bc3b14ff0b70aa587d40a456a2d63e58ea65d95e5d - 2.05% (1.94 MB)

[#006] sha256:94144a1eda2d6506fde43636764da89810bb04891a61225a5c6fe8255ce833f5 - 1.2% (1.13 MB)

[#007] sha256:b5b959cb6210861282b836797461efa4583387c30d2d2df966b8445b2bb30d41 - 26.05% (24.6 MB)

[#008] sha256:2436715332d8d5fd1cc145e22ee8b383a75a6ef20b5a205c230d4084c162b4a3 - 17.79% (16.8 MB)


History
2020-11-25 22:42:53 UTC

/bin/sh -c #(nop) ADD file:e5b221023382c9e42b8558f8887f8317fe7e9759f59feb1799548aed9236e99b in /

2020-11-25 22:42:56 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-11-25 22:42:58 UTC

/bin/sh -c [ -z "$(apt-get indextargets)" ]

2020-11-25 22:43:00 UTC

/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container

2020-11-25 22:43:01 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2021-01-08 00:35:24 UTC

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

2021-01-08 00:35:24 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

2021-01-08 00:35:25 UTC

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

2021-01-08 00:35:25 UTC

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

2021-01-08 00:35:43 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/*

2021-01-08 00:35:43 UTC

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

2021-01-08 00:35: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

2021-01-08 00:35:51 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

2021-01-08 00:35:51 UTC

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

2021-01-08 00:35:53 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

2021-01-08 00:35:53 UTC

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

2021-01-08 00:35:54 UTC

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

2021-01-08 00:35:54 UTC

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

2021-01-08 00:35:54 UTC

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

2021-01-08 00:35:54 UTC

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

2021-01-08 00:35:55 UTC

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

2021-01-08 00:35:55 UTC

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

2021-01-08 00:35:56 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-01-08T00:35:21Z

2021-01-08 00:35:56 UTC

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

2021-01-08 00:35:56 UTC

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

2021-01-08 00:35:56 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