Namespace
rancher
Image / Tag
rancher-agent:v2.5.6-rc7
Content Digest
sha256:19f3255c5fdb342dc0c000eadb999cc6809c8c150709282feff74722612078f9
Details
Created

2021-03-04 02:12:48 UTC

Size

173 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-03-04T02:11:43Z
  • org.opencontainers.image.revision
    df86494edc3131aa3a352b25e7878e47cc745f16
  • 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.6-rc7

DOCKER_API_VERSION

1.24

DOCKER_URL

DOCKER_URL_amd64

DOCKER_URL_amd64

https://get.docker.com/builds/Linux/x86_64/docker-1.10.3

DOCKER_URL_arm64

https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64

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:d519e2592276828ca171d85e0532899cd4f98c70f5c697b45fa2e126e9f9fe49 - 14.7% (25.5 MB)

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

[#002] sha256:b3afe92c540b778c64ca316d1e679d55d2d2e812e450f516a808ee591f0c3f77 - 0.0% (162 Bytes)

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

[#004] sha256:d56748ec12578a2960b4830c56907ebe8a1854c9b8ce39d853eda4202f1da81a - 32.92% (57 MB)

[#005] sha256:45bd5c24af08019cb7892aab421508f07b286c4f80bdf54a67225cd637df0878 - 1.27% (2.2 MB)

[#006] sha256:13f63a1af90689242c8ec33347cc190e065ce93273910be2a545e06fbea8a8e9 - 15.34% (26.6 MB)

[#007] sha256:e92c33bd65c065625016f9b0806f7cc4bdf3686862b80f5c87028dd76eb0f9fc - 18.11% (31.4 MB)

[#008] sha256:fda40eca739e1125985cbff7b197146fe90a8c17d020549b5c0f4bbfa86d3961 - 17.66% (30.6 MB)

[#009] sha256:401d25d3f11fe3986b3fe0b39d6eff48567c0c3ac58992392ac4b405cb6b59ad - 0.0% (170 Bytes)


History
2021-01-21 03:37:59 UTC

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

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

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

2021-01-21 03:38:05 UTC

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

2021-01-21 03:38:05 UTC

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

2021-03-04 02:12:08 UTC

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

2021-03-04 02:12:08 UTC

/bin/sh -c #(nop) ENV DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 DOCKER_URL_arm64=https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64 DOCKER_URL=DOCKER_URL_amd64

2021-03-04 02:12:10 UTC

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

2021-03-04 02:12:10 UTC

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

2021-03-04 02:12:33 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 ${!DOCKER_URL} > /usr/bin/docker && chmod +x /usr/bin/docker && 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-03-04 02:12:34 UTC

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

2021-03-04 02:12:35 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-03-04 02:12:35 UTC

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

2021-03-04 02:12:37 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-03-04 02:12:37 UTC

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

2021-03-04 02:12:37 UTC

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

2021-03-04 02:12:38 UTC

/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24

2021-03-04 02:12:38 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.6-rc7

2021-03-04 02:12:38 UTC

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

2021-03-04 02:12:44 UTC

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

2021-03-04 02:12:47 UTC

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

2021-03-04 02:12:47 UTC

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

2021-03-04 02:12:47 UTC

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

2021-03-04 02:12:48 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-03-04T02:11:43Z

2021-03-04 02:12:48 UTC

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

2021-03-04 02:12:48 UTC

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

2021-03-04 02:12:48 UTC

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

Details
Created

2021-03-04 02:02:15 UTC

Size

256 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-03-04T02:02:11Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    df86494edc3131aa3a352b25e7878e47cc745f16
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.6-rc7

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:ba17af31b9276ee11fdf859681b442db50979a39eff4cea2a559a5755cedbe01 - 37.71% (96.7 MB)

[#001] sha256:54a502bbe7e82e8f84d6a1b5954b02cfde47dc81cc4b5a92e0d937fd8521d21b - 0.0% (1.02 KB)

[#002] sha256:ef8134956854939c8f85cea2037ae946543120a15f20fcefa4625ee65f9b486f - 0.0% (1.07 KB)

[#003] sha256:91f2e2efb5bb2b99f4260cccdbac50c48e8ad677bb1102e362bf34a8b4af7fc7 - 0.03% (70.4 KB)

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

[#005] sha256:badba7c5cf4a661f0758160fe41ba829431d571290ce1505f7c1d4dd6e1bb879 - 37.79% (96.9 MB)

[#006] sha256:173a0ba20e65960cc1d611c311e62ccc2f10963fb798123ac0376ec86c1fa4ad - 0.05% (135 KB)

[#007] sha256:89d3e1b45dbbd32f636f9083fdb55297dd0af48cb908e2d6f266436339f31a38 - 0.0% (1.02 KB)

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

[#009] sha256:8ca070bc427488705a5718386dea4f803c55bd5ddb76eb7f682a53902cbdebc5 - 0.0% (917 Bytes)

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

[#011] sha256:e4cb10a388596ca351763b16794b428287abbf7fdf0fe466621958f40bc49480 - 12.45% (31.9 MB)

[#012] sha256:77019b8deb9feef82eb616c63809599de3eedd8e932f0cb49b83189201a22eb6 - 0.0% (830 Bytes)

[#013] sha256:32bf8d3d83e4ce86a550e5cdfda30b5c051ecfe7d7e8b240dd0d1e6f4f9b3d1c - 0.0% (858 Bytes)

[#014] sha256:bf3be5f6cc84e92d6fbefaa71f177170fc3be61d0fe4d86ade041815e89f8c81 - 0.0% (854 Bytes)

[#015] sha256:4cf6930fa09193bbfc0838017d794b85ef4778511c7549fd8e7ffbcb6ce2a58f - 0.0% (961 Bytes)

[#016] sha256:330fded68487a998cbf8a66d080c70bc22b6431ac1997eeac251c479d835e55d - 0.0% (967 Bytes)

[#017] sha256:11a80a54cbe8289aea5a1dec1c51151db42230d0af5c4b33d2d03954d8e7b952 - 11.92% (30.6 MB)

[#018] sha256:daf2e3576e9eacf1456ad5e2d79a422603d8f1344e3de8087326082d1f95483b - 0.0% (954 Bytes)

[#019] sha256:7e1d361078304749a884996fc47b35816b27d23c3f67fce875dce7b77b597b13 - 0.0% (826 Bytes)

[#020] sha256:4e05058872ecca8d599e58bf1fdd3061f1d7746453601bcb168d06ac82665741 - 0.0% (826 Bytes)

[#021] sha256:585bc2e32bd54fd9b64b4b74ff74a52ddf2b7b2d86dc1c47561872dc9e8c6b54 - 0.0% (829 Bytes)

[#022] sha256:949b1bd2de2b1b3da08f495f08e7bd6af74afa567ab5f83cbc490ed0b9725f8d - 0.0% (824 Bytes)


History
2021-02-02 13:06:30 UTC

Apply image 1809-amd64

2021-02-11 02:37:55 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-02-11 02:37:56 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-02-11 02:38:24 UTC

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

2021-02-11 02:38:24 UTC

cmd /S /C #(nop) USER ContainerUser

2021-02-11 02:38:45 UTC

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

2021-02-11 02:39:25 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-02-11 02:39:26 UTC

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

2021-02-11 02:39:26 UTC

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

2021-02-28 18:11:19 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-02-28 19:35:32 UTC

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

2021-02-28 19:35:35 UTC

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

2021-02-28 19:35:36 UTC

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

2021-02-28 19:35:37 UTC

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

2021-02-28 19:35:37 UTC

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

2021-03-04 01:48:49 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.6-rc7

2021-03-04 01:48:56 UTC

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

2021-03-04 01:49:07 UTC

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

2021-03-04 01:49:09 UTC

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

2021-03-04 02:02:13 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-03-04T02:02:11Z

2021-03-04 02:02:14 UTC

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

2021-03-04 02:02:14 UTC

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

2021-03-04 02:02:15 UTC

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

Details
Created

2021-03-04 02:03:48 UTC

Size

258 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-03-04T02:03:44Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    df86494edc3131aa3a352b25e7878e47cc745f16
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.6-rc7

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:63eed21864e051f1fb4c2f1d98b2579e732b03cd2d3ba946793797ea4dd0f0d6 - 38.09% (98.3 MB)

[#001] sha256:8a55f563dae9429ec55d5b4a2632afcf2febf292ba778132a2f32f1c2caf49c4 - 0.0% (1.01 KB)

[#002] sha256:1e862db6e02c691a956624d8761410bc1fe42f63b64cd90f63944f9ed638dfb2 - 0.0% (1.04 KB)

[#003] sha256:fd30d45da585f4943311c10c7702ca5885dfcd621cd237e26060638424ba4b00 - 0.03% (67.2 KB)

[#004] sha256:297d687bbc442a955fe9085893adee916146dcac058164ca431c412938c5dbb4 - 0.0% (1.01 KB)

[#005] sha256:47429db46ae6fe213ef0ed3e0b3910b2f7f700ab6dab12d7fc4ef7ecbb2c4c3f - 37.57% (96.9 MB)

[#006] sha256:ac257e138871406a795993f9e797c1048f988a07b1dbff60aeb5f0cc5ab2e501 - 0.04% (97.3 KB)

[#007] sha256:c32268170fb6045f5b8d7202f0e9417b4f1d861a44602fb1c27a00d34b8be42b - 0.0% (1.06 KB)

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

[#009] sha256:790217524d76663697d72f8178c15b8ee126182cdbfae4f4f3e1192f75bead59 - 0.0% (950 Bytes)

[#010] sha256:73a04cb5b274c4014ec569afce59ce20f2d97fac6bc2176e38325b338ac9c2ba - 0.04% (101 KB)

[#011] sha256:eb7dfae015c8ce9fa37e399ec33eca8d3166f7a8ba63cf3ec6335b7e3c2b9c53 - 12.38% (31.9 MB)

[#012] sha256:69312de39513b293c2143a2f304ab01f0f231e74ae7616aa7e8e2f0613f7d605 - 0.0% (879 Bytes)

[#013] sha256:737452d54ba8a10d7b8f291feb5a94c4fa18e20d08281dcea7c24aa3ecbf9ad2 - 0.0% (881 Bytes)

[#014] sha256:7863f9961d1a22a521462a6c4f533ec56c0943713ae4a6983494765c214bb71e - 0.0% (859 Bytes)

[#015] sha256:b787e53c829d9795ec35f6fbf10f7739a14aca7345184424a544642a9d7c03a1 - 0.0% (952 Bytes)

[#016] sha256:e8dfbce66b841059d1fa7685314ce9597fbaf3c0339c547c538162a2b577e60e - 0.0% (884 Bytes)

[#017] sha256:8fe52f91f7e033181a38fce8710238bc1458420ffd974061d71011ee19247884 - 11.85% (30.6 MB)

[#018] sha256:3b24a103e3f4495e0e690bb08de101a17f13324df965820d7d99d7880170908d - 0.0% (855 Bytes)

[#019] sha256:2196c0172cb5549a34ff1840f65d4e55fff45dd9b843e486f78f39b51be64919 - 0.0% (829 Bytes)

[#020] sha256:804e7bc26ce1929bdc3a4a53db4b1df2b538b9128c8de4b2f638d1ff1e894553 - 0.0% (854 Bytes)

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

[#022] sha256:5c13b482d036db934cf4d74cadffcb0e903867bff15909a9a23fb709f0a49c00 - 0.0% (826 Bytes)


History
2021-02-05 16:38:08 UTC

Apply image 1909-amd64

2021-02-11 02:49:20 UTC

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

2021-02-11 02:49:21 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-02-11 02:50:10 UTC

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

2021-02-11 02:50:11 UTC

cmd /S /C #(nop) USER ContainerUser

2021-02-11 02:50:31 UTC

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

2021-02-11 02:51:11 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-02-11 02:51:11 UTC

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

2021-02-11 02:51:12 UTC

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

2021-02-28 18:13:47 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-02-28 19:35:52 UTC

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

2021-02-28 19:35:54 UTC

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

2021-02-28 19:35:55 UTC

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

2021-02-28 19:35:55 UTC

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

2021-02-28 19:35:56 UTC

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

2021-03-04 01:42:30 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.6-rc7

2021-03-04 01:42:31 UTC

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

2021-03-04 01:42:33 UTC

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

2021-03-04 01:42:34 UTC

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

2021-03-04 02:03:47 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-03-04T02:03:44Z

2021-03-04 02:03:47 UTC

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

2021-03-04 02:03:48 UTC

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

2021-03-04 02:03:48 UTC

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

Details
Created

2021-03-04 01:58:31 UTC

Size

258 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-03-04T01:58:28Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    df86494edc3131aa3a352b25e7878e47cc745f16
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.6-rc7

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 - 38.04% (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.61% (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:c0d6cb4b7a468273fac0808544f52a8d1517ffcb86f9b27526694299ccb554ba - 0.0% (852 Bytes)

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

[#011] sha256:16d92a9bfde986077c583de7061bb225e25fb96e00e9e02ccd01ab62a167a520 - 12.38% (31.9 MB)

[#012] sha256:3a9d764702c19ef7c117b23fec9cc9e735169a03815e5c5b482775c5f044d2b6 - 0.0% (852 Bytes)

[#013] sha256:2e1fdcbd1b1efe575c1fcdf8c8e0eb044737d9a3f8cd68882a0393ab178fc157 - 0.0% (833 Bytes)

[#014] sha256:02b6bbed575aa2e8591fd2db51aaea29daa9abb01b16c67ec1ba1160f7ebef7a - 0.0% (874 Bytes)

[#015] sha256:261b06da18213315e8a5587768c5f8dfe66e9247bf2b74756181caeae65fb390 - 0.0% (876 Bytes)

[#016] sha256:f717622e030fd29454c840ae5691574e02b19a4469e6bed06bceac4a29da700c - 0.0% (882 Bytes)

[#017] sha256:75682d8af0451208569ddaf0102ed3090ea38b33974f25b6ce69271d5fd0a4cf - 11.86% (30.6 MB)

[#018] sha256:68a12d3c20f7d07bc8f8de1ea4348aad9ccb41d72f7b312813d130909293bbb2 - 0.0% (878 Bytes)

[#019] sha256:13c7db327b4356712526ece02acdad34ad5f9ebea673d437442756ced2fb2081 - 0.0% (830 Bytes)

[#020] sha256:b1c69ff7fe9002ea808e9928c886ece1269f6d15955944dd0dc6046abac0a6da - 0.0% (824 Bytes)

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

[#022] sha256:7e86a0a04f42d608adec507c53a398f199ce0f2b087899e32dcc428dac45e8f7 - 0.0% (854 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-02-28 18:13:18 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-02-28 19:32:50 UTC

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

2021-02-28 19:32:52 UTC

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

2021-02-28 19:32:53 UTC

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

2021-02-28 19:32:53 UTC

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

2021-02-28 19:32:53 UTC

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

2021-03-04 01:47:23 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.6-rc7

2021-03-04 01:47:23 UTC

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

2021-03-04 01:47:25 UTC

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

2021-03-04 01:47:26 UTC

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

2021-03-04 01:58:30 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-03-04T01:58:28Z

2021-03-04 01:58:31 UTC

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

2021-03-04 01:58:31 UTC

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

2021-03-04 01:58:31 UTC

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

Details
Created

2021-03-04 02:03:16 UTC

Size

260 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-03-04T02:03:13Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    df86494edc3131aa3a352b25e7878e47cc745f16
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.6-rc7

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:9cde6bcc502531865f0785750d040abd82298f036b320c85fce4b6ca5af84bc4 - 38.66% (101 MB)

[#001] sha256:da37358f15000330e7c57d1b81160727fe04bafdab52558790850cd8b6a29de5 - 0.0% (1.02 KB)

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

[#003] sha256:72928f22d08a71985cf70d3e3406e880b06f9420f032058027cead38891bb8b4 - 0.03% (69.2 KB)

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

[#005] sha256:efd6f483d79802f2597d46cfdbc755561a77cbcf0ff5046b9e292dd6e39439c4 - 37.22% (96.9 MB)

[#006] sha256:f67e7be58fe0d252ebba4a8b521ee6d254990a02963713afa7d284090dc7b839 - 0.04% (111 KB)

[#007] sha256:2cef6fd96da30904c83df3de18f4aeca7c83721dc84f30a3e844878009ff295b - 0.0% (1.01 KB)

[#008] sha256:1963df184e2acf0cb662d81ec85162c29c10deadabe5cdcae4e2b7e32c68ae1e - 0.0% (1.05 KB)

[#009] sha256:450e8ddc1fbd313b0030ac3dea0f72bb017f526bd0394a607249deb1dd4e6cc2 - 0.0% (916 Bytes)

[#010] sha256:8808b98b607e320843be8c4e7b5972535c55120c9c96f70c64787280e20e0fdb - 0.04% (102 KB)

[#011] sha256:48f43e243689d0eff7632ed0084483756f5454f373c067905b3293d7e9f5d626 - 12.26% (31.9 MB)

[#012] sha256:dabd63fb5fb9dfe91e61d8d0f5df693de00237a1516cfc3976e947a564534cad - 0.0% (887 Bytes)

[#013] sha256:b4f46254c6e2ff2b08b4cf6e73559ffbf74de0d25a1e7bfd242e0277feee2132 - 0.0% (864 Bytes)

[#014] sha256:fce8bc2282f12b0fc8a52ac8c7999ea66b67e0c4a68a9ea4494709a30093d25a - 0.0% (842 Bytes)

[#015] sha256:0d1cd937c1ae2c9e52a32a0b0823868bead838d7455155d48202eb748149654e - 0.0% (874 Bytes)

[#016] sha256:cf2916225090ad7c1a7753349151be342468a5e6b80be56a65e23b01bc66a88d - 0.0% (862 Bytes)

[#017] sha256:df343d76883fe63f9bcf4da6247cf07d01ce7c9ca5c6ac7542908e800f194a3f - 11.74% (30.6 MB)

[#018] sha256:b9a83a7a45c85e1df7e11a11e5adf401db2c2649161e7873b204cc849d7738e5 - 0.0% (861 Bytes)

[#019] sha256:0cb3c8725062bbd54843f0e59d5ece4ab9773079e0c2a42efb2a5e13b237495a - 0.0% (842 Bytes)

[#020] sha256:4b02094059d1122de705a1a709a5e57316518beb9d73999b7d169d8b70da7974 - 0.0% (839 Bytes)

[#021] sha256:d5f79be7aee0cf56d8895806c0632a0763d90952aa5137a765168682c3d8e5c0 - 0.0% (910 Bytes)

[#022] sha256:391b66cdf30d6643e03641bf60107b06e99652287d2a85e259d9730fa90503f3 - 0.0% (836 Bytes)


History
2021-02-05 15:37:45 UTC

Apply image 2004-amd64

2021-02-11 02:39:18 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-02-11 02:39:19 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-02-11 02:40:44 UTC

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

2021-02-11 02:40:45 UTC

cmd /S /C #(nop) USER ContainerUser

2021-02-11 02:41:11 UTC

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

2021-02-11 02:41:48 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-02-11 02:41:48 UTC

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

2021-02-11 02:41:49 UTC

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

2021-02-28 18:13:18 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-02-28 19:35:42 UTC

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

2021-02-28 19:35:44 UTC

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

2021-02-28 19:35:45 UTC

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

2021-02-28 19:35:46 UTC

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

2021-02-28 19:35:46 UTC

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

2021-03-04 01:42:13 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.6-rc7

2021-03-04 01:42:14 UTC

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

2021-03-04 01:42:15 UTC

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

2021-03-04 01:42:16 UTC

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

2021-03-04 02:03:15 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-03-04T02:03:13Z

2021-03-04 02:03:16 UTC

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

2021-03-04 02:03:16 UTC

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

2021-03-04 02:03:16 UTC

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

Details
Created

2021-03-04 02:02:27 UTC

Size

2.44 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-03-04T02:02:24Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    df86494edc3131aa3a352b25e7878e47cc745f16
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.6-rc7

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:37a37544be35743883db3ce75c258781c584706308c42cde380476e57c4851ac - 36.98% (924 MB)

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

[#003] sha256:c02b7d5a41a83f984d88559aa047f1fcf646fa1de6c112e182d00f20bfe9c3ed - 0.0% (1.27 KB)

[#004] sha256:fd5e8d9b463fa9de8ae01612acaa4eaf56ad2ad902077b64dbb69aeb69ed85c4 - 0.82% (20.5 MB)

[#005] sha256:86ee612dd58a235807eee021441bc3771f3f8a8dc350824ec87d6c2d497fdbc6 - 0.19% (4.81 MB)

[#006] sha256:dbbdedb4750e36d60d434b60fc73e6118ba54d1e2d44baca3cb02272deb371f9 - 0.31% (7.86 MB)

[#007] sha256:05076b3f97bcacff9ee244e9b8ecafb251f0a4a854af7c0e7f32f7cbe5c7394f - 1.69% (42.2 MB)

[#008] sha256:e21fb994f33726b2263b17916e990924ceee7b33826f921d5fe91b11b5418d30 - 0.19% (4.86 MB)

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

[#010] sha256:e3d28b2b6c4e67686b57ea15aafe830a588984a3777fc56f776dce80d0981da8 - 0.51% (12.8 MB)

[#011] sha256:0a727fc1d063e2137c9b287f3f345ad3addecc357b787280d3f1e310ed585fe0 - 0.02% (457 KB)

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

[#013] sha256:285cd557fde63587fca8b8559b47e15e00cf1e638514da63a7965a45c480d819 - 0.0% (1.29 KB)

[#014] sha256:54ca27d5a3c7e2ab2243c26e28b91ea65a68ea4329117efb75ea01e449642c51 - 0.0% (1.27 KB)

[#015] sha256:d5a1a0ea11c4a771f123e3f17fa3c3713b18dbcf447464382ed4b5afde6bb8b0 - 0.0% (1.4 KB)

[#016] sha256:dbd99923e0b9c6aec33fd1e9cc883a85df29b1fe267abb17de15ccd0c42a2550 - 0.0% (1.38 KB)

[#017] sha256:ed439387e6306c75e766ddde09e0d7c338c10fd7171413443741227e3489cad1 - 1.22% (30.6 MB)

[#018] sha256:847a9a4c3514d33d74de36710ce33e2af011cbeb9c775f7742c55b28320919f6 - 0.0% (1.41 KB)

[#019] sha256:738e3837a48a2ec3365aa5aad5177be0fad444c72570be67e277805e7e95ae97 - 0.0% (1.3 KB)

[#020] sha256:bb5e76325c4fe0e75f36a1da0994346353339ebb7620af85360dc921c27f8005 - 0.0% (1.29 KB)

[#021] sha256:92cd16f2829158d94a23586c88abfb193bf7c86c96a947db58b9c23156407585 - 0.0% (1.27 KB)

[#022] sha256:7ba78c3319d77c38e7bcc0b85f13e2e1c2174d879c2528a7590b45be1cfa30d0 - 0.0% (1.29 KB)


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

Apply image 20H2-RTM-amd64

2021-02-05 16:31:04 UTC

Install update 20H2-amd64

2021-02-28 18:12:23 UTC

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

2021-02-28 18:12:24 UTC

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

2021-02-28 19:47:17 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-02-28 19:47:25 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.0.4/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-02-28 19:47:48 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-02-28 19:48:00 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-02-28 19:48:08 UTC

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

2021-02-28 19:48:17 UTC

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

2021-02-28 19:48:25 UTC

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

2021-02-28 19:48:33 UTC

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

2021-02-28 19:48:34 UTC

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

2021-02-28 19:48:34 UTC

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

2021-02-28 19:48:35 UTC

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

2021-03-04 01:45:13 UTC

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

2021-03-04 01:45:16 UTC

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

2021-03-04 01:45:39 UTC

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

2021-03-04 01:45:40 UTC

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

2021-03-04 02:02:26 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-03-04T02:02:24Z

2021-03-04 02:02:26 UTC

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

2021-03-04 02:02:27 UTC

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

2021-03-04 02:02:27 UTC

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

Details
Created

2021-03-04 02:04:47 UTC

Size

161 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-03-04T02:03:46Z
  • org.opencontainers.image.revision
    df86494edc3131aa3a352b25e7878e47cc745f16
  • 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.6-rc7

DOCKER_API_VERSION

1.24

DOCKER_URL

DOCKER_URL_arm64

DOCKER_URL_amd64

https://get.docker.com/builds/Linux/x86_64/docker-1.10.3

DOCKER_URL_arm64

https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64

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:64e3fba066352e44a4c1eeb6caedc87c29b46f0a7b31e21a58183fc8370005bd - 14.05% (22.6 MB)

[#001] sha256:3dbb433f451339aab734bb52e3df5b34cdea477f3f8e3aa32f7ac060bd852de2 - 0.0% (854 Bytes)

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

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

[#004] sha256:bb473ffc44ba99374bd1d5040d5d5ddc3979ec9e3871f891666ff7cebcfa16db - 32.5% (52.4 MB)

[#005] sha256:fffc0e4a1e23f2eeced3b94553539949a4d456d75fd2d035b6462a1c0b2a098f - 1.2% (1.94 MB)

[#006] sha256:a700dbc58b35742b41e87bd16d4b43e9453d99fa20676065c2dab80d4ef65d80 - 15.29% (24.6 MB)

[#007] sha256:a23f7668ff363dc01a603c282b1144ed11cc0f205fff01ce8c8ac7703bcf639a - 19.46% (31.4 MB)

[#008] sha256:3f5279a666e3bec4c8b87c8ee6c659d5f4dbc5ec0162793dd052183aae2ec233 - 17.49% (28.2 MB)

[#009] sha256:df5b65447934fdc800e9b751e2e97db8f7e2116d1cb9dbb932ed0ec72602a33d - 0.0% (170 Bytes)


History
2021-01-21 03:49:23 UTC

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

2021-01-21 03:49:27 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-01-21 03:49:29 UTC

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

2021-01-21 03:49:31 UTC

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

2021-01-21 03:49:32 UTC

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

2021-03-04 02:04:02 UTC

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

2021-03-04 02:04:03 UTC

/bin/sh -c #(nop) ENV DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 DOCKER_URL_arm64=https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64 DOCKER_URL=DOCKER_URL_arm64

2021-03-04 02:04:03 UTC

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

2021-03-04 02:04:04 UTC

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

2021-03-04 02:04:32 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 ${!DOCKER_URL} > /usr/bin/docker && chmod +x /usr/bin/docker && 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-03-04 02:04:33 UTC

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

2021-03-04 02:04:34 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-03-04 02:04:34 UTC

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

2021-03-04 02:04:36 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-03-04 02:04:36 UTC

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

2021-03-04 02:04:37 UTC

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

2021-03-04 02:04:37 UTC

/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24

2021-03-04 02:04:37 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.6-rc7

2021-03-04 02:04:37 UTC

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

2021-03-04 02:04:43 UTC

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

2021-03-04 02:04:45 UTC

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

2021-03-04 02:04:46 UTC

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

2021-03-04 02:04:46 UTC

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

2021-03-04 02:04:47 UTC

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

2021-03-04 02:04:47 UTC

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

2021-03-04 02:04:47 UTC

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

2021-03-04 02:04: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