Namespace
rancher
Image / Tag
rancher-agent:v2.5-14c8c62a05f364adf85523d0afd54b24d9dc4cda-head
Content Digest
sha256:9fd3cccf6445908487309221b5cdd65b2041273f74796636fa8b1adcc1a874dc
Details
Created

2021-06-03 01:32:50 UTC

Size

157 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-06-03T01:31:46Z
  • org.opencontainers.image.revision
    14c8c62a05f364adf85523d0afd54b24d9dc4cda
  • 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-14c8c62a05f364adf85523d0afd54b24d9dc4cda-head

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:4bbfd2c87b7524455f144a03bf387c88b6d4200e5e0df9139a9d5e79110f89ca - 16.17% (25.5 MB)

[#001] sha256:d2e110be24e168b42c1a2ddbc4a476a217b73cccdba69cdcb212b812a88f5726 - 0.0% (857 Bytes)

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

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

[#004] sha256:05db62cbb36523f79636b79023546ab9dc4366e22273f79489d6aeed85661917 - 30.2% (47.5 MB)

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

[#006] sha256:93b4240e4f5bdd1deac2eee312df62a34faf8dfbb3b6c7539b6e75afd53e1015 - 16.88% (26.6 MB)

[#007] sha256:0e598369695d214ce9c226514f9fa23818be0f2c1d139b4eb031b3c7b160caeb - 20.62% (32.5 MB)

[#008] sha256:e7606c09dfc9a5994d93ffae80d96d810c8f78ea2dfb8e7656fed1b9e5df3f93 - 0.01% (9.31 KB)

[#009] sha256:3e232d627b9d0c924eab92e054950d4d0732ec3c7ed44c1d7097da663fbc91e1 - 14.73% (23.2 MB)

[#010] sha256:355c87672ee8c2fec5087ef1db5db032b82cd9aad3a737e91a5d373d9433cb9d - 0.0% (171 Bytes)


History
2021-05-19 19:44:30 UTC

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

2021-05-19 19:44:31 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-05-19 19:44:32 UTC

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

2021-05-19 19:44:33 UTC

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

2021-05-19 19:44:33 UTC

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

2021-06-03 01:32:11 UTC

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

2021-06-03 01:32:12 UTC

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

2021-06-03 01:32:12 UTC

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

2021-06-03 01:32:34 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 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-06-03 01:32:35 UTC

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

2021-06-03 01:32:36 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-06-03 01:32:36 UTC

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

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

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

2021-06-03 01:32:38 UTC

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

2021-06-03 01:32:39 UTC

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

2021-06-03 01:32:39 UTC

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

2021-06-03 01:32:47 UTC

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

2021-06-03 01:32:48 UTC

/bin/sh -c #(nop) COPY file:06b0b342addff9a717be154d225e24a02cfd9f246783db87a72ccfb06f516df1 in /usr/bin/

2021-06-03 01:32:49 UTC

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

2021-06-03 01:32:49 UTC

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

2021-06-03 01:32:50 UTC

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

2021-06-03 01:32:50 UTC

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

2021-06-03 01:32:50 UTC

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

2021-06-03 01:32:50 UTC

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

2021-06-03 01:32:50 UTC

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

Details
Created

2021-06-03 00:49:07 UTC

Size

257 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-06-03T00:49:00Z
  • org.opencontainers.image.revision
    14c8c62a05f364adf85523d0afd54b24d9dc4cda
  • 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-14c8c62a05f364adf85523d0afd54b24d9dc4cda-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:b9043d31610e0dfa43b1afe286f8918b6e3bf69ece50f44424b29d48f20aa662 - 37.57% (96.7 MB)

[#001] sha256:3629d9ce06a844deb84c791d00e37943a5671c6e08558173bd768a176330e3c6 - 0.0% (1.01 KB)

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

[#003] sha256:1e01879f89fc150db0f940a48765f7b747927db308ec9e31fa4dce66bda1ecfd - 0.03% (74.2 KB)

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

[#005] sha256:879d9be6aad2d8c0aa188ee34d977487a9caa3f5a2603250caec47585abc394c - 37.66% (96.9 MB)

[#006] sha256:6217b35340a359f4efcb5dc19f0cdfd42fdcb3be6a605b541dab09b6169afaf1 - 0.05% (137 KB)

[#007] sha256:335c3ea0942e5393f2b02ba1d84df0f4f908b2a771e67e63f9d9d336f06f6db1 - 0.0% (1.05 KB)

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

[#009] sha256:536b8528111149d716f073751f4f8c271ef7365889efbcfc3196e4378f4687ce - 0.0% (822 Bytes)

[#010] sha256:30efe6ab1f96265a59ed37f2c09930fa6ccbb558a5a7ec045af0bde3d8c6a96d - 0.04% (96.5 KB)

[#011] sha256:6101cd6e78ad49925c3c9e554a7f79d287a942e6f5d107b3c82a649565c59140 - 12.6% (32.4 MB)

[#012] sha256:315c016a889a975f0a071f675596d9cff78785b8524e3fc9b71108205f77b4cd - 0.0% (830 Bytes)

[#013] sha256:771558e16f7eb6e7b63d1a47bfc9dbd1ef8d07d1aa58148b9f8ce7f3da20cd40 - 0.0% (826 Bytes)

[#014] sha256:8a2b895be098aa55fe55a2356381ab4fc17e9fa98104651c887bb6abbccdf971 - 0.0% (833 Bytes)

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

[#016] sha256:38cf42c2e9748b3936f94c4f5ff26b9be3b0ae5080b72026f830018b256b972e - 0.0% (855 Bytes)

[#017] sha256:87b51a21c6854cc3f2c7b989e573951eb3c99db4a0371af0f93c69698cf2f6f5 - 12.05% (31 MB)

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

[#019] sha256:8cba50832ce35ea39a2e306d954fb2a166f32f6b89f0f24574889125023ea65e - 0.0% (853 Bytes)

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

[#021] sha256:0cd43fe3ac5a3091d6cceea332f6c491ea25b167dad899a12b00e294c05cce5b - 0.0% (826 Bytes)

[#022] sha256:37efbc412e798285347c7f945132a25947d1366ecac46d6845b772a9e102612b - 0.0% (848 Bytes)


History
2021-05-07 11:54:57 UTC

Apply image 1809-amd64

2021-05-26 17:00:20 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-05-26 17:00:21 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-05-26 17:00:50 UTC

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

2021-05-26 17:00:50 UTC

cmd /S /C #(nop) USER ContainerUser

2021-05-26 17:01:05 UTC

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

2021-05-26 17:01:39 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-05-26 17:01:40 UTC

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

2021-05-26 17:01:40 UTC

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

2021-05-31 07:40:41 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-05-31 07:40:42 UTC

cmd /S /C #(nop) COPY multi:965b304f043056ca0b908acb4f545cec25b679d606a72d8b8fec16db9d31e8bc in \Windows\System32\

2021-05-31 07:40:44 UTC

cmd /S /C #(nop) COPY multi:9fbcc3fdcefcac4dd668961bc6c1483422ade3852ea2954fbc1b62cc6d8dc899 in \Windows\

2021-05-31 07:40:45 UTC

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

2021-05-31 07:40:45 UTC

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

2021-05-31 07:40:46 UTC

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

2021-06-03 00:49:03 UTC

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

2021-06-03 00:49:03 UTC

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

2021-06-03 00:49:04 UTC

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

2021-06-03 00:49:05 UTC

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

2021-06-03 00:49:06 UTC

cmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-06-03T00:49:00Z

2021-06-03 00:49:06 UTC

cmd /S /C #(nop) LABEL org.opencontainers.image.revision=14c8c62a05f364adf85523d0afd54b24d9dc4cda

2021-06-03 00:49:06 UTC

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

2021-06-03 00:49:07 UTC

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

Details
Created

2021-06-03 00:50:06 UTC

Size

2.47 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-06-03T00:49:48Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    14c8c62a05f364adf85523d0afd54b24d9dc4cda
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5-14c8c62a05f364adf85523d0afd54b24d9dc4cda-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:182d4887a30d6c29414d04c41f1093a66f4cc1bf83092d3231cc5538404d75ad - 37.95% (958 MB)

[#002] sha256:ff16a648ce5f9ad77db402acaa944e4ba8845cb7e6c6833561b8d593ba7e58d2 - 0.0% (1.27 KB)

[#003] sha256:6ee4e984ccaa9a85ada532061c634678f0780eb56f7b49a9dd920fe8a4588542 - 0.0% (1.32 KB)

[#004] sha256:8cc66e3d9f65700071823b2f615472ec5fbee27aaa78b6689831ac8b6a126a32 - 0.61% (15.5 MB)

[#005] sha256:51900ab5005be204299ea841330fa30b0aaf14d4bde27cf0d07a91fb26926778 - 0.21% (5.27 MB)

[#006] sha256:4b6f7ae1b22328920bd89ab1da335a450d1293ed31a46ed5b4c485af6cbcf103 - 0.32% (8.2 MB)

[#007] sha256:5e94fc671571bd4b0d70d83dba64cbce9ccae19377077ab40dfdce8f4d97f209 - 1.47% (37.2 MB)

[#008] sha256:8aa4c4da434a2b4524f33e697e13457b821f806882bd4f4b09c2ae1578ffd454 - 0.21% (5.33 MB)

[#009] sha256:050c9fb4d0ec3185f6550d7542a1c0d3d758f87b694a5d63d7360c4865413d0e - 0.62% (15.6 MB)

[#010] sha256:454586c25732b1bd8f974941d848d0ea2d705b6a86ecc04f0b97e39a72ea4f37 - 0.5% (12.7 MB)

[#011] sha256:7660513478769bc53645fed66706faa3a354b89a780635ecfbe76ae84a9d9fb8 - 0.02% (426 KB)

[#012] sha256:960b1ae54e0555897893bdb84830f8af3ccdcc62ba4f9abfe0e76107bf78f07d - 0.0% (1.31 KB)

[#013] sha256:b726e0fba160b24aa1b3de91f3f0575d8a7b7b0ce9f4f754bc7553c777d8fa27 - 0.0% (1.27 KB)

[#014] sha256:6a22556fc0a76dfaceb9ec9329020c80bb321af761158b64c790a57d73a24bc3 - 0.0% (1.29 KB)

[#015] sha256:2a37b83ddb3dc841727bbb19ddf276a169628ec1e5b7fa544474b78a19b7494a - 0.0% (1.27 KB)

[#016] sha256:7a213982f994f91ad810d0190becc81fc8f457919af247bbde74dee4cf98b86a - 0.0% (1.26 KB)

[#017] sha256:b0d88fb6d6a695abb683174134edc4195a3ca82a923c5f816967d424957e734a - 1.23% (31 MB)

[#018] sha256:3549cf491df04e31613f23ff4fe424499c4013bdb8632b4a6565d3a0c8d50893 - 0.0% (1.27 KB)

[#019] sha256:3fd43e7a4bf356a931d035fc41e1535ee340b819594df0406193b32da200aa21 - 0.0% (1.27 KB)

[#020] sha256:e3a1c817d0daa5e44d23861391d8cc44e4f77839b794535bc1f1f1aa061fd68f - 0.0% (1.3 KB)

[#021] sha256:f76a7fd00fcb2c77e334d3f1378a27e85d09be6bb472eedc66587b36bb0c5335 - 0.0% (1.29 KB)

[#022] sha256:ab6186f5a8702556d56fa9dac0a2fd68e339967bd4c9d87dd1a586617e0cb1e6 - 0.0% (1.26 KB)


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

Apply image 20H2-RTM-amd64

2021-04-30 07:39:08 UTC

Install update 20H2-amd64

2021-05-31 07:41:00 UTC

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

2021-05-31 07:41:00 UTC

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

2021-05-31 07:41:32 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-05-31 07:41:42 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.1.1/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-05-31 07:42:10 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-05-31 07:42:22 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-05-31 07:42:32 UTC

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

2021-05-31 07:42:42 UTC

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

2021-05-31 07:42:51 UTC

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

2021-06-03 00:49:59 UTC

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

2021-06-03 00:50:00 UTC

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

2021-06-03 00:50:00 UTC

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

2021-06-03 00:50:00 UTC

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

2021-06-03 00:50:01 UTC

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

2021-06-03 00:50:01 UTC

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

2021-06-03 00:50:03 UTC

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

2021-06-03 00:50:04 UTC

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

2021-06-03 00:50:04 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-06-03T00:49:48Z

2021-06-03 00:50:05 UTC

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

2021-06-03 00:50:06 UTC

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

2021-06-03 00:50:06 UTC

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

Details
Created

2021-06-03 00:48:50 UTC

Size

261 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-06-03T00:48:43Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    14c8c62a05f364adf85523d0afd54b24d9dc4cda
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5-14c8c62a05f364adf85523d0afd54b24d9dc4cda-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:911d5927702b4106ec92dc9af043208685f87704d17f0939c014111c65a18d85 - 38.34% (99.9 MB)

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

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

[#003] sha256:5f16c5876acb8eedc06325c313c64440410f4674086f0a983af7a949aa4687d2 - 0.03% (69.1 KB)

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

[#005] sha256:2ae97dedaf15a93b690f7da9f2257cec57772b07503eb3128abe5cf508b23967 - 37.19% (96.9 MB)

[#006] sha256:7968036e401307da70749ac0200be2faa22d71d7d8952d47440ce46b9b1e8d23 - 0.05% (143 KB)

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

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

[#009] sha256:3fd13bcbeccbebd452c996bbec99f76245c9b7e094e313d8a2f6399a9fc49a49 - 0.0% (1.04 KB)

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

[#011] sha256:f910566343bff6d259f95c1694580450ab556a55551d39694e65d247d77897dc - 12.45% (32.4 MB)

[#012] sha256:6a8c4901702c621672d2282b0000ed1cb7ede2fb52acae6f80316a3df88b345e - 0.0% (1.02 KB)

[#013] sha256:701c3007b10b6ba5e18f0a2f28a7c168df8252f53b5b3c6519f30e9bcc31f1bc - 0.0% (1.01 KB)

[#014] sha256:e2eb95bdce17e1026f8a012f05928a28150c5db3695dc76ca414c368d2dce5d5 - 0.0% (1.05 KB)

[#015] sha256:b99aaf83cff09a4c03caab567918167b97f2677b39157a3d9b75a2691a0c5287 - 0.0% (1.04 KB)

[#016] sha256:890d15bc05fd8c9ee11015a5490ac5e8b5b3075e43edd6e6e27d699aff90718e - 0.0% (1.09 KB)

[#017] sha256:955803ad1464bf95b50f0b65187d817a56dd8210e8a00c091b1614fdaaf7d6ef - 11.9% (31 MB)

[#018] sha256:fb6a55ae215535643d439e9f12d6045a2ed8d47b2f0aa8a0427ff1365b08fa29 - 0.0% (1.04 KB)

[#019] sha256:4ab1e87947d03182fcf7257ef30f0e9e3a6a931591c1f2d9eff435129e9496e7 - 0.0% (1.01 KB)

[#020] sha256:d36973b6ce832f76bbd31e236d6b39d127dd0812f77755b9712a28a2eb2e984d - 0.0% (1.04 KB)

[#021] sha256:5fdfb66474b5f891dcd391afbaacfb6d87a94d75c33e2cba0fc72acbaa583dd1 - 0.0% (1.04 KB)

[#022] sha256:40b54c6bcb9fa9111491279291902b2b111391b429a11872307519dd75ae7c99 - 0.0% (1.02 KB)


History
2021-04-30 07:27:28 UTC

Apply image 2004-amd64

2021-05-26 16:47:12 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-05-26 16:47:13 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-05-26 16:47:38 UTC

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

2021-05-26 16:47:38 UTC

cmd /S /C #(nop) USER ContainerUser

2021-05-26 16:47:53 UTC

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

2021-05-26 16:48:27 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-05-26 16:48:27 UTC

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

2021-05-26 16:48:28 UTC

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

2021-05-31 07:43:42 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-05-31 07:43:43 UTC

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

2021-05-31 07:43:45 UTC

cmd /S /C #(nop) COPY multi:9fbcc3fdcefcac4dd668961bc6c1483422ade3852ea2954fbc1b62cc6d8dc899 in \Windows\

2021-05-31 07:43:46 UTC

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

2021-05-31 07:43:46 UTC

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

2021-05-31 07:43:47 UTC

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

2021-06-03 00:48:46 UTC

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

2021-06-03 00:48:46 UTC

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

2021-06-03 00:48:47 UTC

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

2021-06-03 00:48:48 UTC

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

2021-06-03 00:48:48 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-06-03T00:48:43Z

2021-06-03 00:48:49 UTC

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

2021-06-03 00:48:49 UTC

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

2021-06-03 00:48:50 UTC

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

Details
Created

2021-06-03 00:55:34 UTC

Size

147 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-06-03T00:54:43Z
  • org.opencontainers.image.revision
    14c8c62a05f364adf85523d0afd54b24d9dc4cda
  • 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-14c8c62a05f364adf85523d0afd54b24d9dc4cda-head

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:ed6dc9c66f7cc607969a6f995c83956f1e614ec5dd42205a2ea544f8f6260a34 - 15.42% (22.6 MB)

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

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

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

[#004] sha256:2d6da1a204a8561debf6c849b3a650e03ae0c57f14e8da6c83a1f82ad90e4af8 - 29.95% (43.9 MB)

[#005] sha256:4acb2ad3cd2a57ed259a683d89f1ea9f5a4d7ad0110aad19664f931da8e475fd - 1.32% (1.94 MB)

[#006] sha256:5ad6c65fef1560d2188a808055ff63658e47297f19a6bd8fb3300d327135bbc2 - 16.81% (24.6 MB)

[#007] sha256:9d6b4352a79d541f9360064a56d94e08347f5cc2db05b64e73770b4fe1f3c65d - 22.15% (32.5 MB)

[#008] sha256:371b8bf29bc5fbcec9ce2a4cb5509f9bdc6c7c323a59700864ca9feb109029ab - 0.01% (8.89 KB)

[#009] sha256:fff827831c03ef75ccf9558ace909bb602ff4415563cf3ffe1e006d8e7513b2a - 14.34% (21 MB)

[#010] sha256:0555e7ee4fdb23e0b60e89860de32c6da132a446cada79c34f565dbf5671f22d - 0.0% (170 Bytes)


History
2021-05-27 12:29:48 UTC

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

2021-05-27 12:29:49 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-05-27 12:29:50 UTC

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

2021-05-27 12:29:51 UTC

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

2021-05-27 12:29:51 UTC

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

2021-06-03 00:54:59 UTC

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

2021-06-03 00:55:00 UTC

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

2021-06-03 00:55:00 UTC

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

2021-06-03 00:55:19 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 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-06-03 00:55:20 UTC

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

2021-06-03 00:55:21 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-06-03 00:55:21 UTC

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

2021-06-03 00:55:22 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-06-03 00:55:23 UTC

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

2021-06-03 00:55:23 UTC

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

2021-06-03 00:55:23 UTC

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

2021-06-03 00:55:23 UTC

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

2021-06-03 00:55:30 UTC

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

2021-06-03 00:55:32 UTC

/bin/sh -c #(nop) COPY file:c60b26f35c3c5659c4b0e8025022c909934ae8190a20e5ee1935a9d5c70e85ab in /usr/bin/

2021-06-03 00:55:32 UTC

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

2021-06-03 00:55:33 UTC

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

2021-06-03 00:55:33 UTC

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

2021-06-03 00:55:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-03T00:54:43Z

2021-06-03 00:55:34 UTC

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

2021-06-03 00:55:34 UTC

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

2021-06-03 00:55:34 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