Namespace
rancher
Image / Tag
rancher-agent:v2.5-4ddbd171ba21995b3dc9e2e188e28700d9b1793b-head
Content Digest
sha256:85ca97e176e9d35cc3ba9e2865d745100d11c786f330e33ee3c3eb13da4949c7
Details
Created

2021-05-21 19:39:40 UTC

Size

157 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-05-21T19:38:40Z
  • org.opencontainers.image.revision
    4ddbd171ba21995b3dc9e2e188e28700d9b1793b
  • 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-4ddbd171ba21995b3dc9e2e188e28700d9b1793b-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.18% (25.5 MB)

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

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

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

[#004] sha256:9c286739e5a00a00e3b6a1fbf8bc42db982d3f22df6f3a6128e04430fddeb40b - 30.22% (47.5 MB)

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

[#006] sha256:93946f545563d6d4c0c9b2dff7372e7acb83af0ae1e2757d885b80e935930ce0 - 16.89% (26.6 MB)

[#007] sha256:1b4ae0b26708277752023c12f8c80c38e66121ae716df4e2523a1faf4e34b88a - 20.57% (32.4 MB)

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

[#009] sha256:0c899b53eb70aecfbd12e08b4bb5751015f5a51b8334fe436104806841e991c3 - 14.72% (23.2 MB)

[#010] sha256:d97229b3f7a01c471247f518b6b2e2c4c53076d430607e7abbc79074b1734924 - 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-05-21 19:39:03 UTC

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

2021-05-21 19:39:04 UTC

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

2021-05-21 19:39:04 UTC

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

2021-05-21 19:39:25 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-21 19:39:26 UTC

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

2021-05-21 19:39:27 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-21 19:39:27 UTC

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

2021-05-21 19:39:29 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-21 19:39:29 UTC

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

2021-05-21 19:39:29 UTC

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

2021-05-21 19:39:29 UTC

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

2021-05-21 19:39:30 UTC

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

2021-05-21 19:39:37 UTC

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

2021-05-21 19:39:38 UTC

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

2021-05-21 19:39:39 UTC

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

2021-05-21 19:39:39 UTC

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

2021-05-21 19:39:40 UTC

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

2021-05-21 19:39:40 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-21T19:38:40Z

2021-05-21 19:39:40 UTC

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

2021-05-21 19:39:40 UTC

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

2021-05-21 19:39:40 UTC

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

Details
Created

2021-05-21 19:27:34 UTC

Size

257 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-05-21T19:27:27Z
  • org.opencontainers.image.revision
    4ddbd171ba21995b3dc9e2e188e28700d9b1793b
  • 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-4ddbd171ba21995b3dc9e2e188e28700d9b1793b-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 - 37.58% (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 - 37.68% (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:5e63235622476d1589e34c1ea645bcbe1a2afe88aa143be8129e566bbbd518fc - 0.0% (875 Bytes)

[#010] sha256:7d2c78185a1ba98de9827744f16377b2315c12f53dbf3b790ec57b05a6d9ec53 - 0.04% (96.5 KB)

[#011] sha256:497a5883932b445b4fed2ace107fa6c231daa2a456bf486095ab9ed74e9ad546 - 12.61% (32.4 MB)

[#012] sha256:99c09a0ff734452cf8da22eb8dbcc2726a9bb5d3fa361a621fe65860d52dfdd0 - 0.0% (858 Bytes)

[#013] sha256:1d00a3ad209be03099ab447fe991c8bdde372a50fc644e1e908a0c06f9a21116 - 0.0% (881 Bytes)

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

[#015] sha256:f570e8d07778598ad9277324fc1386b5a84222c8aae08b324f6ad8c3e9838169 - 0.0% (857 Bytes)

[#016] sha256:d42e1f7aaba69ea7e5ca9062ffb5c458a80c18d354eb54a5f958bb3521fb072e - 0.0% (825 Bytes)

[#017] sha256:0ef988d1b58504cf899ed9a2ccdf39f6c5f78658ab6776ea7bf61b1ad1896f11 - 12.0% (30.9 MB)

[#018] sha256:8c88ade496b57abff5f34e0d51f1d5f1c9bafaf524aa2fe51e8587f27db08da9 - 0.0% (825 Bytes)

[#019] sha256:caf47d49f56fbc0a277312404a80bf1877665a2f2fc786f6c9caad69259ae02a - 0.0% (825 Bytes)

[#020] sha256:9478b5ae780fd458e3c70c1c3e6df8cd32e70eedac1fe8bdcbbf5cb6988e577c - 0.0% (851 Bytes)

[#021] sha256:8845882ba96e229ef07646eaea584ac342b2314f7edfb0482c7ba4528a1e15a6 - 0.0% (821 Bytes)

[#022] sha256:0ba0b0005898b35e52483a8323728bad60c145aa4129f2fe1af6ad05a8e952f9 - 0.0% (825 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-17 19:51:04 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-05-17 19:51:05 UTC

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

2021-05-17 19:51:08 UTC

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

2021-05-17 19:51:09 UTC

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

2021-05-17 19:51:10 UTC

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

2021-05-17 19:51:10 UTC

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

2021-05-21 19:27:29 UTC

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

2021-05-21 19:27:30 UTC

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

2021-05-21 19:27:31 UTC

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

2021-05-21 19:27:32 UTC

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

2021-05-21 19:27:32 UTC

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

2021-05-21 19:27:32 UTC

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

2021-05-21 19:27:33 UTC

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

2021-05-21 19:27:34 UTC

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

Details
Created

2021-05-21 19:28:19 UTC

Size

2.47 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-05-21T19:28:13Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    4ddbd171ba21995b3dc9e2e188e28700d9b1793b
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5-4ddbd171ba21995b3dc9e2e188e28700d9b1793b-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.96% (958 MB)

[#002] sha256:8fc39e8e64174cd1070ef8e40225bf55db21b010cac4807ac9b30b12a93a2cff - 0.0% (1.36 KB)

[#003] sha256:2367cd20dae3e69ffc0a9fea91cc5e107f6363fdb27fda86426bc3dfddee858e - 0.0% (1.36 KB)

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

[#005] sha256:df50b88cd53b22ee0c599448540a8b1c40c38031205ac736448372bed6e324a7 - 0.21% (5.26 MB)

[#006] sha256:a208909347afca024d7b0afda83192af4ffb08cf1a851cfe81d31377170f3fbd - 0.33% (8.21 MB)

[#007] sha256:3f4819d5ee62ba72fff46d39038eba17bccdb7260de5241dcb58bc7a59824d89 - 1.48% (37.2 MB)

[#008] sha256:994d13f17ce7cdf3bb6bfdf5c5559aba08b8284547903d52eb8e55c2e5f6b1c9 - 0.21% (5.33 MB)

[#009] sha256:1fda8cbb55b25b286044f14b46800b356fdb066be365874152c959f0cb2250f0 - 0.62% (15.6 MB)

[#010] sha256:555f09914c33844fd25873dfae61e0935071bac51a13200c63191d87ce2df43e - 0.5% (12.7 MB)

[#011] sha256:59fca0f17fc3f50bb6f49ce0126b57c930df3a0d6d47f1947507e9b350b67cbe - 0.02% (429 KB)

[#012] sha256:0eeecf15af7fa7219f93e8e428b7f759952d0f0ebd10c836ce0aedc9b3897bb9 - 0.0% (1.29 KB)

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

[#014] sha256:568a377cce8d1f0c67e2f850652df00e3e6b31de5db96ff0da4dbeb56d0dbe45 - 0.0% (1.29 KB)

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

[#016] sha256:153d6abc0d088bc803067a2dcf6dff3eb9886ba313a71256c57bd0f0bcb313f8 - 0.0% (1.3 KB)

[#017] sha256:741b7b40459ed2b4e5626c72e9081c998834be8e404ca4e7f3e95e61530518f5 - 1.22% (30.9 MB)

[#018] sha256:cb25a8c4650ef900a77e2fc23250edc7d6c4dfe656df5b2ec7140ebc508bed63 - 0.0% (1.26 KB)

[#019] sha256:0784d9b3bcf4a30d23e7011edc18e50ea86f20da6419198000bd3a71ee94585d - 0.0% (1.29 KB)

[#020] sha256:66a821ebf9b0af1561ead78b087a345cc3fdc523b4b5e80c3b60348d8e93b207 - 0.0% (1.26 KB)

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

[#022] sha256:bec2d157f349dc88ffc73b203798326e05e11becb7359f6c9a99a85670b5ed55 - 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-17 19:50:02 UTC

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

2021-05-17 19:50:03 UTC

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

2021-05-17 19:50:42 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-17 19:50:55 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-17 19:51:33 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-17 19:51:46 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-17 19:51:56 UTC

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

2021-05-17 19:52:06 UTC

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

2021-05-17 19:52:18 UTC

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

2021-05-18 18:34:57 UTC

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

2021-05-18 18:34:57 UTC

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

2021-05-18 18:34:58 UTC

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

2021-05-18 18:34:58 UTC

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

2021-05-21 19:28:14 UTC

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

2021-05-21 19:28:15 UTC

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

2021-05-21 19:28:16 UTC

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

2021-05-21 19:28:17 UTC

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

2021-05-21 19:28:18 UTC

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

2021-05-21 19:28:18 UTC

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

2021-05-21 19:28:18 UTC

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

2021-05-21 19:28:19 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-21 19:27:53 UTC

Size

260 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-05-21T19:27:47Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    4ddbd171ba21995b3dc9e2e188e28700d9b1793b
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5-4ddbd171ba21995b3dc9e2e188e28700d9b1793b-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 - 38.33% (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 - 37.24% (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:645a48b53d2b0e61eea301460af7e6b7eae1ddbd13523393016e740ec0b55385 - 0.0% (1.11 KB)

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

[#011] sha256:facc6df7465c89f9d4daa252c2ac6b6ca3c4dfd4ec25712f0948343c89b4a439 - 12.46% (32.4 MB)

[#012] sha256:68fafe77d786074260f83397407609ac0cecfa7f003ce69bb7cc9f1b87c789d0 - 0.0% (1.1 KB)

[#013] sha256:450ce56883fed45d8032f1a4de0be5845008f8f0455e6b319e02d2c06a990a16 - 0.0% (1.07 KB)

[#014] sha256:2b3be18f7a086fb415ca08a03643aec768a70abbe2fb20d70336a87b73476db0 - 0.0% (1.06 KB)

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

[#016] sha256:5fcccf88b39d5d87e21b8ead743f6a4cc8da55e5f6a8e3ad3ff3b38e71a57364 - 0.0% (1.01 KB)

[#017] sha256:cc686399f83398499a6b50ecb06ef9a16c4f86e08e9d390b954d6729a5fa89cc - 11.86% (30.9 MB)

[#018] sha256:7d1faab9b97624591fdd24f834fd21e4f231e84b242e8e4b544ea5f2e102a885 - 0.0% (1.05 KB)

[#019] sha256:22de953b5993bdb82bbef3245f17ca480a43d7646cf0f42b991524e6f3ba1d9d - 0.0% (1.02 KB)

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

[#021] sha256:adc67b3357938cf11e802f0d60920031cca48654a2957afb4714156e4727ed93 - 0.0% (1.01 KB)

[#022] sha256:5584935486cb466311278abbe45f7a6ae10481130138b1b253f6446a86bd58cd - 0.0% (1.04 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-17 19:52:24 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-05-17 19:52:25 UTC

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

2021-05-17 19:52:27 UTC

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

2021-05-17 19:52:29 UTC

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

2021-05-17 19:52:29 UTC

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

2021-05-17 19:52:30 UTC

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

2021-05-21 19:27:49 UTC

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

2021-05-21 19:27:50 UTC

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

2021-05-21 19:27:51 UTC

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

2021-05-21 19:27:52 UTC

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

2021-05-21 19:27:52 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-05-21T19:27:47Z

2021-05-21 19:27:53 UTC

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

2021-05-21 19:27:53 UTC

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

2021-05-21 19:27:53 UTC

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

Details
Created

2021-05-21 19:33:53 UTC

Size

146 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-05-21T19:33:03Z
  • org.opencontainers.image.revision
    4ddbd171ba21995b3dc9e2e188e28700d9b1793b
  • 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-4ddbd171ba21995b3dc9e2e188e28700d9b1793b-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:673aeee5c81c892477834e2b5e55575f16bfd52d9b841a1d8c524fb3805ee960 - 15.44% (22.6 MB)

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

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

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

[#004] sha256:eedb639436f491585397d9c1b22b05ae911c7cf2edefdb42cd9e4fc83eba540f - 29.97% (43.9 MB)

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

[#006] sha256:e803b2f890ad6a25b458de9f9951fca95d5bb0891f63fc05554ae4c11dc8ce98 - 16.82% (24.6 MB)

[#007] sha256:70344ceacc6c33f4ff8adbdad7ee656e7d531712ac95c28cc3ed0c1a539ed2c5 - 22.1% (32.4 MB)

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

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

[#010] sha256:701fdd42b170df74e6d6997c77c4054a5a0f3cf05be1bbaea414c1e028bacb30 - 0.0% (170 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-21 19:33:19 UTC

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

2021-05-21 19:33:20 UTC

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

2021-05-21 19:33:20 UTC

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

2021-05-21 19:33:39 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-21 19:33:39 UTC

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

2021-05-21 19:33:40 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-21 19:33:40 UTC

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

2021-05-21 19:33:42 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-21 19:33:42 UTC

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

2021-05-21 19:33:42 UTC

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

2021-05-21 19:33:43 UTC

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

2021-05-21 19:33:43 UTC

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

2021-05-21 19:33:49 UTC

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

2021-05-21 19:33:51 UTC

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

2021-05-21 19:33:52 UTC

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

2021-05-21 19:33:52 UTC

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

2021-05-21 19:33:52 UTC

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

2021-05-21 19:33:52 UTC

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

2021-05-21 19:33:53 UTC

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

2021-05-21 19:33:53 UTC

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

2021-05-21 19:33:53 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