Namespace
rancher
Image / Tag
rancher-agent:v2.4-4488-head
Content Digest
sha256:410d3e2e921b09d2a95b0c54f70a33a6311cd9c7fbb40d21e8c3fb731638382a
Details
Created

2020-12-16 00:09:04 UTC

Size

104 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-12-16T00:08:30Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    fd3035ba6782ace94b8143db6e7bb0884163d14a
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4488-head

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

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

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

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

[#004] sha256:88f1a055d39ad62cfaa7f36e65a6341206eb01e0489eb63b4eff93779472afae - 29.11% (30.3 MB)

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

[#006] sha256:42839555ef1471cc1711190655755948cdbc3a3a3ce5ad8ecd9fd81298c20a50 - 1.17% (1.22 MB)

[#007] sha256:b44625e24a1b8412cab241be534d8bc983bcc6c3222d758e93aa9390f46ac53d - 25.54% (26.6 MB)

[#008] sha256:bde7fc3d1a209e941bc6b187cbed47cdff91ce1c4ba16d32808f2c399481ed33 - 17.57% (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"]

2020-12-16 00:08:34 UTC

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

2020-12-16 00:08:34 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-12-16 00:08:35 UTC

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

2020-12-16 00:08:36 UTC

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

2020-12-16 00:08:56 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-12-16 00:08:56 UTC

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

2020-12-16 00:08:58 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-12-16 00:08:59 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-12-16 00:08:59 UTC

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

2020-12-16 00:09:01 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-12-16 00:09:01 UTC

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

2020-12-16 00:09:01 UTC

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

2020-12-16 00:09:01 UTC

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

2020-12-16 00:09:02 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-4488-head

2020-12-16 00:09:02 UTC

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

2020-12-16 00:09:03 UTC

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

2020-12-16 00:09:03 UTC

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

2020-12-16 00:09:03 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-12-16T00:08:30Z

2020-12-16 00:09:04 UTC

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

2020-12-16 00:09:04 UTC

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

2020-12-16 00:09:04 UTC

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

Details
Created

2020-12-15 23:25:32 UTC

Size

240 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-12-15T23:25:01Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    fd3035ba6782ace94b8143db6e7bb0884163d14a
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4488-head

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.42% (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:8572940d1cda4b9f5c12a8fc6e3678d0fcdebf378a378db58a5588e5fd259dea - 0.0% (829 Bytes)

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

[#011] sha256:49ce6be6125deaaa8d72b6387ebf750f611c04ddc113c40aedd8d12b0460ec99 - 13.59% (32.6 MB)

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

[#013] sha256:6ead3aa4acb114997fd82f64b98af8564baadd7d55b5bed59dbcb59edb922f14 - 0.0% (848 Bytes)

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

[#015] sha256:3623b84515c62468c60aecb524e856993686a10092308a4de83fb2d23c32a75e - 0.0% (855 Bytes)

[#016] sha256:d74c1c6b87a120f6b55bf1e46220e713a91207a855b417ecbd9457d29837733c - 0.0% (858 Bytes)

[#017] sha256:1756e9704cd84a21c91618660dec30d27c2fb3ede125c8ae6ef138883dc9e2cb - 5.62% (13.5 MB)

[#018] sha256:860f6930cae9a23fd37d59bfc74526c788a84ee4fa284a1a14cf11e8ad49e99c - 0.0% (829 Bytes)

[#019] sha256:1809abd20e9c8dba0e1bd4e61bec3dbb38516242e0285402e587a6881e2d1c71 - 0.0% (830 Bytes)

[#020] sha256:c051d29bf570d63385eb15067e89e2e8d55586867fa85aeaf0085222a4780777 - 0.0% (827 Bytes)

[#021] sha256:c091cfcba2e6ad1f781fc00374c9d99c8e293a35ea92fc8c79ea58446cfb1e3e - 0.0% (834 Bytes)

[#022] sha256:5126db9e4e56af7d0e0fc03a5d33a22ccb88fbe84f574be008c6e03a18793b15 - 0.0% (831 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"]

2020-12-15 23:25:22 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-12-15 23:25:23 UTC

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

2020-12-15 23:25:25 UTC

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

2020-12-15 23:25:26 UTC

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

2020-12-15 23:25:27 UTC

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

2020-12-15 23:25:27 UTC

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

2020-12-15 23:25:28 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-4488-head

2020-12-15 23:25:28 UTC

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

2020-12-15 23:25:29 UTC

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

2020-12-15 23:25:30 UTC

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

2020-12-15 23:25:30 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-12-15T23:25:01Z

2020-12-15 23:25:31 UTC

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

2020-12-15 23:25:31 UTC

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

2020-12-15 23:25:32 UTC

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

Details
Created

2020-12-15 23:26:29 UTC

Size

242 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-12-15T23:26:00Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    fd3035ba6782ace94b8143db6e7bb0884163d14a
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4488-head

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:ec749c2e8844bdfc1809a2eccf6c2ed8e807f3347e550e917d22020bfe2355fe - 0.0% (870 Bytes)

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

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

[#012] sha256:c26087bc2ff3f0b4ca4ea3a42991a17a0848dfd2bc793b97e92bef9b28789209 - 0.0% (826 Bytes)

[#013] sha256:f0e481f212c74c5d0078768d1bd693757057e7deebe6898793706bb70f03d91a - 0.0% (836 Bytes)

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

[#015] sha256:a9e884e8a1b11abf584ddf78c307148150feb5702caf2bd10d304824a74e22a0 - 0.0% (833 Bytes)

[#016] sha256:658bc7a880ddcbc524ba04c4ca6bab5457392c353230cc636121cec841440b53 - 0.0% (850 Bytes)

[#017] sha256:7705a21db23557ca5a9744d530f37102154f1c86cc92e8da4b813867b5814720 - 5.58% (13.5 MB)

[#018] sha256:5fafce73752cc96c946294ca0aba8bbec961125cd742c2ca374f75539aa5cbd7 - 0.0% (833 Bytes)

[#019] sha256:996a13b27793ec8ac15a957af7208353fd1aa163e58e2ca9bc144dd9ac682809 - 0.0% (832 Bytes)

[#020] sha256:44958967d89c4b20e44781988f41aaf3a339efc2a283131ece1c732f20fbd593 - 0.0% (855 Bytes)

[#021] sha256:eb46ab6697d473a4fcd070641d15666e06ee648bcc2c6294b99463a85040987d - 0.0% (832 Bytes)

[#022] sha256:ae2c337b3b4b900e2680488045992a04913fcee34d788da93ed221cd4771479d - 0.0% (830 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"]

2020-12-15 23:26:21 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-12-15 23:26:22 UTC

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

2020-12-15 23:26:24 UTC

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

2020-12-15 23:26:24 UTC

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

2020-12-15 23:26:25 UTC

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

2020-12-15 23:26:25 UTC

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

2020-12-15 23:26:25 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-4488-head

2020-12-15 23:26:26 UTC

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

2020-12-15 23:26:27 UTC

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

2020-12-15 23:26:27 UTC

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

2020-12-15 23:26:28 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-12-15T23:26:00Z

2020-12-15 23:26:28 UTC

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

2020-12-15 23:26:28 UTC

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

2020-12-15 23:26:29 UTC

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

Details
Created

2020-12-15 23:26:39 UTC

Size

241 MB

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

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4488-head

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:80a644f622856039ec11d9feaf4b86756b7d139c4ec7a103de83488a7dd6f4f8 - 0.0% (829 Bytes)

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

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

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

[#013] sha256:164b018c9f52f191a47f6f73df3645105b459000e090c1bfe2e6efff98b84cf3 - 0.0% (860 Bytes)

[#014] sha256:1cab116811ff3fe988a370a09b2c55c0b7f063a93bc6c015ef295de3aa0ae42d - 0.0% (856 Bytes)

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

[#016] sha256:c524c068bbb1efe9da993fd969be92953b28bea27639ec79c336a04da2bcc681 - 0.0% (851 Bytes)

[#017] sha256:3c9ebbda263f510e66365f820266c7002cdfa20fa1afaf0c2bd044fd9ad020dc - 5.58% (13.5 MB)

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

[#019] sha256:ce830ccedf99b69e703cd90a774772a006360d373141de44caed000662339249 - 0.0% (855 Bytes)

[#020] sha256:68eca100d2bb9262ac20edc8ada308b531b15483ed7baae127c51dcc87705c60 - 0.0% (864 Bytes)

[#021] sha256:0d717e4c1d2268d6ba9ba42193d2aff22a796d4b3a3c94a810bbefcaf5a66793 - 0.0% (831 Bytes)

[#022] sha256:b53802d6d87beaff042a06778f2df04ed167c980b0b2b4e64e6a4374d39190c2 - 0.0% (833 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"]

2020-12-15 23:26:30 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-12-15 23:26:31 UTC

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

2020-12-15 23:26:33 UTC

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

2020-12-15 23:26:34 UTC

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

2020-12-15 23:26:34 UTC

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

2020-12-15 23:26:35 UTC

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

2020-12-15 23:26:35 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-4488-head

2020-12-15 23:26:36 UTC

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

2020-12-15 23:26:36 UTC

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

2020-12-15 23:26:38 UTC

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

2020-12-15 23:26:38 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-12-15T23:26:10Z

2020-12-15 23:26:38 UTC

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

2020-12-15 23:26:39 UTC

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

2020-12-15 23:26:39 UTC

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

Details
Created

2020-12-15 23:31:46 UTC

Size

94.5 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-12-15T23:31:10Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    fd3035ba6782ace94b8143db6e7bb0884163d14a
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4488-head

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

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

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

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

[#004] sha256:19db5d6a13f0fd9f7f5d7288835c63e2c84a3b74ae50cc03793348b546af5f8e - 28.98% (27.4 MB)

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

[#006] sha256:9e8363ec2e9f45517d0cec36a4b23e7ea19c9f227d4fe28fde74dcd55750b0f1 - 1.2% (1.13 MB)

[#007] sha256:54b934b9e327f11c698f63968ed6cd1dc22900a7ed187fe48e9c5b7660ceca60 - 26.07% (24.6 MB)

[#008] sha256:305eef4a3a6ee2e34e139a4059222aa0e30de186b33518540cce44cb8ce9e00b - 17.76% (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"]

2020-12-15 23:31:13 UTC

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

2020-12-15 23:31:13 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-12-15 23:31:14 UTC

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

2020-12-15 23:31:14 UTC

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

2020-12-15 23:31:32 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-12-15 23:31:33 UTC

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

2020-12-15 23:31:34 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-12-15 23:31:40 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-12-15 23:31:41 UTC

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

2020-12-15 23:31:42 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-12-15 23:31:43 UTC

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

2020-12-15 23:31:43 UTC

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

2020-12-15 23:31:43 UTC

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

2020-12-15 23:31:43 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-4488-head

2020-12-15 23:31:43 UTC

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

2020-12-15 23:31:44 UTC

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

2020-12-15 23:31:45 UTC

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

2020-12-15 23:31:45 UTC

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

2020-12-15 23:31:45 UTC

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

2020-12-15 23:31:46 UTC

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

2020-12-15 23:31:46 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