Namespace
rancher
Image / Tag
rancher-agent:v2.4-3386-head
Content Digest
sha256:e76d6212be5b03d2f6f90fa2380d953e40deea0c8e061093cb68e30a76c509e4
Details
Created

2020-08-03 16:17:25 UTC

Size

105 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-08-03T16:16:58Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    0ae882f8e01cb2152788bb363da73c802d69c4eb
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-3386-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:7595c8c21622ea8a8b9778972e26dbbe063f7a1c4b0a28a80a34ebb3d343b586 - 24.33% (25.5 MB)

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

[#002] sha256:70799171ddba93a611490ba3557d782714b3f4da8963d49ac8726786ba8274a5 - 0.0% (848 Bytes)

[#003] sha256:b6c12202c5ef07dc9eb8f9d9e71407064684ed70f8c4040b62679b7d30200840 - 0.0% (161 Bytes)

[#004] sha256:988eba4442a579374932338991d1feb60aa99eb01c347090c9983588829c451d - 0.0% (124 Bytes)

[#005] sha256:1edd9963b08a00540e25e124afc96ce38b8e9735363a0345a8eef240eb4bbc18 - 28.93% (30.3 MB)

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

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

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

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


History
2020-07-24 14:38:19 UTC

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

2020-07-24 14:38:20 UTC

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

2020-07-24 14:38:21 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-24 14:38:21 UTC

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

2020-07-24 14:38:22 UTC

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

2020-08-03 16:17:00 UTC

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

2020-08-03 16:17:01 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-08-03 16:17:01 UTC

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

2020-08-03 16:17:02 UTC

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

2020-08-03 16:17:18 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-08-03 16:17:18 UTC

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

2020-08-03 16:17:20 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-08-03 16:17:21 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-08-03 16:17:21 UTC

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

2020-08-03 16:17:22 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-08-03 16:17:23 UTC

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

2020-08-03 16:17:23 UTC

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

2020-08-03 16:17:23 UTC

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

2020-08-03 16:17:23 UTC

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

2020-08-03 16:17:23 UTC

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

2020-08-03 16:17:24 UTC

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

2020-08-03 16:17:25 UTC

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

2020-08-03 16:17:25 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-08-03T16:16:58Z

2020-08-03 16:17:25 UTC

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

2020-08-03 16:17:25 UTC

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

2020-08-03 16:17:25 UTC

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

Details
Created

2020-08-03 16:14:02 UTC

Size

232 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-08-03T16:13:58Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    0ae882f8e01cb2152788bb363da73c802d69c4eb
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-3386-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.61% (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.4% (88.9 MB)

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

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

[#009] sha256:d747bba799db37734b369cee2d66157e2472fbbad2f7c8475053210448d812cf - 0.0% (856 Bytes)

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

[#011] sha256:897825c478ab401bd29aeec508022fd770a992ce705f0e6b0f80cd757f2e79dc - 14.08% (32.6 MB)

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

[#013] sha256:e2d3524dac5693cb4cf1ef280004a5339a32168ef53163f83b05f5d3609956c0 - 0.0% (853 Bytes)

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

[#015] sha256:3a59d202f1f51bf31c8fbeb3785abdbdaee9f8a9f17e84f08571e576c16608dc - 0.0% (853 Bytes)

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

[#017] sha256:a2742f2a1b406dbc0f17ede98ab471385261afaa8d4ed6ff0cdea3c1cf57ed5b - 5.79% (13.4 MB)

[#018] sha256:89d1e6eb3c85861aa29067874c7a6192411ac10d2685ad972b4e429489aebd55 - 0.0% (822 Bytes)

[#019] sha256:f1433541c339d667f119dc9618606a5ce9a72677235b18061c42a54f1f1c8623 - 0.0% (847 Bytes)

[#020] sha256:922731289b9296c94505d88c58bf693a0b82becfe4d7b582c10e9ad3e8e366e6 - 0.0% (853 Bytes)

[#021] sha256:2abbaaaba9c3723e13fe0d5de02cc27f50e8ab8517d68f3a80a2db024af50b0f - 0.0% (829 Bytes)

[#022] sha256:d7fa3b295705eeb680e6e22beae6291fb6d4f7ce68f680d18524be2bd80e4c2c - 0.0% (827 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-08-03 16:13:26 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-08-03 16:13:27 UTC

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

2020-08-03 16:13:30 UTC

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

2020-08-03 16:13:30 UTC

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

2020-08-03 16:13:31 UTC

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

2020-08-03 16:13:31 UTC

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

2020-08-03 16:13:59 UTC

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

2020-08-03 16:13:59 UTC

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

2020-08-03 16:14:00 UTC

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

2020-08-03 16:14:01 UTC

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

2020-08-03 16:14:01 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-08-03T16:13:58Z

2020-08-03 16:14:02 UTC

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

2020-08-03 16:14:02 UTC

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

2020-08-03 16:14:02 UTC

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

Details
Created

2020-08-03 16:15:40 UTC

Size

233 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-08-03T16:15:36Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    0ae882f8e01cb2152788bb363da73c802d69c4eb
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-3386-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:ba7987f3ac940e7f4e6bf115b59f0cc957302a3abb90ad22235c6a088ec30f50 - 0.0% (826 Bytes)

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

[#011] sha256:8da85de9ca53a2cac0eae5a3edc0055b2ef73c51642dc67781872cca2698d362 - 13.99% (32.6 MB)

[#012] sha256:6af4db36d091d66d44148d1366f338eb4331f26b2271efea496b92a738ac9a77 - 0.0% (830 Bytes)

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

[#014] sha256:5f4887128d7fa1120a76d5e093675100168926a8591edc5a639e1f88d0adcd33 - 0.0% (855 Bytes)

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

[#016] sha256:ea8b51c0bed96da6342452ca246926b0413e488723c0d3615228cadc0789f287 - 0.0% (824 Bytes)

[#017] sha256:05707d893ecfa8ee0bc6b6056adf50f1b124cbe5fc2e34e8e5342eb7f33c789f - 5.75% (13.4 MB)

[#018] sha256:9176fbac589f0fc5005745c4e18bfe35a050a84abeedd45de327d74a1282abe0 - 0.0% (826 Bytes)

[#019] sha256:7a594155d04ab340c9ff32c74ce493bdafa0a46f64bc550bab8fa2772fcdda2a - 0.0% (853 Bytes)

[#020] sha256:29edde9f8d3c9a676b431f90cda7a5310d2f8f62adee0777aa56144f029d90fd - 0.0% (851 Bytes)

[#021] sha256:81ee1c73c850f87943115760ad0def7fb79f554ff85726f44f651c2e55dbb0fb - 0.0% (851 Bytes)

[#022] sha256:257267fa3a4dfc25e15cf2832ce1652accdb62e60790d4af62abe1e09602b140 - 0.0% (857 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-08-03 16:15:16 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-08-03 16:15:17 UTC

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

2020-08-03 16:15:19 UTC

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

2020-08-03 16:15:20 UTC

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

2020-08-03 16:15:20 UTC

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

2020-08-03 16:15:20 UTC

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

2020-08-03 16:15:38 UTC

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

2020-08-03 16:15:38 UTC

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

2020-08-03 16:15:39 UTC

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

2020-08-03 16:15:39 UTC

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

2020-08-03 16:15:39 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-08-03T16:15:36Z

2020-08-03 16:15:40 UTC

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

2020-08-03 16:15:40 UTC

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

2020-08-03 16:15:40 UTC

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

Details
Created

2020-08-03 16:15:45 UTC

Size

233 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-08-03T16:15:41Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    0ae882f8e01cb2152788bb363da73c802d69c4eb
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-3386-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.98% (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.16% (88.9 MB)

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

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

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

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

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

[#012] sha256:13ffe593a24fef65134bfa6b414f59438ff8df13330d0a7746e6aab2583a294c - 0.0% (857 Bytes)

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

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

[#015] sha256:15f4ae8d14721b59bbfde2b4360c10d8a01e369611002fdf144a385f7fd50493 - 0.0% (828 Bytes)

[#016] sha256:d97c1b195b34a8cbb1111d313bec393f8406d8163da9048f21da16a2369bc40a - 0.0% (825 Bytes)

[#017] sha256:daa29dae81cbd417fd16e646b0874f4f88f6f23383ff35f00ae3f7d04d181af6 - 5.75% (13.4 MB)

[#018] sha256:40e543799cce9a91a421e2a79f284abc94c2e1488733809b51ec6a26af3548df - 0.0% (828 Bytes)

[#019] sha256:597c41f6db85cd228fc3bccf86ee377e3b7c698f051fc3609ce3ee583469e3cb - 0.0% (852 Bytes)

[#020] sha256:43785193ac81c344b2bd0888d79ae00aa12b3768830312dc1a32f6c82715dd97 - 0.0% (822 Bytes)

[#021] sha256:d62a939fe72f00411305f59f75ccfd29b0845c9878b8fa1faf884c9ef9be9601 - 0.0% (848 Bytes)

[#022] sha256:4e0ab3c94b827577bdb8cdb97f182eed93d40e7d73c2564388e8b4745c04a3bb - 0.0% (854 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-08-03 16:15:05 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-08-03 16:15:05 UTC

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

2020-08-03 16:15:07 UTC

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

2020-08-03 16:15:08 UTC

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

2020-08-03 16:15:08 UTC

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

2020-08-03 16:15:08 UTC

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

2020-08-03 16:15:42 UTC

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

2020-08-03 16:15:43 UTC

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

2020-08-03 16:15:43 UTC

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

2020-08-03 16:15:44 UTC

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

2020-08-03 16:15:44 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-08-03T16:15:41Z

2020-08-03 16:15:44 UTC

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

2020-08-03 16:15:45 UTC

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

2020-08-03 16:15:45 UTC

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

Details
Created

2020-08-03 16:22:07 UTC

Size

95 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-08-03T16:21:28Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    0ae882f8e01cb2152788bb363da73c802d69c4eb
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

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

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

[#002] sha256:f4eb48eb870f62ec1a7a4a2d753bf2b92dff62a6dbedaeff6db6e41cb33196bc - 0.0% (849 Bytes)

[#003] sha256:0f912b9bb20d998fd0f1a2526d5539f35d34a476da71c783d0041b25b78c0af5 - 0.0% (188 Bytes)

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

[#005] sha256:7ba4fa24aa0f747770eece48a55d1dd5cf8d9a6f5e1cb506dc56c04b6a270d68 - 28.82% (27.4 MB)

[#006] sha256:48ca6be820061eeb0f1e99b63b5135bcaad3b4f2e214d801a4c4e56b91ff1408 - 2.04% (1.94 MB)

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

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

[#009] sha256:f1012b458044402b8fee5e87cee6370afcd5c03db3c798c474e876996fb678b9 - 18.18% (17.3 MB)


History
2020-07-24 16:21:15 UTC

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

2020-07-24 16:21:35 UTC

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

2020-07-24 16:21:51 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-24 16:23:26 UTC

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

2020-07-24 16:23:50 UTC

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

2020-08-03 16:21:31 UTC

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

2020-08-03 16:21:32 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-08-03 16:21:33 UTC

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

2020-08-03 16:21:33 UTC

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

2020-08-03 16:21:59 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-08-03 16:21:59 UTC

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

2020-08-03 16:22:00 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-08-03 16:22:02 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-08-03 16:22:02 UTC

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

2020-08-03 16:22:04 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-08-03 16:22:04 UTC

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

2020-08-03 16:22:04 UTC

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

2020-08-03 16:22:04 UTC

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

2020-08-03 16:22:05 UTC

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

2020-08-03 16:22:05 UTC

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

2020-08-03 16:22:06 UTC

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

2020-08-03 16:22:07 UTC

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

2020-08-03 16:22:07 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-08-03T16:21:28Z

2020-08-03 16:22:07 UTC

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

2020-08-03 16:22:07 UTC

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

2020-08-03 16:22:07 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