Namespace
rancher
Image / Tag
rancher-agent:master-d7ef41e8e9c68281c3fbd95f5aeafdad0eccd0bc-head
Content Digest
sha256:0aae7f172b85deb0b940f2d40e3c0c335bb9f752d1da7bc03aa3d5ef1e648679
Details
Created

2021-05-14 13:54:43 UTC

Size

192 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-05-14T13:53:25Z
  • org.opencontainers.image.revision
    d7ef41e8e9c68281c3fbd95f5aeafdad0eccd0bc
  • 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-d7ef41e8e9c68281c3fbd95f5aeafdad0eccd0bc-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.24% (25.5 MB)

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

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

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

[#004] sha256:f42ac601d825c86765accaa1250eb30101f2ef7bac0a636af64bc9159fc3aae5 - 24.73% (47.5 MB)

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

[#006] sha256:fc2282d17ddf2565c1c6dd0c47bd00199e35fcb350daa7f2bb4e435a96821aa9 - 13.82% (26.6 MB)

[#007] sha256:dcd41fccf00ff62f7ddb9cc75bfff50dde33f739cbf9af11d422f3dd5f9108fe - 38.21% (73.5 MB)

[#008] sha256:15e33d4079ebeb41817f5103fc623e55c5d28dabf20fc05533c21c12265c3173 - 0.0% (9.31 KB)

[#009] sha256:748dc28dfdbfa96b3ae6c738f2fee2a6bd2031ae3abdedaa794d8729190283a5 - 8.84% (17 MB)

[#010] sha256:288f32756faf06c298b0b80641e99eb45fd20635e73f8840a026af7399debc42 - 0.0% (169 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-14 13:53:55 UTC

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

2021-05-14 13:53:56 UTC

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

2021-05-14 13:53:56 UTC

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

2021-05-14 13:54:18 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-14 13:54:18 UTC

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

2021-05-14 13:54:19 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-14 13:54:20 UTC

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

2021-05-14 13:54:21 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-14 13:54:22 UTC

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

2021-05-14 13:54:22 UTC

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

2021-05-14 13:54:22 UTC

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

2021-05-14 13:54:22 UTC

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

2021-05-14 13:54:38 UTC

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

2021-05-14 13:54:41 UTC

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

2021-05-14 13:54:42 UTC

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

2021-05-14 13:54:42 UTC

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

2021-05-14 13:54:42 UTC

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

2021-05-14 13:54:43 UTC

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

2021-05-14 13:54:43 UTC

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

2021-05-14 13:54:43 UTC

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

2021-05-14 13:54:43 UTC

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

Details
Created

2021-05-14 13:41:02 UTC

Size

241 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-05-14T13:40:57Z
  • org.opencontainers.image.revision
    d7ef41e8e9c68281c3fbd95f5aeafdad0eccd0bc
  • 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-d7ef41e8e9c68281c3fbd95f5aeafdad0eccd0bc-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.14% (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.25% (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:91544ac46e5e8814ab3c16b2f1a7a880ccdf1889cc4c2108f5c2774886a6ddae - 0.04% (96.5 KB)

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

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

[#013] sha256:1ad00761fa700518f9402770841feff05a7a77adb95911fbf445016e042663c2 - 0.0% (852 Bytes)

[#014] sha256:c33233563be0788ea98e01c985f91a6cce517e5624ad58cc747d96b6f434559c - 0.0% (857 Bytes)

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

[#016] sha256:e4542f9838bf148408df0161bc4444ffbd9afdc48d3660f166356308301c3d90 - 0.0% (830 Bytes)

[#017] sha256:1d4573382240528cea103697e9a7a20c8571d07460075ef5c54e45ab15175bbb - 6.01% (14.5 MB)

[#018] sha256:dd35d7badb99da67088b420689cd753cb60553dd25eef740a435eb24aacaee0e - 0.0% (858 Bytes)

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

[#020] sha256:b302f183d337d1363f3982f1736b5a9d0c178e7d88a975bb2cb8958121ba7707 - 0.0% (823 Bytes)

[#021] sha256:efac7f6db579f9f8b3bd3e29c13de08a2052d5f6195aa007e80cf1c64e0dd872 - 0.0% (831 Bytes)

[#022] sha256:6879b062d549d03e2b6ba3069346515f48840836d752564f81e3a2ad2dc36060 - 0.0% (831 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-11 19:23:27 UTC

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

2021-05-11 19:23:30 UTC

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

2021-05-11 19:23:30 UTC

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

2021-05-11 19:23:31 UTC

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

2021-05-11 19:23:31 UTC

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

2021-05-14 13:40:58 UTC

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

2021-05-14 13:40:59 UTC

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

2021-05-14 13:41:00 UTC

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

2021-05-14 13:41:00 UTC

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

2021-05-14 13:41:01 UTC

cmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-05-14T13:40:57Z

2021-05-14 13:41:01 UTC

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

2021-05-14 13:41:02 UTC

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

2021-05-14 13:41:02 UTC

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

Details
Created

2021-05-14 13:41:29 UTC

Size

241 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-05-14T13:41:24Z
  • org.opencontainers.image.revision
    d7ef41e8e9c68281c3fbd95f5aeafdad0eccd0bc
  • 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-d7ef41e8e9c68281c3fbd95f5aeafdad0eccd0bc-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 - 40.31% (97.3 MB)

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

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

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

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

[#005] sha256:6e758f19dec09d5012cac6030b0f3b64b3e01a8012b41b51ef724c44a06d4c7d - 40.14% (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 - 13.43% (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:0a53cf2eb4162fbac899f1035eb8e43dfdde6329aa931caef9bd0dbef0030a50 - 0.0% (1.04 KB)

[#016] sha256:a989b1dc42b6898311b14125cb324ac000d68c9b2ce2d9a78d5fae654e1faf61 - 0.0% (1.04 KB)

[#017] sha256:a63162b22dbee5f34cd0fdb88f2265d5dd19d15d01d13f5c27ca4cac31f46192 - 5.99% (14.5 MB)

[#018] sha256:a4ff6268a548575f2bab35fbee956c8401985a9ffbe1b4379bdfa466c8dc1d73 - 0.0% (1.01 KB)

[#019] sha256:388f145d12ea770757c632a5adbc7b6dfcddc33c2eab5607dd073f473aab85c4 - 0.0% (1.01 KB)

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

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

[#022] sha256:0828f12a894c3f00eb40c794a9d03ad5259c62d056fe58e2139ae81fcc1f88d6 - 0.0% (1.03 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-14 13:41:26 UTC

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

2021-05-14 13:41:26 UTC

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

2021-05-14 13:41:27 UTC

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

2021-05-14 13:41:27 UTC

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

2021-05-14 13:41:28 UTC

cmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-05-14T13:41:24Z

2021-05-14 13:41:28 UTC

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

2021-05-14 13:41:28 UTC

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

2021-05-14 13:41:29 UTC

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

Details
Created

2021-05-14 13:41:17 UTC

Size

242 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-05-14T13:41:11Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    d7ef41e8e9c68281c3fbd95f5aeafdad0eccd0bc
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-d7ef41e8e9c68281c3fbd95f5aeafdad0eccd0bc-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 - 40.49% (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 - 40.04% (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 - 13.39% (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:dc01a695301340c87b2dd02a71b563776ce7986e2265030b8f8315e94e943c43 - 0.0% (829 Bytes)

[#016] sha256:4a669e03c8d1cb6c936250d6a0af077df3c0d521308d6118dd74f97a4fcdc301 - 0.0% (856 Bytes)

[#017] sha256:f3bc3cf934a5e2bb8e3e64b7f5d546be24e8b3b138af7f765c2dac9bb3cf99df - 5.97% (14.5 MB)

[#018] sha256:62f58cb7cf4401c09609f17d39d9593907481b10d2e793fbc1441edc51182763 - 0.0% (831 Bytes)

[#019] sha256:b57f4777f737bc71783ecc63edd5a3343d60e13f55e4757e0abd9433d5590e9f - 0.0% (832 Bytes)

[#020] sha256:c8efe539e7535d10697e7f3947734d68960e1743fb1457a8ea319c3eec61ed5d - 0.0% (823 Bytes)

[#021] sha256:7815ebec6e0bcd687f9edc6b828482fa0752e78e2b99490bba8ff724546e64a2 - 0.0% (859 Bytes)

[#022] sha256:0906d03c448328f9782c4ae3ae3f42f89601a8d9e78a4ffcdfac60bbb7900e92 - 0.0% (858 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-14 13:41:14 UTC

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

2021-05-14 13:41:14 UTC

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

2021-05-14 13:41:15 UTC

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

2021-05-14 13:41:15 UTC

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

2021-05-14 13:41:16 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-05-14T13:41:11Z

2021-05-14 13:41:16 UTC

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

2021-05-14 13:41:16 UTC

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

2021-05-14 13:41:17 UTC

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

Details
Created

2021-05-14 13:41:06 UTC

Size

244 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-05-14T13:41:02Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    d7ef41e8e9c68281c3fbd95f5aeafdad0eccd0bc
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-d7ef41e8e9c68281c3fbd95f5aeafdad0eccd0bc-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.91% (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.74% (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 - 13.3% (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:8467be1e2c6104d2f2e5b4273cae061b86355aaf2cec006b9c73780ab192231b - 0.0% (1.02 KB)

[#016] sha256:a6e9317b5a28b683c7fa8c1a23fdda5d418386d47cb3e0646499b13b3e4a4204 - 0.0% (1.04 KB)

[#017] sha256:429b81a7b757a1c0356a522cd703f8a561f7197cfa904ba43f23e303c81bf5e3 - 5.93% (14.5 MB)

[#018] sha256:49fb182137aae5f69c743d07591e4c85350ce95ffa41c3c99b112515ddbd1da8 - 0.0% (1.02 KB)

[#019] sha256:210f0210d953411ca28dc5c025b40b6a459fd16d2b7a9423b669af8b2aff0338 - 0.0% (1.01 KB)

[#020] sha256:97c7625bf068442943759097bff6da3d0e1b88cfe5677804ec305b529a75b7b1 - 0.0% (1.09 KB)

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

[#022] sha256:4de92d1a5072215ecb835584a340f1f72bfc2211fbf25d4f62e6c7a5d74bf838 - 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-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-14 13:41:03 UTC

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

2021-05-14 13:41:04 UTC

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

2021-05-14 13:41:04 UTC

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

2021-05-14 13:41:05 UTC

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

2021-05-14 13:41:05 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-05-14T13:41:02Z

2021-05-14 13:41:06 UTC

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

2021-05-14 13:41:06 UTC

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

2021-05-14 13:41:06 UTC

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

Details
Created

2021-05-14 13:41:02 UTC

Size

2.45 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-05-14T13:40:57Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    d7ef41e8e9c68281c3fbd95f5aeafdad0eccd0bc
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-d7ef41e8e9c68281c3fbd95f5aeafdad0eccd0bc-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

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

[#002] sha256:d14dd6252eb27f7b4def500776e1ac295168b707f9656a071d83dd110d1f3c24 - 0.0% (1.3 KB)

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

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

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

[#006] sha256:8deba8048952555ae569aa61a5b9b76aee488ee4ceb3782af148516c08f0c5e3 - 0.31% (7.83 MB)

[#007] sha256:735eb41c45c9f37940d25bedb34692508fe8e2fd231834e1e74634e4b990c87b - 1.49% (37.2 MB)

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

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

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

[#011] sha256:21c02350e5c387f9d371554bf871ac5015542f55c51a183a71526f9a584632e4 - 0.0% (1.27 KB)

[#012] sha256:99ce6f2d81b98b3dda3c83f0a22d61d72a4de6da9dadacc8fa26186d8e942574 - 0.0% (1.26 KB)

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

[#014] sha256:61419a87fe6dd063d897be4d697cd74cca7ccbc1837757332d206ce6c7fb6003 - 0.0% (1.3 KB)

[#015] sha256:2994f5b78e3b6d82dd966ee46c29843d61cd5e31a4bd4b1f83a22b1a321951bc - 0.0% (1.29 KB)

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

[#017] sha256:16b0a832d486d41101af77964108840e343f3b5da117e1146f0f6b98aab70af2 - 0.0% (1.27 KB)

[#018] sha256:489708a3d9943c361f61312d32bafe004a4bb38dd6109283a6722d5f3aaa16c5 - 0.0% (1.27 KB)

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

[#020] sha256:75122d168c15d0736c1c5bd5eb397c3e36781751a9618cb84a302d450be05f0d - 0.0% (1.27 KB)

[#021] sha256:c8d64e91ebd31dddadbd135eabf62d4161e8553f76ae0f6603665c5370e2839d - 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-11 19:22:30 UTC

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

2021-05-11 19:22:30 UTC

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

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

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

2021-05-11 19:23:51 UTC

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

2021-05-11 19:24:00 UTC

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

2021-05-11 19:24:00 UTC

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

2021-05-11 19:24:01 UTC

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

2021-05-11 19:24:01 UTC

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

2021-05-14 13:40:58 UTC

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

2021-05-14 13:40:59 UTC

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

2021-05-14 13:41:00 UTC

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

2021-05-14 13:41:00 UTC

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

2021-05-14 13:41:01 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-05-14T13:40:57Z

2021-05-14 13:41:01 UTC

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

2021-05-14 13:41:02 UTC

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

2021-05-14 13:41:02 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-14 13:51:47 UTC

Size

182 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-05-14T13:50:41Z
  • org.opencontainers.image.revision
    d7ef41e8e9c68281c3fbd95f5aeafdad0eccd0bc
  • 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-d7ef41e8e9c68281c3fbd95f5aeafdad0eccd0bc-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.43% (22.6 MB)

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

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

[#003] sha256:4cdb52b7f1cfdeb8464f5e967987017fedc55ea58b835f64e6e79fe1b8fddffa - 0.0% (122 Bytes)

[#004] sha256:0d270d93e9bfb1eeac935e4ad593984e7e7a431ecd2f93c8c103c52b5c2e2943 - 24.14% (43.9 MB)

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

[#006] sha256:8a68c3ff05dbab500455922cb13e1133dca59af378216aaba5502b8ed0432079 - 13.55% (24.6 MB)

[#007] sha256:2cbc620fc9961ec9cc693f7e1d0ec48e0f3beb4ef9cec6e2014bfe1b64deab79 - 40.4% (73.5 MB)

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

[#009] sha256:184682418c35478b65a1cc51782e542fa8a313c03322c48e33a9ae7b9e2e0abb - 8.4% (15.3 MB)

[#010] sha256:26c26698b88c6d3d362358635b42e85a07fa09b16dffc59fc2659363cd467d0e - 0.0% (172 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-14 13:51:03 UTC

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

2021-05-14 13:51:04 UTC

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

2021-05-14 13:51:04 UTC

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

2021-05-14 13:51:23 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-14 13:51:24 UTC

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

2021-05-14 13:51:25 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-14 13:51:25 UTC

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

2021-05-14 13:51:27 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-14 13:51:27 UTC

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

2021-05-14 13:51:27 UTC

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

2021-05-14 13:51:27 UTC

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

2021-05-14 13:51:27 UTC

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

2021-05-14 13:51:41 UTC

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

2021-05-14 13:51:44 UTC

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

2021-05-14 13:51:45 UTC

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

2021-05-14 13:51:46 UTC

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

2021-05-14 13:51:46 UTC

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

2021-05-14 13:51:46 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-14T13:50:41Z

2021-05-14 13:51:46 UTC

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

2021-05-14 13:51:46 UTC

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

2021-05-14 13:51:47 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