Namespace
rancher
Image / Tag
rancher-agent:v2.4-3351-head
Content Digest
sha256:929c5ce452fa8a284d090c20528b8b04faf1932080df6848baccae5ff6f8b7c8
Details
Created

2020-07-23 23:30:31 UTC

Size

105 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-07-23T23:29:50Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    54a466511e14bd6eae8c3dce18c8be9d9d06e57f
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-3351-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:a1125296b23d78a3585a7910d649fbf0cc56284f9d2066e3243e8bc18f90b308 - 24.34% (25.5 MB)

[#001] sha256:3c742a4a0f38c95e690ad2dad8909c0cb232911418ac94a73da2a28becc7b734 - 0.03% (34.5 KB)

[#002] sha256:4c5ea3b329965bf7239f4e4f484915a444ec6d78b532ae12525934d4f6f7ac9a - 0.0% (852 Bytes)

[#003] sha256:1b4be91ead68299f53759fd80c135e0dde0eb797e91eb8fbc5a708a506e0c433 - 0.0% (162 Bytes)

[#004] sha256:93a287192aa67160976818c2551808695549294815bc81f61edec9b823d564d9 - 0.0% (124 Bytes)

[#005] sha256:475d1ab3ae87a44cf3f97b86db34c0e03284a43bee91dd1be41a63f272ce8b19 - 28.93% (30.3 MB)

[#006] sha256:b9f8f67b7911cba9d74a46e548474f619ea6058975e0adb08337b1aecd9f9acc - 2.11% (2.2 MB)

[#007] sha256:6ae09c5eac23695140dc1dd2a7ea77b681830b6b56672777df1712367302e089 - 1.16% (1.22 MB)

[#008] sha256:b7dc7240a8542a33f6435ed60190834496d0bc18a2223e3fdf7ceef97b204fb4 - 25.4% (26.6 MB)

[#009] sha256:2f483d42a887a73ae34b516a3c5ba76978dabc6d81abac64941178f925375a74 - 18.03% (18.9 MB)


History
2020-07-06 21:56:08 UTC

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

2020-07-06 21:56:09 UTC

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

2020-07-06 21:56:10 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-07-06 21:56:11 UTC

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

2020-07-06 21:56:11 UTC

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

2020-07-23 23:29:53 UTC

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

2020-07-23 23:29:53 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-07-23 23:29:54 UTC

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

2020-07-23 23:29:54 UTC

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

2020-07-23 23:30:19 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-07-23 23:30:19 UTC

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

2020-07-23 23:30:21 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-07-23 23:30:22 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-07-23 23:30:22 UTC

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

2020-07-23 23:30:25 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-07-23 23:30:25 UTC

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

2020-07-23 23:30:26 UTC

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

2020-07-23 23:30:26 UTC

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

2020-07-23 23:30:26 UTC

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

2020-07-23 23:30:27 UTC

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

2020-07-23 23:30:29 UTC

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

2020-07-23 23:30:29 UTC

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

2020-07-23 23:30:30 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-07-23T23:29:50Z

2020-07-23 23:30:30 UTC

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

2020-07-23 23:30:30 UTC

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

2020-07-23 23:30:31 UTC

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

Details
Created

2020-07-23 23:19:27 UTC

Size

232 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-07-23T23:19:23Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    54a466511e14bd6eae8c3dce18c8be9d9d06e57f
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

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

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1809-KB4561608-amd64

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:c7d6d47ff7dfb2aa4d4e819641b93ec971e8541978dff0ffc24c193babeb8c07 - 41.62% (96.4 MB)

[#001] sha256:2bb9710c0cb62c6bfbfc6eeb105dcb787f544b73e14792c9184b04c2cfcdd313 - 0.0% (950 Bytes)

[#002] sha256:5b6a6e88dff855da73e7f7779dc08ee323bc9e14a373677baf3970083d78d148 - 0.0% (836 Bytes)

[#003] sha256:b94e5a8e96f95df44f9650bf1e17d42e134ae78cca0df5e1465264605291a60b - 0.0% (840 Bytes)

[#004] sha256:a44d7f3cc195f81f823b2b183ced2698bea0623ca69860324753ad9b2179d925 - 0.03% (71.4 KB)

[#005] sha256:4e8708ebb942fc4ad365937323b0917e9c2034c1b1a0361b634ecd69d701903a - 0.0% (843 Bytes)

[#006] sha256:478252e18c8caf434e5375da6c2bc1a0b3130fe654c46652bc6150b84a8b92f5 - 38.41% (88.9 MB)

[#007] sha256:e1a35b4a1cb394a030e8c448c74160a480b42eaebadb16c2e08421ef9cdd74ea - 0.04% (96.4 KB)

[#008] sha256:43434f33e8b25d7d6b9597dcf6b8253ec140beb7b67430627dd3c1b89e9d8b15 - 0.0% (838 Bytes)

[#009] sha256:845127d4d4ba88fef984a0ddc4e4d64084260c05157a2d76909b9b666ba72646 - 0.0% (830 Bytes)

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

[#011] sha256:54b5efeeb13bb3962363a131acc5f7092005bc52ce12f6619a60eba09aa9d087 - 14.08% (32.6 MB)

[#012] sha256:973e50db1499eadfbb960dafacb83f4dbed1169567400a8f066f51ed212d3c78 - 0.0% (830 Bytes)

[#013] sha256:b88395ef08f171e722de4f2f2b9378b404f1e7fc01ab7b3337f975efebf2996a - 0.0% (827 Bytes)

[#014] sha256:166f6904d0eb98587ab51f64cae615d48e98846e813621d7e36141cdc911fae9 - 0.0% (834 Bytes)

[#015] sha256:de1c807e35dd30e8f544adfa4b5a99169585520f110bf4bf4d0a5387ff583849 - 0.0% (827 Bytes)

[#016] sha256:f60599dddede34c906517144c8bb5297f23aa42f2e1ac623a8a6a1efee7859db - 0.0% (823 Bytes)

[#017] sha256:1f7061a639e640a80a849eebd6b34256051811666872a49eb81a56f2d0048a12 - 5.77% (13.4 MB)

[#018] sha256:e9d0d29df572914a6cc2750f8b82d03d6cfa0743470288c3be546e525301a597 - 0.0% (853 Bytes)

[#019] sha256:0379268ea9fac7e6bb06e2397d20a4e9c45caa36c93c497df7beffcb9fc92918 - 0.0% (828 Bytes)

[#020] sha256:1cefb9894caaa61e24e6632015d73817a7e5601b8e2ea59c27401eded56c6ccb - 0.0% (833 Bytes)

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

[#022] sha256:72a30748038bb7b129a0c7ab29f29587099764d20c798d14708df23e80521ed4 - 0.0% (851 Bytes)


History
2020-06-03 11:12:32 UTC

Apply image 1809-KB4561608-amd64

2020-07-16 01:04:35 UTC

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

2020-07-16 01:04:38 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-KB4561608-amd64

2020-07-16 01:04:39 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-07-16 01:04:50 UTC

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

2020-07-16 01:04:51 UTC

cmd /S /C #(nop) USER ContainerUser

2020-07-16 01:05:18 UTC

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

2020-07-16 01:05:54 UTC

|1 fromTag=1809-KB4561608-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-07-16 01:05:54 UTC

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

2020-07-20 06:17:24 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-07-20 06:17:25 UTC

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

2020-07-20 06:17:27 UTC

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

2020-07-20 06:17:28 UTC

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

2020-07-20 06:17:28 UTC

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

2020-07-20 06:17:29 UTC

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

2020-07-23 23:19:24 UTC

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

2020-07-23 23:19:25 UTC

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

2020-07-23 23:19:25 UTC

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

2020-07-23 23:19:26 UTC

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

2020-07-23 23:19:26 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-07-23T23:19:23Z

2020-07-23 23:19:27 UTC

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

2020-07-23 23:19:27 UTC

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

2020-07-23 23:19:27 UTC

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

Details
Created

2020-07-23 23:20:01 UTC

Size

233 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-07-23T23:19:56Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    54a466511e14bd6eae8c3dce18c8be9d9d06e57f
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

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

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1909-KB4565483-amd64

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:e8a609e7f617bec4bcf5ba70cf691a9884e732141eadfcc9c42c436f917d0164 - 41.99% (97.9 MB)

[#001] sha256:ace60531feb4d1910c30c8050125cf834547ce523d03a1928a36f3213d1590e3 - 0.0% (873 Bytes)

[#002] sha256:2d656cadfb61b9ee136600f74875e0eb79080736dc55b496cf9cb1a47dc19543 - 0.0% (840 Bytes)

[#003] sha256:4f2d873f99dac874b811c17acba9d822e702ad8075151772ae676c23f602a757 - 0.0% (814 Bytes)

[#004] sha256:9ed9d4d9e65ea7132b528786d48d3acd5855b61fd5337e2d8a85cd17e1af5f7a - 0.03% (67.4 KB)

[#005] sha256:ac14d05763aa14c6d712c91c2b751409fa7928bc0dfca1b3efe9732e0dea2b13 - 0.0% (833 Bytes)

[#006] sha256:42f5441f31b1dd8a92f4601dfe24337e078a3e05472dfcb07fea649f1cca0b32 - 38.16% (88.9 MB)

[#007] sha256:ea4acc0cac20305c4a21ce57bee29a3b136c7fae592c1bd06379e80778b8f6da - 0.04% (94 KB)

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

[#009] sha256:6471d7a4814debee5fdc6889eebda382fcb683968127fd5880ade0f307f7d4e9 - 0.0% (877 Bytes)

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

[#011] sha256:5fdbbc7be77b2ef148c86fe74d1a94d1057ac1754f45d42d80604f1eea0f22bb - 13.99% (32.6 MB)

[#012] sha256:64b9d3c4e1820a880903311a4d023fa27044b24f442cd5289a137a126e013b9a - 0.0% (829 Bytes)

[#013] sha256:b97af85587210b681c94220d5c3323b9a8560dc4feb162db477232e7ec44e3bd - 0.0% (826 Bytes)

[#014] sha256:2d24a55e43784037fa4122cf894e5308f53db0f9cb0913acb66108696da8e7b9 - 0.0% (823 Bytes)

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

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

[#017] sha256:733df3f57293ac97e98da55b28baade96c56701ace53aea7b630704b23566dfb - 5.74% (13.4 MB)

[#018] sha256:0f3b0ef40d83b7fa7c56d079d024cc9f8edb83695417cfa258dbc14e97a1336a - 0.0% (826 Bytes)

[#019] sha256:8b02ecadaeffba26476eb71369fba7ad945c1cf645ec8bd341005a1d712486d1 - 0.0% (834 Bytes)

[#020] sha256:d05ef10e1c8111bdb7234fdd4345efddb940c9d2e708155a8f2352d72c1b31a8 - 0.0% (832 Bytes)

[#021] sha256:94415140660488030e439f5b69a2312ab5c847ef87efc39bcd5ecc116320a38a - 0.0% (833 Bytes)

[#022] sha256:5c1b00be0b3fbb888031897e93daebd83113c3e0c562a3efb3fdbdc9a9c68dc9 - 0.0% (829 Bytes)


History
2020-07-08 02:16:11 UTC

Apply image 1909-KB4565483-amd64

2020-07-16 01:20:58 UTC

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

2020-07-16 01:20:59 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-KB4565483-amd64

2020-07-16 01:21:00 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-07-16 01:21:44 UTC

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

2020-07-16 01:21:44 UTC

cmd /S /C #(nop) USER ContainerUser

2020-07-16 01:22:02 UTC

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

2020-07-16 01:22:46 UTC

|1 fromTag=1909-KB4565483-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-07-16 01:22:47 UTC

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

2020-07-20 06:19:59 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-07-20 06:20:00 UTC

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

2020-07-20 06:20:02 UTC

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

2020-07-20 06:20:03 UTC

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

2020-07-20 06:20:03 UTC

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

2020-07-20 06:20:03 UTC

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

2020-07-23 23:19:58 UTC

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

2020-07-23 23:19:59 UTC

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

2020-07-23 23:19:59 UTC

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

2020-07-23 23:20:00 UTC

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

2020-07-23 23:20:00 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-07-23T23:19:56Z

2020-07-23 23:20:01 UTC

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

2020-07-23 23:20:01 UTC

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

2020-07-23 23:20:01 UTC

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

Details
Created

2020-07-23 23:19:36 UTC

Size

233 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-07-23T23:19:32Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    54a466511e14bd6eae8c3dce18c8be9d9d06e57f
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

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

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1903-KB4565483-amd64

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:f07c298b155a926cb3857f19bd243eb37ae8af769486fb258a756447b691840c - 41.99% (97.8 MB)

[#001] sha256:85dc5bae50db07b8fa949e89c7b8084ceb5a0591fd2adf24a9519e2088aa80fa - 0.0% (839 Bytes)

[#002] sha256:f95122a91d81aa783ee39e317611d151830c52ddaee9be1680601e91bd28c751 - 0.0% (872 Bytes)

[#003] sha256:6d8648258909989d58752c75373ad024bbc0c1b979c81c6536c514897341095e - 0.0% (814 Bytes)

[#004] sha256:f4046f0e3a002dbe1dc55dd558d2498e58e3d8aec4fbfe843ebb344f826ae4c8 - 0.03% (66.4 KB)

[#005] sha256:87d232d883c025c7cbc3d98a8cdce89a0c7f3c00d6c90695549168d6ae4a0145 - 0.0% (835 Bytes)

[#006] sha256:8ee8628acfa13ca11e5d6806c934127802c020997ecd8c39fe8b3aa4311c9d9f - 38.17% (88.9 MB)

[#007] sha256:1baa81237cb5370b50e8f174723775912d7e312d630c546d1aca2b0c12c95831 - 0.04% (95.4 KB)

[#008] sha256:18d2da9045305b24ffea375019167c50afe7644d397cc039a3b7bea8d6f9f707 - 0.0% (862 Bytes)

[#009] sha256:e8d1809801212de88402139eac07e729f09a3322d4f3bc53726cfd97bd4d38c4 - 0.0% (831 Bytes)

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

[#011] sha256:74a8fff8d8bd34677fcdc30e6dd80a35affc75adfc4b2710574a1a6cfab778fd - 13.99% (32.6 MB)

[#012] sha256:5645854b00307a98f3b454d14b41d7a79233dc6afc1aea5c03d7095c18b19e24 - 0.0% (832 Bytes)

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

[#014] sha256:3d811454d42a7d83de8fc421c039378f24b9581b2f16002bb81aa991eb4a61ea - 0.0% (854 Bytes)

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

[#016] sha256:4a54e464bc4b4cd70a4d567ec86490e75cd9591f687e8ee83dab508a9cd2645b - 0.0% (850 Bytes)

[#017] sha256:08aaee2e3d494c8f59a0d121b16840c1ecdef4bde0c4a03c3888d10c4a3b9c74 - 5.74% (13.4 MB)

[#018] sha256:9f802daef86adcf8cd8805c6b84d0e427b929e86b15a355835bc2d02033481e6 - 0.0% (823 Bytes)

[#019] sha256:43ec7dbf46cb293dd85b30c8a45402d84f69f5aa6f2d93b9227a92a01ae327e4 - 0.0% (806 Bytes)

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

[#021] sha256:7f6208fcbac839bcfd049132db478f229fb0ee78e57e2e8b7333dcbae5b07d34 - 0.0% (829 Bytes)

[#022] sha256:4c57c6a5731361b57c81fce685c570a1def356503cc4994cdf659daaee145e0a - 0.0% (827 Bytes)


History
2020-07-07 12:59:30 UTC

Apply image 1903-KB4565483-amd64

2020-07-16 01:12:59 UTC

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

2020-07-16 01:12:59 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-KB4565483-amd64

2020-07-16 01:13:00 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-07-16 01:13:43 UTC

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

2020-07-16 01:13:44 UTC

cmd /S /C #(nop) USER ContainerUser

2020-07-16 01:14:04 UTC

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

2020-07-16 01:14:43 UTC

|1 fromTag=1903-KB4565483-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-07-16 01:14:43 UTC

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

2020-07-20 06:19:42 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-07-20 06:19:42 UTC

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

2020-07-20 06:19:44 UTC

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

2020-07-20 06:19:45 UTC

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

2020-07-20 06:19:45 UTC

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

2020-07-20 06:19:46 UTC

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

2020-07-23 23:19:33 UTC

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

2020-07-23 23:19:34 UTC

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

2020-07-23 23:19:34 UTC

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

2020-07-23 23:19:35 UTC

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

2020-07-23 23:19:35 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-07-23T23:19:32Z

2020-07-23 23:19:35 UTC

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

2020-07-23 23:19:36 UTC

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

2020-07-23 23:19:36 UTC

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

Details
Created

2020-07-23 23:31:25 UTC

Size

95 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-07-23T23:30:45Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    54a466511e14bd6eae8c3dce18c8be9d9d06e57f
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-3351-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:68fe03cb170d6a5101858131ae1eac5393a4f018d70abfcd1348fd240ee0ccc5 - 23.81% (22.6 MB)

[#001] sha256:18959295effbb87ec216a036a1821f8b7e183072faaa80a6d7f97aa14b51b2af - 0.04% (34.4 KB)

[#002] sha256:51118fb70ce38c0c2e667ecd5fc941590875e2fd9e55dd17c90073f085ba5970 - 0.0% (852 Bytes)

[#003] sha256:409a5d9eae931d5a3b5a3bcb840e11167c2d3d03ec22258cde67197babf908ed - 0.0% (187 Bytes)

[#004] sha256:242003b45629b59375e602ee16a22e1b5b35ee2e483a2394cf936db8147ea726 - 0.0% (124 Bytes)

[#005] sha256:0ab2693fd5c64d3cbd0371f4427ebdee347cf5a836a78f7b4a2c80283140aac8 - 28.82% (27.4 MB)

[#006] sha256:362bd2e37a5c63e802db3eb2413eefab2a38d5c41525805e2065dc4b9a3fa2ce - 2.04% (1.94 MB)

[#007] sha256:b6fd638e8c6b836c45baa0a008bc622ac8f67dff8e51f3b741edfcd6c1fa4b2a - 1.19% (1.13 MB)

[#008] sha256:bb30e3942e998fd633c101f411649b2765cefc139943fa4d69ccffe67501e6ff - 25.93% (24.6 MB)

[#009] sha256:335a3122e18ea56da7facd851e86800ac69d1b5b5381d9d85c4c4a9828572285 - 18.17% (17.3 MB)


History
2020-07-06 22:04:54 UTC

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

2020-07-06 22:04:56 UTC

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

2020-07-06 22:04:58 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-07-06 22:05:00 UTC

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

2020-07-06 22:05:01 UTC

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

2020-07-23 23:30:48 UTC

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

2020-07-23 23:30:48 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-07-23 23:30:49 UTC

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

2020-07-23 23:30:49 UTC

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

2020-07-23 23:31:16 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-07-23 23:31:16 UTC

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

2020-07-23 23:31:18 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-07-23 23:31:20 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-07-23 23:31:20 UTC

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

2020-07-23 23:31:22 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-07-23 23:31:22 UTC

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

2020-07-23 23:31:22 UTC

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

2020-07-23 23:31:23 UTC

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

2020-07-23 23:31:23 UTC

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

2020-07-23 23:31:23 UTC

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

2020-07-23 23:31:24 UTC

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

2020-07-23 23:31:25 UTC

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

2020-07-23 23:31:25 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-07-23T23:30:45Z

2020-07-23 23:31:25 UTC

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

2020-07-23 23:31:25 UTC

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

2020-07-23 23:31:25 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