Namespace
rancher
Image / Tag
rancher-agent:v2.4-3319-head
Content Digest
sha256:2080f2a80c2a689f97ad1a715197e51c874885be9ece053b55769b08195a25ba
Details
Created

2020-07-16 21:38:44 UTC

Size

105 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-07-16T21:38:15Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    b4d72a51184a6309fd59b0d14b993a139df5c1d0
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-3319-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:e0886c6cd66aa2f4c8de1e62e302ab1a1f7f9c934c841249ebc8aec62adbbf08 - 0.0% (123 Bytes)

[#005] sha256:419f6bb292ce33e607e19644a29e59c2cf344847ec3462910420d76a5cf34864 - 28.93% (30.3 MB)

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

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

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

[#009] sha256:b80925ec7502cdd1837bf291fcaedbe01e1cd1c6b2c660d6dadc4dd57ee1c160 - 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-16 21:38:18 UTC

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

2020-07-16 21:38:18 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-16 21:38:19 UTC

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

2020-07-16 21:38:19 UTC

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

2020-07-16 21:38:37 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-16 21:38:37 UTC

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

2020-07-16 21:38:38 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-16 21:38:39 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-16 21:38:40 UTC

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

2020-07-16 21:38:41 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-16 21:38:42 UTC

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

2020-07-16 21:38:42 UTC

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

2020-07-16 21:38:42 UTC

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

2020-07-16 21:38:42 UTC

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

2020-07-16 21:38:42 UTC

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

2020-07-16 21:38:43 UTC

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

2020-07-16 21:38:44 UTC

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

2020-07-16 21:38:44 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-07-16T21:38:15Z

2020-07-16 21:38:44 UTC

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

2020-07-16 21:38:44 UTC

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

2020-07-16 21:38:44 UTC

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

Details
Created

2020-07-16 21:14:50 UTC

Size

232 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-07-16T21:14:42Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    b4d72a51184a6309fd59b0d14b993a139df5c1d0
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-3319-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:d3854a02b6bfce599cf6727a80433301cc9d5cc214667fdeb513cb7c53ac9e0a - 0.0% (829 Bytes)

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

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

[#012] sha256:2e0a7e8883dab3976944433bc26373d59b02fd78872555048fa1cb0f7c47aea0 - 0.0% (831 Bytes)

[#013] sha256:5919580d194edbaea237855c768504fef50643bb3fc334129b4081db81e50c17 - 0.0% (825 Bytes)

[#014] sha256:747f9018b2a1da10c6e518f3dd8524416a2b83e7d765074c4816c3f25f99c115 - 0.0% (853 Bytes)

[#015] sha256:aa8afe5f2d63c416874300136ff77bf73ac65670e6fcc42184ee424b90bc00e9 - 0.0% (857 Bytes)

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

[#017] sha256:108734ac182644a26300437d2baaf2bb0d38407a871396ef2abf8705d8dbe826 - 5.77% (13.4 MB)

[#018] sha256:d8119a79da0e170f9d5dbca78eb62efb84b13c15b5089420f78d6df2b76d18a7 - 0.0% (849 Bytes)

[#019] sha256:542bdf37c2430b1ac19ae81ac70ea1e8a300139b99ced6cc97af921ea80a3776 - 0.0% (866 Bytes)

[#020] sha256:f6e0e41c8fa05fc4250f59f71ca719c03509858269a6c7fd0ac779668ea30716 - 0.0% (854 Bytes)

[#021] sha256:34c3d99fb374355c73303ce8589221d6642048e2cba6b1aae3c354291992648e - 0.0% (852 Bytes)

[#022] sha256:9604565065cc285b685a861d5cd776911302fa5c052ca0ef4a45f7ef117b27c9 - 0.0% (857 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-16 20:36:35 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-07-16 20:36:35 UTC

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

2020-07-16 20:36:38 UTC

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

2020-07-16 20:36:38 UTC

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

2020-07-16 20:36:39 UTC

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

2020-07-16 20:36:39 UTC

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

2020-07-16 21:14:44 UTC

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

2020-07-16 21:14:45 UTC

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

2020-07-16 21:14:46 UTC

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

2020-07-16 21:14:47 UTC

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

2020-07-16 21:14:47 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-07-16T21:14:42Z

2020-07-16 21:14:49 UTC

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

2020-07-16 21:14:50 UTC

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

2020-07-16 21:14:50 UTC

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

Details
Created

2020-07-16 21:15:08 UTC

Size

233 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-07-16T21:15:01Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    b4d72a51184a6309fd59b0d14b993a139df5c1d0
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-3319-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:e3429e17e2881a8c59f69fa9eacae9c3335f60aee5b408ea6fc20e37686150da - 0.0% (833 Bytes)

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

[#011] sha256:2f454e8ab7cc7e8b6c45922d06810b3cfd5d51f41f7b2c27106fff6aa1e97052 - 13.99% (32.6 MB)

[#012] sha256:98154442050ed852a42b5771909b0e81b89f058479c319562429bfbf8a5e4eec - 0.0% (831 Bytes)

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

[#014] sha256:322d266888d03abd648ed6acaea67fcacf2d9603a4cc6be2a3b900abf7f5d412 - 0.0% (835 Bytes)

[#015] sha256:7626f987d596a05010430c3b726922cf406ae819f02c9fd510f233d5172805e3 - 0.0% (860 Bytes)

[#016] sha256:457d4c9db17c13ee80f9b82ce1a5f2e57079154438d0b94c09ec76916ac73dff - 0.0% (857 Bytes)

[#017] sha256:9a6dc48505c8c926e919c76733cc44f5761df77fc16a7b7474499665856beea3 - 5.74% (13.4 MB)

[#018] sha256:ab29737f383b24315e2b951ebfb8655052c4eefe16b5d09a4963b8b39b50608a - 0.0% (856 Bytes)

[#019] sha256:8f8ea2ec82c214642e2fbbfaee038af2c15f7cfc1e6bf45038b4e0988d9c547d - 0.0% (878 Bytes)

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

[#021] sha256:15df5a3a2b07e5229e704f43c3b21f322adb4644ca921e9d9eeedfe6577f762a - 0.0% (856 Bytes)

[#022] sha256:d936f1cfc23b7088ba8b571360a2d29ec41e8e8cd61d906397f4e16fd7dd195a - 0.0% (879 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-16 20:37:15 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-07-16 20:37:16 UTC

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

2020-07-16 20:37:18 UTC

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

2020-07-16 20:37:19 UTC

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

2020-07-16 20:37:19 UTC

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

2020-07-16 20:37:19 UTC

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

2020-07-16 21:15:04 UTC

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

2020-07-16 21:15:04 UTC

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

2020-07-16 21:15:05 UTC

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

2020-07-16 21:15:06 UTC

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

2020-07-16 21:15:07 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-07-16T21:15:01Z

2020-07-16 21:15:07 UTC

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

2020-07-16 21:15:08 UTC

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

2020-07-16 21:15:08 UTC

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

Details
Created

2020-07-16 21:14:49 UTC

Size

233 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-07-16T21:14:42Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    b4d72a51184a6309fd59b0d14b993a139df5c1d0
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-3319-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:a8d6935ddf8fa29034b97a2829e119ee38542692f59a4095b3a89c09c2107dcc - 0.0% (833 Bytes)

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

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

[#012] sha256:293e70486369c114c5f08caff27247f2d1e9198ff29ea8679c7c7d4428465e71 - 0.0% (825 Bytes)

[#013] sha256:ecc4314214dc15c692af02ce462b5c7cc9a6878c7dd0ad149c8ce34d1ccf5521 - 0.0% (857 Bytes)

[#014] sha256:9830a8296a06ee9e27530db13c921158fb5d7cbc5e826cc2cf8abee9fcb86bb8 - 0.0% (833 Bytes)

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

[#016] sha256:0a964f3d48b332aaf7ca3d64aee2112d9f6a8ba6ec4adc10a156d981226de07a - 0.0% (874 Bytes)

[#017] sha256:01cf270de81bdad081e03f580700b9bbb03cbf16edb697815eb02e2ea11fedec - 5.74% (13.4 MB)

[#018] sha256:10c2a2289ed304a5f60520023a1b5eab2f3b38445d545f6db117c759ac34b7e8 - 0.0% (859 Bytes)

[#019] sha256:1c5972b684c1f6d8b6d3812e2527112ba0da95400668fc6773b5a40480eb60ce - 0.0% (829 Bytes)

[#020] sha256:8d1fc35f6710875532095882baea2ab26ce9317d6da561133e36373d220f6ee0 - 0.0% (885 Bytes)

[#021] sha256:f7f4b848a5c52d749a7bb7b8ab8fd658e15b480701c5127a3298eaec3c45f054 - 0.0% (858 Bytes)

[#022] sha256:d9f1d64083387e85064e6afc3a5627b7f7299e1807189e5cf4a3f11c1b5b5251 - 0.0% (883 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-16 20:36:24 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-07-16 20:36:24 UTC

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

2020-07-16 20:36:26 UTC

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

2020-07-16 20:36:27 UTC

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

2020-07-16 20:36:27 UTC

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

2020-07-16 20:36:28 UTC

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

2020-07-16 21:14:44 UTC

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

2020-07-16 21:14:44 UTC

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

2020-07-16 21:14:45 UTC

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

2020-07-16 21:14:46 UTC

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

2020-07-16 21:14:47 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-07-16T21:14:42Z

2020-07-16 21:14:48 UTC

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

2020-07-16 21:14:48 UTC

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

2020-07-16 21:14:49 UTC

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

Details
Created

2020-07-16 21:30:29 UTC

Size

95 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-07-16T21:29:49Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    b4d72a51184a6309fd59b0d14b993a139df5c1d0
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-3319-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:d292c898bc31aba55d6275e68a67470bd674729a7c7b6327cff312e22916d8a4 - 0.0% (123 Bytes)

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

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

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

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

[#009] sha256:2111440a642c1879016fa20e9169daa21a17e90575a79a5cc192590aa115c499 - 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-16 21:29:53 UTC

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

2020-07-16 21: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_arm64

2020-07-16 21:29:54 UTC

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

2020-07-16 21:29:54 UTC

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

2020-07-16 21:30:20 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-16 21:30:21 UTC

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

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

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

2020-07-16 21:30:25 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-16 21:30:26 UTC

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

2020-07-16 21:30:26 UTC

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

2020-07-16 21:30:26 UTC

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

2020-07-16 21:30:26 UTC

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

2020-07-16 21:30:27 UTC

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

2020-07-16 21:30:28 UTC

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

2020-07-16 21:30:28 UTC

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

2020-07-16 21:30:28 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-07-16T21:29:49Z

2020-07-16 21:30:28 UTC

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

2020-07-16 21:30:29 UTC

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

2020-07-16 21:30:29 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