Namespace
rancher
Image / Tag
rancher-agent:master-3314-head
Content Digest
sha256:1546aa20574926f38ff68c55c9cd09808dfef40651d232c8d24e60fcd03e0ebd
Details
Created

2020-07-16 18:46:52 UTC

Size

104 MB

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

Environment
AGENT_IMAGE

rancher/rancher-agent:master-3314-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.37% (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:881883482fc232f61430c3662e9cb2bc1d73d448a296dd82bc48a0f573d19f6e - 0.0% (122 Bytes)

[#005] sha256:4d5ee55558836620f75df4ad32627a527720d28cb6b727748c8700e52e02c55c - 28.97% (30.3 MB)

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

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

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

[#009] sha256:bae18c2ccd1dddc59833d25bc4e637ad78135a0fa9e86d9598f47ffce29dd013 - 17.91% (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-16 18:46:25 UTC

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

2020-07-16 18:46:25 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 18:46:26 UTC

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

2020-07-16 18:46:26 UTC

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

2020-07-16 18:46:44 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 18:46:44 UTC

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

2020-07-16 18:46:45 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 18:46:46 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 18:46:47 UTC

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

2020-07-16 18:46:49 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 18:46:49 UTC

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

2020-07-16 18:46:49 UTC

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

2020-07-16 18:46:49 UTC

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

2020-07-16 18:46:50 UTC

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

2020-07-16 18:46:50 UTC

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

2020-07-16 18:46:51 UTC

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

2020-07-16 18:46:51 UTC

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

2020-07-16 18:46:51 UTC

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

2020-07-16 18:46:52 UTC

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

2020-07-16 18:46:52 UTC

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

2020-07-16 18:46:52 UTC

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

Details
Created

2020-07-16 18:34:05 UTC

Size

231 MB

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

Environment
AGENT_IMAGE

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

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

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

[#003] sha256:1f41ea4f00413672b6d490e9edb4b5032d3603b23eea7a315a05ae4cec4b6142 - 0.0% (832 Bytes)

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

[#005] sha256:00e6d03b67a1e984fcb58ee60b2b777f35053442b71c86de2e130ecf9d1e9f30 - 0.0% (835 Bytes)

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

[#007] sha256:a65512c0e539ffcab674cb104d2af874222f5c5987d175c6c38c574dcadb0619 - 0.04% (95.5 KB)

[#008] sha256:465328ca2d13059d86b4e0937e8e578a1ea7f4b9ed6fc68137ed0ff68ab628de - 0.0% (865 Bytes)

[#009] sha256:0bdb121e88345a136a6b0fc4f2fb600075269827f02b335edc21e31c27517279 - 0.0% (847 Bytes)

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

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

[#012] sha256:9cb5ea212924ef0e0b4f06981477fccad08e8589629c1a1ed8fa00167812207f - 0.0% (824 Bytes)

[#013] sha256:3b2908ba05219a84e7c9d30c705290ff8bd0f50c5940cf58f74a8547fc01c864 - 0.0% (851 Bytes)

[#014] sha256:c4de10049a1ad27fdc1a8092953140757339f50febf01af82afbc09aefe36473 - 0.0% (829 Bytes)

[#015] sha256:5ca565f7723ba929283f9cc25385640e57c684e9a84d44f5a2259e7bc02aaf6e - 0.0% (830 Bytes)

[#016] sha256:4a8a64f6684e0b3b5440c380c760617f6a29d237bdd87c15238664ecbccc4fc5 - 0.0% (854 Bytes)

[#017] sha256:28d10ad5abdfb85a61ab82ef1b6de7728d2ab3783c637600c8a7fc5a744072d2 - 5.76% (13.3 MB)

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

[#019] sha256:51a04ef442a9a9bef0dcc8124a8b7a958d8f7b11f03f4783bd3039f9822e5268 - 0.0% (810 Bytes)

[#020] sha256:11a407aa2619b2159506746be004b86915e1134be818b43937eea913f8a1bc7b - 0.0% (859 Bytes)

[#021] sha256:3c68a84b01be36fe3e03776096bacc1d8765e8ec664a7f60d7abb8411ff2afc5 - 0.0% (823 Bytes)

[#022] sha256:32b5f062cdf72265be8107363c51f3fbb79b21ff4a67caf8b6a072abdce5c236 - 0.0% (827 Bytes)


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

Apply image 1809-KB4561608-amd64

2020-07-13 17:42:52 UTC

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

2020-07-13 17:42:53 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-13 17:42:53 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-07-13 17:43:04 UTC

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

2020-07-13 17:43:05 UTC

cmd /S /C #(nop) USER ContainerUser

2020-07-13 17:43:24 UTC

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

2020-07-13 17:44:05 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-13 17:44:05 UTC

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

2020-07-14 19:51:57 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-07-14 19:51:58 UTC

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

2020-07-14 19:52:00 UTC

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

2020-07-14 19:52:00 UTC

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

2020-07-14 19:52:01 UTC

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

2020-07-14 19:52:01 UTC

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

2020-07-16 18:34:02 UTC

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

2020-07-16 18:34:03 UTC

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

2020-07-16 18:34:03 UTC

cmd /S /C #(nop) COPY multi:32c47531aab9197f0512108ebe0eafed34996e8a76cfb74921b30999d49d9658 in \etc\rancher\

2020-07-16 18:34:04 UTC

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

2020-07-16 18:34:04 UTC

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

2020-07-16 18:34:05 UTC

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

2020-07-16 18:34:05 UTC

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

2020-07-16 18:34:05 UTC

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

Details
Created

2020-07-16 18:34:23 UTC

Size

233 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-07-16T18:34:18Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    e4e2a13da91a7d7ed3b7ccee16899df9583fd3c1
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-3314-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.01% (97.9 MB)

[#001] sha256:f326819bcb8546f0176095ad65eb55c88f230b6333cb54e3c239232a5a0c648d - 0.0% (825 Bytes)

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

[#003] sha256:9db4f5d793bdcc25c38d92a6a9185e114fde2547a03d20ef943e68fd0a516ada - 0.0% (839 Bytes)

[#004] sha256:d948ef382c3c0562e761690cab73ae1525592a1b1233a6603c73ea4ff9ceb543 - 0.03% (64.7 KB)

[#005] sha256:675b28783abaaa442e25cc628636e3d3dd5ef760844ee23d92ccab722475bed2 - 0.0% (840 Bytes)

[#006] sha256:9bf66e34a2b17db0827bbdbac9c216b951b0871e0a779067d54a4a7796db365f - 38.15% (88.9 MB)

[#007] sha256:63557660ddaa81b01454fbfc593524b721d0e331c3883b87c952cd2543c6ff07 - 0.05% (126 KB)

[#008] sha256:dca428fe8fe88acd0a1d780a8a6d96c23d858a7ce35b608a1c65260f76c451a2 - 0.0% (840 Bytes)

[#009] sha256:8afea105f028821b71ac1ac1adfd4dad7326ea770773d1eeed5645bdbe3da72c - 0.0% (825 Bytes)

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

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

[#012] sha256:e8bfea493588a6c5939c5ba083132a6b3abe93a1e361caf4b82028161f562913 - 0.0% (824 Bytes)

[#013] sha256:a5600aabfb201a5c9606e56ac7b5ddd18bbe47cc49003dccc1641a5bf0196d4c - 0.0% (848 Bytes)

[#014] sha256:47b9306ff2a4e7156165b6d13bbdd0142dee29662f8150c9db5cb448152ef0d7 - 0.0% (829 Bytes)

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

[#016] sha256:e9600d9fa0c7f3fc88aebaf218da06deb63c599072a6aaecfd53ccc089944039 - 0.0% (829 Bytes)

[#017] sha256:81c04caace5cb3c3abc81feeab3af5f6616b9be6114184aaa9931925b35f915b - 5.72% (13.3 MB)

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

[#019] sha256:59b9da0d63606bd89eedd310b77ac2ce1af64775b7a6fc8d6c795079623043cf - 0.0% (859 Bytes)

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

[#021] sha256:84019e24bd56cc0c629b8c4374e02b4bd1cf0d29b2024439c2ec2165b70a75df - 0.0% (834 Bytes)

[#022] sha256:fc32ebd04b14d2d1c093edbe46282f399526b47518be43fd8b052bc388e370ad - 0.0% (830 Bytes)


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

Apply image 1909-KB4560960-amd64

2020-07-13 17:56:03 UTC

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

2020-07-13 17:56:03 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-13 17:56:04 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-07-13 17:56:35 UTC

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

2020-07-13 17:56:36 UTC

cmd /S /C #(nop) USER ContainerUser

2020-07-13 17:56:53 UTC

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

2020-07-13 17:57:33 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-13 17:57:34 UTC

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

2020-07-14 19:53:00 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-07-14 19:53:01 UTC

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

2020-07-14 19:53:04 UTC

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

2020-07-14 19:53:04 UTC

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

2020-07-14 19:53:05 UTC

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

2020-07-14 19:53:05 UTC

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

2020-07-16 18:34:20 UTC

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

2020-07-16 18:34:20 UTC

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

2020-07-16 18:34:21 UTC

cmd /S /C #(nop) COPY multi:32c47531aab9197f0512108ebe0eafed34996e8a76cfb74921b30999d49d9658 in \etc\rancher\

2020-07-16 18:34:22 UTC

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

2020-07-16 18:34:22 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-07-16T18:34:18Z

2020-07-16 18:34:22 UTC

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

2020-07-16 18:34:23 UTC

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

2020-07-16 18:34:23 UTC

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

Details
Created

2020-07-16 18:34:11 UTC

Size

233 MB

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

Environment
AGENT_IMAGE

rancher/rancher-agent:master-3314-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.0% (97.9 MB)

[#001] sha256:7018c5d83787026f11a58e1d7d3ad4409fcc963603faec5469c17aafd6913db2 - 0.0% (861 Bytes)

[#002] sha256:8abf4eac1c2d73222f59d13df1646d60be695f7034bb44ab7e60e33684fcecdd - 0.0% (834 Bytes)

[#003] sha256:9af4fdb3cf38bbe4825ff04e2fac802782171257063b853c79f14186973f01af - 0.0% (862 Bytes)

[#004] sha256:dd4d9e3d82a2a9b1d769cd0758f521fc85df0a53336e3644d54b6dc4119d36c0 - 0.03% (61.9 KB)

[#005] sha256:d79119027d6e6f68254e0e508a4cff3e84ac497c6524226fd84fd0cb9c51501a - 0.0% (837 Bytes)

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

[#007] sha256:2de4ba3dba6715291e76aad42d203e3050b60ac769fe708f3df8e3546c639ee1 - 0.05% (125 KB)

[#008] sha256:9a8fb41b8a05040cd696c29e70fa289c42766e824cf5a7084c2a1df4dd8b9ef2 - 0.0% (834 Bytes)

[#009] sha256:59b5c608ea3f4256586aeeac61726dbef1ab0c54a72fec03cc4fde5d0cff65e0 - 0.0% (829 Bytes)

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

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

[#012] sha256:30f926ae286e9be0f93a86232ea34bb59f8e3b6f4b6df6178bb87f9b4324f025 - 0.0% (827 Bytes)

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

[#014] sha256:a6fbca5a8c4bcc15483e30d793427412e2eb99ae66df748602c13acfd02d899a - 0.0% (827 Bytes)

[#015] sha256:c21b46c411b3084dd5cc2e79e8c4c0f629dd981f84508b5deab949a5a773f1a4 - 0.0% (850 Bytes)

[#016] sha256:984358f9d18671cf909065e3d240170bad024d04a36214a568c70257e054f922 - 0.0% (829 Bytes)

[#017] sha256:2436db3a93bacee388bb31f9b034504c6c285140a4cb1dcbaf806830a542f509 - 5.72% (13.3 MB)

[#018] sha256:1914ecc4fd4049073509fc201452dbd785fc1f51b05075dc2d98a86699493c61 - 0.0% (830 Bytes)

[#019] sha256:0adf36c76022f42779403e1de46100d6631fdd731a43e866b90b2d9bf9c4e779 - 0.0% (861 Bytes)

[#020] sha256:c0ecd84cca99025d3ebdb84171b7481f098efb8319dd8944dc8906231cb0dd35 - 0.0% (831 Bytes)

[#021] sha256:c2a5c977d60dadcd7430ee4cf88815c85e43abc304b36b9dcac4450f8ef4284f - 0.0% (825 Bytes)

[#022] sha256:289ddba2bf068e192d37dc0b3f0c9df25d50ae317b7e50dbf17815eb6e826ed2 - 0.0% (828 Bytes)


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

Apply image 1903-KB4560960-amd64

2020-07-13 17:49:49 UTC

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

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

cmd /S /C #(nop) USER ContainerAdministrator

2020-07-13 17:50:17 UTC

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

2020-07-13 17:50:18 UTC

cmd /S /C #(nop) USER ContainerUser

2020-07-13 17:50:34 UTC

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

2020-07-13 17:51:13 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-13 17:51:13 UTC

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

2020-07-14 19:52:34 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-07-14 19:52:35 UTC

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

2020-07-14 19:52:37 UTC

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

2020-07-14 19:52:38 UTC

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

2020-07-14 19:52:38 UTC

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

2020-07-14 19:52:39 UTC

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

2020-07-16 18:34:09 UTC

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

2020-07-16 18:34:09 UTC

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

2020-07-16 18:34:09 UTC

cmd /S /C #(nop) COPY multi:32c47531aab9197f0512108ebe0eafed34996e8a76cfb74921b30999d49d9658 in \etc\rancher\

2020-07-16 18:34:10 UTC

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

2020-07-16 18:34:10 UTC

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

2020-07-16 18:34:11 UTC

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

2020-07-16 18:34:11 UTC

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

2020-07-16 18:34:11 UTC

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

Details
Created

2020-07-16 18:47:54 UTC

Size

94.9 MB

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

Environment
AGENT_IMAGE

rancher/rancher-agent:master-3314-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:cdc04927a304b6807812749439cacd28bd959f6180897f62005a3a47bfe37766 - 0.0% (123 Bytes)

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

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

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

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

[#009] sha256:3a3c4e2ba130bf319fcace7d9e5a9703d61954268581d4b69a3d9b3abb4b3799 - 18.06% (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-16 18:47:19 UTC

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

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

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

2020-07-16 18:47:21 UTC

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

2020-07-16 18:47:46 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 18:47:47 UTC

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

2020-07-16 18:47:48 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 18:47:49 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 18:47:49 UTC

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

2020-07-16 18:47:51 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 18:47:51 UTC

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

2020-07-16 18:47:51 UTC

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

2020-07-16 18:47:52 UTC

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

2020-07-16 18:47:52 UTC

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

2020-07-16 18:47:52 UTC

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

2020-07-16 18:47:53 UTC

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

2020-07-16 18:47:53 UTC

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

2020-07-16 18:47:54 UTC

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

2020-07-16 18:47:54 UTC

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

2020-07-16 18:47:54 UTC

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

2020-07-16 18:47:54 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