Namespace
rancher
Image / Tag
rancher-agent:master-6d4d6b0f59dec1753579b4903485814b230c9dc8-head
Content Digest
sha256:7ae99574eb806f9a165b8fb4ce3cab6f6938748da2055c2fdadee905e020cc2e
Details
Created

2020-11-02 20:46:32 UTC

Size

161 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-11-02T20:45:33Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    6d4d6b0f59dec1753579b4903485814b230c9dc8
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-6d4d6b0f59dec1753579b4903485814b230c9dc8-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.18.2

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:171857c49d0f5e2ebf623e6cb36a8bcad585ed0c2aa99c87a055df034c1e5848 - 15.81% (25.5 MB)

[#001] sha256:419640447d267f068d2f84a093cb13a56ce77e130877f5b8bdb4294f4a90a84f - 0.0% (852 Bytes)

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

[#003] sha256:7700acdbccccad5792879f465fa7290fc6d160460625b2df0eb73fd3561c4d53 - 0.0% (123 Bytes)

[#004] sha256:2333a2f07fc85b4d012c76642448b4f4bff5ec6615479cdd365a026ce9b46b99 - 34.86% (56.1 MB)

[#005] sha256:151cee34087306d16032c450bf523cda7531b2b1cd30f8d07916138131feb1cb - 1.37% (2.2 MB)

[#006] sha256:b7341f4fd520203dd249587fb18d61761eafd00f2a095a68d09412b13f0e0460 - 16.5% (26.6 MB)

[#007] sha256:c77d762faf4bbd902c86e78f26ccd2f6f12324e9e60897666aca8142b9c477fe - 12.84% (20.7 MB)

[#008] sha256:882600d23d72b4f73ee9977b327723957d48f07cb1263ce24227bd45d4372b2c - 18.62% (30 MB)

[#009] sha256:a343413b651793a4a3c30e9ad731cc4db8570c7e73062becfb20d1c9446dcce7 - 0.0% (171 Bytes)


History
2020-09-25 22:33:49 UTC

/bin/sh -c #(nop) ADD file:4974bb5483c392fb54a35f3799802d623d14632747493dce5feb4d435634b4ac in /

2020-09-25 22:33:50 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-09-25 22:33:51 UTC

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

2020-09-25 22:33:52 UTC

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

2020-09-25 22:33:52 UTC

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

2020-11-02 20:45:55 UTC

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

2020-11-02 20:45:55 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-11-02 20:45:56 UTC

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

2020-11-02 20:45:56 UTC

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

2020-11-02 20:46:19 UTC

|1 ARCH=amd64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends git 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-11-02 20:46:20 UTC

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

2020-11-02 20:46: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-11-02 20:46:21 UTC

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

2020-11-02 20:46:23 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-11-02 20:46:23 UTC

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

2020-11-02 20:46:24 UTC

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

2020-11-02 20:46:24 UTC

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

2020-11-02 20:46:24 UTC

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

2020-11-02 20:46:24 UTC

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

2020-11-02 20:46:29 UTC

/bin/sh -c #(nop) COPY dir:ecdeb4d12ae26afca42e4ce69c4b62553d699ec2c0b57a10f3adf7cc68a1d70e in /var/lib/rancher-data

2020-11-02 20:46:31 UTC

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

2020-11-02 20:46:31 UTC

/bin/sh -c #(nop) WORKDIR /var/lib/rancher

2020-11-02 20:46:32 UTC

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

2020-11-02 20:46:32 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-11-02T20:45:33Z

2020-11-02 20:46:32 UTC

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

2020-11-02 20:46:32 UTC

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

2020-11-02 20:46:32 UTC

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

Details
Created

2020-11-02 20:40:37 UTC

Size

248 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-11-02T20:40:31Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    6d4d6b0f59dec1753579b4903485814b230c9dc8
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-6d4d6b0f59dec1753579b4903485814b230c9dc8-head

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1809

POWERSHELL_TELEMETRY_OPTOUT

0

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:aab6118ce69c93410df7fa15842a6e3b3c7ff20b639c779b5d5f78e7653eaa07 - 38.87% (96.5 MB)

[#001] sha256:71e5283dd9d47bd88fa566326f6e8e6bc1c3c7f385c69b7482194c97e6e969b7 - 0.0% (894 Bytes)

[#002] sha256:05006be99a092de18f27ebd9357601854cd79a5d889b3d0425aa16034ba4394d - 0.0% (840 Bytes)

[#003] sha256:da195ac2293a9561694a5adab6e97cc2f7c1cb37c8cba3f22e1ed3e90723759e - 0.02% (62.6 KB)

[#004] sha256:f8fa4de85b83f5d222df6544a1dadf65fbb999e155489406427e2054f80c4e09 - 0.0% (839 Bytes)

[#005] sha256:b5836a3889bb8f93e8c91299f3fa4c1a7e62cbda44d832de191ab652f7ae6a87 - 35.82% (88.9 MB)

[#006] sha256:0ade25de6d58d36f0c689752b4e10ac9b2c5dc1f857e40da8414c64d9eb2e5a0 - 0.05% (123 KB)

[#007] sha256:d85cfa9dc8d26611c871a012812945e6d83c7c554dd1061caf196e352fcee684 - 0.0% (839 Bytes)

[#008] sha256:42962d95291d49a66c66e5f8e1f07a86abbc9189e3b3eeed11c0a733f37abab5 - 0.0% (836 Bytes)

[#009] sha256:064af77073b1c310e13da0655e0c1a2c7d47f07b5d0801e0d2ac0b66504b6781 - 0.0% (852 Bytes)

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

[#011] sha256:4000031356c46430cb130bf64bac12f698c3c4b75e091da65e4958d234249050 - 13.13% (32.6 MB)

[#012] sha256:93931304b944d937ac00a9142c945103086a222534dfd440134b4854916f4d28 - 0.0% (831 Bytes)

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

[#014] sha256:51d6c99165bc7b6d090fcd1c43ab81cc93206df6cc18067395a8d78da0634fef - 0.0% (823 Bytes)

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

[#016] sha256:c599b2df1ef2852bc6e62d750a6aeb377ce61756c9dd3e81a181f374a828b846 - 0.0% (827 Bytes)

[#017] sha256:6be511cda351b50332394b27ef3bf9896c7d18892e3b9feb43ca784a5bdd97b1 - 12.07% (30 MB)

[#018] sha256:41e2909b9db29736b802f8f83a71788958b2ca840b3c47667e468f8122946c1b - 0.0% (832 Bytes)

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

[#020] sha256:66152292fe1db50362f48d4ec92aab1ae48d7908735bd40e8041448e4a007abb - 0.0% (850 Bytes)

[#021] sha256:99aa30a1e875fde78ee44ebcab5c9288ee168fd1280c8af21e7504c11ac1f60f - 0.0% (826 Bytes)

[#022] sha256:193c4c578421a1c37fbbdd6a17372fd322b61712609e16c802c1cbcd149e2e22 - 0.0% (826 Bytes)


History
2020-09-30 11:25:56 UTC

Apply image 1809-amd64

2020-10-27 18:41: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

2020-10-27 18:41:52 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-27 18:42:23 UTC

cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M

2020-10-27 18:42:23 UTC

cmd /S /C #(nop) USER ContainerUser

2020-10-27 18:42:43 UTC

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

2020-10-27 18:43:22 UTC

cmd /S /C pwsh -NoLogo -NoProfile -Command " $stopTime = (get-date).AddMinutes(15); $ErrorActionPreference = 'Stop' ; $ProgressPreference = 'SilentlyContinue' ; while(!(Test-Path -Path $env:PSModuleAnalysisCachePath)) { Write-Host "'Waiting for $env:PSModuleAnalysisCachePath'" ; if((get-date) -gt $stopTime) { throw 'timout expired'} Start-Sleep -Seconds 6 ; }"

2020-10-27 18:43:23 UTC

cmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0

2020-10-27 18:43:23 UTC

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

2020-11-01 19:59:40 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-11-01 19:59:40 UTC

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

2020-11-01 19:59:43 UTC

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

2020-11-01 19:59:43 UTC

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

2020-11-01 19:59:44 UTC

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

2020-11-01 19:59:44 UTC

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

2020-11-02 20:40:33 UTC

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

2020-11-02 20:40:34 UTC

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

2020-11-02 20:40:35 UTC

cmd /S /C #(nop) COPY multi:6a354d03bd64e7d8a066a31ce29e714d37d2f4f1904b56b563f1e7aca9f2a654 in \etc\rancher\

2020-11-02 20:40:35 UTC

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

2020-11-02 20:40:36 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-11-02T20:40:31Z

2020-11-02 20:40:36 UTC

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

2020-11-02 20:40:37 UTC

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

2020-11-02 20:40:37 UTC

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

Details
Created

2020-11-02 20:40:02 UTC

Size

250 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-11-02T20:39:56Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    6d4d6b0f59dec1753579b4903485814b230c9dc8
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-6d4d6b0f59dec1753579b4903485814b230c9dc8-head

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1909

POWERSHELL_TELEMETRY_OPTOUT

0

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:d6c6a99d5726a68a35f81bb15a53ebdc98b41ff763b7b2442647543ee44bb89c - 39.25% (98.1 MB)

[#001] sha256:206be2f05271bce4ec0df6e76cf74025975c544b911103f45dabd5b82c6da9f2 - 0.0% (868 Bytes)

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

[#003] sha256:5b9b73da39905fb9464897eee806a7caa18f1aa09700a076ff8ca6923ad8a341 - 0.02% (61.8 KB)

[#004] sha256:a6640319e0a80f154c05ab1dcf2c31be62235db5501e4042e481a5c99d161820 - 0.0% (833 Bytes)

[#005] sha256:6b0b5d435a4c9ab16d49963a0b822b1b09a81d03f3efbf335b069de97baa62b4 - 35.59% (88.9 MB)

[#006] sha256:7180a2511080a46bbf3a5b476beeb6079812351773965e8b3f61b0f0e87ba205 - 0.05% (124 KB)

[#007] sha256:c99fb14c29028329501476947ae76808f8cd5f1c1ad3272c8b81fff5804f4ca8 - 0.0% (837 Bytes)

[#008] sha256:73af04b1e0f1c1ec80dc0811d1c8e5cd6ca9bddabe3c88b2b149a9c424fa9c65 - 0.0% (842 Bytes)

[#009] sha256:1e253df2b56bdd83de21af56549b9df03a294fa22aeb390a69cf1e5c2694df21 - 0.0% (853 Bytes)

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

[#011] sha256:e133ccfb13ab8956416b6e819fbcc20820b7c4d6619ce11ea0340af6029361da - 13.05% (32.6 MB)

[#012] sha256:60ff4e4fb24840b66f6a50f48816eb13363ce65f4ccd2a14efd52465712ae7ed - 0.0% (856 Bytes)

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

[#014] sha256:0fdd68e8a64628d04e83101eec7f53b44ad071006806727e809fc2532dd4d95b - 0.0% (830 Bytes)

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

[#016] sha256:0f1e304ee5a4d98ffc78d86cd4cc1448f350cedbc66fe77c6650f3822a14b821 - 0.0% (828 Bytes)

[#017] sha256:44b518baf2f1e89b48532fc2f88205a3258f3ac6b5ff057ffce04d457e469ca7 - 11.99% (30 MB)

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

[#019] sha256:64ca192fce85d3dd0263dbe72b5e458d1ae2487cecc89483afab59ac4e2e2b3f - 0.0% (829 Bytes)

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

[#021] sha256:8fff5e6d4445bb44b10ebd58acae70a0a1526efacb67d4d3a104cdfba127b9d3 - 0.0% (828 Bytes)

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


History
2020-10-01 03:13:48 UTC

Apply image 1909-amd64

2020-10-27 18:52:52 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

2020-10-27 18:52:52 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-27 18:53:23 UTC

cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M

2020-10-27 18:53:24 UTC

cmd /S /C #(nop) USER ContainerUser

2020-10-27 18:53:46 UTC

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

2020-10-27 18:54:29 UTC

cmd /S /C pwsh -NoLogo -NoProfile -Command " $stopTime = (get-date).AddMinutes(15); $ErrorActionPreference = 'Stop' ; $ProgressPreference = 'SilentlyContinue' ; while(!(Test-Path -Path $env:PSModuleAnalysisCachePath)) { Write-Host "'Waiting for $env:PSModuleAnalysisCachePath'" ; if((get-date) -gt $stopTime) { throw 'timout expired'} Start-Sleep -Seconds 6 ; }"

2020-10-27 18:54:29 UTC

cmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0

2020-10-27 18:54:30 UTC

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

2020-11-01 20:02:14 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-11-01 20:02:14 UTC

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

2020-11-01 20:02:17 UTC

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

2020-11-01 20:02:17 UTC

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

2020-11-01 20:02:17 UTC

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

2020-11-01 20:02:18 UTC

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

2020-11-02 20:39:59 UTC

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

2020-11-02 20:39:59 UTC

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

2020-11-02 20:40:00 UTC

cmd /S /C #(nop) COPY multi:6a354d03bd64e7d8a066a31ce29e714d37d2f4f1904b56b563f1e7aca9f2a654 in \etc\rancher\

2020-11-02 20:40:01 UTC

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

2020-11-02 20:40:01 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-11-02T20:39:56Z

2020-11-02 20:40:01 UTC

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

2020-11-02 20:40:02 UTC

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

2020-11-02 20:40:02 UTC

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

Details
Created

2020-11-02 20:40:11 UTC

Size

250 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-11-02T20:40:05Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    6d4d6b0f59dec1753579b4903485814b230c9dc8
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-6d4d6b0f59dec1753579b4903485814b230c9dc8-head

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1903

POWERSHELL_TELEMETRY_OPTOUT

0

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:0e31ee8f400716f940be9db76d6eedb1a903860385b4ca8f70513012d53fe1f1 - 39.3% (98.3 MB)

[#001] sha256:b59df857af5acc3c862e854b5f18770bbccbe2ee67a1e38a959867be75e7684b - 0.0% (844 Bytes)

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

[#003] sha256:bef6855c6ff742ce0fb84ce683f36ad73da71aee30013c8e8eedeb96166588be - 0.03% (65.8 KB)

[#004] sha256:9ed1177be57044776572ceee250a1351667fb225d102f7ea4360ca375d6f3907 - 0.0% (837 Bytes)

[#005] sha256:1866bc40ff39899200b8062addec978f23ebf9abbc220bec6aabdce2d0b71cba - 35.56% (88.9 MB)

[#006] sha256:5bee1ccfd789b6c8bfb35de07437385b2cbaa6da6f29b25a757389d89a8cd549 - 0.05% (125 KB)

[#007] sha256:5df93e526ac9024ab01a762a24a1f1332de50e1ff7f094c789278ee2bd84a947 - 0.0% (837 Bytes)

[#008] sha256:63bc374f6aa77ec96d9076561bf3d53be2735a2de499b59174ef842989976b2c - 0.0% (891 Bytes)

[#009] sha256:45e8b711f4009887bc24bc9e0e1fb508e837582154f9e8ea801a54f8680917e4 - 0.0% (883 Bytes)

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

[#011] sha256:c3ba01cbf6f70679b6181bd616e8b91ef2abf31fd430b10fc740919cabff356c - 13.04% (32.6 MB)

[#012] sha256:69cd9a551d961af4d5a17fcc33b2842c929cbe6c12ab1989e47be1870e9de4b1 - 0.0% (830 Bytes)

[#013] sha256:0d66facd11e50d1b7363adba09fe9e42bd840c7550b940da432bf25ffff4937e - 0.0% (851 Bytes)

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

[#015] sha256:6f47862620e681fe02e8bdd9f4832a4ab8ce6401e028cf170bf88d8a6ede9460 - 0.0% (829 Bytes)

[#016] sha256:56bd7a6a86b4649e9f95d2d18c133d24988bc732b921179338d7c065c50ea526 - 0.0% (857 Bytes)

[#017] sha256:1d44dd10986d6f985b9de72b8acb9aa940f426cc2c6a0456cd9589646dc3be5e - 11.98% (30 MB)

[#018] sha256:55b9a6787fac5e2b64be911af19865ad39c1616685eda0094be759eb41c2a301 - 0.0% (831 Bytes)

[#019] sha256:24d98e1a6272c7b524e034d312fed19475c33b2f896fc1cf2a92b06a9d812689 - 0.0% (828 Bytes)

[#020] sha256:e87de075b137765a2a8e01e79143a1d74c26d4dee2648fefc55bfa111f946a79 - 0.0% (826 Bytes)

[#021] sha256:a9f975cc3d065b343d3dcc2d2c905118c765594652382549df0e489548ba7c60 - 0.0% (826 Bytes)

[#022] sha256:47e73773b0d20a04d1c236e045fc62374f1bcd5963e3b75c875e34b5fef06b5c - 0.0% (862 Bytes)


History
2020-09-30 11:26:02 UTC

Apply image 1903-amd64

2020-10-27 19:03:00 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

2020-10-27 19:03:01 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-27 19:03:30 UTC

cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M

2020-10-27 19:03:30 UTC

cmd /S /C #(nop) USER ContainerUser

2020-10-27 19:03:53 UTC

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

2020-10-27 19:04:43 UTC

cmd /S /C pwsh -NoLogo -NoProfile -Command " $stopTime = (get-date).AddMinutes(15); $ErrorActionPreference = 'Stop' ; $ProgressPreference = 'SilentlyContinue' ; while(!(Test-Path -Path $env:PSModuleAnalysisCachePath)) { Write-Host "'Waiting for $env:PSModuleAnalysisCachePath'" ; if((get-date) -gt $stopTime) { throw 'timout expired'} Start-Sleep -Seconds 6 ; }"

2020-10-27 19:04:44 UTC

cmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0

2020-10-27 19:04:44 UTC

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

2020-11-01 23:17:53 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-11-01 23:17:54 UTC

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

2020-11-01 23:17:56 UTC

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

2020-11-01 23:17:57 UTC

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

2020-11-01 23:17:58 UTC

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

2020-11-01 23:17:58 UTC

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

2020-11-02 20:40:07 UTC

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

2020-11-02 20:40:07 UTC

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

2020-11-02 20:40:09 UTC

cmd /S /C #(nop) COPY multi:6a354d03bd64e7d8a066a31ce29e714d37d2f4f1904b56b563f1e7aca9f2a654 in \etc\rancher\

2020-11-02 20:40:09 UTC

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

2020-11-02 20:40:09 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-11-02T20:40:05Z

2020-11-02 20:40:10 UTC

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

2020-11-02 20:40:10 UTC

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

2020-11-02 20:40:11 UTC

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

Details
Created

2020-11-02 20:44:44 UTC

Size

149 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-11-02T20:43:55Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    6d4d6b0f59dec1753579b4903485814b230c9dc8
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-6d4d6b0f59dec1753579b4903485814b230c9dc8-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.18.2

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:296c9ad75beec603486f1373addae8e2c509e94c4adda44c1289792c91624acc - 15.14% (22.6 MB)

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

[#002] sha256:3c11bb34abc87247c6a70c928b7a5ef4cd48093642eb0c4b8121a674d3e278c6 - 0.0% (189 Bytes)

[#003] sha256:5a8cccd9269db86d1670b7689c344c5eb4af13075335f6b268ad2bbe65acf050 - 0.0% (124 Bytes)

[#004] sha256:7f6da1093d5ad4bdb9c3f459093d21d6ef93f91b517d65d166a74062b4f51f52 - 34.77% (52 MB)

[#005] sha256:ec31164e9f3188f669aa910fa6f005037f2a6471c8fef1db40a8b9910c2e44f1 - 1.3% (1.94 MB)

[#006] sha256:5a2d3fa89ba92bb5c88202f1029e631adfc372541dede6322331b515df1624e2 - 16.48% (24.6 MB)

[#007] sha256:7a31b214472abc0ddf7a0dce565ee3dd2b292cd07e4f664f042857aa134b841d - 13.84% (20.7 MB)

[#008] sha256:5714463b35ddd9e97b3d6663f0160a079b87835e9b79d9f6c82301802103d8e0 - 18.47% (27.6 MB)

[#009] sha256:b7ab472d0b723dc9fa949bc32fbced633f113449aa6ce0bf99e70b5762fb513c - 0.0% (171 Bytes)


History
2020-09-25 22:47:32 UTC

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

2020-09-25 22:47:35 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-09-25 22:47:36 UTC

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

2020-09-25 22:47:38 UTC

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

2020-09-25 22:47:39 UTC

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

2020-11-02 20:44:09 UTC

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

2020-11-02 20:44:10 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-11-02 20:44:10 UTC

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

2020-11-02 20:44:11 UTC

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

2020-11-02 20:44:32 UTC

|1 ARCH=arm64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends git 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-11-02 20:44:32 UTC

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

2020-11-02 20:44:34 UTC

|1 ARCH=arm64 /bin/sh -c curl -sLf https://github.com/rancher/loglevel/releases/download/${LOGLEVEL_VERSION}/loglevel-${ARCH}-${LOGLEVEL_VERSION}.tar.gz | tar xvzf - -C /usr/bin

2020-11-02 20:44:34 UTC

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

2020-11-02 20:44:35 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-11-02 20:44:36 UTC

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

2020-11-02 20:44:36 UTC

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

2020-11-02 20:44:36 UTC

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

2020-11-02 20:44:36 UTC

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

2020-11-02 20:44:36 UTC

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

2020-11-02 20:44:40 UTC

/bin/sh -c #(nop) COPY dir:8cc83a3421bdd30a08f9c667e3ecb0f9912ed88c5a6ab9856349c4bb090a9b48 in /var/lib/rancher-data

2020-11-02 20:44:42 UTC

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

2020-11-02 20:44:42 UTC

/bin/sh -c #(nop) WORKDIR /var/lib/rancher

2020-11-02 20:44:43 UTC

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

2020-11-02 20:44:43 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-11-02T20:43:55Z

2020-11-02 20:44:43 UTC

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

2020-11-02 20:44:43 UTC

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

2020-11-02 20:44:44 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