Namespace
rancher
Image / Tag
rancher-agent:master-3190-head
Content Digest
sha256:6d091760b0bfd07159a903b204fa596ffb8b73c92a9bb20c81db6155392bdf7c
Details
Created

2020-06-12 18:36:54 UTC

Size

104 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-06-12T18:36:23Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    937e43e0b62c492dcafb62e9cc7de81281edc133
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-3190-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:23884877105a7ff84a910895cd044061a4561385ff6c36480ee080b76ec0e771 - 24.37% (25.5 MB)

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

[#002] sha256:2910811b6c4227c2f42aaea9a3dd5f53b1d469f67e2cf7e601f631b119b61ff7 - 0.0% (847 Bytes)

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

[#004] sha256:ce5a615c1be215f729fde3929b05315b811bc909512dba87643c7e6536821f2d - 0.0% (122 Bytes)

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

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

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

[#008] sha256:e9250735d699899d71aa2dab378c20c1af3f7659866c36e43fec2ac084fdfc7d - 25.45% (26.6 MB)

[#009] sha256:ddbe48a3d5e696f8329c8fc2440af917809bdf61ab386b2d240d77fec0ba6658 - 17.89% (18.7 MB)


History
2020-04-24 01:07:00 UTC

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

2020-04-24 01:07:02 UTC

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

2020-04-24 01:07:03 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-04-24 01:07:05 UTC

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

2020-04-24 01:07:05 UTC

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

2020-06-12 18:36:26 UTC

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

2020-06-12 18:36:26 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-06-12 18:36:27 UTC

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

2020-06-12 18:36:27 UTC

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

2020-06-12 18:36:46 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-06-12 18:36:47 UTC

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

2020-06-12 18:36:48 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-06-12 18:36:49 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-06-12 18:36:49 UTC

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

2020-06-12 18:36:51 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-06-12 18:36:51 UTC

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

2020-06-12 18:36:51 UTC

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

2020-06-12 18:36:51 UTC

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

2020-06-12 18:36:52 UTC

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

2020-06-12 18:36:52 UTC

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

2020-06-12 18:36:53 UTC

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

2020-06-12 18:36:53 UTC

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

2020-06-12 18:36:54 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-06-12T18:36:23Z

2020-06-12 18:36:54 UTC

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

2020-06-12 18:36:54 UTC

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

2020-06-12 18:36:54 UTC

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

Details
Created

2020-06-12 18:26:36 UTC

Size

231 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-06-12T18:26:09Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    937e43e0b62c492dcafb62e9cc7de81281edc133
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-3190-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:97aa7bfb09e437685189fd05f317b34be8fc0d433d2d92301d0cc2a7e7dc99f5 - 0.0% (828 Bytes)

[#002] sha256:45b0e26e6e2577fbab1a6037a3317bf5c7f55798c7fc48a6b0ab465d8aec9755 - 0.0% (830 Bytes)

[#003] sha256:6aa4d8a78a05dc1b1ed2cecf80b62bfb9cb3fbc0543b7fdfe9f1050fbe9f9d0e - 0.0% (827 Bytes)

[#004] sha256:94889b6c441bd4d022c67db2c8a91d40d00318747c07b234ca6ebc7f0ba04bb7 - 0.03% (64.5 KB)

[#005] sha256:5053cbbe3a43bbdc928da9627be6ee80e258c4e8b690e54613ab21d457e662a8 - 0.0% (835 Bytes)

[#006] sha256:3577f2e5455aa83a09e7b497fd6cb8bf7d2a48f678dd224f6b2abd3a0a44515d - 38.42% (88.9 MB)

[#007] sha256:159dcfbe0ead6fbe1b35e76ca011ae0fbc8ca4f496ae61c88bcf0f16100994b5 - 0.04% (94.6 KB)

[#008] sha256:2942b796335319ca4faa6b9a8a59310d36b10c16e51ddeb38c4795d82589b6a0 - 0.0% (829 Bytes)

[#009] sha256:381a1a89a8e2df59b5cee036f0602b27e08ee41f0f2824f9c438bacef7ad338f - 0.0% (834 Bytes)

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

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

[#012] sha256:8203ecf6ed1ef938ad41fcb5cfcf3ff4266e450518e35dd059fbd02f62f29ed0 - 0.0% (825 Bytes)

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

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

[#015] sha256:d5a8a4284977bb4a9042d12e4f561a4e1db4badbb712aebc730608a733a8009c - 0.0% (878 Bytes)

[#016] sha256:60380acb60fb4552dfe4de59c26c253817cc500c5fc17115628883857838c100 - 0.0% (855 Bytes)

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

[#018] sha256:bd4c96e5a38b432757aea04dcc41838262f952ae8831701c2a58c6e66c518a7a - 0.0% (889 Bytes)

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

[#020] sha256:a660d53c4c069d262123e31c5bee37fc6d07a7b732a7bf2ba505db8badf8b936 - 0.0% (862 Bytes)

[#021] sha256:3ce91e2da4ff834e857eef92ff696a02b23cfb63ee1e937c7938b1bcac12b20a - 0.0% (859 Bytes)

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


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

Apply image 1809-KB4561608-amd64

2020-06-10 21:35:22 UTC

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

2020-06-10 21:35:22 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-06-10 21:35:23 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-06-10 21:35:59 UTC

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

2020-06-10 21:35:59 UTC

cmd /S /C #(nop) USER ContainerUser

2020-06-10 21:36:22 UTC

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

2020-06-10 21:36:56 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-06-10 21:36:56 UTC

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

2020-06-12 06:26:01 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-06-12 06:26:02 UTC

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

2020-06-12 06:26:04 UTC

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

2020-06-12 06:26:05 UTC

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

2020-06-12 06:26:06 UTC

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

2020-06-12 06:26:06 UTC

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

2020-06-12 18:26:18 UTC

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

2020-06-12 18:26:19 UTC

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

2020-06-12 18:26:27 UTC

cmd /S /C #(nop) COPY multi:5409aeb1152a6b101da013b48a5828d56404a85ad2f640ce75f0165f7c46318b in \etc\rancher\

2020-06-12 18:26:28 UTC

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

2020-06-12 18:26:30 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-06-12T18:26:09Z

2020-06-12 18:26:32 UTC

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

2020-06-12 18:26:34 UTC

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

2020-06-12 18:26:36 UTC

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

Details
Created

2020-06-12 18:27:49 UTC

Size

233 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-06-12T18:27:43Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    937e43e0b62c492dcafb62e9cc7de81281edc133
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-3190-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:822a212dbafc836949b8ddb3d94a161df96feea0f23f4a10ca15867feafa3ccf - 0.0% (830 Bytes)

[#002] sha256:68b16d724c7583a4250d86f9f4230d8fdb4db51d5d63982153993bfcc6337e86 - 0.0% (827 Bytes)

[#003] sha256:6fe458d6ccad3675c047db4d4fcdaa7f7aa7f373e0903163d528c20c599ec23d - 0.0% (830 Bytes)

[#004] sha256:4026ddaae8c79c0c46943a445ed588345a9c234669b9c02c150ec1e17725cb54 - 0.03% (65.1 KB)

[#005] sha256:2f19ab2137a5ed4641535bb10a4e01b30f7b0ee765b5b3d3b6088252a1658f71 - 0.0% (828 Bytes)

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

[#007] sha256:f354268012e913d11385d203c7e5d205f99314303e4bdb7a71daa7b254199e31 - 0.06% (137 KB)

[#008] sha256:8d3762e5fde3868ad3ec0ff3dd9db00a20a3f6f80474255ff695635891c863d7 - 0.0% (827 Bytes)

[#009] sha256:065c080360a88dece96f423a5c5a5d521caf5349b3ba1b117cfb1a8bf439378a - 0.0% (829 Bytes)

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

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

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

[#013] sha256:961c6ea69a558e034738601535376d7b62ae353c09e8cca084465fdd084d40d3 - 0.0% (830 Bytes)

[#014] sha256:3559bb33de2f30f612669fe4af877a7ffbe2cf68cc6033fde7c0f7becf108d1c - 0.0% (828 Bytes)

[#015] sha256:2dead81b84a4c69cbc753ee94756fc7fa1ba896f58a27b6785fcdf64c552aa31 - 0.0% (849 Bytes)

[#016] sha256:9078c5ad81c079dd45eb6a79d7b2ce329edf440b89e5865061ac8da805ffa96d - 0.0% (848 Bytes)

[#017] sha256:deff336bdd16248d4cc291bfd5c6630ea9ef5ca556ab5e2f2a7b14aa03b6ac8a - 5.7% (13.3 MB)

[#018] sha256:809168fa09c67d149586331029bfb38102d2d7bba450af5c653e3871dd46bf21 - 0.0% (853 Bytes)

[#019] sha256:809713a0a44a8114720c1eed5593fade2d2808cd2fd80c10ab5fc5b6c91b497a - 0.0% (857 Bytes)

[#020] sha256:98faf5d1ebdd03239fb393065250af6ed2a5c7008796e4d174280a484f0cdc5f - 0.0% (863 Bytes)

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

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


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

Apply image 1909-KB4560960-amd64

2020-06-10 21:46:26 UTC

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

2020-06-10 21:46:27 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-06-10 21:46:27 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-06-10 21:46:47 UTC

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

2020-06-10 21:46:47 UTC

cmd /S /C #(nop) USER ContainerUser

2020-06-10 21:47:02 UTC

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

2020-06-10 21:47: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-06-10 21:47:34 UTC

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

2020-06-12 06:26:12 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-06-12 06:26:13 UTC

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

2020-06-12 06:26:15 UTC

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

2020-06-12 06:26:16 UTC

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

2020-06-12 06:26:16 UTC

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

2020-06-12 06:26:16 UTC

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

2020-06-12 18:27:46 UTC

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

2020-06-12 18:27:46 UTC

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

2020-06-12 18:27:47 UTC

cmd /S /C #(nop) COPY multi:5409aeb1152a6b101da013b48a5828d56404a85ad2f640ce75f0165f7c46318b in \etc\rancher\

2020-06-12 18:27:48 UTC

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

2020-06-12 18:27:48 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-06-12T18:27:43Z

2020-06-12 18:27:48 UTC

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

2020-06-12 18:27:49 UTC

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

2020-06-12 18:27:49 UTC

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

Details
Created

2020-06-12 18:27:24 UTC

Size

233 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-06-12T18:27:13Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    937e43e0b62c492dcafb62e9cc7de81281edc133
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-3190-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:3b9b1155a116e518548c67b2af65bca031816b6bbfa4e8e0b2b879fc046cf712 - 0.0% (861 Bytes)

[#002] sha256:eecea9c0a11f451b61e923777f4e0d5e2fee68aa6a924f67e0c25d202e487048 - 0.0% (826 Bytes)

[#003] sha256:5b8569b91ede8c7e07e3cd6a09211604703a74e3b7d5e4ab42be917d15e80c73 - 0.0% (824 Bytes)

[#004] sha256:b04f42ddeac9334b405d64db7e441200e957805af5ad881ccb6252a0355cf7a7 - 0.03% (63.9 KB)

[#005] sha256:b34994491cc30b144b6f185bdc28897c91da910d5c0bb0ea26de4b9bf645f5d7 - 0.0% (834 Bytes)

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

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

[#008] sha256:f6d3e0ee44351e3ae2b5e7f30bf7bfc277f785857ccfe77486e0031f45a8abfc - 0.0% (825 Bytes)

[#009] sha256:fd395755718198725b8255c8e1bec30cdfc704f7ed8add7542f4c760ac8d7936 - 0.0% (831 Bytes)

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

[#011] sha256:970984d863e5593cf40b4f10848f4361afeb1fe2ccaf2e2d9d4e0ab0c8ced46c - 14.0% (32.6 MB)

[#012] sha256:87f3df33a33db536c2308a86627dbaaf19106807cc619c6c908b2a7e766c5ae1 - 0.0% (851 Bytes)

[#013] sha256:ae917d917552a6658126c2b34610dd987726e299afb121ad50f27845e0f1111c - 0.0% (828 Bytes)

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

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

[#016] sha256:1b12ab765ca3b88c194c3a7a150af3f9337702388479c49f1ac78c17a118a220 - 0.0% (889 Bytes)

[#017] sha256:4960c4f785205d7ca616ef3ad9d4ac3177d0e6f8d2cc963f3d67f5921624596e - 5.7% (13.3 MB)

[#018] sha256:16644d65195a637b24ffe099333fbb13af6406bb3fb2f4223039767451a1f546 - 0.0% (827 Bytes)

[#019] sha256:7df3d780aaee11d0d421e4585500a184ccdda55ff62c4dd23f3040c0c8ddceaa - 0.0% (878 Bytes)

[#020] sha256:c278dbfdb876523f32f56db063356c6f67e0d37faa7e1ed245d4ec1a71559542 - 0.0% (852 Bytes)

[#021] sha256:ea94b26f90ddb479060bce698ae9bdc1f675d0cea7bdbe421d30502ca2ca41b3 - 0.0% (822 Bytes)

[#022] sha256:418bd54fa1bd45b011fdbcd86eb248841c44f5feae733846d83fc332ecdb41f4 - 0.0% (853 Bytes)


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

Apply image 1903-KB4560960-amd64

2020-06-10 21:41:31 UTC

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

2020-06-10 21:41:32 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-06-10 21:41:32 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-06-10 21:41:54 UTC

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

2020-06-10 21:41:55 UTC

cmd /S /C #(nop) USER ContainerUser

2020-06-10 21:42:16 UTC

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

2020-06-10 21:42:49 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-06-10 21:42:49 UTC

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

2020-06-12 06:25:57 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-06-12 06:25:57 UTC

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

2020-06-12 06:25:59 UTC

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

2020-06-12 06:26:00 UTC

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

2020-06-12 06:26:00 UTC

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

2020-06-12 06:26:00 UTC

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

2020-06-12 18:27:19 UTC

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

2020-06-12 18:27:20 UTC

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

2020-06-12 18:27:22 UTC

cmd /S /C #(nop) COPY multi:5409aeb1152a6b101da013b48a5828d56404a85ad2f640ce75f0165f7c46318b in \etc\rancher\

2020-06-12 18:27:23 UTC

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

2020-06-12 18:27:23 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-06-12T18:27:13Z

2020-06-12 18:27:23 UTC

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

2020-06-12 18:27:24 UTC

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

2020-06-12 18:27:24 UTC

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

Details
Created

2020-06-12 18:43:34 UTC

Size

94.9 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-06-12T18:42:54Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    937e43e0b62c492dcafb62e9cc7de81281edc133
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-3190-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:c2cd007b69f7e5f37c851aa689e0e617fbaa3fe3e470f714337a03e569b7f434 - 23.84% (22.6 MB)

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

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

[#003] sha256:7083e6591d76b9a6c13497a6a89bfbae3e7eb2eb31bec366bec3884c8e4517ce - 0.0% (189 Bytes)

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

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

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

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

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

[#009] sha256:ef567e59ee780eb54ce7dcbbdf2c1b6c36814f65234efd4663ab02c0d0d6d774 - 18.05% (17.1 MB)


History
2020-04-24 00:16:45 UTC

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

2020-04-24 00:16:54 UTC

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

2020-04-24 00:16: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-04-24 00:17:03 UTC

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

2020-04-24 00:17:05 UTC

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

2020-06-12 18:42:57 UTC

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

2020-06-12 18:42:57 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-06-12 18:42:58 UTC

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

2020-06-12 18:42:59 UTC

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

2020-06-12 18:43:25 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-06-12 18:43:25 UTC

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

2020-06-12 18:43:26 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-06-12 18:43:27 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-06-12 18:43:28 UTC

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

2020-06-12 18:43:30 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-06-12 18:43:30 UTC

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

2020-06-12 18:43:30 UTC

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

2020-06-12 18:43:31 UTC

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

2020-06-12 18:43:31 UTC

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

2020-06-12 18:43:31 UTC

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

2020-06-12 18:43:33 UTC

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

2020-06-12 18:43:33 UTC

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

2020-06-12 18:43:33 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-06-12T18:42:54Z

2020-06-12 18:43:34 UTC

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

2020-06-12 18:43:34 UTC

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

2020-06-12 18:43:34 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