Namespace
rancher
Image / Tag
rancher-agent:v2.4.14
Content Digest
sha256:bf19097b4169e35e8cd3fb1eb6d79a91c7cc62747b44bfe821acba709d3478d3
Details
Created

2021-03-03 22:30:52 UTC

Size

104 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-03-03T22:30:19Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    d0ccfb427888875f46a6fcac1ef4b5db0bd8abaa
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.14

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.17.6

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

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

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

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

[#004] sha256:1a72cac5f198c45e498fc2ad5639b34d16fe7859aac563853bf08185c22f3c43 - 29.08% (30.3 MB)

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

[#006] sha256:34ec9a0c54f3be3ab05bea4a531aefa3544065e76c332b6c7e253541b088cb27 - 1.17% (1.22 MB)

[#007] sha256:4c22924abb7f255de26abe47195212c14bafdb51011f2e999a828dd7138ac05f - 25.53% (26.6 MB)

[#008] sha256:eb022fe0af1ca455137f73c2a5ecf2d58491f2e31133c1eb184c98511719e3ca - 17.62% (18.3 MB)


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-03 22:30:22 UTC

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

2021-03-03 22:30:22 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-03 22:30:23 UTC

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

2021-03-03 22:30:24 UTC

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

2021-03-03 22:30:43 UTC

|1 ARCH=amd64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl ca-certificates jq iproute2 vim-tiny less bash-completion unzip sysstat acl && 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-03 22:30:43 UTC

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

2021-03-03 22:30:45 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-03 22:30:46 UTC

|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.7/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin

2021-03-03 22:30:47 UTC

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

2021-03-03 22:30:49 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-03 22:30:49 UTC

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

2021-03-03 22:30:49 UTC

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

2021-03-03 22:30:49 UTC

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

2021-03-03 22:30:50 UTC

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

2021-03-03 22:30:50 UTC

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

2021-03-03 22:30:51 UTC

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

2021-03-03 22:30:51 UTC

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

2021-03-03 22:30:51 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-03-03T22:30:19Z

2021-03-03 22:30:51 UTC

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

2021-03-03 22:30:52 UTC

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

2021-03-03 22:30:52 UTC

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

Details
Created

2021-03-03 22:24:58 UTC

Size

240 MB

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

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.14

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 - 40.29% (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 - 40.38% (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:881734512301cc1dec8c1ef9ea7c9d7935c312ecb068ff97d2d92f878efab634 - 13.58% (32.6 MB)

[#012] sha256:5a5e5ee1c778802fda7f481120f9f2a0f77d7b8e4adfc3883619ecd8ecdc3569 - 0.0% (824 Bytes)

[#013] sha256:0a5b07328c6f8810e9c1bbc740c44ee424c2c99c32c90f215a53eff1012d7aac - 0.0% (832 Bytes)

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

[#015] sha256:1e9871d176b1410fb136d6a7e2a1535190f83c741a9324ef3b3134376c84c472 - 0.0% (856 Bytes)

[#016] sha256:a1e32638971e27d096cf4666928ec1fb7dd626217b1fd944e7e320609b6416a1 - 0.0% (854 Bytes)

[#017] sha256:ef17f53db9a73474b67af86b1de54f6a958062fdee22d30a0adf744c7f25dee3 - 5.62% (13.5 MB)

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

[#019] sha256:e7c2624cf9ec2a5ed37de09a57d3bc712d31a0c45ef5c183a0647941c6d97005 - 0.0% (860 Bytes)

[#020] sha256:c4ca6dba4241d20ee722802cbd366020f813cc94bec7ac6984497f4af4aaa7c8 - 0.0% (833 Bytes)

[#021] sha256:c7e954eb74427e99146347d22b2ff6edbf64adc686e43944a1f835c0933d989b - 0.0% (854 Bytes)

[#022] sha256:0d3e51966822694bc37e39b59fc86890149a06a20991ef79c10e8f360b4c938a - 0.0% (852 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-03-01 19:45:27 UTC

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

2021-03-01 19:45:28 UTC

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

2021-03-01 19:45:28 UTC

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

2021-03-01 19:45:29 UTC

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

2021-03-03 22:24:43 UTC

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

2021-03-03 22:24:44 UTC

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

2021-03-03 22:24:44 UTC

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

2021-03-03 22:24:45 UTC

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

2021-03-03 22:24:57 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-03-03T22:24:55Z

2021-03-03 22:24:57 UTC

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

2021-03-03 22:24:57 UTC

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

2021-03-03 22:24:58 UTC

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

Details
Created

2021-03-03 22:23:51 UTC

Size

242 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-03-03T22:23:48Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    d0ccfb427888875f46a6fcac1ef4b5db0bd8abaa
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.14

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 - 40.68% (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 - 40.13% (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:f7eda4f9a8d755f6695a7bf9b823477df3a077f23ad12222d168d677afe4afbd - 13.5% (32.6 MB)

[#012] sha256:2e3ee0aca98a1aaf77b3802bf979b1069d76e0151ea4d37e3459e6014fcaca53 - 0.0% (830 Bytes)

[#013] sha256:443b4735b497e1f55c6b65da4e0df578d1ce138baa64d76786197a28666abc5f - 0.0% (827 Bytes)

[#014] sha256:99e5021f0f101867af2ecb30600fa2e788f7b952da224450cec643f29fbdf652 - 0.0% (850 Bytes)

[#015] sha256:0498e1fc347826fc3ead3904fe4ce75f3516959a73af4c8e8472d26ac8eed400 - 0.0% (824 Bytes)

[#016] sha256:cdf32f6a86291df7a1c9faa853b8a4a26f2f0fe4b87fd1dce6e36a4af6fec4d5 - 0.0% (831 Bytes)

[#017] sha256:9832a65e142db98975daa05d798fa050248c51067a4adec7e5e1321f900a442c - 5.58% (13.5 MB)

[#018] sha256:0a253f89e8fa2a9ef8668f64ed787fa0b4ec39989581187c3d85471ce8ac18d6 - 0.0% (856 Bytes)

[#019] sha256:7441b134e0944fcea722d06f764cad31483d6d79bcef05443573f72c76ab7b95 - 0.0% (856 Bytes)

[#020] sha256:0c4f2993c06a9843a3ba3c3fc9ee82dfa59f413983e58ba569c83eba9ca1189a - 0.0% (873 Bytes)

[#021] sha256:6c8927d7251511055c0029e8928923d418017d21a8a6a3e9b50c35acecf133e6 - 0.0% (855 Bytes)

[#022] sha256:49384219595fdd6b7422152f108a2709d942f426936df36e75ab33589815b7f4 - 0.0% (825 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-03-01 19:45:52 UTC

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

2021-03-01 19:45:53 UTC

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

2021-03-01 19:45:53 UTC

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

2021-03-01 19:45:53 UTC

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

2021-03-03 22:23:33 UTC

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

2021-03-03 22:23:34 UTC

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

2021-03-03 22:23:34 UTC

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

2021-03-03 22:23:35 UTC

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

2021-03-03 22:23:50 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-03-03T22:23:48Z

2021-03-03 22:23:51 UTC

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

2021-03-03 22:23:51 UTC

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

2021-03-03 22:23:51 UTC

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

Details
Created

2021-03-03 22:25:40 UTC

Size

241 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-03-03T22:25:38Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    d0ccfb427888875f46a6fcac1ef4b5db0bd8abaa
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.14

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.63% (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.18% (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:6e9e2ef8c3537634518abe2c6915ee88570cf109a4df18b3a92b035e0ee9e8d9 - 13.5% (32.6 MB)

[#012] sha256:43d7e0c68335a0e3e31486d4cae9b051d9cbdbfc4de9c379e6a79e720f782eec - 0.0% (855 Bytes)

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

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

[#015] sha256:b0dc54a7092a81e7d20ca9c2bf56184bffadf2985d7dcb9410504fcc2b68ff48 - 0.0% (856 Bytes)

[#016] sha256:1c7b11a6289a2edd2701fb93df16fb3862125092e7997e27826470d351825d74 - 0.0% (856 Bytes)

[#017] sha256:febe28588e433b809cec4278158ecd0d4f64162af280f64ba02c02c8034fd72e - 5.58% (13.5 MB)

[#018] sha256:c6c9e0c2b5e2419bebb9a7ca3c01636a567c87956ced60e41bf94a319ccdfb3c - 0.0% (854 Bytes)

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

[#020] sha256:092eda71ce544c5b9a551ba0bc6297820b70bdf782f1295f21dc3eabfe617fc1 - 0.0% (855 Bytes)

[#021] sha256:1e9e65f2b50a24fe6e2509c40fdfc0603dae660bee1c49ce10a978e94b33c935 - 0.0% (852 Bytes)

[#022] sha256:0a7c354018291f6ce0c81832d42639b587a79c089e7ff85bb94c53f0a60aba41 - 0.0% (828 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-03-01 19:45:57 UTC

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

2021-03-01 19:45:58 UTC

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

2021-03-01 19:45:58 UTC

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

2021-03-01 19:45:58 UTC

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

2021-03-03 22:25:22 UTC

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

2021-03-03 22:25:22 UTC

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

2021-03-03 22:25:23 UTC

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

2021-03-03 22:25:23 UTC

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

2021-03-03 22:25:39 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-03-03T22:25:38Z

2021-03-03 22:25:40 UTC

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

2021-03-03 22:25:40 UTC

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

2021-03-03 22:25:40 UTC

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

Details
Created

2021-03-03 22:30:25 UTC

Size

94.6 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-03-03T22:29:53Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    d0ccfb427888875f46a6fcac1ef4b5db0bd8abaa
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.14

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.17.6

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

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

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

[#003] sha256:9175b3df3427aca73082a8233cc329db5b93d22abebf8ef39792cce7292729f4 - 0.0% (123 Bytes)

[#004] sha256:6dccc1c4117c661f5bd93b31fafca19a68b230f5286dde3f4cb6ae31f6263ee5 - 28.97% (27.4 MB)

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

[#006] sha256:b0b00d7f52bdcf7187310797d96f81525b4bec9dcb17f0d95fa925fb70da3a5f - 1.2% (1.13 MB)

[#007] sha256:c803ec5bac50422b2c9018243fe270b84a2d8ae3baf93d95343a94e2189e4f03 - 26.05% (24.6 MB)

[#008] sha256:04e03a721226df070b4b705e4ae0444b60058ff6bb8688ca9692ba2232c2f26f - 17.79% (16.8 MB)


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-03 22:29:56 UTC

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

2021-03-03 22:29:56 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-03 22:29:57 UTC

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

2021-03-03 22:29:57 UTC

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

2021-03-03 22:30:17 UTC

|1 ARCH=arm64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl ca-certificates jq iproute2 vim-tiny less bash-completion unzip sysstat acl && 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-03 22:30:18 UTC

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

2021-03-03 22:30:19 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-03 22:30:20 UTC

|1 ARCH=arm64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.7/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin

2021-03-03 22:30:20 UTC

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

2021-03-03 22:30:22 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-03 22:30:22 UTC

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

2021-03-03 22:30:22 UTC

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

2021-03-03 22:30:23 UTC

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

2021-03-03 22:30:23 UTC

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

2021-03-03 22:30:23 UTC

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

2021-03-03 22:30:24 UTC

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

2021-03-03 22:30:24 UTC

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

2021-03-03 22:30:25 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-03-03T22:29:53Z

2021-03-03 22:30:25 UTC

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

2021-03-03 22:30:25 UTC

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

2021-03-03 22:30:25 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