Namespace
rancher
Image / Tag
rancher-agent:master-df9345ca4b707bd139509698e16bdfba29924b8d-head
Content Digest
sha256:04cfe929b78aa9ba0ef45f2b9eeb1a82aa62431db87689dd821ab37bcdcbb606
Details
Created

2020-09-25 16:21:23 UTC

Size

157 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-09-25T16:20:26Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    df9345ca4b707bd139509698e16bdfba29924b8d
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-df9345ca4b707bd139509698e16bdfba29924b8d-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:5d9821c948472065b3c166b4abc08367160961c9ac4639eb0023670ab4845a6a - 16.18% (25.5 MB)

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

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

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

[#004] sha256:678b1ed708aa4eb7fc6620257990724c036a577d729a119137cbdeec413cf8c9 - 34.41% (54.2 MB)

[#005] sha256:566693d7b4eb05982f028e03fb2e4853e8c0e30969b9b9cd337913c1c552d626 - 1.4% (2.2 MB)

[#006] sha256:9876431ab23d872525f0e708494ce45f217db5c9305917e123c1f79813882034 - 16.88% (26.6 MB)

[#007] sha256:25f6227a917c357356c0e161a8672d002d145feb011cad21a6719b6fcd2b94f3 - 12.12% (19.1 MB)

[#008] sha256:2a0faac38e6f3480761756e0f571f88dae33cfb94e1376e47c540cf4042b036e - 19.01% (29.9 MB)

[#009] sha256:029a58cc736b8a59532c6cf66181d9520d9f63f6e8026df8c3973c95592723fc - 0.0% (173 Bytes)


History
2020-09-16 22:20:02 UTC

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

2020-09-16 22:20: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-09-16 22:20:04 UTC

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

2020-09-16 22:20:05 UTC

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

2020-09-16 22:20:05 UTC

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

2020-09-25 16:20:48 UTC

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

2020-09-25 16:20: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-09-25 16:20:49 UTC

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

2020-09-25 16:20:50 UTC

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

2020-09-25 16:21:11 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-09-25 16:21:11 UTC

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

2020-09-25 16:21:12 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-09-25 16:21:12 UTC

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

2020-09-25 16:21:14 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-09-25 16:21:14 UTC

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

2020-09-25 16:21:15 UTC

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

2020-09-25 16:21:15 UTC

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

2020-09-25 16:21:15 UTC

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

2020-09-25 16:21:15 UTC

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

2020-09-25 16:21:19 UTC

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

2020-09-25 16:21:21 UTC

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

2020-09-25 16:21:22 UTC

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

2020-09-25 16:21:22 UTC

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

2020-09-25 16:21:22 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-25T16:20:26Z

2020-09-25 16:21:22 UTC

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

2020-09-25 16:21:22 UTC

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

2020-09-25 16:21:23 UTC

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

Details
Created

2020-09-25 16:16:06 UTC

Size

248 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-09-25T16:16:00Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    df9345ca4b707bd139509698e16bdfba29924b8d
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-df9345ca4b707bd139509698e16bdfba29924b8d-head

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1809-KB4565349-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:ce1c649a3e5b5b5449776d4afce631c673cade12336ccb5a38a0aac7c9d8b2bc - 38.83% (96.3 MB)

[#001] sha256:3650fec0ef6bbd59ef76eb73b3728f270cdfd4e5c23ff3a4f67f1aa71e8b476e - 0.0% (838 Bytes)

[#002] sha256:f88676ecf4cfbb7c51d6acddc9cc258f5382cd58b3b61587b60bdbfe22468339 - 0.0% (842 Bytes)

[#003] sha256:6b01b77ca2a1cd7192352f713781ac154c93275cbdb4891fb8dad86ba53f642f - 0.0% (838 Bytes)

[#004] sha256:8a0327f8ab813aca186bd82849954bfe720ea463b6be465969aab977f806dd30 - 0.03% (67 KB)

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

[#006] sha256:cfd618c4c1da8c3f69986665623201e96143693c89dd759f75c9030db701e4f1 - 35.86% (88.9 MB)

[#007] sha256:62598564b6a3a719aa27ad95fbdb832b2c55f8354b11213857688d9b18b68ba9 - 0.04% (92 KB)

[#008] sha256:09e8875832f3450f43161e05d8304353a8df24ef78a60c6df69c5ae1e72215b9 - 0.0% (827 Bytes)

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

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

[#011] sha256:c1ded42e63d605cd53f322a67ba2cba499ed2626107d33413994e715eacd192d - 13.15% (32.6 MB)

[#012] sha256:7353448dee3e0f18b5ec6bf4ac77d5c8684258f6b0771b1726ca150cd8e4473c - 0.0% (859 Bytes)

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

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

[#015] sha256:c4fa73e8d00941b7d49aba267e039aa001ed9b12c7dd72c00a29b53d26a9dd7c - 0.0% (826 Bytes)

[#016] sha256:9227796553e6c0984903aed3a57106d5b6a74f397df65a1b305889f5e28341bc - 0.0% (864 Bytes)

[#017] sha256:35a3d4cf8ae075e16ee60baf7302b56290191c261c19c226a166d4bc22bd1524 - 12.06% (29.9 MB)

[#018] sha256:61de497bfeb3ebdd4f642f9133c894328b91fde58f609c6486e73274e731da4c - 0.0% (834 Bytes)

[#019] sha256:8322dd7f0eb5d50afb2cdaa060216b156e1723ab98e91a4fd233be8572acb253 - 0.0% (822 Bytes)

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

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

[#022] sha256:abb48f7f4753eefcbcdab1b0d8f162f2c042b2722061900074d52d94f384fa93 - 0.0% (854 Bytes)


History
2020-08-06 01:28:42 UTC

Apply image 1809-KB4565349-amd64

2020-09-08 16:46:56 UTC

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

2020-09-08 16:46:56 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-KB4565349-amd64

2020-09-08 16:46:57 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-09-08 16:47:06 UTC

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

2020-09-08 16:47:07 UTC

cmd /S /C #(nop) USER ContainerUser

2020-09-08 16:47:23 UTC

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

2020-09-08 16:48:05 UTC

|1 fromTag=1809-KB4565349-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-09-08 16:48:05 UTC

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

2020-09-20 15:16:35 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-09-20 15:16:36 UTC

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

2020-09-20 15:16:38 UTC

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

2020-09-20 15:16:39 UTC

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

2020-09-20 15:16:39 UTC

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

2020-09-20 15:16:39 UTC

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

2020-09-25 16:16:02 UTC

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

2020-09-25 16:16:02 UTC

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

2020-09-25 16:16:03 UTC

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

2020-09-25 16:16:04 UTC

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

2020-09-25 16:16:05 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-25T16:16:00Z

2020-09-25 16:16:05 UTC

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

2020-09-25 16:16:05 UTC

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

2020-09-25 16:16:06 UTC

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

Details
Created

2020-09-25 16:16:50 UTC

Size

250 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-09-25T16:16:44Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    df9345ca4b707bd139509698e16bdfba29924b8d
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-df9345ca4b707bd139509698e16bdfba29924b8d-head

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1909-KB4565483-amd64

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache

ProgramFiles

C:\Program Files

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs

WindowsPATH

C:\Windows\system32;C:\Windows


Layers

[#000] sha256:e8a609e7f617bec4bcf5ba70cf691a9884e732141eadfcc9c42c436f917d0164 - 39.21% (97.9 MB)

[#001] sha256:176a4bd330bfd072b56ffdbb984f062c94adc5769ce6a2134b388f8e92b717f4 - 0.0% (890 Bytes)

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

[#003] sha256:a0d3f2217f3847a2c2103130a51e85d3dbd3e2d12f076bc16ed774c8f4a34773 - 0.0% (834 Bytes)

[#004] sha256:f2ba9edf93794bab84fb0e07690c26862a7e9e129acf96e5bfdced6c3bf0d230 - 0.03% (65.5 KB)

[#005] sha256:e49367b1f7899f36e95748d3442c28c85a4331e9d45be6ec919b1cb90e1856b3 - 0.0% (841 Bytes)

[#006] sha256:b29a42fcdf773c2a3862913bb7e7d58db675966a7909849d9e53f0a8c1e3fd00 - 35.63% (88.9 MB)

[#007] sha256:9f8a37ac3aec6d361cd1f1eb6122fa1ed61c19b7d970f3b541f3b3d938bf884b - 0.05% (122 KB)

[#008] sha256:547c54e71f4b4bfe1c93096405f58690b10a6095597fb50223e569cd17e13bc2 - 0.0% (862 Bytes)

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

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

[#011] sha256:1ee9e7eb3cea13d3696ee49260ab319c5cee5988bcae50da8e7b8b183c95416f - 13.06% (32.6 MB)

[#012] sha256:63df8f2c609fbb9d0c0485e42f9cec03f7c92a1c6362bae88a644a1f27dfdd96 - 0.0% (856 Bytes)

[#013] sha256:1bc03a10bf42a3e94f1d404f017e321ced7414ff8eaaee0d408d29ce2b67547a - 0.0% (821 Bytes)

[#014] sha256:2e708371812b07d1ccddff88e5198e16efb5c05a106a739c467ac36100f06706 - 0.0% (850 Bytes)

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

[#016] sha256:fa70d9e5fcbf1d58058b1ac45a5bdfe52d6a85bc19f12f93beb0708ba077765e - 0.0% (823 Bytes)

[#017] sha256:d0973312de7d08e4ec191519ed67ca2b2b7cebd2aeab32c9beede95043df4b5c - 11.98% (29.9 MB)

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

[#019] sha256:58c851a1f061e58eda29fe25a3f3d416ce5ae1ed841f8961fa5a2d80a45b1cb0 - 0.0% (831 Bytes)

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

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

[#022] sha256:9e78704e1ef434efc3ca055f644cb02c27e4533d1e8f8b86c04845655a2dfcbb - 0.0% (847 Bytes)


History
2020-07-08 02:16:11 UTC

Apply image 1909-KB4565483-amd64

2020-09-08 16:58:38 UTC

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

2020-09-08 16:58:38 UTC

cmd /S /C #(nop) ENV ProgramFiles=C:\Program Files LOCALAPPDATA=C:\Users\ContainerAdministrator\AppData\Local PSModuleAnalysisCachePath=\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1909-KB4565483-amd64

2020-09-08 16:58:39 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-09-08 16:59:00 UTC

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

2020-09-08 16:59:01 UTC

cmd /S /C #(nop) USER ContainerUser

2020-09-08 16:59:14 UTC

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

2020-09-08 16:59:48 UTC

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

2020-09-08 16:59:48 UTC

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

2020-09-20 15:18:49 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-09-20 15:18:49 UTC

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

2020-09-20 15:18:51 UTC

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

2020-09-20 15:18:52 UTC

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

2020-09-20 15:18:52 UTC

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

2020-09-20 15:18:53 UTC

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

2020-09-25 16:16:46 UTC

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

2020-09-25 16:16:47 UTC

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

2020-09-25 16:16:48 UTC

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

2020-09-25 16:16:49 UTC

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

2020-09-25 16:16:49 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-25T16:16:44Z

2020-09-25 16:16:49 UTC

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

2020-09-25 16:16:50 UTC

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

2020-09-25 16:16:50 UTC

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

Details
Created

2020-09-25 16:16:02 UTC

Size

250 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-09-25T16:15:56Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    df9345ca4b707bd139509698e16bdfba29924b8d
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-df9345ca4b707bd139509698e16bdfba29924b8d-head

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1903-KB4565483-amd64

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache

ProgramFiles

C:\Program Files

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs

WindowsPATH

C:\Windows\system32;C:\Windows


Layers

[#000] sha256:f07c298b155a926cb3857f19bd243eb37ae8af769486fb258a756447b691840c - 39.21% (97.8 MB)

[#001] sha256:28c5e8c2d232426f7f1af5f0ce56946ee6cb3060b5ff4ae85773791fd09db17a - 0.0% (873 Bytes)

[#002] sha256:b52f710e5d3328dbef0b496b64cb38b8ea7ba9645bba96aceb48f9453576e6f5 - 0.0% (837 Bytes)

[#003] sha256:55fc2f22f5d9c39c7431c5c51b0e75537a2d08181dc0bd272c49751bdb67885c - 0.0% (862 Bytes)

[#004] sha256:771488126e41f4a3dec3b5d8877ee347236f05a57351c698374f1d1efdcbbdad - 0.03% (66.4 KB)

[#005] sha256:fcd3723e443e572be745cea6f03316525b4cfac670bd5a12aed97b9cab22305b - 0.0% (844 Bytes)

[#006] sha256:03db271c5e4bbd4dc330452ee7459456e89ad83ae8af2850813dd03b7e35d99a - 35.64% (88.9 MB)

[#007] sha256:65ea6ba0a04f932210d68a0861c0da62b590a2ffb49902fcb61f3dbc322198d1 - 0.04% (90.4 KB)

[#008] sha256:0cbe6ad83a5ffe3d7c973328a33fd1d0dce89d8f06b8dbf26ec610bb31fd6e2f - 0.0% (861 Bytes)

[#009] sha256:cb248b87f95c3a5c95c729de476d215385ed02b263c1b8e97e75d4e8f922c486 - 0.0% (875 Bytes)

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

[#011] sha256:1fae33a030b75450fb1d92fa8b15ef0bf9517f543a332f8f8c4b728e0b6b6a43 - 13.06% (32.6 MB)

[#012] sha256:48f779acdb15ac9d1d1e83055216307b6e991181acd0a26f822c4590e500b945 - 0.0% (829 Bytes)

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

[#014] sha256:0dba67095536d7b84b421b0aaf08606b21c64d7522ffc76b8a5ec912833941c5 - 0.0% (835 Bytes)

[#015] sha256:0bc246e417a9ecd6f42e4b5094bb5402e1c717ba794f09d72a334b26e804dc19 - 0.0% (852 Bytes)

[#016] sha256:b0257d093d681d14926e93d81cbc7df4056b63d0a66bfc02f7ebf55e095725c7 - 0.0% (832 Bytes)

[#017] sha256:c982cfaf88008fe6e0012d66930154a92ed31c1e201e0512a9f0acebc8524d93 - 11.98% (29.9 MB)

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

[#019] sha256:8fc73f4c96783ae6bdc9d66747e2c1efdbf0a5d75f71b543c587b3c4d8263420 - 0.0% (828 Bytes)

[#020] sha256:3638aea1a76dc2df0783beacf5c52a61663425e143ff7368092a8c16ecee7dcb - 0.0% (855 Bytes)

[#021] sha256:b990ffeac1859f912e6da589698e86d33ed8ded0096dae8e6a9f421d59011fc7 - 0.0% (849 Bytes)

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


History
2020-07-07 12:59:30 UTC

Apply image 1903-KB4565483-amd64

2020-09-08 16:52:31 UTC

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

2020-09-08 16:52: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-KB4565483-amd64

2020-09-08 16:52:34 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-09-08 16:53:09 UTC

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

2020-09-08 16:53:10 UTC

cmd /S /C #(nop) USER ContainerUser

2020-09-08 16:53:37 UTC

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

2020-09-08 16:54:12 UTC

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

2020-09-08 16:54:13 UTC

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

2020-09-22 23:56:34 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-09-22 23:56:34 UTC

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

2020-09-22 23:56:36 UTC

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

2020-09-22 23:56:37 UTC

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

2020-09-22 23:56:37 UTC

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

2020-09-22 23:56:38 UTC

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

2020-09-25 16:15:58 UTC

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

2020-09-25 16:15:59 UTC

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

2020-09-25 16:16:00 UTC

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

2020-09-25 16:16:01 UTC

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

2020-09-25 16:16:01 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-25T16:15:56Z

2020-09-25 16:16:01 UTC

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

2020-09-25 16:16:02 UTC

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

2020-09-25 16:16:02 UTC

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

Details
Created

2020-09-25 16:18:57 UTC

Size

146 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-09-25T16:18:09Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    df9345ca4b707bd139509698e16bdfba29924b8d
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-df9345ca4b707bd139509698e16bdfba29924b8d-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:e2d8ee3976bc7c15c8a5279cdf0249b7e41b2a489771330d0f7affb26dd7acfb - 15.5% (22.6 MB)

[#001] sha256:5007857f7b9b52d6efdfea9e086e6eaf35519130ff97bfe89970353f0ae53f13 - 0.0% (848 Bytes)

[#002] sha256:43927e60f12d8b877ded6af5048b2ac5753fe78caba77a6bbbece4f98559b672 - 0.0% (186 Bytes)

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

[#004] sha256:8029fdb4094c12db02231960dc126555bd57d9e05d80147250cb49420c43fa52 - 34.33% (50.1 MB)

[#005] sha256:c9669d8ec2134993a2d4b79266d8a97e53488c799aacabd1f1d2470273dad07c - 1.33% (1.94 MB)

[#006] sha256:2c3cdafde13968b12b944eede50065b80b92ab6aa92f081cb70b9061db1a5426 - 16.88% (24.6 MB)

[#007] sha256:131237cfc99646140d95bfcce98b1c1d1ae033b45c7889b301deeb7a2fe3ae39 - 13.07% (19.1 MB)

[#008] sha256:0d94aad4008aa269822a84855f424110dffa9c7f9a289b0db7ff1e0e4ecd5ee0 - 18.88% (27.6 MB)

[#009] sha256:cf20bc1e5f12ff8cf8a7201545aac16ea43792d563425d2045440cc1cce7b6a9 - 0.0% (172 Bytes)


History
2020-09-16 23:16:37 UTC

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

2020-09-16 23:16:39 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-16 23:16:41 UTC

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

2020-09-16 23:16:43 UTC

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

2020-09-16 23:16:44 UTC

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

2020-09-25 16:18:23 UTC

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

2020-09-25 16:18:23 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-09-25 16:18:24 UTC

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

2020-09-25 16:18:24 UTC

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

2020-09-25 16:18:45 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-09-25 16:18:46 UTC

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

2020-09-25 16:18:47 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-09-25 16:18:47 UTC

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

2020-09-25 16:18:49 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-09-25 16:18:49 UTC

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

2020-09-25 16:18:49 UTC

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

2020-09-25 16:18:50 UTC

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

2020-09-25 16:18:50 UTC

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

2020-09-25 16:18:50 UTC

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

2020-09-25 16:18:54 UTC

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

2020-09-25 16:18:55 UTC

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

2020-09-25 16:18:56 UTC

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

2020-09-25 16:18:56 UTC

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

2020-09-25 16:18:56 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-25T16:18:09Z

2020-09-25 16:18:56 UTC

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

2020-09-25 16:18:57 UTC

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

2020-09-25 16:18:57 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