Namespace
rancher
Image / Tag
rancher-agent:v2.5-8253cce3e786b6e29b336e761dc09cf627c417f6-head
Content Digest
sha256:3ae52fe7f295fbfbbd5063e2c89a226d65e5c6b5e02c0b73c1e2f8e8d57da7f7
Details
Created

2021-05-11 16:46:57 UTC

Size

188 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-05-11T16:45:38Z
  • org.opencontainers.image.revision
    8253cce3e786b6e29b336e761dc09cf627c417f6
  • 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-8253cce3e786b6e29b336e761dc09cf627c417f6-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:01bf7da0a88c9e37ae418d17c0aeed0621524848d80ccb9e38c67e7ab8e11928 - 13.53% (25.5 MB)

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

[#002] sha256:57ffbe87baa135002dddb7a7460082c5d6a352186e1be9464c5f31db81378824 - 0.0% (188 Bytes)

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

[#004] sha256:2ec9123f9f7f218893731f95376724d46776c8b268256af33a11dbddb792a1d5 - 25.27% (47.5 MB)

[#005] sha256:cad0069a97e2db91b8c60435d6804b94565f0bc9fac2c8706a7613cb3144b672 - 1.17% (2.2 MB)

[#006] sha256:bb9961757901eccd4d8cff7f5bbc9074faaa3e7973ad05f5a429b72fc189c9b3 - 14.13% (26.6 MB)

[#007] sha256:faf838ce4cb979de9370cb0a400b34489e48ef0dc073fcef3bbe8795644cb8d8 - 29.44% (55.4 MB)

[#008] sha256:8daded628e6a23a626f5a0cfd2d16c9d27327125d22bfb8a1faadc2f7f2422d0 - 0.0% (9.31 KB)

[#009] sha256:8cf2561a130e648076faf00b9deffec94899e5a7461279c7a8da47864ec06968 - 16.45% (30.9 MB)

[#010] sha256:68d8e92a28a829122b58b09c71919d889a264978ca065cde94fc178bdea3e398 - 0.0% (171 Bytes)


History
2021-04-23 22:21:22 UTC

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

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

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

2021-04-23 22:21:25 UTC

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

2021-04-23 22:21:25 UTC

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

2021-05-11 16:46:06 UTC

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

2021-05-11 16:46:07 UTC

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

2021-05-11 16:46:08 UTC

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

2021-05-11 16:46: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-05-11 16:46:35 UTC

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

2021-05-11 16:46:37 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-11 16:46:37 UTC

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

2021-05-11 16:46:39 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-11 16:46:39 UTC

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

2021-05-11 16:46:39 UTC

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

2021-05-11 16:46:40 UTC

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

2021-05-11 16:46:40 UTC

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

2021-05-11 16:46:53 UTC

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

2021-05-11 16:46:54 UTC

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

2021-05-11 16:46:55 UTC

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

2021-05-11 16:46:56 UTC

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

2021-05-11 16:46:56 UTC

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

2021-05-11 16:46:56 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-11T16:45:38Z

2021-05-11 16:46:56 UTC

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

2021-05-11 16:46:56 UTC

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

2021-05-11 16:46:57 UTC

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

Details
Created

2021-05-11 16:35:53 UTC

Size

257 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-05-11T16:35:47Z
  • org.opencontainers.image.revision
    8253cce3e786b6e29b336e761dc09cf627c417f6
  • 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-8253cce3e786b6e29b336e761dc09cf627c417f6-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:f60da7563e72596790ad270009d3566a60acc284d91764419a1ed04279312c94 - 0.0% (830 Bytes)

[#010] sha256:48bfe62f6cfb2462154f28893e0867b7c99724aee8d5d8299532c1f94708c41a - 0.04% (96.5 KB)

[#011] sha256:51d5a27ad62dd3a8c35acbe30ced8c69d03589888a0cb2d8be48f967c591da88 - 12.61% (32.4 MB)

[#012] sha256:e85af19980ebbd3f0c59f84b90875913e7e2296491482da87be2051f9735efd2 - 0.0% (851 Bytes)

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

[#014] sha256:db00e839153acd13a71cd36579bc6dc64b79c5abd7cd2d253f0453ca9ee030ca - 0.0% (855 Bytes)

[#015] sha256:663c88e30b64105bc8cfb322de3f1c814afe8d023da5fe0027600fd52bede395 - 0.0% (879 Bytes)

[#016] sha256:c19645f185190045d9197e2a3519d81ee22fac4e0e98950a15fcde49544c4763 - 0.0% (834 Bytes)

[#017] sha256:5d08ed8fd8b93ccd20a6d25a2cfedd85a399c2505758f5d0e1c76b9597c3da09 - 12.0% (30.9 MB)

[#018] sha256:ed06913b772ccdc3fdc484545fba0f11738c0206944e10c5b2b12a1b58c53be6 - 0.0% (827 Bytes)

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

[#020] sha256:5b88cb19bdd46fb1900b824d6d77002530b01b60c1f2a49eb5930be4f24663b9 - 0.0% (830 Bytes)

[#021] sha256:3025cfc48b2494bbe5df876ddb26a8061c32c44ce17c172d4b53c6e964003087 - 0.0% (855 Bytes)

[#022] sha256:a95ec98300ad55857b9f926f39f7764870f9c9c92807e4d46c05df8ba860cffe - 0.0% (835 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-10 21:11:18 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-05-10 21:11:19 UTC

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

2021-05-10 21:11:21 UTC

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

2021-05-10 21:11:22 UTC

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

2021-05-10 21:11:22 UTC

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

2021-05-10 21:11:23 UTC

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

2021-05-11 16:35:49 UTC

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

2021-05-11 16:35:50 UTC

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

2021-05-11 16:35:51 UTC

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

2021-05-11 16:35:52 UTC

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

2021-05-11 16:35:52 UTC

cmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-05-11T16:35:47Z

2021-05-11 16:35:52 UTC

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

2021-05-11 16:35:53 UTC

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

2021-05-11 16:35:53 UTC

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

Details
Created

2021-05-11 16:36:31 UTC

Size

258 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-05-11T16:36:25Z
  • org.opencontainers.image.revision
    8253cce3e786b6e29b336e761dc09cf627c417f6
  • 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-8253cce3e786b6e29b336e761dc09cf627c417f6-head

DOCKER_API_VERSION

1.24

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1909

POWERSHELL_TELEMETRY_OPTOUT

0

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache

ProgramFiles

C:\Program Files

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs

WindowsPATH

C:\Windows\system32;C:\Windows


Layers

[#000] sha256:f7794a8687064c222edec1eacac34186676299758221ad448828a138c313432c - 37.75% (97.3 MB)

[#001] sha256:df370f7023d39b75bfb7121055f3513445024a4e82221fae5d69b5669b93fd33 - 0.0% (1.03 KB)

[#002] sha256:8f0ee149d266ed6460c1f14120172d70c3d2f4763babf2ff0a74a599597b7986 - 0.0% (1.04 KB)

[#003] sha256:b5623ae57f81eca4a279a593490ab0fb5ada9f7ffe1c1bcc58cea3698a4c46fb - 0.02% (64.9 KB)

[#004] sha256:feb151ad664d66d78b32132b738dc967097624cb954d4ba0dc4493969bcf9e5b - 0.0% (1.07 KB)

[#005] sha256:6e758f19dec09d5012cac6030b0f3b64b3e01a8012b41b51ef724c44a06d4c7d - 37.58% (96.9 MB)

[#006] sha256:1924fe4e850e32948f75a5f3c8c27b6949222ba86a13dcddb08cc3a6a2f64dfb - 0.05% (128 KB)

[#007] sha256:eb628ba54faa06ed9e5c8883b5c3cf6d841f7fa856ea5d92c4f95c4dc725ff77 - 0.0% (1.04 KB)

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

[#009] sha256:a850082ea4eaa8e0adec56e46a044dfe78e258e76aacc04a08ce3c4de37381c6 - 0.0% (1.03 KB)

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

[#011] sha256:e6bbc4f596a8ec6fbf41b3e8e7db14c6e72d9d59d66bf72237977a2cd0dcd6eb - 12.58% (32.4 MB)

[#012] sha256:f7a46fb17dcfaf858ebafd655c7e2d82d7862ee9af17ae6132ef90f0ea5fc560 - 0.0% (1 KB)

[#013] sha256:a00ef29880d12e7fd8d0c82dc3a93882ef5ee631419be64f364c005ab0dd784e - 0.0% (1 KB)

[#014] sha256:cc87e3b2ff937fd0ba9e8ef4258e22648b0dec4fa5ca2d8d4b099cdffe770a17 - 0.0% (1.01 KB)

[#015] sha256:966103db6fa86a20eccaa22f00f451c2103478dd99c18f470ff91e144e927db0 - 0.0% (1.01 KB)

[#016] sha256:583b0aed57a82761160ad68ac92b6484c0583bb610862c794de4484b43e5e409 - 0.0% (1.01 KB)

[#017] sha256:417588bde8b915c853cba9167c9f30fe0f61d96037e423c7206d970640da7fe5 - 11.97% (30.9 MB)

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

[#019] sha256:cf46ad50421a3ad5dc2f5b2c57d7a1d3cc04af09e4976b0a523410d7f21802bc - 0.0% (1.03 KB)

[#020] sha256:f388985ca48c44cbad3b24ccfe0eb36b2211da853762c3b3b2ce0d05beb1d8e5 - 0.0% (1.03 KB)

[#021] sha256:e72e108dd02d051529639208dfa38b4ab4d5198336ca6135d10931a842192944 - 0.0% (1.05 KB)

[#022] sha256:31408ce08d2af4fdb7d7232d6d8f02ec943e0334b9f2a2c5b52e8d1722faecd5 - 0.0% (1 KB)


History
2021-04-09 14:29:56 UTC

Apply image 1909-amd64

2021-04-14 01:31:06 UTC

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

2021-04-14 01:31:07 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-04-14 01:31:38 UTC

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

2021-04-14 01:31:38 UTC

cmd /S /C #(nop) USER ContainerUser

2021-04-14 01:31:58 UTC

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

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

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

2021-04-14 01:32:41 UTC

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

2021-05-10 21:13:13 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-05-10 21:13:13 UTC

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

2021-05-10 21:13:15 UTC

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

2021-05-10 21:13:16 UTC

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

2021-05-10 21:13:16 UTC

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

2021-05-10 21:13:17 UTC

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

2021-05-11 16:36:27 UTC

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

2021-05-11 16:36:27 UTC

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

2021-05-11 16:36:28 UTC

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

2021-05-11 16:36:29 UTC

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

2021-05-11 16:36:29 UTC

cmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-05-11T16:36:25Z

2021-05-11 16:36:30 UTC

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

2021-05-11 16:36:30 UTC

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

2021-05-11 16:36:31 UTC

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

Details
Created

2021-05-11 16:36:41 UTC

Size

259 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-05-11T16:36:35Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    8253cce3e786b6e29b336e761dc09cf627c417f6
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5-8253cce3e786b6e29b336e761dc09cf627c417f6-head

DOCKER_API_VERSION

1.24

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1903

POWERSHELL_TELEMETRY_OPTOUT

0

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache

ProgramFiles

C:\Program Files

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs

WindowsPATH

C:\Windows\system32;C:\Windows


Layers

[#000] sha256:302b7cf33b3a2bd3c958c33a0bb0221099c7abebd46bd685a171899210be5180 - 37.92% (98.1 MB)

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

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

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

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

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

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

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

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

[#009] sha256:0b0c3607f7da6f27af62a1e89c6f24ed11be969871f097cab3afe6b28e800bfd - 0.0% (879 Bytes)

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

[#011] sha256:65c3d21d36ae490276e5d92d8a0df87830020bf708eae84081450f3656d74e08 - 12.54% (32.4 MB)

[#012] sha256:b64774ba68a4f14c8262fb87fb09c20f9c27ec99c5a24adc48dab3993dcd11d0 - 0.0% (822 Bytes)

[#013] sha256:a03458865912c9e226479c9ed7ca8f37a31efdfb85d0aba8f82b1bcfd59cba4d - 0.0% (855 Bytes)

[#014] sha256:369e0c3681cce62915819e1bdda4625cc69f11796f5bc45b7eb995beacafd86c - 0.0% (831 Bytes)

[#015] sha256:77fb62580ba6e320e1d34776327a8a3d7b0f8efd069d614f61747383e733fba9 - 0.0% (826 Bytes)

[#016] sha256:7c24b5003b93c9e551d43094f52b4ec87c855714050a637a28cd4e2487251fa3 - 0.0% (829 Bytes)

[#017] sha256:7fc78475354accdcb69bdc256b80b98460603ce2e1a511cc614eb6e64be5c754 - 11.93% (30.9 MB)

[#018] sha256:b56e62d24860fc8d43480ae48bfb26c6a2c52577b4bc22f35ad57983c05ef0f9 - 0.0% (820 Bytes)

[#019] sha256:8c238405c5a5a14fc2e779fc28ddf09a436bc7e1abdbf9a6ed49fc08531eb30f - 0.0% (870 Bytes)

[#020] sha256:b44d97fe9039cec6d8d26a4874ca36d024d2e745be17d7274914a274c159fd6e - 0.0% (830 Bytes)

[#021] sha256:0a0077f17f27213cd70e248204ac61bdfef9dcc6e2fb29821d98e0f4b2bacf4e - 0.0% (823 Bytes)

[#022] sha256:849e5f0f6ca8a995c3fb65133e4a926ac76f00076225f7262c5a99d4ce751cde - 0.0% (848 Bytes)


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

Apply image 1903-amd64

2021-01-15 21:08:09 UTC

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

2021-01-15 21:08:10 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-01-15 21:08:55 UTC

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

2021-01-15 21:08:56 UTC

cmd /S /C #(nop) USER ContainerUser

2021-01-15 21:09:18 UTC

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

2021-01-15 21:09:58 UTC

cmd /S /C pwsh -NoLogo -NoProfile -Command " $stopTime = (get-date).AddMinutes(15); $ErrorActionPreference = 'Stop' ; $ProgressPreference = 'SilentlyContinue' ; while(!(Test-Path -Path $env:PSModuleAnalysisCachePath)) { Write-Host "'Waiting for $env:PSModuleAnalysisCachePath'" ; if((get-date) -gt $stopTime) { throw 'timout expired'} Start-Sleep -Seconds 6 ; }"

2021-01-15 21:09:59 UTC

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

2021-01-15 21:10:00 UTC

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

2021-05-10 21:08:12 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-05-10 21:08:13 UTC

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

2021-05-10 21:08:15 UTC

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

2021-05-10 21:08:16 UTC

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

2021-05-10 21:08:17 UTC

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

2021-05-10 21:08:17 UTC

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

2021-05-11 16:36:37 UTC

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

2021-05-11 16:36:38 UTC

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

2021-05-11 16:36:39 UTC

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

2021-05-11 16:36:40 UTC

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

2021-05-11 16:36:40 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-05-11T16:36:35Z

2021-05-11 16:36:40 UTC

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

2021-05-11 16:36:41 UTC

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

2021-05-11 16:36:41 UTC

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

Details
Created

2021-05-11 16:36:06 UTC

Size

260 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-05-11T16:36:00Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    8253cce3e786b6e29b336e761dc09cf627c417f6
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5-8253cce3e786b6e29b336e761dc09cf627c417f6-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:d9a56666d303e5e9a78743a571250e37fb78c0a0dec99311c110773f33e94b70 - 0.0% (1.01 KB)

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

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

[#012] sha256:c73a66058c523d15ba432ba402ba0d48cb1e2e41cc35b10616ef00da20ec7bef - 0.0% (1.01 KB)

[#013] sha256:80725b78a82d71d697d780171b8160c9574a0d1802a97ec675b429d3771906b3 - 0.0% (1.04 KB)

[#014] sha256:0717f240af675b33b0d11d5a9b86f85af38dbe0753c81eda79bb5df3b4034627 - 0.0% (1.04 KB)

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

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

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

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

[#019] sha256:bd4849c0e8e593f1228a3ae49cbd91e71c2af81dcccf9c6f2eb7f9f46491ea13 - 0.0% (1.05 KB)

[#020] sha256:184c5a3d62495b1e0223e7eadc868744bccc161495e144d627de0c3132f3fdf1 - 0.0% (1.01 KB)

[#021] sha256:2bad2f84d72248f0881bf23cea2b54c4e87b91f257d5fea877af519d3409275c - 0.0% (1.02 KB)

[#022] sha256:a06b34eed80dd150f80688d6777ecf9948948c0b9ed9788e4e43c05778196893 - 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-10 21:11:42 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-05-10 21:11:43 UTC

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

2021-05-10 21:11:45 UTC

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

2021-05-10 21:11:46 UTC

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

2021-05-10 21:11:46 UTC

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

2021-05-10 21:11:46 UTC

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

2021-05-11 16:36:02 UTC

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

2021-05-11 16:36:02 UTC

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

2021-05-11 16:36:03 UTC

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

2021-05-11 16:36:04 UTC

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

2021-05-11 16:36:04 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-05-11T16:36:00Z

2021-05-11 16:36:05 UTC

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

2021-05-11 16:36:05 UTC

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

2021-05-11 16:36:06 UTC

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

Details
Created

2021-05-11 16:35:50 UTC

Size

2.46 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-05-11T16:35:44Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    8253cce3e786b6e29b336e761dc09cf627c417f6
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5-8253cce3e786b6e29b336e761dc09cf627c417f6-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:ad702b8ea1d861f6708801dfed7808856abc2c94d52e7805e2eee95f03a9281d - 37.8% (952 MB)

[#002] sha256:37521a7513d073a2435dd9b52f21519e86ec5e342352badb329c534c0065456b - 0.0% (1.29 KB)

[#003] sha256:65e9953881ef14a39f9d40487deb4511bbc64afee839f3a6218f608ea04adf2b - 0.0% (1.29 KB)

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

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

[#006] sha256:592540e89583b141a386e46a695c92b9d5aa07a2676225883c6fbc0326cccd46 - 0.31% (7.85 MB)

[#007] sha256:396a532fd24c3bb454858f360af15076ec8fcd45346d2fcfac639c25a19cc711 - 1.48% (37.2 MB)

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

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

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

[#011] sha256:0bd671da5df65e94bb08d5a902220472411bd2d842c71e2996fd7b9c33f82cfb - 0.02% (434 KB)

[#012] sha256:870c30a2ed2564f88b459a582e3c63a9fc6a1f490cd04627f0855524f84ab8d8 - 0.0% (1.34 KB)

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

[#014] sha256:4b25ce8435fdc68831662f55023d52d8dffe0d84fd1ef650e93c83a72e3d7a3a - 0.0% (1.26 KB)

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

[#016] sha256:39e99ba1041fafef91fd235cf7495b777c50887c18a09a5241c88347ac9264cb - 0.0% (1.27 KB)

[#017] sha256:e7469d3a3105882c14ef60d0f69192a3ce1f3fa63c78318000432b580d5cf189 - 1.23% (30.9 MB)

[#018] sha256:258ddee5336e16d1d5fcc7167172f1542264cdf029d643a16080958f4d6350d2 - 0.0% (1.27 KB)

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

[#020] sha256:47d936d78e0b96982f81f46da6dd0b4e8b3bd23730c2fe7600fb18ce09ace6db - 0.0% (1.27 KB)

[#021] sha256:18a34b27c37051d18d7fde4496cc469da7018d3b13a2640de7085085de3fe8ea - 0.0% (1.3 KB)

[#022] sha256:9306397e90e3c7bc5fab93c715391c3e964ae2e211782a2e9f5199b52d417339 - 0.0% (1.27 KB)


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

Apply image 20H2-RTM-amd64

2021-04-09 10:01:30 UTC

Install update 20H2-amd64

2021-05-10 21:11:18 UTC

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

2021-05-10 21:11:19 UTC

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

2021-05-10 21:11:30 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-10 21:11:39 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-10 21:12:06 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-10 21:12:18 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-10 21:12:28 UTC

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

2021-05-10 21:12:37 UTC

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

2021-05-10 21:12:46 UTC

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

2021-05-11 06:55:15 UTC

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

2021-05-11 06:55:15 UTC

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

2021-05-11 06:55:16 UTC

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

2021-05-11 06:55:16 UTC

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

2021-05-11 16:35:46 UTC

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

2021-05-11 16:35:46 UTC

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

2021-05-11 16:35:48 UTC

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

2021-05-11 16:35:48 UTC

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

2021-05-11 16:35:49 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-05-11T16:35:44Z

2021-05-11 16:35:49 UTC

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

2021-05-11 16:35:50 UTC

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

2021-05-11 16:35:50 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-11 16:43:10 UTC

Size

177 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-05-11T16:42:08Z
  • org.opencontainers.image.revision
    8253cce3e786b6e29b336e761dc09cf627c417f6
  • 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-8253cce3e786b6e29b336e761dc09cf627c417f6-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 - 12.77% (22.6 MB)

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

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

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

[#004] sha256:45a16b81e833d14d6fe340303522abe172466c8ae2457c738d7a226348d59429 - 24.8% (43.9 MB)

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

[#006] sha256:74043586f71aa1377f56ebbb49ec877d1f6759ee39d663494551ee7454876c83 - 13.92% (24.6 MB)

[#007] sha256:8b20f0d0a31dbebb627a3d70472f0a3801ad225eed6b4e645ed8dbd1f09a15a6 - 31.29% (55.4 MB)

[#008] sha256:f8f29a9bd27ad44276018bc36fedcdb1500e4a0d378052b49d3d613812babc80 - 0.0% (8.89 KB)

[#009] sha256:43e51b091bbb0bc9813d565957736b08de132e9cb7f1a079ae9f5358ff15af30 - 16.11% (28.5 MB)

[#010] sha256:16da527c08d2bbfac624b6b77c9e744f74da00cf3ab984d03b26dba6d75f2959 - 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-11 16:42:28 UTC

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

2021-05-11 16:42:29 UTC

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

2021-05-11 16:42:29 UTC

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

2021-05-11 16:42:51 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-11 16:42:51 UTC

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

2021-05-11 16:42:52 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-11 16:42:53 UTC

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

2021-05-11 16:42:54 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-11 16:42:54 UTC

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

2021-05-11 16:42:55 UTC

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

2021-05-11 16:42:55 UTC

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

2021-05-11 16:42:55 UTC

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

2021-05-11 16:43:05 UTC

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

2021-05-11 16:43:08 UTC

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

2021-05-11 16:43:09 UTC

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

2021-05-11 16:43:09 UTC

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

2021-05-11 16:43:10 UTC

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

2021-05-11 16:43:10 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-11T16:42:08Z

2021-05-11 16:43:10 UTC

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

2021-05-11 16:43:10 UTC

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

2021-05-11 16:43:10 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