Namespace
rancher
Image / Tag
rancher-agent:master-3301-head
Content Digest
sha256:784011b4b7aa449b57c969a99181d8ce4bc061f94719011f3ee7f33d2057003e
Details
Created

2020-07-13 16:23:14 UTC

Size

104 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-07-13T16:22:46Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    691feb01a72094fda943abe3a865c2fe7cd057ac
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-3301-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.38% (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:9f5ca8c70d5268663309ac017840f7fe84addb7d48460a459a1aee568c915bbc - 0.0% (123 Bytes)

[#005] sha256:aed0c2ed2913cd1920d6aaaba43b39ccfd344b635b8dd9f4a2d9f5c79cad9d89 - 28.98% (30.3 MB)

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

[#007] sha256:e8dc70f81fc4e6a33842615d07e469e1e17515bfd349da4094166b89b79883b0 - 1.17% (1.22 MB)

[#008] sha256:0af9e8ea70130ae43b1057d4237a30c2a577646863efe3e9f49cad6a46a2580e - 25.44% (26.6 MB)

[#009] sha256:57ac09283d5635cb00753daa02cca2e008266ccd34a092c1090a6f6e04332a79 - 17.9% (18.7 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-13 16:22:49 UTC

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

2020-07-13 16:22:49 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-13 16:22:50 UTC

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

2020-07-13 16:22:50 UTC

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

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

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

2020-07-13 16:23:08 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-13 16:23:09 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-13 16:23:09 UTC

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

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

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

2020-07-13 16:23:11 UTC

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

2020-07-13 16:23:11 UTC

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

2020-07-13 16:23:12 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3301-head

2020-07-13 16:23:12 UTC

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

2020-07-13 16:23:13 UTC

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

2020-07-13 16:23:13 UTC

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

2020-07-13 16:23:13 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-07-13T16:22:46Z

2020-07-13 16:23:13 UTC

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

2020-07-13 16:23:14 UTC

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

2020-07-13 16:23:14 UTC

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

Details
Created

2020-07-13 16:13:38 UTC

Size

231 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-07-13T16:13:32Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    691feb01a72094fda943abe3a865c2fe7cd057ac
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-3301-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.64% (96.4 MB)

[#001] sha256:c8491920a5e375879911dc3e783d73c8f955b04128743a93e43b610b9ff51abc - 0.0% (836 Bytes)

[#002] sha256:e3e9d6cbd737b75b72a558cdc2a3f609d7fcbc3c71235f7e166e960dee70ceb4 - 0.0% (839 Bytes)

[#003] sha256:744f587587496ae159fc1402633add5ecbed226788d8224ce18bb224282e955a - 0.0% (838 Bytes)

[#004] sha256:f6981df1d75faff55e3615cf6335bf211c0ac40493d84da2037d00f459cde747 - 0.03% (67.9 KB)

[#005] sha256:5d7005860ff9031d01428b01ffbfc87a174e6207a88d3a5629b92f6e30fa1340 - 0.0% (836 Bytes)

[#006] sha256:6bfa67e8265ecd8af7de00bb15763ae2cd3261ac944740319df269c08c0f9d72 - 38.41% (88.9 MB)

[#007] sha256:0ebcb012a61349e963b9b863f310aa8155aa01e0b77fbe559c2637757099b92a - 0.04% (95.6 KB)

[#008] sha256:30698ceb033a281c218f2222fbdbea7447d9338665fb6dd048544a618f598f54 - 0.0% (838 Bytes)

[#009] sha256:ec10eb19615db00fb1778312862487b7bec77ba9ff74b312e4e16286e0ce16dd - 0.0% (855 Bytes)

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

[#011] sha256:c2d49cdb72681756271ff9db75641e4dd0ec6c5a1a727cce510d292897ff40c6 - 14.09% (32.6 MB)

[#012] sha256:845492ec3081dd8e7502b8a2243a3e0bc6c2daca08a093306b7f38c155cb59c3 - 0.0% (830 Bytes)

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

[#014] sha256:3f1419225dc934a0c23ac05e83627b5946dd46df3e80dc4d94b8da96a91d65d7 - 0.0% (848 Bytes)

[#015] sha256:1b21751ca53e7577d34a5bcadc53651458fceb78ce23790d95dc106ce70697bc - 0.0% (854 Bytes)

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

[#017] sha256:b9bd4c5bd58c997d9d0735bac1c12981f9adeffe5fb7bbf656961d1954e86d8f - 5.74% (13.3 MB)

[#018] sha256:e001bda7c2b69a9972a89889926be7e8975b4e37632b63d04be187d88b873c23 - 0.0% (848 Bytes)

[#019] sha256:3cbeaffa534440ea16ce3cfcc1e77a97a0aed4e0e5a76fe3ca8218bc905ccf30 - 0.0% (846 Bytes)

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

[#021] sha256:7a64ff3008ce259495758aab2553e248097b45519bce5994aeecdd1dd846bbc7 - 0.0% (827 Bytes)

[#022] sha256:ff0915c7ce9b7507a83ab5355177e52edc45fd9b3a0f360e36d3f1e2365b5e88 - 0.0% (831 Bytes)


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

Apply image 1809-KB4561608-amd64

2020-07-02 22:07:49 UTC

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

2020-07-02 22:07:50 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-02 22:07:51 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-07-02 22:07:59 UTC

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

2020-07-02 22:07:59 UTC

cmd /S /C #(nop) USER ContainerUser

2020-07-02 22:08:14 UTC

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

2020-07-02 22:08:50 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-02 22:08:50 UTC

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

2020-07-13 00:28:47 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-07-13 00:28:48 UTC

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

2020-07-13 00:28:50 UTC

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

2020-07-13 00:28:51 UTC

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

2020-07-13 00:28:51 UTC

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

2020-07-13 00:28:51 UTC

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

2020-07-13 16:13:34 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3301-head

2020-07-13 16:13:35 UTC

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

2020-07-13 16:13:36 UTC

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

2020-07-13 16:13:36 UTC

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

2020-07-13 16:13:37 UTC

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

2020-07-13 16:13:37 UTC

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

2020-07-13 16:13:37 UTC

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

2020-07-13 16:13:38 UTC

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

Details
Created

2020-07-13 16:14:34 UTC

Size

233 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-07-13T16:14:29Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    691feb01a72094fda943abe3a865c2fe7cd057ac
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-3301-head

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1909-KB4560960-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:f43060d5d9153f6409cfe7216e9f38490927cf92b644f7f96e33931b0e890359 - 42.02% (97.9 MB)

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

[#002] sha256:af13265ab2deb825a65e8e6880650bcda7eca96e2a2ef38bee2741833d9ae100 - 0.0% (841 Bytes)

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

[#004] sha256:22a6d41dd94d70f5c2084dfc086cd07ed4250b3114528b05201679c973da0315 - 0.03% (66 KB)

[#005] sha256:8208637fbac623223767d07427034e77b584ad95c6d33e27be6b062231b6e332 - 0.0% (888 Bytes)

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

[#007] sha256:81e5e598f7b1f17d8d72d9cf10d26635ed949d2b0c74cdbf48865d7f0f75e85b - 0.04% (95.7 KB)

[#008] sha256:5bccff4895ae9459fbf88f5f6e2177dd639f567c44f9704da4adf166d2e53b20 - 0.0% (842 Bytes)

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

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

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

[#012] sha256:569dd17df43998ba95b48c25f54e0933d4425f57cca657cf798061c9a138b503 - 0.0% (834 Bytes)

[#013] sha256:f282e5571bbc41fc8504e62b2027ac78cba37ad11272a60602ade9297ebd08f0 - 0.0% (829 Bytes)

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

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

[#016] sha256:c82f2b2600f162b8760778f612dc4961534866a977adde0aedfb062ab7e3728b - 0.0% (831 Bytes)

[#017] sha256:55654ca3f6bfb3108bad5a1ba9a9b9d6379425d90a94ae1ed999221c4c7950a6 - 5.71% (13.3 MB)

[#018] sha256:7cfd25e1971918f74fed37049cfb0184e64f4c8c24a425fe1e2140e627f01053 - 0.0% (859 Bytes)

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

[#020] sha256:1147e7915d85250b91decfbe30c217ab4d91e216c028509c90d89c7c76b2d7b2 - 0.0% (856 Bytes)

[#021] sha256:9d64be5ad279078b8c71955f54fe7c16fdd8bf1fe20355bad0784186e517c042 - 0.0% (856 Bytes)

[#022] sha256:67f09a846b1151e44cea9e9f261965ca7ab9f18cec8bd6565ce73ec97ec92c27 - 0.0% (863 Bytes)


History
2020-06-06 11:35:19 UTC

Apply image 1909-KB4560960-amd64

2020-07-02 22:19:57 UTC

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

2020-07-02 22:19:58 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-KB4560960-amd64

2020-07-02 22:19:59 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-07-02 22:20:29 UTC

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

2020-07-02 22:20:30 UTC

cmd /S /C #(nop) USER ContainerUser

2020-07-02 22:20:50 UTC

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

2020-07-02 22:21:32 UTC

|1 fromTag=1909-KB4560960-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-02 22:21:33 UTC

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

2020-07-13 00:31:01 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-07-13 00:31:01 UTC

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

2020-07-13 00:31:04 UTC

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

2020-07-13 00:31:04 UTC

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

2020-07-13 00:31:05 UTC

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

2020-07-13 00:31:05 UTC

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

2020-07-13 16:14:31 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3301-head

2020-07-13 16:14:31 UTC

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

2020-07-13 16:14:32 UTC

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

2020-07-13 16:14:33 UTC

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

2020-07-13 16:14:33 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-07-13T16:14:29Z

2020-07-13 16:14:33 UTC

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

2020-07-13 16:14:34 UTC

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

2020-07-13 16:14:34 UTC

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

Details
Created

2020-07-13 16:14:15 UTC

Size

233 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-07-13T16:14:10Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    691feb01a72094fda943abe3a865c2fe7cd057ac
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-3301-head

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1903-KB4560960-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:c40da4de5e84fba9e2c0f302d2d30570160680b4a2d4ae5a558796337e2dfca2 - 42.01% (97.9 MB)

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

[#002] sha256:5d56107d8df35eb069c29a492d7364ea2036527e7d04386f4ff06bceda2ecc1f - 0.0% (844 Bytes)

[#003] sha256:4342107aa485baf1df8486326b1fcdda76c57c12a06375b822c7c9a5c321440e - 0.0% (886 Bytes)

[#004] sha256:47e9cc49fe1554ed30f73bebde545985613174eb2fb508340988047ba91e2e55 - 0.03% (64.5 KB)

[#005] sha256:eb0046336a7fd2e30c21822a0c3f5ee72036ddb93961cbef3c6e0d4972c181b2 - 0.0% (869 Bytes)

[#006] sha256:17997dd30109904f30d554f0a2e03e226577311a7a9aa887a0625ef359e8e29c - 38.16% (88.9 MB)

[#007] sha256:338e79d77c98270ae3aee28b5912cfaf35310f679991501139998f0c10556b3c - 0.05% (127 KB)

[#008] sha256:352c112eede530efeb053aa2e3b625f326b723a8675a223c3c245d2dc9de9fa9 - 0.0% (862 Bytes)

[#009] sha256:1e5ddcfe406270864bab33292ce64d142867ddd5a264cc663e79d61914ae1060 - 0.0% (830 Bytes)

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

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

[#012] sha256:66c316dadb1d8cba082aed354e1dfae865839529ecec73a33837615af6e077e1 - 0.0% (828 Bytes)

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

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

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

[#016] sha256:a2adb20d35070e7da142d8ed68c123f4a705049cfd5dfe669dfbfd868eebc11b - 0.0% (816 Bytes)

[#017] sha256:830bf767a47766f5217a9476c732665fef8d57d120ddbd9d1bb8eb6fed5c16d2 - 5.71% (13.3 MB)

[#018] sha256:f56edf98ca210cd4dff0ea3086fdbf7a79241550781f6e94505d8de9a8e08d85 - 0.0% (847 Bytes)

[#019] sha256:16c861d4837d3a8c132c9ed5d9232795abf1be5cb9374c23c53ea9489079ad50 - 0.0% (854 Bytes)

[#020] sha256:b2692fc9a1cf88f09a4be24485c698115ad6542a3dc91dc914ad71745919ed91 - 0.0% (834 Bytes)

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

[#022] sha256:96d755b74ae1be68ac58a22c51a44521cac61c1ddcba1c96f04df1f4128fc460 - 0.0% (859 Bytes)


History
2020-06-03 11:03:30 UTC

Apply image 1903-KB4560960-amd64

2020-07-02 22:14:08 UTC

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

2020-07-02 22:14:08 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-KB4560960-amd64

2020-07-02 22:14:09 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-07-02 22:14:32 UTC

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

2020-07-02 22:14:32 UTC

cmd /S /C #(nop) USER ContainerUser

2020-07-02 22:14:47 UTC

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

2020-07-02 22:15:26 UTC

|1 fromTag=1903-KB4560960-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-02 22:15:27 UTC

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

2020-07-13 00:30:31 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-07-13 00:30:31 UTC

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

2020-07-13 00:30:33 UTC

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

2020-07-13 00:30:34 UTC

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

2020-07-13 00:30:34 UTC

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

2020-07-13 00:30:34 UTC

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

2020-07-13 16:14:12 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3301-head

2020-07-13 16:14:12 UTC

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

2020-07-13 16:14:13 UTC

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

2020-07-13 16:14:13 UTC

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

2020-07-13 16:14:14 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-07-13T16:14:10Z

2020-07-13 16:14:14 UTC

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

2020-07-13 16:14:15 UTC

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

2020-07-13 16:14:15 UTC

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

Details
Created

2020-07-13 16:29:25 UTC

Size

94.9 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-07-13T16:28:41Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    691feb01a72094fda943abe3a865c2fe7cd057ac
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-3301-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.84% (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:2bfda44c7045271b7c5996ceb21bcffced23501e51cfecf677a183bbb3998e8d - 0.0% (123 Bytes)

[#005] sha256:ba07a5dd39b93b23e65b777904a9b307bc8ad491e96dff98e1dc6bcfdd44b0e5 - 28.86% (27.4 MB)

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

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

[#008] sha256:780f31938da49978622e1d814a9826c8d2b885135be28d01e5ac7c1be3f78f52 - 25.97% (24.6 MB)

[#009] sha256:0c5f8d0474ac072051be6663645c45a197235addd3043c4d810ec5c7219c4ca4 - 18.05% (17.1 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-13 16:28:44 UTC

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

2020-07-13 16:28:44 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-13 16:28:45 UTC

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

2020-07-13 16:28:45 UTC

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

2020-07-13 16:29:12 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-13 16:29:13 UTC

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

2020-07-13 16:29:15 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-13 16:29:17 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-13 16:29:17 UTC

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

2020-07-13 16:29:20 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-13 16:29:20 UTC

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

2020-07-13 16:29:20 UTC

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

2020-07-13 16:29:21 UTC

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

2020-07-13 16:29:21 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3301-head

2020-07-13 16:29:21 UTC

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

2020-07-13 16:29:23 UTC

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

2020-07-13 16:29:24 UTC

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

2020-07-13 16:29:24 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-07-13T16:28:41Z

2020-07-13 16:29:24 UTC

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

2020-07-13 16:29:25 UTC

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

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