Namespace
rancher
Image / Tag
rancher-agent:v2.5-2f2cfe636f0846abb1e3e751d3aae4c4ae34d291-head
Content Digest
sha256:b53b08ea4439122f4f72cac794366e583c8acf166034632feac42aceb4823ffe
Details
Created

2021-04-03 01:38:08 UTC

Size

183 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-04-03T01:37:04Z
  • org.opencontainers.image.revision
    2f2cfe636f0846abb1e3e751d3aae4c4ae34d291
  • org.opencontainers.image.source
    https://github.com/rancher/rancher.git
  • org.opencontainers.image.url
    https://github.com/rancher/rancher

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5-2f2cfe636f0846abb1e3e751d3aae4c4ae34d291-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.19.7

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:6e0aa5e7af40303f56126b1469d1f37525b3a55a788836a6c9b773f6ce8bc446 - 13.93% (25.5 MB)

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

[#002] sha256:49cbb10cca8504e3dbd65eb5db3c1dd0cd27070154386f819c5936de321c14b1 - 0.0% (189 Bytes)

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

[#004] sha256:3068e879741c77a968912d8dfbd457d434d96ed6a9cf84929416e60148c60f90 - 31.19% (57.1 MB)

[#005] sha256:b0cf1c69e4cdec93ee98edf15749d8bd086cad09755299977088473d8243d507 - 1.2% (2.2 MB)

[#006] sha256:f71aad2405010578f47403846bd102f274776c390d87962af011ba55e04e5fb0 - 14.53% (26.6 MB)

[#007] sha256:de35433a93137300b5fb87ada926e970c3a6f49b2cf0e408e479b47d2d96f4a0 - 22.41% (41 MB)

[#008] sha256:67f04385b9b793c5b85d7682391c5902614ee438b8d47782bca236670135fe76 - 16.74% (30.6 MB)

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


History
2021-03-25 22:32:58 UTC

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

2021-03-25 22:32:59 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

2021-03-25 22:33:00 UTC

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

2021-03-25 22:33:01 UTC

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

2021-03-25 22:33:02 UTC

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

2021-04-03 01:37:27 UTC

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

2021-04-03 01:37:28 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

2021-04-03 01:37:29 UTC

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

2021-04-03 01:37:29 UTC

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

2021-04-03 01:37:52 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 ssh && 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/*

2021-04-03 01:37:53 UTC

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

2021-04-03 01:37:54 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

2021-04-03 01:37:54 UTC

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

2021-04-03 01:37:56 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

2021-04-03 01:37:56 UTC

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

2021-04-03 01:37:56 UTC

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

2021-04-03 01:37:56 UTC

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

2021-04-03 01:37:57 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-2f2cfe636f0846abb1e3e751d3aae4c4ae34d291-head

2021-04-03 01:37:57 UTC

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

2021-04-03 01:38:04 UTC

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

2021-04-03 01:38:07 UTC

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

2021-04-03 01:38:07 UTC

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

2021-04-03 01:38:07 UTC

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

2021-04-03 01:38:08 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-03T01:37:04Z

2021-04-03 01:38:08 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=2f2cfe636f0846abb1e3e751d3aae4c4ae34d291

2021-04-03 01:38:08 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git

2021-04-03 01:38:08 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher

Details
Created

2021-04-03 01:29:56 UTC

Size

257 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-04-03T01:29:50Z
  • org.opencontainers.image.revision
    2f2cfe636f0846abb1e3e751d3aae4c4ae34d291
  • org.opencontainers.image.source
    https://github.com/rancher/rancher.git
  • org.opencontainers.image.url
    https://github.com/rancher/rancher

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5-2f2cfe636f0846abb1e3e751d3aae4c4ae34d291-head

DOCKER_API_VERSION

1.24

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1809

POWERSHELL_TELEMETRY_OPTOUT

0

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

C:\Users\Public\AppData\Local\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:a11c4ca8f1ba16b6e1395d4523be2215bd0871c2e3e4695b9f2b87bd7472be52 - 37.64% (96.7 MB)

[#001] sha256:1e29214a08a68cc3bab5896a29d8985fca9e12233ed472cd2c6145b1866398e9 - 0.0% (1.05 KB)

[#002] sha256:5d0612e238e6ac2ec0f8cecd67d4a9c3c7f7057095840f820b4a6b6be3f1eb40 - 0.0% (1.07 KB)

[#003] sha256:0b45784adecff220a6553edd5795641c56b36b1e4b57dcab277bbd25883e1d48 - 0.02% (65.8 KB)

[#004] sha256:15b76c0e846ecb01cf839be55fccd055ac480e8a0256d017fe14bc4c8b920ab3 - 0.0% (1.12 KB)

[#005] sha256:f7a723a7649370197918291b2dcd4615f851d12684eef849ebb19e1e1ebe97e9 - 37.72% (96.9 MB)

[#006] sha256:89f8320245754316677404661ea5262e74e31c8a9d068fe9959f532f738835c7 - 0.05% (131 KB)

[#007] sha256:9deac63a32ab50c762ae00da5c23eafcb37b0340d7a403f1fb11336f72b6e6fb - 0.0% (1.02 KB)

[#008] sha256:30f6ca13ff406b2f43cddd954d1ee3af6ab87531b8955a5a3ce6967cc950da30 - 0.0% (1.02 KB)

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

[#010] sha256:37a2304a2274561c3e1b0cc55a8bc8e8b65b17cd2355254a4ff60aabfc366e7e - 0.04% (96.5 KB)

[#011] sha256:a2f0c3f06a09aa3a1071162e4897a215858cea453d59f2812da9fe3e8a6a7b64 - 12.62% (32.4 MB)

[#012] sha256:69ec3db9ebfef8cbb651e9dfe6bdc4cdf86e563965b70b4fa49322a51f9886b3 - 0.0% (829 Bytes)

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

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

[#015] sha256:b3a31fdcd3ce8956a7560fc9b5b158bf73a5b43f0fc05668a0514f9db5b42674 - 0.0% (859 Bytes)

[#016] sha256:93220d1613be195d1556426e9c41500e8bde8fc2d8e1e166e5d582e510f15e4c - 0.0% (860 Bytes)

[#017] sha256:daf691ce8ec3ed947f58a2852396224386c0505208961efbe352b0afd3dfd964 - 11.91% (30.6 MB)

[#018] sha256:01a7ff124962c7b9bb4268cff361458bb3db92e4a8678e39af5e4262a629cf4c - 0.0% (834 Bytes)

[#019] sha256:e89aa6e10b65a3c66d7c55520c96f9982d3ee2321776877b362e86de0a0accfd - 0.0% (827 Bytes)

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

[#021] sha256:294c28e84d46d67d42d9f1e44be91c2136d232a147975dda8bcb28ab6b9ffbba - 0.0% (829 Bytes)

[#022] sha256:9f094403db9acae8a3976a585824b3c9830da05e622edf964f081c12bf976e23 - 0.0% (833 Bytes)


History
2021-02-26 16:47:31 UTC

Apply image 1809-amd64

2021-03-16 20:49:38 UTC

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

2021-03-16 20:49:39 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-03-16 20:50:06 UTC

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

2021-03-16 20:50:06 UTC

cmd /S /C #(nop) USER ContainerUser

2021-03-16 20:50:29 UTC

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

2021-03-16 20:51:08 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 ; }"

2021-03-16 20:51:09 UTC

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

2021-03-16 20:51:10 UTC

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

2021-03-29 06:43:53 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-03-29 06:43:54 UTC

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

2021-03-29 06:43:57 UTC

cmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\

2021-03-29 06:43:57 UTC

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

2021-03-29 06:43:58 UTC

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

2021-03-29 06:43:58 UTC

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

2021-04-03 01:29:52 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-2f2cfe636f0846abb1e3e751d3aae4c4ae34d291-head

2021-04-03 01:29:53 UTC

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

2021-04-03 01:29:54 UTC

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

2021-04-03 01:29:55 UTC

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

2021-04-03 01:29:55 UTC

cmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-04-03T01:29:50Z

2021-04-03 01:29:56 UTC

cmd /S /C #(nop) LABEL org.opencontainers.image.revision=2f2cfe636f0846abb1e3e751d3aae4c4ae34d291

2021-04-03 01:29:56 UTC

cmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git

2021-04-03 01:29:56 UTC

cmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher

Details
Created

2021-04-03 01:29:56 UTC

Size

258 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-04-03T01:29:50Z
  • org.opencontainers.image.revision
    2f2cfe636f0846abb1e3e751d3aae4c4ae34d291
  • org.opencontainers.image.source
    https://github.com/rancher/rancher.git
  • org.opencontainers.image.url
    https://github.com/rancher/rancher

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5-2f2cfe636f0846abb1e3e751d3aae4c4ae34d291-head

DOCKER_API_VERSION

1.24

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1909

POWERSHELL_TELEMETRY_OPTOUT

0

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

C:\Users\Public\AppData\Local\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:d94040b3fb21af94caf37df4e5732028c860fbdff08d3f6f98552316af465108 - 37.81% (97.4 MB)

[#001] sha256:dde1ba7643f60847f0fe8c5ce03f23b32c0927305ed32101d81c94c94aeb5a60 - 0.0% (1.06 KB)

[#002] sha256:8a0fcc2069e76692cc8d3be425e860129743cf0a9a8b7c3a4b385a4bde46e24d - 0.0% (1.02 KB)

[#003] sha256:372628681d3f3193edd6b4d325b0e1951cecf78cda01faebff2d74f027129a95 - 0.02% (63.8 KB)

[#004] sha256:b8b3ab6c96ae48b226cc75073ecc078a2fb97a79e8d0b7a2f47f0fc4dad90640 - 0.0% (1.12 KB)

[#005] sha256:975d084e016729a87575417c001084cb5144aca879b7c752d5a994f0133ded4d - 37.61% (96.9 MB)

[#006] sha256:21cf46249eb98082a41c66691f63e18665ad35770ad6b26eee5a1b8b860bbed0 - 0.05% (127 KB)

[#007] sha256:5d30b6436c00ea54209c3a742e3b55559e90a29bd12a18dfdfef090b48da80b6 - 0.0% (1.02 KB)

[#008] sha256:293b4a523414b356f590eb0ecf1243d4bb8dacd6de738847c751efea835263f0 - 0.0% (1.02 KB)

[#009] sha256:fdaeeb8df987648e3fbaa31d2a37062a6e899bb4f4ac029dedadf0c43e4bcdf1 - 0.0% (859 Bytes)

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

[#011] sha256:e29d421aadec73e7f9922b35312835b0c5827feb0abc0da64f7260fb1acab81e - 12.59% (32.4 MB)

[#012] sha256:93b9e33380934d6b92417376d46d30cdb82980ac634365fb206bec9f865a52d2 - 0.0% (827 Bytes)

[#013] sha256:c217b17cd28433cde8b54a0d3218689a1b007040581f13b91a2e7f8286fe5751 - 0.0% (827 Bytes)

[#014] sha256:c83e188328638b3477f710b5a8f21d59b9704c866f6b4ea7dff9005241afe85a - 0.0% (856 Bytes)

[#015] sha256:04e4d6f8612289a10100b8793dff53cdecd76e72273e23ffe676a8beccf3bbd8 - 0.0% (856 Bytes)

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

[#017] sha256:67a892e736b7446972c1d2099e9ec6abe8a5b8f35594380bf1d103c1aa4d7f48 - 11.87% (30.6 MB)

[#018] sha256:0244b8be004952daad69f00dcb00e327b8a29069f0fb26b862735daee6e12f9c - 0.0% (849 Bytes)

[#019] sha256:09619a614e54acf7f7b46a9ebac654ba436cd1d207355e6daa50d3707d0ba424 - 0.0% (826 Bytes)

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

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

[#022] sha256:eabf1971c750f03eb7f147d7663051546a757456f72e113f6fdaef9a2ae35782 - 0.0% (834 Bytes)


History
2021-03-06 02:10:40 UTC

Apply image 1909-amd64

2021-03-16 21:08:18 UTC

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

2021-03-16 21:08:19 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-03-16 21:08:42 UTC

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

2021-03-16 21:08:42 UTC

cmd /S /C #(nop) USER ContainerUser

2021-03-16 21:09:02 UTC

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

2021-03-16 21:09:41 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 ; }"

2021-03-16 21:09:41 UTC

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

2021-03-16 21:09:42 UTC

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

2021-03-29 06:43:44 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-03-29 06:43:45 UTC

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

2021-03-29 06:43:47 UTC

cmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\

2021-03-29 06:43:47 UTC

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

2021-03-29 06:43:48 UTC

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

2021-03-29 06:43:48 UTC

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

2021-04-03 01:29:53 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-2f2cfe636f0846abb1e3e751d3aae4c4ae34d291-head

2021-04-03 01:29:53 UTC

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

2021-04-03 01:29:54 UTC

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

2021-04-03 01:29:55 UTC

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

2021-04-03 01:29:55 UTC

cmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-04-03T01:29:50Z

2021-04-03 01:29:56 UTC

cmd /S /C #(nop) LABEL org.opencontainers.image.revision=2f2cfe636f0846abb1e3e751d3aae4c4ae34d291

2021-04-03 01:29:56 UTC

cmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git

2021-04-03 01:29:56 UTC

cmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher

Details
Created

2021-04-03 01:29:39 UTC

Size

258 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-04-03T01:29:33Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    2f2cfe636f0846abb1e3e751d3aae4c4ae34d291
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5-2f2cfe636f0846abb1e3e751d3aae4c4ae34d291-head

DOCKER_API_VERSION

1.24

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1903

POWERSHELL_TELEMETRY_OPTOUT

0

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

C:\Users\Public\AppData\Local\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:302b7cf33b3a2bd3c958c33a0bb0221099c7abebd46bd685a171899210be5180 - 37.97% (98.1 MB)

[#001] sha256:de401d0ad50a73809f52f1b2cdd08372d48affaed3cdc2d9c82fd93fdb86935d - 0.0% (822 Bytes)

[#002] sha256:b251ece4f860cf57423dd1455d77586f293f469389d4e8f22eda21f3f3865674 - 0.0% (921 Bytes)

[#003] sha256:da83f3e327d6be0778a2e9cb3bdbcd4381d91d53be27a9d83e7a02d713898ab6 - 0.03% (67.5 KB)

[#004] sha256:128bd25e4a5fd56d89d1d3519ab5299fad89e0fa26b42a19bbcacf3ffc63a75a - 0.0% (849 Bytes)

[#005] sha256:02a46850464f896128d38032429af01ed881c9561496b85a7dcf75894d1cfd3f - 37.54% (97 MB)

[#006] sha256:99558043528fca28cf576a5dae72c8dbbe8a309833109869786f3e709ee3e864 - 0.04% (92.7 KB)

[#007] sha256:39ff56c128357f2bde42c7177c54985736cd9022f26f72f0560ccd997975b59d - 0.0% (843 Bytes)

[#008] sha256:bb889420c0e542967f5ff0364fc7f0f64026326699d5dba17be0ff04d9435c8c - 0.0% (917 Bytes)

[#009] sha256:3a8bc1996cc78ea09e8a9e7c3d42f2728867d6293aa008bc1973edc143d9082c - 0.0% (846 Bytes)

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

[#011] sha256:d4c750d1f8c619709b4b1cdfeba6ff663ad4d563e2d2867d8fbe362ff13b4798 - 12.55% (32.4 MB)

[#012] sha256:e28be7fe253a1010b044371c0dc56e3a92d4fb2979ce62effdb7ba0a798c5a60 - 0.0% (826 Bytes)

[#013] sha256:621397d452a4ffd866afe25d678faf9f38b60722df1da2fd8a0accf109fb52f9 - 0.0% (824 Bytes)

[#014] sha256:46c7adeee31d69acdad19df0af2341dcca8a0e52d81692a90b43de6d1d2f10fe - 0.0% (823 Bytes)

[#015] sha256:1e124e48e3620f34a6049761f1ae2681cb3156a16ef10c086029148abd8cfb3d - 0.0% (866 Bytes)

[#016] sha256:1cec65a09a464aa474a04081791e1067e0fbf76eb84ddad5eb734bc3cb71ede3 - 0.0% (850 Bytes)

[#017] sha256:c3ef78004fe3473814633750b8fe82f2ce11f684ef6e0fab8b827f3ba1bd925f - 11.84% (30.6 MB)

[#018] sha256:b27d2bab29220071705ceece0e40804c8099248cf43201b07e68fa7beb8c6c2c - 0.0% (899 Bytes)

[#019] sha256:82298b6709b8e51551b1604a2265f80c93b88a7503dd21b548aa8a211f17adf6 - 0.0% (828 Bytes)

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

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

[#022] sha256:35ee8fadc3cc0cbcba5a2d9133aacdf2253f071c64acff803daecfdc4cd57afa - 0.0% (829 Bytes)


History
2020-12-02 14:58:01 UTC

Apply image 1903-amd64

2021-01-15 21:08:09 UTC

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

2021-01-15 21:08:10 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-01-15 21:08:55 UTC

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

2021-01-15 21:08:56 UTC

cmd /S /C #(nop) USER ContainerUser

2021-01-15 21:09:18 UTC

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

2021-01-15 21:09:58 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 ; }"

2021-01-15 21:09:59 UTC

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

2021-01-15 21:10:00 UTC

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

2021-03-29 06:42:51 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-03-29 06:42:51 UTC

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

2021-03-29 06:42:54 UTC

cmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\

2021-03-29 06:42:54 UTC

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

2021-03-29 06:42:55 UTC

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

2021-03-29 06:42:55 UTC

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

2021-04-03 01:29:35 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-2f2cfe636f0846abb1e3e751d3aae4c4ae34d291-head

2021-04-03 01:29:36 UTC

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

2021-04-03 01:29:37 UTC

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

2021-04-03 01:29:38 UTC

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

2021-04-03 01:29:38 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-04-03T01:29:33Z

2021-04-03 01:29:38 UTC

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

2021-04-03 01:29:39 UTC

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

2021-04-03 01:29:39 UTC

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

Details
Created

2021-04-03 01:29:59 UTC

Size

260 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-04-03T01:29:52Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    2f2cfe636f0846abb1e3e751d3aae4c4ae34d291
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5-2f2cfe636f0846abb1e3e751d3aae4c4ae34d291-head

DOCKER_API_VERSION

1.24

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-2004

POWERSHELL_TELEMETRY_OPTOUT

0

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

C:\Users\Public\AppData\Local\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:ef11e3fc4f3c8fde075a1b6b355f949a4163916f4072d517d85436e89af06a04 - 38.4% (99.9 MB)

[#001] sha256:6fac50e5ea9440b763f0f8dd58d69e63559a2f5d23699ddb06bebc4e32457358 - 0.0% (1.08 KB)

[#002] sha256:4a722553d5b78dc72fdfb9cfa606e981a5e16e91bd39e1a31d48d404100a1818 - 0.0% (1.04 KB)

[#003] sha256:5cc4e742396cfd33c96a66606fdd2307fca8332c3017f800f1d469a29db4da6b - 0.03% (69.9 KB)

[#004] sha256:6efd700701e5ddcf36ea5f200578fc1591ec2ede441805f924257c7c2b927173 - 0.0% (1.02 KB)

[#005] sha256:42e2fcb8ee26da679f19acb0e9745b232cf906a1ed06ae22cd76347d40d29edb - 37.26% (96.9 MB)

[#006] sha256:d6e9194bcf6cc510d6cad386008fe83a7f55a32c226dd49d983063497f87d076 - 0.04% (98.5 KB)

[#007] sha256:85ad06cf60bc5b98c298fadd512a78ce8183e802f1aaaa0382363ed84e99b254 - 0.0% (1.02 KB)

[#008] sha256:afb0f01d0f03927cdf49da73a8ed697c412b396f10193cab1998ff6f8e35e442 - 0.0% (1.04 KB)

[#009] sha256:00231077f532e1b8b5442a038ad0242f1ab2bf12be4cefa28f7ae81ca934eeb4 - 0.0% (836 Bytes)

[#010] sha256:29feccb86b46df72cd95375260955fcfe15a3a8e6c5304a95960e5b9ac0c2d22 - 0.04% (102 KB)

[#011] sha256:9edc77d6a51be9ece5f99b135d58c22187781b7078dd650714ffeac03e4ba9a0 - 12.47% (32.4 MB)

[#012] sha256:dcebf932fef4ae11d87c5c5c0df3b6e2420d30f2b7a654c5ef1ec562799c1406 - 0.0% (836 Bytes)

[#013] sha256:c9ec14082515a821db751f3c7eba53b30bf3b9dbabaea0f7b81aaab794db5aa1 - 0.0% (833 Bytes)

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

[#015] sha256:cd03180d3fd932dde243c762e80759946d18f1719f2af5cdf59c223b9e4109fe - 0.0% (867 Bytes)

[#016] sha256:4ced1e4fbfb1d5d1098875c31471af596e39b8d52ea77e7e5d67a153eea95006 - 0.0% (838 Bytes)

[#017] sha256:c183df73569e55cf37735144825bbbceb39b8d37eab482050fef61793243729a - 11.76% (30.6 MB)

[#018] sha256:38f15c3914c220fc5a54181e58fa7ab17f8328d6545b375ebf614167c2b38a26 - 0.0% (865 Bytes)

[#019] sha256:dbbde5aadaf0a50cb606aa1bb141b4ec2d160d1e6175d6553f67bdc2033b84af - 0.0% (836 Bytes)

[#020] sha256:d3f5c284de924ac8665b56df07637fd7cfaf2c7ae054b07b7c7f61c8bbf74967 - 0.0% (872 Bytes)

[#021] sha256:043e0715b506b48adeabf514dd10e4a454c870f87655e296ad062ab505718c68 - 0.0% (831 Bytes)

[#022] sha256:8c320106709f29bc558b4b062c3b138d57eeb990823582f644a8292a47666a93 - 0.0% (833 Bytes)


History
2021-03-05 14:29:04 UTC

Apply image 2004-amd64

2021-03-16 21:15:26 UTC

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

2021-03-16 21:15:27 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-03-16 21:15:35 UTC

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

2021-03-16 21:15:35 UTC

cmd /S /C #(nop) USER ContainerUser

2021-03-16 21:15:51 UTC

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

2021-03-16 21:16:25 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 ; }"

2021-03-16 21:16:25 UTC

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

2021-03-16 21:16:26 UTC

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

2021-03-29 06:44:19 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-03-29 06:44:20 UTC

cmd /S /C #(nop) COPY multi:57355cb5be6e2624acb1d32e70fd27ced1f9272669bb34ccf2b7b763da2dd6af in \Windows\System32\

2021-03-29 06:44:22 UTC

cmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\

2021-03-29 06:44:23 UTC

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

2021-03-29 06:44:24 UTC

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

2021-03-29 06:44:24 UTC

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

2021-04-03 01:29:54 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-2f2cfe636f0846abb1e3e751d3aae4c4ae34d291-head

2021-04-03 01:29:55 UTC

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

2021-04-03 01:29:56 UTC

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

2021-04-03 01:29:57 UTC

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

2021-04-03 01:29:57 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-04-03T01:29:52Z

2021-04-03 01:29:58 UTC

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

2021-04-03 01:29:58 UTC

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

2021-04-03 01:29:59 UTC

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

Details
Created

2021-04-03 01:30:09 UTC

Size

2.46 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-04-03T01:30:02Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    2f2cfe636f0846abb1e3e751d3aae4c4ae34d291
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5-2f2cfe636f0846abb1e3e751d3aae4c4ae34d291-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 57.07% (1.4 GB)

[#001] sha256:b67d61f938f3725a9bf5b4e0ece52422f5b09c5994bb0af1971b526e4e0f8666 - 37.54% (944 MB)

[#002] sha256:57434d6faeb53422cf0080c1ec793365e1e8fce795b4c0c82d9cd256212d9a33 - 0.0% (1.32 KB)

[#003] sha256:a049e257b83fb3706b68645830106e782d1d819fa538d8b20cc56e9c914d84a5 - 0.0% (1.41 KB)

[#004] sha256:27f5d11c58378bc83dcab074473bc47d910aa704cf9cf0afeb40794ab8dee29a - 0.62% (15.5 MB)

[#005] sha256:d0eab148ca0eb5126bba0750ca794934c1ffc3e09dd162e6a3850d50045c04b8 - 0.21% (5.28 MB)

[#006] sha256:f2e496179470ead58581a3b4b497440f5be1215442eb50f66858943b5fa8b840 - 0.31% (7.84 MB)

[#007] sha256:747027b2c2f380d70ae71761cb5e5b205a49aea02bf9f69e1b3cec3ac939f813 - 1.68% (42.2 MB)

[#008] sha256:ef90421de6fc73c53a6b4e09440ef0777cb6c2a03d8d612e945bac65cf378c78 - 0.21% (5.34 MB)

[#009] sha256:7e429c49a4661a0033b391b6c50c2b5ec1e25f542dfe1030679116f716ea1e3b - 0.62% (15.6 MB)

[#010] sha256:733d1c7f7ed300dd4e52c257bf485db67f5d273b0e369fdbe3b3b069a96007b9 - 0.51% (12.7 MB)

[#011] sha256:7c0201788f1cd70fa60c963d6d7b7f704929ab12abe2fd72b15b24d99105cf75 - 0.02% (441 KB)

[#012] sha256:802ffb3fa3838ea0ad1fb4ad8b211a2814ffb2e48001a73c58e2a7db2372addf - 0.0% (1.3 KB)

[#013] sha256:75bcd9f674276b97d1242ba36dc74091ed91ec0dd6996ad77eb3064d17da2150 - 0.0% (1.3 KB)

[#014] sha256:dd3b1941f63a810e4ee2d2d52e7d36cca10e6c20ca4caed7eb31b190d7d360d8 - 0.0% (1.3 KB)

[#015] sha256:7293f0ac54f8b67820b7e1c38cc73b02a108e5c51debf7c9c431550759a3cc6a - 0.0% (1.27 KB)

[#016] sha256:7988a9b46d3f8039511c6cb1c3cd3e718c521dff9638944f28127550b346e720 - 0.0% (1.26 KB)

[#017] sha256:7aa0c42c348e93a1d9903ea11369e5bfefed40321afa14b488dc8b356027f81c - 1.22% (30.6 MB)

[#018] sha256:5a73e50406d336968768c5fea18eaf73ee612ab328fae9e49b2b749f23c628cc - 0.0% (1.27 KB)

[#019] sha256:05c7396e4bc3abc62ddf419ecf7a26ea22ebc2e9f2446137d5904e8fb7cbc354 - 0.0% (1.27 KB)

[#020] sha256:ca2f17c5d8725651c436cd950abaf8a39b15f22c4383db329e6c3e91dfb3f955 - 0.0% (1.29 KB)

[#021] sha256:47878fbe4274e9af3d253fd02725150a0fbd39fc1b6fd55133795719905fa191 - 0.0% (1.27 KB)

[#022] sha256:343df19c14b0b92f7deb0ddee81910f056cc96b0d67ff508f2235c530b3f47c7 - 0.0% (1.32 KB)


History
2020-09-10 20:40:05 UTC

Apply image 20H2-RTM-amd64

2021-03-05 14:38:58 UTC

Install update 20H2-amd64

2021-03-29 13:33:54 UTC

cmd /S /C #(nop) ARG ARCH=amd64

2021-03-29 13:33:55 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]

2021-03-29 13:34:17 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/StefanScherer/docker-cli-builder/releases/download/18.09.6/docker.exe'; Write-Host ('Downloading Docker from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\docker.exe -Uri $URL; Write-Host 'Complete.'

2021-03-29 13:34:28 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.1.0/wins.exe'; Write-Host ('Downloading Wins from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\wins.exe -Uri $URL; Write-Host 'Complete.'

2021-03-29 13:35:13 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; if (-not (Get-Command Expand-7Zip -ErrorAction Ignore)) { Install-PackageProvider -Name NuGet -Force -Verbose; Install-Module -Name 7Zip4Powershell -Repository PSGallery -Force -Verbose; if(-not $?) { Write-Error "Failed to install package"; Exit 1; } }

2021-03-29 13:35:29 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://dl.k8s.io/v1.19.7/kubernetes-client-windows-amd64.tar.gz'; function Expand-GZip ($inFile, $outFile) { $input = New-Object System.IO.FileStream $inFile, ([IO.FileMode]::Open), ([IO.FileAccess]::Read), ([IO.FileShare]::Read); $output = New-Object System.IO.FileStream $outFile, ([IO.FileMode]::Create), ([IO.FileAccess]::Write), ([IO.FileShare]::None); $gzipStream = New-Object System.IO.Compression.GzipStream $input, ([IO.Compression.CompressionMode]::Decompress); try { if (!$input -or !$output -or !$gzipStream) { Write-Error "Failed to Unzip the archive"; Exit 1; } $buffer = New-Object byte[](1024); while ($true) { $read = $gzipstream.Read($buffer, 0, 1024); if ($read -le 0 ) { break; } $output.Write($buffer, 0, $read); } } finally { $gzipStream.Close(); $output.Close(); $input.Close(); } }; Write-Host ('Downloading Kubernetes from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\kubernetes.tar.gz -Uri $URL; Write-Host 'Expanding ...'; Expand-GZip c:\kubernetes.tar.gz c:\kubernetes.tar; Expand-7Zip c:\kubernetes.tar c:\; Write-Host 'Complete.'

2021-03-29 13:35:41 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/

2021-03-29 13:35:53 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/

2021-03-29 13:36:04 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/

2021-03-29 13:36:13 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Alias -Name pwsh -Value powershell

2021-03-29 13:36:14 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev

2021-03-29 13:36:14 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true

2021-03-29 13:36:15 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24

2021-04-03 01:30:03 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-2f2cfe636f0846abb1e3e751d3aae4c4ae34d291-head

2021-04-03 01:30:04 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs

2021-04-03 01:30:06 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:4eece086902f117ac3aac6e47fdbc6e19eb6656113882f00aea4400b09fb83f2 in \etc\rancher\

2021-04-03 01:30:07 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]

2021-04-03 01:30:07 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-04-03T01:30:02Z

2021-04-03 01:30:08 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0

2021-04-03 01:30:08 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=2f2cfe636f0846abb1e3e751d3aae4c4ae34d291

2021-04-03 01:30:09 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git

Details
Created

2021-04-03 01:34:00 UTC

Size

171 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-04-03T01:33:05Z
  • org.opencontainers.image.revision
    2f2cfe636f0846abb1e3e751d3aae4c4ae34d291
  • org.opencontainers.image.source
    https://github.com/rancher/rancher.git
  • org.opencontainers.image.url
    https://github.com/rancher/rancher

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5-2f2cfe636f0846abb1e3e751d3aae4c4ae34d291-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.19.7

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:af9ca2923c1e73640f6df497fc7fc63e3c2e24892f1d6abbd4225542339b6e06 - 13.25% (22.6 MB)

[#001] sha256:9a2babfbd9d095d8a0dc7cfbaa658447a483120087d4ea77cae9ee9a78e370c2 - 0.0% (849 Bytes)

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

[#003] sha256:4100a462395723c4daf7bce636a1954fcb2b005fa244f087ed5484e88d393807 - 0.0% (123 Bytes)

[#004] sha256:942c3e2221b0cf5220f2f02c3d83391d9dff43c4d49dcfdc988e5d712bd91744 - 30.68% (52.4 MB)

[#005] sha256:982ec94d9e8cc1d85b7d36d76310fd94980377417c12b3119705bf1f794128c7 - 1.14% (1.94 MB)

[#006] sha256:4c10876f0f7a30749d70d0a9227cceffc39e0696f43a4e5cf94ab4aa6ae8a835 - 14.43% (24.6 MB)

[#007] sha256:0eb08ad29c071c089828f46f8391051ba16b8b6419400918d92dfca5dd36e480 - 24.0% (41 MB)

[#008] sha256:1b38570b06b1d35c4a5097b312521c782d8e7d0688136b524de6065c5e030fca - 16.5% (28.2 MB)

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


History
2021-03-25 23:21:42 UTC

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

2021-03-25 23:21:47 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

2021-03-25 23:21:57 UTC

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

2021-03-25 23:22:01 UTC

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

2021-03-25 23:22:07 UTC

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

2021-04-03 01:33:21 UTC

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

2021-04-03 01:33:21 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

2021-04-03 01:33:22 UTC

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

2021-04-03 01:33:23 UTC

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

2021-04-03 01:33: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 ssh && 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/*

2021-04-03 01:33:45 UTC

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

2021-04-03 01:33:46 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

2021-04-03 01:33:47 UTC

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

2021-04-03 01:33:48 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

2021-04-03 01:33:48 UTC

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

2021-04-03 01:33:49 UTC

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

2021-04-03 01:33:49 UTC

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

2021-04-03 01:33:49 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-2f2cfe636f0846abb1e3e751d3aae4c4ae34d291-head

2021-04-03 01:33:49 UTC

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

2021-04-03 01:33:56 UTC

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

2021-04-03 01:33:58 UTC

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

2021-04-03 01:33:58 UTC

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

2021-04-03 01:33:59 UTC

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

2021-04-03 01:33:59 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-03T01:33:05Z

2021-04-03 01:33:59 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=2f2cfe636f0846abb1e3e751d3aae4c4ae34d291

2021-04-03 01:33:59 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git

2021-04-03 01:34:00 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher

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