Namespace
rancher
Image / Tag
rancher-agent:v2.5.6-rc3
Content Digest
sha256:95422495d21593118907b0d92327b09c966caa4db92c07241467f121e9c3cad8
Details
Created

2021-01-28 21:42:19 UTC

Size

164 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-01-28T21:41:21Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    d1753ecd566bb03dc82138ea0d9a8d6bd73d3508
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.6-rc3

DOCKER_API_VERSION

1.24

DOCKER_URL

DOCKER_URL_amd64

DOCKER_URL_amd64

https://get.docker.com/builds/Linux/x86_64/docker-1.10.3

DOCKER_URL_arm64

https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64

KUBECTL_VERSION

v1.18.2

KUBEPROMPT_VERSION

v1.0.10

LOGLEVEL_VERSION

v0.1.3

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

SSL_CERT_DIR

/etc/kubernetes/ssl/certs


Layers

[#000] sha256:d519e2592276828ca171d85e0532899cd4f98c70f5c697b45fa2e126e9f9fe49 - 15.54% (25.5 MB)

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

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

[#003] sha256:73fcba9ba3ae1ede1106e4aded2b31859cdf1d7b1be4989b91393afcc7cf9208 - 0.0% (123 Bytes)

[#004] sha256:d0300cbff5b5a014c91d478b57ee082312e1dfc95ad7f20954632793064d64a1 - 33.14% (54.3 MB)

[#005] sha256:45bd5c24af08019cb7892aab421508f07b286c4f80bdf54a67225cd637df0878 - 1.34% (2.2 MB)

[#006] sha256:d8394e4aeef52409d6e0f02b1b4afd6380e2c0e89125e3552e72d4d50040fc3e - 16.22% (26.6 MB)

[#007] sha256:a8a742eab4048bbc42730a66dbc75ceebeeb5debc34f8d6d01ed339e87ccbe25 - 15.15% (24.8 MB)

[#008] sha256:4f83bf8d8d466f985b1ae25f5e06010f69451f7ead1b49fa0e127e7885798242 - 18.6% (30.5 MB)

[#009] sha256:9e26ec35267f53836a6a558f009d5a13654dc002046f28963f7a2e449033a462 - 0.0% (170 Bytes)


History
2021-01-21 03:37:59 UTC

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

2021-01-21 03:38:01 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-01-21 03:38:03 UTC

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

2021-01-21 03:38:05 UTC

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

2021-01-21 03:38:05 UTC

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

2021-01-28 21:41:43 UTC

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

2021-01-28 21:41:43 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-01-28 21:41:44 UTC

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

2021-01-28 21:41:44 UTC

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

2021-01-28 21:42:05 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/*

2021-01-28 21:42:06 UTC

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

2021-01-28 21:42:07 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-01-28 21:42:07 UTC

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

2021-01-28 21:42:09 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-01-28 21:42:09 UTC

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

2021-01-28 21:42:09 UTC

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

2021-01-28 21:42:09 UTC

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

2021-01-28 21:42:10 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.6-rc3

2021-01-28 21:42:10 UTC

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

2021-01-28 21:42:15 UTC

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

2021-01-28 21:42:17 UTC

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

2021-01-28 21:42:18 UTC

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

2021-01-28 21:42:18 UTC

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

2021-01-28 21:42:18 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-01-28T21:41:21Z

2021-01-28 21:42:18 UTC

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

2021-01-28 21:42:19 UTC

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

2021-01-28 21:42:19 UTC

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

Details
Created

2021-01-28 21:40:36 UTC

Size

257 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-01-28T21:39:37Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    d1753ecd566bb03dc82138ea0d9a8d6bd73d3508
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.6-rc3

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:62239e9aa1a352a20b0d4969c2b508b8a18d10e799d4db72e6f24ccbb2c724d9 - 37.6% (96.6 MB)

[#001] sha256:79172be4a01d6616ffd0c6ae0d96a0291f5f5100d7f53b364ea9bb643ce5661e - 0.0% (1.02 KB)

[#002] sha256:d674aa9cb1ac0a8ff56a779bf78c3b3b71bdb4f43fce18bfd2c3d04f47efe11a - 0.0% (1.01 KB)

[#003] sha256:bb7d9a806bc0f22294a5a8ce5d5fefb5650b44666dc84f2e85032cea002d36a6 - 0.03% (66.7 KB)

[#004] sha256:69eb5707a5ea26220d60e2ddb59add68f60c53b0a9388e30d530f3a090fc54a8 - 0.0% (1.01 KB)

[#005] sha256:b3207580c3ff299b9a306760aa1b68a218b0ee6c982185e7d324e6cf417dd154 - 37.74% (97 MB)

[#006] sha256:2f2803a69324894df66e72c94098a3ddfbdafa8d0509828f6c18168606a92877 - 0.04% (98.4 KB)

[#007] sha256:32888f63e3d16e032cabe9d541560a41a59a2a4ded4778f949edbb2819bea60b - 0.0% (1.02 KB)

[#008] sha256:030a41ef19dccc85b6886db0bf68546afba257fd6d2ecf71f65e5fa191bac0f7 - 0.0% (1.01 KB)

[#009] sha256:9d017ed76e5170caf213b3a83d8807b4f2d4c50b4820978dcc097963078bfe36 - 0.0% (856 Bytes)

[#010] sha256:580bb6d1a1251404e2f0b6c248477c66d1622ae6e5faa4c4a3456cd493e91dc9 - 0.04% (96.5 KB)

[#011] sha256:609f24761d1c1e95ad377160c28228e094a5d005010499c23dc8025e645360c6 - 12.68% (32.6 MB)

[#012] sha256:7d17f64c1b9cdc20f947743c64d869a656bc21844f065d3694e50f7843ba9851 - 0.0% (853 Bytes)

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

[#014] sha256:e7b7fd3e290a901c6f46ffb2e6046adc3533a80ab513ad701753eba048faf4b6 - 0.0% (832 Bytes)

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

[#016] sha256:88f181b5c2596684c26e4b87e8e4069b4f88b7b455b04132647b74504063d8db - 0.0% (824 Bytes)

[#017] sha256:a1243f005527aa3c363e91f7f8ca74bcbc4b133b1a116f23412f56dec8909093 - 11.86% (30.5 MB)

[#018] sha256:db5716ce381ccdcf3022a00bc2d9b40d5282dff44f7cf0a4d684b2700e099b77 - 0.0% (861 Bytes)

[#019] sha256:d04f3b19d135097c641d3888d2f909f5e684f8ad9c23e1618043cbea933bb91f - 0.0% (830 Bytes)

[#020] sha256:67f71da921032222dca6f570806a73416208c2f38ec49a4d27fa0c3fc3c876a7 - 0.0% (851 Bytes)

[#021] sha256:0a335e176ae0bc79470be09dcde1a6aba5152e4a86d17397e13877a357ec1caf - 0.0% (855 Bytes)

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


History
2021-01-07 16:14:35 UTC

Apply image 1809-amd64

2021-01-25 00:21:40 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-01-25 00:21:40 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-01-25 00:22:25 UTC

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

2021-01-25 00:22:26 UTC

cmd /S /C #(nop) USER ContainerUser

2021-01-25 00:22:45 UTC

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

2021-01-25 00:23:21 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-25 00:23:22 UTC

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

2021-01-25 00:23:22 UTC

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

2021-01-25 15:22:59 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-01-25 15:23:00 UTC

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

2021-01-25 15:23:02 UTC

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

2021-01-25 15:23:03 UTC

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

2021-01-25 15:23:03 UTC

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

2021-01-25 15:23:04 UTC

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

2021-01-28 21:40:32 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.6-rc3

2021-01-28 21:40:32 UTC

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

2021-01-28 21:40:34 UTC

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

2021-01-28 21:40:34 UTC

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

2021-01-28 21:40:35 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-28T21:39:37Z

2021-01-28 21:40:35 UTC

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

2021-01-28 21:40:35 UTC

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

2021-01-28 21:40:36 UTC

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

Details
Created

2021-01-28 21:41:40 UTC

Size

260 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-01-28T21:41:37Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    d1753ecd566bb03dc82138ea0d9a8d6bd73d3508
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.6-rc3

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:3155a5f44f3dc969ff02d04e7f3dbd46e828c217c194c52591f5ac542dcd622b - 38.31% (99.6 MB)

[#001] sha256:8b1d08ea5d4437849cdd3e614a9893364a7018ec4ebc41338b468a9a346439f7 - 0.0% (1.01 KB)

[#002] sha256:529fffc03dafa29d3e0452cbe42f3c72b6ec592252ecb2dd07301ffde99244d1 - 0.0% (1.02 KB)

[#003] sha256:6419c98036ba519e83243a2128d4b797295aabea5defa5b06e01479ef6190798 - 0.03% (67.3 KB)

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

[#005] sha256:ac81011c82772d94dfa2d85dd8c8fe3b1d1c36f54d8add13c5d41ca6adcd9dbd - 37.32% (97 MB)

[#006] sha256:56c731a59563fde7312ee65a42c28442b21f858db83db753e4e253ca86f20d73 - 0.04% (97.4 KB)

[#007] sha256:4b2a87dcb0befd5f4bc69361d4f594a56a40a9ccadf97e9f2207f296a875e916 - 0.0% (1.02 KB)

[#008] sha256:50436062905f9a73c4f6cd577445585394507fc1eae4e745474af67074993433 - 0.0% (1.02 KB)

[#009] sha256:f019f71d3b450527ec2cd1154359a8a65059a276427091bb1a70b77a26ecb106 - 0.0% (826 Bytes)

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

[#011] sha256:c94fd4c5922a91bd50006845eefcc0a5b20607244c5c3e50d69cdcbb0f00a163 - 12.54% (32.6 MB)

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

[#013] sha256:422111aaf67bd32a2486e14cc67783ac3750945dfc7484fe9bb79c458cb30608 - 0.0% (825 Bytes)

[#014] sha256:28ad9ff85052e7d09a121bdb454ae88343e8c9f665b76b04c37bf32dbcfc43bd - 0.0% (852 Bytes)

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

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

[#017] sha256:15e1fd4c2cc52cf7e377c26eafe1326e6ce624c2cbaa1367573a7362a059f94e - 11.73% (30.5 MB)

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

[#019] sha256:23c7b01ebb355a2b3a423c7c4b4942dd2b10d0e41c9ae196a0e06886531549ae - 0.0% (849 Bytes)

[#020] sha256:565f6b6a5fd1ec15068c132347a917364cd0607174b66b1807753ff421a88cc1 - 0.0% (860 Bytes)

[#021] sha256:0f551b2ad612f4f41bde9508202a288d53a3f1df6fc0c7c8d56b53d91a08c404 - 0.0% (830 Bytes)

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


History
2021-01-11 22:38:45 UTC

Apply image 1909-amd64

2021-01-25 00:14:53 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-01-25 00:14:53 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-01-25 00:15:18 UTC

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

2021-01-25 00:15:18 UTC

cmd /S /C #(nop) USER ContainerUser

2021-01-25 00:15:34 UTC

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

2021-01-25 00:16:10 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-25 00:16:11 UTC

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

2021-01-25 00:16:11 UTC

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

2021-01-25 15:23:11 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-01-25 15:23:12 UTC

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

2021-01-25 15:23:14 UTC

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

2021-01-25 15:23:15 UTC

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

2021-01-25 15:23:15 UTC

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

2021-01-25 15:23:16 UTC

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

2021-01-28 21:41:20 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.6-rc3

2021-01-28 21:41:20 UTC

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

2021-01-28 21:41:21 UTC

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

2021-01-28 21:41:22 UTC

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

2021-01-28 21:41:39 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-28T21:41:37Z

2021-01-28 21:41:40 UTC

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

2021-01-28 21:41:40 UTC

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

2021-01-28 21:41:40 UTC

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

Details
Created

2021-01-28 21:39:58 UTC

Size

258 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-01-28T21:39:54Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    d1753ecd566bb03dc82138ea0d9a8d6bd73d3508
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.6-rc3

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.96% (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.53% (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:4c9317fd94886262ad2f092e220e8d58de1a59d4683ebaf5fba4da9d818a1be6 - 0.0% (842 Bytes)

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

[#011] sha256:32a9797b89d32defdd84545b50027db41f955e0413e64b3fa45a5aa408c95da4 - 12.61% (32.6 MB)

[#012] sha256:780b37dbb1599000dfea63ef16539c8994623249a7fd38ba220250eb185d5538 - 0.0% (823 Bytes)

[#013] sha256:35216223ef466fef0ba6d158f8b0c1c6749905d7ce91fed1ec71baa19b9d0999 - 0.0% (854 Bytes)

[#014] sha256:4922ef29b5a9d8d8f026dcf4101aedbaf03843e93615ef9ca45dbc73b379c616 - 0.0% (825 Bytes)

[#015] sha256:526e3cc405df038f3935297d5706466dde9ab62de9d581a5990bfbbf914ff2f7 - 0.0% (862 Bytes)

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

[#017] sha256:381f1afc84dedca08495f17d1d488c121ff132f7666a2e479c6aee6874e50c5b - 11.8% (30.5 MB)

[#018] sha256:6d1012f051c44a4951ff7a03872ddc2f10812b79426943dd1f5b1d0590cb5d28 - 0.0% (859 Bytes)

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

[#020] sha256:6a0aaac544d31a7ec70a3194ab942988d55518fafa39efa405278411d673b612 - 0.0% (859 Bytes)

[#021] sha256:0eed6d8e567e7ed6684cf4013d33e116b87ad35e3fe80661919b78370fd6b64b - 0.0% (862 Bytes)

[#022] sha256:a9c0d076b082f1b4e6c80df7a1a8711c86cdd28a1203ad5a4e2d7698b7cb2cf0 - 0.0% (921 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-01-24 17:51:41 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-01-24 17:51:42 UTC

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

2021-01-24 17:51:44 UTC

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

2021-01-24 17:51:45 UTC

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

2021-01-24 17:51:45 UTC

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

2021-01-24 17:51:46 UTC

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

2021-01-28 21:39:35 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.6-rc3

2021-01-28 21:39:35 UTC

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

2021-01-28 21:39:36 UTC

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

2021-01-28 21:39:37 UTC

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

2021-01-28 21:39:57 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-28T21:39:54Z

2021-01-28 21:39:58 UTC

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

2021-01-28 21:39:58 UTC

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

2021-01-28 21:39:58 UTC

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

Details
Created

2021-01-28 21:40:32 UTC

Size

261 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-01-28T21:40:29Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    d1753ecd566bb03dc82138ea0d9a8d6bd73d3508
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.6-rc3

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:9334511b2b1d4bc43d8ca0e23b2fcce8b7b0968a9f9aa67cd61de71abad9a5b0 - 38.56% (101 MB)

[#001] sha256:d1d964e549934fb43ef81f521eed39d226a5f9afc19e123118fa80ed0cd87039 - 0.0% (1.09 KB)

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

[#003] sha256:f42568b218bfd71aba73f945e3e2be8b8289135be50910348db61210df5f14dd - 0.03% (90.1 KB)

[#004] sha256:2bf9438971aef03ac0ca75e76ba71ef5d736164d114cae312f5af38994b1e1a6 - 0.0% (1.04 KB)

[#005] sha256:b4a530a7da35f5e36da716f61840fafaf3cb4af8ba9eaa86645d4f086f68b299 - 37.16% (97 MB)

[#006] sha256:31734e44f83918514137f9a0a31f82062dfd1690fedf8dd363894cdc6db44606 - 0.04% (106 KB)

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

[#008] sha256:b26e8d9f1843c0a843f8703ce17c558368c7bde62db5745031c024d31fa8a468 - 0.0% (1.01 KB)

[#009] sha256:c31de22bed60acead0f9df52ad884892e40dfb052945ae2892744ac5044e32a1 - 0.0% (839 Bytes)

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

[#011] sha256:fdbc71640a553c99f9362530505eaf36d2a6ffc1d7ab8956a9d1d5002b4373bf - 12.49% (32.6 MB)

[#012] sha256:e63706efc8c3ce31479fedf7eb31baf49cbea210206eb360a9056d419db7674b - 0.0% (854 Bytes)

[#013] sha256:a425f3c761c57e8b394b16943d41a2f6367923de1017d63e419b7575523a9151 - 0.0% (836 Bytes)

[#014] sha256:2754859491604a4017cea128cb9af51c6e8a8b46bdc67e6aaf96183b9e50f6d2 - 0.0% (865 Bytes)

[#015] sha256:aa2ca8aa19b0e429c77f4b4f97fff6dcd165b90c8d44bc9ea55e0f0fa92520e8 - 0.0% (840 Bytes)

[#016] sha256:1387ae2ea1a14f6d25449748047a2bc5e1ff9fd15259ec2d802ce4b61ce2950b - 0.0% (863 Bytes)

[#017] sha256:06e9e75c868c08bc55fde6a6db9836c39b576778d8ba50d3281eaf14247ae8cb - 11.68% (30.5 MB)

[#018] sha256:278dcb48663c2e673fcb6ef56cdcde2d2846e88bb309626937162e3a61e95f0b - 0.0% (906 Bytes)

[#019] sha256:79dcacee7ae02cca76799b2ce71dfe9d25ca88c82a36bd8f008f53675c1caa85 - 0.0% (840 Bytes)

[#020] sha256:d1f7490a83068c8149f9051a1fba5b1a811e891efd1cf7c329995cd037cd3bfd - 0.0% (841 Bytes)

[#021] sha256:76a120baca48b117821dbd26dbd5bb90d0ae244cdc6e87f02e377971bc8bc1f5 - 0.0% (828 Bytes)

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


History
2021-01-09 13:10:55 UTC

Apply image 2004-amd64

2021-01-25 00:14:05 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-01-25 00:14:06 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-01-25 00:14:18 UTC

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

2021-01-25 00:14:18 UTC

cmd /S /C #(nop) USER ContainerUser

2021-01-25 00:14:33 UTC

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

2021-01-25 00:15: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-01-25 00:15:09 UTC

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

2021-01-25 00:15:09 UTC

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

2021-01-25 17:56:04 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-01-25 17:56:05 UTC

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

2021-01-25 17:56:07 UTC

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

2021-01-25 17:56:08 UTC

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

2021-01-25 17:56:08 UTC

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

2021-01-25 17:56:09 UTC

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

2021-01-28 21:40:12 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.6-rc3

2021-01-28 21:40:12 UTC

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

2021-01-28 21:40:13 UTC

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

2021-01-28 21:40:14 UTC

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

2021-01-28 21:40:31 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-28T21:40:29Z

2021-01-28 21:40:32 UTC

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

2021-01-28 21:40:32 UTC

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

2021-01-28 21:40:32 UTC

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

Details
Created

2021-01-28 21:40:21 UTC

Size

2.43 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-01-28T21:40:15Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    d1753ecd566bb03dc82138ea0d9a8d6bd73d3508
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.6-rc3

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:18629c768c3f1391a29a90ea5e5b8a2b4185ec20b1781c40273741f648a0c882 - 36.88% (918 MB)

[#002] sha256:7cb7129481ae95d3f19665fb4ed1efc941809a7e7fdee3f63039c9413851522e - 0.0% (1.1 KB)

[#003] sha256:9f7e19c40764256eec7c3a0b03e2cc245e51875edb814afe2cc54ff86664395f - 0.0% (1.1 KB)

[#004] sha256:415b1393af857ced949c7eb187cd2cec3aa8576f5c80ea448d3aee0cd2cc6a87 - 0.62% (15.5 MB)

[#005] sha256:f3bdd2b5be11b4ef16e28d0e9742c099edeeff4ff19ada7d67b8ea7ac9c420ca - 0.19% (4.76 MB)

[#006] sha256:7e8854977767745899d09e5a7c65ea26cc5b0450daeb7adab04e3103162c95ab - 0.31% (7.82 MB)

[#007] sha256:49606bf2c5ad8c263e0fd07af1c4f502c09349ed1840900e2913f5d936f52123 - 1.77% (44.1 MB)

[#008] sha256:4b93c087f09940432bd7139fc21059a87bfaaaff86a19237a2e1c440f64e175e - 0.19% (4.82 MB)

[#009] sha256:7ee3d5ee6cfe59905c5342b3eb0f102284b517e8d3e85d3e6dc9ae985f7c7a8d - 0.62% (15.5 MB)

[#010] sha256:aa7f8212c0b33b223bcd081738f3e5faea83eb31d1470d25b688deaa213f4d77 - 0.54% (13.4 MB)

[#011] sha256:d60bde53c37351e9473904a546ba5531918c30e947b929eec65c3390a407d40d - 0.02% (411 KB)

[#012] sha256:b4319e8380807afabab7bb5fc56f3379ae4ef0f814222564797ba9f25d1fc8f9 - 0.0% (1.11 KB)

[#013] sha256:74d966fad06d243fc38839ef5708dfa00fba7dee8c05b01381b40c25dafb13e7 - 0.0% (1.14 KB)

[#014] sha256:789c0328b079c923e16e41a4fe3bae0d228e06373dd6d29c8db262ceba32177d - 0.0% (1.13 KB)

[#015] sha256:caa48d31b52b2a5c2fba9d398ce5e33883d8c3f6739518c09251c85d3273de1c - 0.0% (1.07 KB)

[#016] sha256:214b0c18ad127237767caba86ca374cc460f66cbd3f70e3ecafc87fa0ae65f08 - 0.0% (1.09 KB)

[#017] sha256:3f98f84b055c793761b820ac576086a61cdef706bb9c13bc4c5e3b1eb128a7f8 - 1.22% (30.5 MB)

[#018] sha256:cce639fb58657f1c8349c8ce4b910e06113c363d04ac4d47fb838ba8a3828dc6 - 0.0% (1.08 KB)

[#019] sha256:00eaf37776da344825ed750634947f13e1147052f07e1255f81044b0ba701cfb - 0.0% (1.1 KB)

[#020] sha256:0b71a8c1219b09711c2640a7a1e3edfe16d35e38167d6616b79a36eee0805e25 - 0.0% (1.07 KB)

[#021] sha256:3cb0b3251f220675dec10b4ad0492bedc729bc3b3cf163b06bc81a0515bfdfdd - 0.0% (1.07 KB)

[#022] sha256:c70f53aa04b9355010208f5cbcd3054e5b49776cdc0f90cb71ca109c562ee612 - 0.0% (1.07 KB)


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

Apply image 20H2-RTM-amd64

2021-01-09 13:33:38 UTC

Install update 20H2-amd64

2021-01-24 17:53:11 UTC

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

2021-01-24 17:53:12 UTC

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

2021-01-24 17:53:26 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-01-24 17:53:39 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.0.4/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-01-24 17:54:08 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-01-24 17:54:26 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://dl.k8s.io/v1.14.3/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-01-24 17:54:38 UTC

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

2021-01-24 17:54:50 UTC

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

2021-01-24 17:55:03 UTC

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

2021-01-28 18:35:14 UTC

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

2021-01-28 18:35:15 UTC

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

2021-01-28 18:35:17 UTC

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

2021-01-28 18:35:17 UTC

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

2021-01-28 21:40:17 UTC

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

2021-01-28 21:40:17 UTC

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

2021-01-28 21:40:19 UTC

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

2021-01-28 21:40:19 UTC

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

2021-01-28 21:40:20 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-01-28T21:40:15Z

2021-01-28 21:40:20 UTC

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

2021-01-28 21:40:20 UTC

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

2021-01-28 21:40:21 UTC

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

Details
Created

2021-01-28 21:38:20 UTC

Size

152 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-01-28T21:37:30Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    d1753ecd566bb03dc82138ea0d9a8d6bd73d3508
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.6-rc3

DOCKER_API_VERSION

1.24

DOCKER_URL

DOCKER_URL_arm64

DOCKER_URL_amd64

https://get.docker.com/builds/Linux/x86_64/docker-1.10.3

DOCKER_URL_arm64

https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64

KUBECTL_VERSION

v1.18.2

KUBEPROMPT_VERSION

v1.0.10

LOGLEVEL_VERSION

v0.1.3

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

SSL_CERT_DIR

/etc/kubernetes/ssl/certs


Layers

[#000] sha256:64e3fba066352e44a4c1eeb6caedc87c29b46f0a7b31e21a58183fc8370005bd - 14.86% (22.6 MB)

[#001] sha256:3dbb433f451339aab734bb52e3df5b34cdea477f3f8e3aa32f7ac060bd852de2 - 0.0% (854 Bytes)

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

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

[#004] sha256:d400404e283a3d1d3ce85d0700fd666bc4837156c91e991dc0f251e6f3aceeec - 32.97% (50.2 MB)

[#005] sha256:fffc0e4a1e23f2eeced3b94553539949a4d456d75fd2d035b6462a1c0b2a098f - 1.27% (1.94 MB)

[#006] sha256:4dcb2398c77f932b6a7bf31659164268c1ceb506ef8bca109f28beb0c80eb76a - 16.17% (24.6 MB)

[#007] sha256:bacf3afe7b2459120ebf9f83abf03232bff64418cf16fa5a75fc54abf1bee318 - 16.3% (24.8 MB)

[#008] sha256:c944ea6c69ef36c86b3fd35f71f88d1eed3022372c25ec5bf5500a7d1ee211b5 - 18.43% (28.1 MB)

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


History
2021-01-21 03:49:23 UTC

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

2021-01-21 03:49:27 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-01-21 03:49:29 UTC

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

2021-01-21 03:49:31 UTC

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

2021-01-21 03:49:32 UTC

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

2021-01-28 21:37:45 UTC

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

2021-01-28 21:37:45 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-01-28 21:37:46 UTC

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

2021-01-28 21:37:46 UTC

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

2021-01-28 21:38:07 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/*

2021-01-28 21:38:07 UTC

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

2021-01-28 21:38:08 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-01-28 21:38:09 UTC

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

2021-01-28 21:38:11 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-01-28 21:38:11 UTC

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

2021-01-28 21:38:11 UTC

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

2021-01-28 21:38:11 UTC

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

2021-01-28 21:38:11 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.6-rc3

2021-01-28 21:38:12 UTC

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

2021-01-28 21:38:16 UTC

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

2021-01-28 21:38:18 UTC

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

2021-01-28 21:38:18 UTC

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

2021-01-28 21:38:19 UTC

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

2021-01-28 21:38:19 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-01-28T21:37:30Z

2021-01-28 21:38:19 UTC

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

2021-01-28 21:38:19 UTC

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

2021-01-28 21:38:20 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