Namespace
rancher
Image / Tag
rancher-agent:master-f90b36efb4cf50088e63e081e359ddd9b94c8ecf-head
Content Digest
sha256:96fb1752a3abda2aa8b65b8e5973015ef53ea899985c8ca8deb708119936032a
Details
Created

2021-05-25 19:25:07 UTC

Size

155 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-05-25T19:23:14Z
  • org.opencontainers.image.revision
    f90b36efb4cf50088e63e081e359ddd9b94c8ecf
  • 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:master-f90b36efb4cf50088e63e081e359ddd9b94c8ecf-head

KUBECTL_VERSION

v1.20.6

KUBEPROMPT_VERSION

v1.0.10

LOGLEVEL_VERSION

v0.1.3

PATH

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

SSL_CERT_DIR

/etc/kubernetes/ssl/certs


Layers

[#000] sha256:4bbfd2c87b7524455f144a03bf387c88b6d4200e5e0df9139a9d5e79110f89ca - 16.44% (25.5 MB)

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

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

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

[#004] sha256:ccde317c6a43c371d6cf799d27bd2658125e2f099db57d9754953265e8bf9974 - 30.31% (46.9 MB)

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

[#006] sha256:559fe5d4aeb9998e591280ba4a4e834ca2f55c22696d96f9082344e9cff7743f - 17.17% (26.6 MB)

[#007] sha256:9c6540700f251ab16deffd5d84edc380f7994180d69258ea3b9e452b2fc8dd5b - 21.75% (33.7 MB)

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

[#009] sha256:ea5844992af85d0c9c7f7fc0ba4c8cfde2252d9ef5234cb3c8ec336011f6ac8b - 12.9% (20 MB)

[#010] sha256:24eb84181d308db874c89a94ebb17bd2434a16e45c309d74d5c172d01d9c6915 - 0.0% (172 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-05-25 19:23:58 UTC

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

2021-05-25 19:24:00 UTC

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

2021-05-25 19:24:00 UTC

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

2021-05-25 19:24:42 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-05-25 19:24:43 UTC

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

2021-05-25 19:24:45 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-05-25 19:24:45 UTC

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

2021-05-25 19:24:47 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-05-25 19:24:47 UTC

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

2021-05-25 19:24:48 UTC

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

2021-05-25 19:24:48 UTC

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

2021-05-25 19:24:48 UTC

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

2021-05-25 19:25:00 UTC

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

2021-05-25 19:25:03 UTC

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

2021-05-25 19:25:05 UTC

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

2021-05-25 19:25:06 UTC

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

2021-05-25 19:25:06 UTC

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

2021-05-25 19:25:06 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-25T19:23:14Z

2021-05-25 19:25:07 UTC

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

2021-05-25 19:25:07 UTC

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

2021-05-25 19:25:07 UTC

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

Details
Created

2021-05-25 19:07:54 UTC

Size

241 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-05-25T19:07:52Z
  • org.opencontainers.image.revision
    f90b36efb4cf50088e63e081e359ddd9b94c8ecf
  • 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:master-f90b36efb4cf50088e63e081e359ddd9b94c8ecf-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:ea84579f6cd5b58fe78732be37450bd188c8923de3a2062664f3992861449b5c - 40.13% (96.6 MB)

[#001] sha256:2744042ec0628191db13e6af5dfdd07234b5ae1096360e529bb3b5734e00ea92 - 0.0% (1.01 KB)

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

[#003] sha256:65a0a1050d74220cc9e2f81d326a0ad45cf65eb7162b88c79cc26d241800e9cb - 0.03% (66.3 KB)

[#004] sha256:b51ea9c3722b0aaf6bf322433a3e59c6a7eb77f9a9dc7e383baf02f21d565cad - 0.0% (1.05 KB)

[#005] sha256:12bbf5927942b4546413cba3a35a6525e7cb6e64edf0fe1e05caa1c7a8931b82 - 40.24% (96.9 MB)

[#006] sha256:02753fe59013b4a701d5b74565617fee341ddceab9295db56a20c268e3473ca2 - 0.05% (131 KB)

[#007] sha256:406b17b42a9e1960024ddf35eca26677872439ebbf9ccd384ffb7a3c18d722d9 - 0.0% (1.01 KB)

[#008] sha256:b7cecf861794b865557a4b188734d2e40cf02ad9c9bed778c39193697af07286 - 0.0% (1 KB)

[#009] sha256:2e1544cded7fb74b7feb91d542b204f00c14f5cfee59f1ca1c9fe75e114487f3 - 0.0% (873 Bytes)

[#010] sha256:59637efdd5b1270bd397464a0615214b8a06018c22d7dc1e573027c9a0d08fd4 - 0.04% (96.5 KB)

[#011] sha256:f19d1b689a71bb3cdfbf63e7221614b52ea0dd21e0f5cf91ac50b37c9563956f - 13.47% (32.4 MB)

[#012] sha256:8db925e3665502ebde1a68d3efe6bb4bd0b2b25e5d3ee75546ff15324a93a91b - 0.0% (828 Bytes)

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

[#014] sha256:11deb4d6e7cb7f83275f62749a41138c78f1aad7090fbaca05c22157e6d5b01e - 0.0% (831 Bytes)

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

[#016] sha256:e60cf62f9d69bf8696237e5526982f1b3854f50ca2a9ea69aa10337a3833e06a - 0.0% (844 Bytes)

[#017] sha256:359d2250937ebb663711dabfb50ed8e3b0a01c0b58e580498e220d11d7b6a3fd - 6.03% (14.5 MB)

[#018] sha256:9d7463d4e9b5bfdb6791aa1e93300aa86cc5c0d2402591fa0c7c4c56beb907f2 - 0.0% (825 Bytes)

[#019] sha256:e0addf85b5578f04d2ade52ed2029af3361a287b032449c1164e3615d1b2d097 - 0.0% (814 Bytes)

[#020] sha256:1bfe10d92fda8ba900c065a3f55dbf9fa7c5d946fcbd018445ef299fff973c9b - 0.0% (829 Bytes)

[#021] sha256:3a88ccb6aa5365947a3459f6a1df9877be10ef42f299e2df5eee4c3fcff2df1e - 0.0% (829 Bytes)

[#022] sha256:2cbf696d3f7b72f93f10f13a1188e974fe06b9a10617ff545cddcb45d7fd6df2 - 0.0% (856 Bytes)


History
2021-04-08 16:02:06 UTC

Apply image 1809-amd64

2021-04-14 01:32:16 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-04-14 01:32:16 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-04-14 01:32:39 UTC

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

2021-04-14 01:32:40 UTC

cmd /S /C #(nop) USER ContainerUser

2021-04-14 01:32:58 UTC

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

2021-04-14 01:33:34 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-04-14 01:33:34 UTC

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

2021-04-14 01:33:35 UTC

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

2021-05-24 15:30:34 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-05-24 15:30:34 UTC

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

2021-05-24 15:30:37 UTC

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

2021-05-24 15:30:38 UTC

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

2021-05-24 15:30:38 UTC

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

2021-05-24 15:30:39 UTC

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

2021-05-25 17:24:46 UTC

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

2021-05-25 17:24:46 UTC

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

2021-05-25 17:24:47 UTC

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

2021-05-25 17:24:47 UTC

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

2021-05-25 19:07:53 UTC

cmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-05-25T19:07:52Z

2021-05-25 19:07:54 UTC

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

2021-05-25 19:07:54 UTC

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

2021-05-25 19:07:54 UTC

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

Details
Created

2021-05-25 19:07:49 UTC

Size

2.45 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-05-25T19:07:46Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    f90b36efb4cf50088e63e081e359ddd9b94c8ecf
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-f90b36efb4cf50088e63e081e359ddd9b94c8ecf-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

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

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

[#003] sha256:7d3935597e883cc70696070e9c7dff95609230acccda1271da9b060d77b7bc2d - 0.0% (1.34 KB)

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

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

[#006] sha256:a4de799d5df45d582166b27fafebf096bd8c68795c226df226170117145fe14a - 0.33% (8.2 MB)

[#007] sha256:07b79eb5d06b45609ab8e2bcda5f6ec357f144478fb0322b27c2de325d66fe32 - 1.48% (37.2 MB)

[#008] sha256:24140678dfcbb8bd74175e5426b3e2e2cd2b2fa3edbfc12c292aa27bf3af5277 - 0.21% (5.33 MB)

[#009] sha256:1225f0935edfa52974b37925433102092e2ac3d01eeefc1d5b6e96c5e3f4545d - 0.62% (15.6 MB)

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

[#011] sha256:2770ee8ea8ba75f21bb76a5cd09491e89a5db2a632cbe7abd187174727071969 - 0.0% (1.27 KB)

[#012] sha256:5c20a3a873ff854912ef2d6a8b220afe500a38db5e2f4b17a58065341e3ad714 - 0.0% (1.27 KB)

[#013] sha256:0e64fb03edbd4e77a7fb4e912c1e7f80e563b1a34dceb34d45f169beca8ca5e5 - 0.0% (1.29 KB)

[#014] sha256:8da2a3a396d8db1bc7ceaefdbd26f2f46e9e93845485e2c1da67c23089724812 - 0.0% (1.27 KB)

[#015] sha256:74adb2e7e5d6c565e49e9c125d211d1016034abab66110fc15bb8355d99885da - 0.0% (1.27 KB)

[#016] sha256:dfaff92a59a97e924550fa4a702eac9a4f7451dce823a2681cea15099e542954 - 0.58% (14.5 MB)

[#017] sha256:8f52c810bc5e6bd9056b3feb4cf21f131bf5c50cda0268f2e04b67572cc20f94 - 0.0% (1.3 KB)

[#018] sha256:d33a485f36e3979ef56698dcdec512c0de71ad5747bc22669b3f1230dbafb8c7 - 0.0% (1.34 KB)

[#019] sha256:08e14675477b2c40ebe3c53531711e56486790e528dd505db7849fe79ac3b733 - 0.0% (1.26 KB)

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

[#021] sha256:2c7b45a4d75a6d963a7b9afc5cc2c854b9e28a2c54f390a2958ea1b27bace1bc - 0.0% (1.27 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-24 15:27:03 UTC

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

2021-05-24 15:27:03 UTC

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

2021-05-24 15:27:33 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-24 15:27:43 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-24 15:28:17 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-24 15:28: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-05-24 15:28:39 UTC

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

2021-05-24 15:28:48 UTC

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

2021-05-24 15:28:57 UTC

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

2021-05-24 15:28:58 UTC

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

2021-05-24 15:28:58 UTC

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

2021-05-24 15:28:59 UTC

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

2021-05-25 17:24:34 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-f90b36efb4cf50088e63e081e359ddd9b94c8ecf-head

2021-05-25 17:24:34 UTC

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

2021-05-25 17:24:35 UTC

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

2021-05-25 17:24:36 UTC

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

2021-05-25 19:07:47 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-05-25T19:07:46Z

2021-05-25 19:07:48 UTC

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

2021-05-25 19:07:48 UTC

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

2021-05-25 19:07:49 UTC

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

Details
Created

2021-05-25 19:08:00 UTC

Size

244 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-05-25T19:07:57Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    f90b36efb4cf50088e63e081e359ddd9b94c8ecf
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-f90b36efb4cf50088e63e081e359ddd9b94c8ecf-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:d151a73b598346073ea523548e54435aef6702c88cfc7c0ef6d67dfbe32cfe9a - 40.9% (99.8 MB)

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

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

[#003] sha256:d99286468bd080ec4c72068a4df5f752d448a7af11d85f759834808edb4592bd - 0.03% (67.9 KB)

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

[#005] sha256:c8944569b995ebf8947d59d992abbbd8ba643df745d1597b5102458f81a4912e - 39.73% (96.9 MB)

[#006] sha256:4228458c1145d613d29840e1ac26ffa4fcd4ac8ae1ba369b2e766ecf13903782 - 0.04% (110 KB)

[#007] sha256:a7b89b0ee3b42fbfb4bc3da432d89614c2bc8d745e8c9d11df3fa16a058c8771 - 0.0% (1 KB)

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

[#009] sha256:ade19307f0759f9f877565b17dec4a6d63f37644ade907a8133ca8854bd7e103 - 0.0% (1.09 KB)

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

[#011] sha256:69a1217a9c3d29695a50b7e646a20afca2a6e395b586e8da9aa466890550457e - 13.3% (32.4 MB)

[#012] sha256:fa7ec5ba0252e31edc025234ff88d5ed546369c5b59e75eeb0c126e0d00c02d5 - 0.0% (1.04 KB)

[#013] sha256:ad7a68b0cf9a6cb4320ebe524341e312aac839f508bee5fc81b5d0b0985a82f8 - 0.0% (1.05 KB)

[#014] sha256:9553d0f69da57e62318ffe4122d75cb0cc270066eda0c7085701ec2c42ef97c6 - 0.0% (1.04 KB)

[#015] sha256:920ed20db5f521622d8ce9aa920a373dc5446da7101eb55c9d8d560882612e19 - 0.0% (1.05 KB)

[#016] sha256:8b8a34f8a3d140a80f07da9c0ce8bc5d554fc92d27a447ea6618f3c878311de7 - 0.0% (1.01 KB)

[#017] sha256:f273f09e59a2197f8c4a7ae3532c3b278dfe9acf66aeebaf0670e2c9fac37695 - 5.96% (14.5 MB)

[#018] sha256:602f59dfa0ab08498e9461218e667c344ac87ef9ecf4a27adeb41b0eb942dfe5 - 0.0% (1.02 KB)

[#019] sha256:06abfc2181c8229a62c0fca635f235985893763e2fad5cfad6b474040b2ec8bf - 0.0% (1.02 KB)

[#020] sha256:636169670f3acd6daf5bea4a8ce63b8f5087d20eaac38530dee598a1cc18c102 - 0.0% (1.01 KB)

[#021] sha256:48c4849fb8ad36fb26a12ec543f3cc32951eb3d4bf3fc318fbd724e86bb1f97b - 0.0% (1.04 KB)

[#022] sha256:7f56897104648c680d9e85ddee1afc61d762aff20ab2c35add360896ca00785f - 0.0% (1.01 KB)


History
2021-04-09 09:40:55 UTC

Apply image 2004-amd64

2021-04-14 01:31:57 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-04-14 01:31:58 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-04-14 01:32:22 UTC

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

2021-04-14 01:32:23 UTC

cmd /S /C #(nop) USER ContainerUser

2021-04-14 01:32:44 UTC

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

2021-04-14 01:33: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-04-14 01:33:22 UTC

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

2021-04-14 01:33:22 UTC

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

2021-05-24 15:29:51 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-05-24 15:29:52 UTC

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

2021-05-24 15:29:54 UTC

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

2021-05-24 15:29:55 UTC

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

2021-05-24 15:29:56 UTC

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

2021-05-24 15:29:56 UTC

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

2021-05-25 17:24:41 UTC

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

2021-05-25 17:24:42 UTC

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

2021-05-25 17:24:43 UTC

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

2021-05-25 17:24:43 UTC

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

2021-05-25 19:07:59 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-05-25T19:07:57Z

2021-05-25 19:07:59 UTC

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

2021-05-25 19:07:59 UTC

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

2021-05-25 19:08:00 UTC

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

Details
Created

2021-05-25 19:16:32 UTC

Size

144 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-05-25T19:15:41Z
  • org.opencontainers.image.revision
    f90b36efb4cf50088e63e081e359ddd9b94c8ecf
  • 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:master-f90b36efb4cf50088e63e081e359ddd9b94c8ecf-head

KUBECTL_VERSION

v1.20.6

KUBEPROMPT_VERSION

v1.0.10

LOGLEVEL_VERSION

v0.1.3

PATH

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

SSL_CERT_DIR

/etc/kubernetes/ssl/certs


Layers

[#000] sha256:673aeee5c81c892477834e2b5e55575f16bfd52d9b841a1d8c524fb3805ee960 - 15.67% (22.6 MB)

[#001] sha256:018b2790219d2003c0d437e634927887ee5cc3d8f985d7459adc5b2ff62d003f - 0.0% (851 Bytes)

[#002] sha256:509c77ce92ade89fbf09fe03b167023be51bf5a0c14c00487fa7a9ee33b55fc3 - 0.0% (187 Bytes)

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

[#004] sha256:bcdb44e5a7b08767636e33b502f4291b779dbe554e5f7636c6dac79874b3911d - 30.04% (43.3 MB)

[#005] sha256:50265dedf24159bd64126b4cfd671788a2712a3ed375f4f3adff4f5bcc9f574a - 1.35% (1.94 MB)

[#006] sha256:621f30e082a31932abf2f2ed7519cb6979720f02533794ad8615ec2f0488779d - 17.08% (24.6 MB)

[#007] sha256:439d380a4bff19f2c487c401b4ef8ab21a494f667106e5da25f7da5001d47fae - 23.35% (33.7 MB)

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

[#009] sha256:1dd69c072fcfcc859ac830c189e6dd171d59988720459468f9338407c41a3833 - 12.5% (18 MB)

[#010] sha256:27674a81081a1d8c2fbb2a9c409b60af33b10769958486bdeaeac490a9b42c8e - 0.0% (173 Bytes)


History
2021-04-23 22:47:15 UTC

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

2021-04-23 22:47:19 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-04-23 22:47:21 UTC

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

2021-04-23 22:47:23 UTC

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

2021-04-23 22:47:24 UTC

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

2021-05-25 19:15:57 UTC

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

2021-05-25 19:15:58 UTC

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

2021-05-25 19:15:58 UTC

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

2021-05-25 19:16:17 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-05-25 19:16:18 UTC

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

2021-05-25 19:16:19 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-05-25 19:16:19 UTC

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

2021-05-25 19:16:20 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-05-25 19:16:21 UTC

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

2021-05-25 19:16:21 UTC

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

2021-05-25 19:16:21 UTC

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

2021-05-25 19:16:21 UTC

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

2021-05-25 19:16:28 UTC

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

2021-05-25 19:16:29 UTC

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

2021-05-25 19:16:30 UTC

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

2021-05-25 19:16:31 UTC

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

2021-05-25 19:16:31 UTC

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

2021-05-25 19:16:31 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-25T19:15:41Z

2021-05-25 19:16:31 UTC

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

2021-05-25 19:16:32 UTC

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

2021-05-25 19:16:32 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