Namespace
rancher
Image / Tag
rancher-agent:v1.1-head
Content Digest
sha256:9d6094548a59182d12e203b7e521a7ffa7b98312af036b6659bb5f33da97a1d9
Details
Created

2021-02-20 04:55:13 UTC

Size

171 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-02-20T04:54:13Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    1ee983f4d09217f2640af857031289f319544135
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v1.1-1ee983f4d09217f2640af857031289f319544135-head

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.87% (25.5 MB)

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

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

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

[#004] sha256:f20dfae1f6962b97ec2647d317afc13c0ce8a7daaf66f7e8551dc5974a7691b6 - 33.31% (57 MB)

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

[#006] sha256:db274d8a4fcfce35952a67589cce0af4940c3c395ec5ee74c29371ceced7ff73 - 15.52% (26.6 MB)

[#007] sha256:02863897ce20f8d9323a2a4a3bb45186766f8e4d14f3ad2fab68dba3bca21024 - 17.13% (29.3 MB)

[#008] sha256:25a6ea9b5cbfacbdf27c91c599d0d41d5af48fb2a2f526911368945510ebf19c - 17.88% (30.6 MB)

[#009] sha256:c492720df9908ec7103afe90f788ede0042a6768b5661aa2167a476dec38ecb2 - 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-02-20 04:54:35 UTC

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

2021-02-20 04:54:35 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-02-20 04:54:36 UTC

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

2021-02-20 04:54:36 UTC

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

2021-02-20 04:54:58 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-02-20 04:54:59 UTC

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

2021-02-20 04:55:00 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-02-20 04:55:00 UTC

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

2021-02-20 04:55:02 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-02-20 04:55:02 UTC

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

2021-02-20 04:55:02 UTC

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

2021-02-20 04:55:03 UTC

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

2021-02-20 04:55:03 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v1.1-1ee983f4d09217f2640af857031289f319544135-head

2021-02-20 04:55:03 UTC

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

2021-02-20 04:55:09 UTC

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

2021-02-20 04:55:12 UTC

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

2021-02-20 04:55:12 UTC

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

2021-02-20 04:55:13 UTC

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

2021-02-20 04:55:13 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-02-20T04:54:13Z

2021-02-20 04:55:13 UTC

/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0

2021-02-20 04:55:13 UTC

/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=1ee983f4d09217f2640af857031289f319544135

2021-02-20 04:55:13 UTC

/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git

Details
Created

2021-02-20 05:03:17 UTC

Size

257 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-02-20T05:03:00Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    1ee983f4d09217f2640af857031289f319544135
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v1.1-1ee983f4d09217f2640af857031289f319544135-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:ba17af31b9276ee11fdf859681b442db50979a39eff4cea2a559a5755cedbe01 - 37.7% (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:588d077ffeb9884bcbfdb5e29f837570183ce3beb607567fb3962dce66a5c098 - 0.0% (824 Bytes)

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

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

[#012] sha256:1d52f8da47903d5e3724e6ee0257e9635e93f1294f47f3b6f52d3779f5298301 - 0.0% (876 Bytes)

[#013] sha256:584e6e80b9c0e50b5674691b77ff9b7415011c819310848191df4c3b274a499f - 0.0% (826 Bytes)

[#014] sha256:1daa9969943c1e31077f81d43337c2cf731a812a925c39b162daad80a870971b - 0.0% (823 Bytes)

[#015] sha256:09aac48ecd36240e03a412d071ad02b787b5746ae0e8a064cda0d9e5e58cf1fd - 0.0% (829 Bytes)

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

[#017] sha256:1b9ef879ba2a2de549415327a18a038ccf7ce02e5b2bd5eb02bcec5488fe8aaf - 11.94% (30.6 MB)

[#018] sha256:6b5562ec4f7c7c1f0b1e5e1b20bb6679d5c3cd947c29f642efc597397118714e - 0.0% (846 Bytes)

[#019] sha256:cf3ba55162f9c553c10188d360fff507588cc8b07a8a206eed988cff3f95a1a6 - 0.0% (861 Bytes)

[#020] sha256:f0877b5d8eeaf9b068ca6b55af19b9840c6c2e28203dfbc7311f679b18f68894 - 0.0% (931 Bytes)

[#021] sha256:8064ae9cabd18ba5c1202cfe8b80b77230e5fdee4d919a4b86f918491c5bfcab - 0.0% (876 Bytes)

[#022] sha256:a4c2080df9a01ca9acec8885f30982c04dff09095ea24c92ea79ff12a67a9359 - 0.0% (950 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-16 16:31:32 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-02-16 16:31:32 UTC

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

2021-02-16 16:31:35 UTC

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

2021-02-16 16:31:36 UTC

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

2021-02-16 16:31:36 UTC

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

2021-02-16 16:31:37 UTC

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

2021-02-20 01:31:01 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v1.1-1ee983f4d09217f2640af857031289f319544135-head

2021-02-20 01:31:01 UTC

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

2021-02-20 01:31:02 UTC

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

2021-02-20 01:31:03 UTC

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

2021-02-20 05:03:12 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-02-20T05:03:00Z

2021-02-20 05:03:13 UTC

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

2021-02-20 05:03:15 UTC

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

2021-02-20 05:03:17 UTC

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

Details
Created

2021-02-20 05:07:59 UTC

Size

258 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-02-20T05:07:42Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    1ee983f4d09217f2640af857031289f319544135
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v1.1-1ee983f4d09217f2640af857031289f319544135-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:63eed21864e051f1fb4c2f1d98b2579e732b03cd2d3ba946793797ea4dd0f0d6 - 38.08% (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.56% (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:53b74159ff702971f4df6930f738337c6f5649b4da896e19e236bb1693672e49 - 0.0% (877 Bytes)

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

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

[#012] sha256:e42d1031a5b716b39769b43867c1e23ede67d584a0c37d100bac9e4620408ed4 - 0.0% (825 Bytes)

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

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

[#015] sha256:c39befa17a11f734db01a53b62eb2551293d5499b6a5cfdfb947ea6d68a0036b - 0.0% (831 Bytes)

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

[#017] sha256:489d00787d2b84bc0eff08b2b0c63c8429b7bb7808ff55074393d5cc526796f2 - 11.87% (30.6 MB)

[#018] sha256:5d95227d114a05cc5855ec7a406bf1cf702c0f1948ffda929a9d93ebebf6a35b - 0.0% (824 Bytes)

[#019] sha256:0cf8e58534412de7988f5af46eee347ae9654845079fa1955a87d54b2af41990 - 0.0% (927 Bytes)

[#020] sha256:0beb8862bb4f577972b1f8fe181b83febadcc376e878b45136182e5264bc1c51 - 0.0% (949 Bytes)

[#021] sha256:d383b0865f8a495c4b02ba09d5736b0d4cedbd7b3da258e25f54cc1c59cc314f - 0.0% (930 Bytes)

[#022] sha256:b17874029dea4d537d00c4fc06c9266857c9f1b3e47b49c495766f653f66c9c0 - 0.0% (931 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-16 16:32:59 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-02-16 16:32:59 UTC

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

2021-02-16 16:33:02 UTC

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

2021-02-16 16:33:03 UTC

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

2021-02-16 16:33:03 UTC

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

2021-02-16 16:33:03 UTC

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

2021-02-20 01:31:56 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v1.1-1ee983f4d09217f2640af857031289f319544135-head

2021-02-20 01:31:57 UTC

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

2021-02-20 01:31:58 UTC

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

2021-02-20 01:31:59 UTC

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

2021-02-20 05:07:53 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-02-20T05:07:42Z

2021-02-20 05:07:55 UTC

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

2021-02-20 05:07:57 UTC

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

2021-02-20 05:07:59 UTC

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

Details
Created

2021-02-20 05:05:20 UTC

Size

258 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-02-20T05:04:58Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    1ee983f4d09217f2640af857031289f319544135
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v1.1-1ee983f4d09217f2640af857031289f319544135-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 - 38.03% (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:f3bdc05fa41237473f1399d6668758bf7c85b31d3843eaf9b960e1e9e53e71cd - 0.0% (831 Bytes)

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

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

[#012] sha256:0e677a91f941dab480ded058b54557f569554e32c792464f29c5307e3c1a855f - 0.0% (828 Bytes)

[#013] sha256:d54aff990bf6879bf975966ccf59a8346796b17a3ce2cb6617b013263c28c5aa - 0.0% (828 Bytes)

[#014] sha256:fa38e77a1e9c3cea50bbd9c21a3fcb563634065b3c00ee677e3813d215588bba - 0.0% (832 Bytes)

[#015] sha256:02bd4ad0005873bda9c1fbde6e368158367668a4b39ad76a376f8493c6c88154 - 0.0% (828 Bytes)

[#016] sha256:ee6f7f038d929caf63261c894a4a86ba2cf05a06268a9bc36af5d478d91a2a52 - 0.0% (860 Bytes)

[#017] sha256:d9ef048115c2ee057d2fd21b0cf3352de34971edab6d27ba43ac26a72c2a6650 - 11.87% (30.6 MB)

[#018] sha256:4f87dae986e71b0d847fc7822c7592749607ad043c918827e7616512a466c997 - 0.0% (833 Bytes)

[#019] sha256:531499fc143b30cd6e737f0ffec7b45d9292760dcb8d3653d4df90c15bf9cfc0 - 0.0% (888 Bytes)

[#020] sha256:a65481b86684fe9e03d809d5ef15fa022d7e8add29d58bf83bc4474888c1577e - 0.0% (908 Bytes)

[#021] sha256:15a0d23a2dcc6ef04aeac49d5fb2b56cab2a70b2f6249da73cd1c59c6e6a72fe - 0.0% (885 Bytes)

[#022] sha256:98b1cf38ca53a5a96e4d1e3b54762e5911c86b12ca2af38016ccebe91502c21c - 0.0% (947 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-16 16:32:14 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-02-16 16:32:14 UTC

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

2021-02-16 16:32:16 UTC

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

2021-02-16 16:32:17 UTC

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

2021-02-16 16:32:18 UTC

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

2021-02-16 16:32:18 UTC

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

2021-02-20 01:31:32 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v1.1-1ee983f4d09217f2640af857031289f319544135-head

2021-02-20 01:31:32 UTC

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

2021-02-20 01:31:33 UTC

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

2021-02-20 01:31:34 UTC

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

2021-02-20 05:05:14 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-02-20T05:04:58Z

2021-02-20 05:05:17 UTC

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

2021-02-20 05:05:19 UTC

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

2021-02-20 05:05:20 UTC

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

Details
Created

2021-02-20 04:53:21 UTC

Size

260 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-02-20T04:53:18Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    1ee983f4d09217f2640af857031289f319544135
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v1.1-1ee983f4d09217f2640af857031289f319544135-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: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.21% (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:14941bf92a1da3e77482a33fb9c754bdd1d6db8d2e833ddd64f4b9f340a96770 - 0.0% (859 Bytes)

[#010] sha256:9f0742200d52e18f31ab7919d2661fa404580573695b7504d1df7eefbc2c1c58 - 0.04% (102 KB)

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

[#012] sha256:45437fff3e84ab91f1c6c211cfba53c781a23aab77c4edbaa3a5528d50410a0d - 0.0% (843 Bytes)

[#013] sha256:798a1317b12eb1fdc3236a83be944035b47a14f46bc0e99eec457c7f534e1c43 - 0.0% (842 Bytes)

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

[#015] sha256:3ee151da4bd016487afd4c123ee806d128369722c2a990c5f0f19b04c28ac3bf - 0.0% (839 Bytes)

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

[#017] sha256:16c7b5f329ed7fc3794bf305818c9a15f148da186ef79673e165fc1bb516f01e - 11.76% (30.6 MB)

[#018] sha256:5177f5a561598603355b1bc5fb5e23f8aa80522a3f1015e6aa7ab7fe7456d276 - 0.0% (834 Bytes)

[#019] sha256:adf5c93f9d26a32e67bbac368ff0cd570d9af42f881ac2ced54a96fda305f5f3 - 0.0% (838 Bytes)

[#020] sha256:95c448673b499eb56a132ce8dd78d6eea98a369d3a122638864fffbfa6018b20 - 0.0% (838 Bytes)

[#021] sha256:983fd726625c76ebd9eaf83b6b414a8609f3274ebff46208b18ba143bd2d681c - 0.0% (865 Bytes)

[#022] sha256:54786d92968c4d0d5408cb8001b934aeb700ebe24927bd8624ee55bfeae4a9af - 0.0% (840 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-16 16:32:14 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-02-16 16:32:14 UTC

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

2021-02-16 16:32:16 UTC

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

2021-02-16 16:32:17 UTC

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

2021-02-16 16:32:18 UTC

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

2021-02-16 16:32:18 UTC

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

2021-02-20 01:32:01 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v1.1-1ee983f4d09217f2640af857031289f319544135-head

2021-02-20 01:32:02 UTC

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

2021-02-20 01:32:03 UTC

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

2021-02-20 01:32:04 UTC

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

2021-02-20 04:53:20 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-02-20T04:53:18Z

2021-02-20 04:53:20 UTC

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

2021-02-20 04:53:20 UTC

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

2021-02-20 04:53:21 UTC

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

Details
Created

2021-02-20 04:53:14 UTC

Size

2.44 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-02-20T04:53:11Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    1ee983f4d09217f2640af857031289f319544135
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v1.1-1ee983f4d09217f2640af857031289f319544135-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

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

[#002] sha256:687bb11e92af0751d1ef606c523d573f9e876e07fb396d266bf3a896f88e2e04 - 0.0% (1.09 KB)

[#003] sha256:2daa2769d7ce09d2690fa108e6bfdd7724dae1d97a08d90a6a8df8cedbdf15b5 - 0.0% (1.08 KB)

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

[#005] sha256:ef196d33df5f462e48ff5bddbd05d8fdd385d0762810fdf0480d73a066e78a0f - 0.39% (9.71 MB)

[#006] sha256:51f92ae5e75a3d37e283d0c2884acde0d4b6ab4e97506bd0da07ab2d0fbda697 - 0.31% (7.82 MB)

[#007] sha256:e4135a4e2e57c671b9131cb1b1113f9ccb12ec0a3c922c1d64a77239d9152442 - 1.68% (42.2 MB)

[#008] sha256:7e07e9f6600257d80dd98896350af2c351dbfc7e4017e2783e747b537e4e8d4e - 0.19% (4.81 MB)

[#009] sha256:6c2878552a6d5b13c4bd0436b4a97a1ddbee3af9c92a0665b1d1ac3f5c3f0561 - 0.62% (15.5 MB)

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

[#011] sha256:db43a778f12efe1eebcb44da225d468b2be763bbd2db8333738845b01c9a19f4 - 0.0% (1.1 KB)

[#012] sha256:59276db7444cd48535a7f53b25db5c2449c82c6268915853cdc913b467a9c197 - 0.0% (1.1 KB)

[#013] sha256:f4bda85df9a8647a8bd2baabd90a81f5d65367ea974f91ca9f40b99b9b032385 - 0.0% (1.2 KB)

[#014] sha256:405aa622532c0b8f457be14afe8c90b1754c29693addeb0a8c110a88efe97632 - 0.0% (1.07 KB)

[#015] sha256:361e913b8856ee07fb6afd64cbe95783da98576f8ac74ed33554b86660ba7c02 - 0.0% (1.09 KB)

[#016] sha256:36544c0713a26fcaa1d3e620867d9c6221eed7955977ce46203fc37b9310f4e7 - 1.22% (30.6 MB)

[#017] sha256:83fb6fb30b4c1456455c5eeabc8da699c0644e9c94b7fa8ba71a2c14cacc84bf - 0.0% (1.1 KB)

[#018] sha256:f3d234d7824176e734f5e223d6819a8d0b119644fb316d4932cbe04210d37a96 - 0.0% (1.07 KB)

[#019] sha256:d420ba6636ea7c1c9cb9e5a9a011b45fcfe9358db1b4a9dc09a1c5e1a07d591c - 0.0% (1.07 KB)

[#020] sha256:bd6c1e7452c97bfc04e344c4252a3f015c6b0f7891aad0d419fd594296afc6da - 0.0% (1.08 KB)

[#021] sha256:28e88d2e1a71620acf6e18fc266ae9bcd626ad733c0c343284c42aa599fceb2b - 0.0% (1.09 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-16 16:32:36 UTC

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

2021-02-16 16:32:37 UTC

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

2021-02-16 16:32:47 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-16 16:32:56 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-16 16:33:20 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-16 16:33:32 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-16 16:33:41 UTC

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

2021-02-16 16:33:49 UTC

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

2021-02-16 16:33:57 UTC

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

2021-02-18 21:15:18 UTC

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

2021-02-18 21:15:19 UTC

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

2021-02-18 21:15:21 UTC

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

2021-02-20 01:31:10 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v1.1-1ee983f4d09217f2640af857031289f319544135-head

2021-02-20 01:31:10 UTC

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

2021-02-20 01:31:11 UTC

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

2021-02-20 01:31:12 UTC

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

2021-02-20 04:53:13 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-02-20T04:53:11Z

2021-02-20 04:53:13 UTC

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

2021-02-20 04:53:14 UTC

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

2021-02-20 04:53:14 UTC

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

Details
Created

2021-02-20 04:53:01 UTC

Size

159 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-02-20T04:52:10Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    1ee983f4d09217f2640af857031289f319544135
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v1.1-1ee983f4d09217f2640af857031289f319544135-head

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.22% (22.6 MB)

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

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

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

[#004] sha256:7c68c0f7ac4bedbe9dcf6a2406c7ee6f9774637c89c13f19a6ce937823f1f4e5 - 32.91% (52.4 MB)

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

[#006] sha256:bacbc291980adb6dddcf0fe64d1711abdc7772ef989db469796d884fc80c9f2f - 15.48% (24.6 MB)

[#007] sha256:8ab22ba0a6372b7eaa308e2ead82e2feaa098dc8bf1350129a0cca0760669e50 - 18.44% (29.3 MB)

[#008] sha256:821e26a4157733d6a4c40bc9c943ed860e0dc97657d18658de4d6adc881e10da - 17.72% (28.2 MB)

[#009] sha256:cf235ea0b3cf428057b15af1d1438ab31c84ee3645898dcad5f62816d9aba4fd - 0.0% (171 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-02-20 04:52:26 UTC

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

2021-02-20 04:52:26 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-02-20 04:52:27 UTC

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

2021-02-20 04:52:27 UTC

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

2021-02-20 04:52:48 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-02-20 04:52:49 UTC

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

2021-02-20 04:52:50 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-02-20 04:52:50 UTC

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

2021-02-20 04:52:51 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-02-20 04:52:52 UTC

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

2021-02-20 04:52:52 UTC

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

2021-02-20 04:52:52 UTC

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

2021-02-20 04:52:52 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v1.1-1ee983f4d09217f2640af857031289f319544135-head

2021-02-20 04:52:52 UTC

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

2021-02-20 04:52:58 UTC

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

2021-02-20 04:53:00 UTC

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

2021-02-20 04:53:00 UTC

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

2021-02-20 04:53:00 UTC

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

2021-02-20 04:53:00 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-02-20T04:52:10Z

2021-02-20 04:53:01 UTC

/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0

2021-02-20 04:53:01 UTC

/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=1ee983f4d09217f2640af857031289f319544135

2021-02-20 04:53:01 UTC

/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git

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