Namespace
rancher
Image / Tag
rancher-agent:v2.4.9-rc4
Content Digest
sha256:01605c8820fe0b9f70927a190809bb3f92bdc67fe191397059666a84c18a09db
Details
Created

2020-10-24 15:35:46 UTC

Size

105 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-24T15:35:17Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    1d73a1a252757ab7128608a35f37d3eca492220a
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.9-rc4

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:171857c49d0f5e2ebf623e6cb36a8bcad585ed0c2aa99c87a055df034c1e5848 - 24.32% (25.5 MB)

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

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

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

[#004] sha256:ffac20b22d247a0511f5c50601ea23757f570f2b85710c8b07fc1a03ef8d0a9e - 28.91% (30.3 MB)

[#005] sha256:151cee34087306d16032c450bf523cda7531b2b1cd30f8d07916138131feb1cb - 2.1% (2.2 MB)

[#006] sha256:dedf38e66c2f4f811832769e518b1af422a8844396f71c6c69aff2a5d02d8354 - 1.16% (1.22 MB)

[#007] sha256:c59e8835bde1972f9e9e1f1c65b44303a7b29ce5864ddd25d6d69d695642f825 - 25.38% (26.6 MB)

[#008] sha256:0814cc7270c0ff2d1d38c5c801e76ef71cb6f57542a0ed3a1c24774ece04b0cf - 18.12% (19 MB)


History
2020-09-25 22:33:49 UTC

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

2020-09-25 22:33:50 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

2020-09-25 22:33:51 UTC

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

2020-09-25 22:33:52 UTC

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

2020-09-25 22:33:52 UTC

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

2020-10-24 15:35:20 UTC

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

2020-10-24 15:35:20 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

2020-10-24 15:35:21 UTC

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

2020-10-24 15:35:21 UTC

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

2020-10-24 15:35:38 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/*

2020-10-24 15:35:39 UTC

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

2020-10-24 15:35:40 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

2020-10-24 15:35:41 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

2020-10-24 15:35:41 UTC

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

2020-10-24 15:35:43 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

2020-10-24 15:35:43 UTC

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

2020-10-24 15:35:43 UTC

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

2020-10-24 15:35:44 UTC

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

2020-10-24 15:35:44 UTC

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

2020-10-24 15:35:44 UTC

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

2020-10-24 15:35:45 UTC

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

2020-10-24 15:35:45 UTC

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

2020-10-24 15:35:46 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-10-24T15:35:17Z

2020-10-24 15:35:46 UTC

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

2020-10-24 15:35:46 UTC

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

2020-10-24 15:35:46 UTC

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

Details
Created

2020-10-24 15:28:48 UTC

Size

232 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-24T15:28:46Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    1d73a1a252757ab7128608a35f37d3eca492220a
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.9-rc4

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1809

POWERSHELL_TELEMETRY_OPTOUT

0

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

\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:aab6118ce69c93410df7fa15842a6e3b3c7ff20b639c779b5d5f78e7653eaa07 - 41.64% (96.5 MB)

[#001] sha256:fb8e9d2ebec8d146ce16eaab9fc140934988a413bdfac4de97e1a5a32a24cbde - 0.0% (840 Bytes)

[#002] sha256:2269bd28e1b4e8846b6c22ac54670767bdceacadff4d3e8fdb11a44901abe809 - 0.0% (838 Bytes)

[#003] sha256:ecc1d19c602c8b38eaa82f5663c7a9667972bbde9a577b67890d188011cee4c4 - 0.03% (65.3 KB)

[#004] sha256:94bc2a39004628a26cc1b7cb5037db086a224ed894d2d949158ca6abaf1b0a32 - 0.0% (837 Bytes)

[#005] sha256:4a60502b16e273e605121e7f5319fed3ebd4226eb6b51ad85d1f5212197b3d92 - 38.37% (88.9 MB)

[#006] sha256:c1586d54f96203fdd01eb22fbb8fb3ba017f048fd542942c4ef72220c66daa94 - 0.04% (93.6 KB)

[#007] sha256:e0c15edd13a7f4e20b92ff6c2db4c324549ecf1fc97cb30a476c1f110fdc77c5 - 0.0% (837 Bytes)

[#008] sha256:eb6f9f1ed489956561d1642335ec22722623e4c2e334cee0b71348998a590282 - 0.0% (843 Bytes)

[#009] sha256:c9effaf0bfdb99621d5ad147f0aee9df525f7597b29c4d68c0268e78c826f4cb - 0.0% (828 Bytes)

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

[#011] sha256:6a9583305ac771cbc81e80c9cda3c1c957c19fa08ac32ffb5a82fee44ac7770d - 14.06% (32.6 MB)

[#012] sha256:f1b9f77e1113c5a00634b95ccada0c5b86bf1569e0d1e83c7a3cd3b1f9381a9f - 0.0% (823 Bytes)

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

[#014] sha256:7d789e8ef9e0438a5f4967666c0dbd05b16a07fe64bbbdda3c5524a5a364d097 - 0.0% (826 Bytes)

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

[#016] sha256:ce04e1694eee43018b17df744128d5f101f980338e670485e37359b5c8e88678 - 0.0% (850 Bytes)

[#017] sha256:b2846562c8bd0542068e8796e9a57a53bfecc40d366ca1c3a391e3b300f203e9 - 5.81% (13.5 MB)

[#018] sha256:d554c0cdce35a0c92d0274ea5cec8254e12257efc862ca21df79db5d956c4715 - 0.0% (860 Bytes)

[#019] sha256:2312081b7608ccb88cca51ea5508ee500203b157822aca9a4043e0010fba185b - 0.0% (831 Bytes)

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

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

[#022] sha256:5313d8ad31d38360af2f7fae31c9e20b5f6a2f5f6adead8d786b7eaaeda8fd73 - 0.0% (829 Bytes)


History
2020-09-30 11:25:56 UTC

Apply image 1809-amd64

2020-10-20 17:27:46 UTC

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

2020-10-20 17:27:46 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-20 17:28:20 UTC

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

2020-10-20 17:28:20 UTC

cmd /S /C #(nop) USER ContainerUser

2020-10-20 17:28:54 UTC

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

2020-10-20 17:29:37 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 ; }"

2020-10-20 17:29:38 UTC

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

2020-10-20 17:29:39 UTC

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

2020-10-21 20:30:21 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-21 20:30:22 UTC

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

2020-10-21 20:30:24 UTC

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

2020-10-21 20:30:25 UTC

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

2020-10-21 20:30:26 UTC

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

2020-10-21 20:30:26 UTC

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

2020-10-24 15:10:24 UTC

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

2020-10-24 15:10:24 UTC

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

2020-10-24 15:10:25 UTC

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

2020-10-24 15:10:25 UTC

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

2020-10-24 15:28:47 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-24T15:28:46Z

2020-10-24 15:28:48 UTC

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

2020-10-24 15:28:48 UTC

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

2020-10-24 15:28:48 UTC

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

Details
Created

2020-10-24 15:28:39 UTC

Size

233 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-24T15:28:36Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    1d73a1a252757ab7128608a35f37d3eca492220a
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.9-rc4

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1909

POWERSHELL_TELEMETRY_OPTOUT

0

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

\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:d6c6a99d5726a68a35f81bb15a53ebdc98b41ff763b7b2442647543ee44bb89c - 42.03% (98.1 MB)

[#001] sha256:335c40a36065758dd89f8eb60d58c118ff3fc377f9ab2d80e389310f5bae961d - 0.0% (840 Bytes)

[#002] sha256:e04a1704732d92efe0a77fe70861d6cdc1aa70b253bb11718970c536aecab77e - 0.0% (839 Bytes)

[#003] sha256:7ed708438c0b71910721f562e1a0324e26b9effcb537d462eecbeae5c88ad325 - 0.03% (65.7 KB)

[#004] sha256:bf6c391878901e7a8574beb9a62a30c7e7101ba22be66a3c02a58a249962d52e - 0.0% (828 Bytes)

[#005] sha256:4477ab8943995fb124db1e8d182cbed664b7df7816cfda65dbb8ae0daa10660c - 38.11% (88.9 MB)

[#006] sha256:258aed69e137c065d92c05a4290b212e518b5702117e88e9054b36370c72e184 - 0.04% (92.3 KB)

[#007] sha256:7bc04510cb2f2ce0db54cfc4e4f7bedad99a7437663f94f6d7a7aac2c1a94600 - 0.0% (837 Bytes)

[#008] sha256:a6e0055f1cf6435235412031f009cbea2454176a19614752c90964f0090ee283 - 0.0% (841 Bytes)

[#009] sha256:06cdac27706898f7cf2fda11b84b5d136a2bea8ff7ebd2d1cbf071dcbd813c17 - 0.0% (830 Bytes)

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

[#011] sha256:7cb87ed6a8e81bc362b316efc43b6cababda33fa12c42123ea50bfc220b936c5 - 13.97% (32.6 MB)

[#012] sha256:16bee47bbc194ab9ca7890277cd1b19c2578f95190257befc346d2e849dae6e8 - 0.0% (829 Bytes)

[#013] sha256:190229f52cbc857bf068f552134ca415a6e1c5b25815019aa93f61554b0e8d0a - 0.0% (829 Bytes)

[#014] sha256:5878c0f1a2a128158d18dbb8b6b5449b695bfd9093c1347eb675607a64a06f31 - 0.0% (833 Bytes)

[#015] sha256:45f81f78d11add6a0436491e10bb05a543101422009c859d6f9398592abe3127 - 0.0% (822 Bytes)

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

[#017] sha256:68335e806afb48ca7b6a5ebaa90b05334400b6433505e072dcb504efb40cb130 - 5.78% (13.5 MB)

[#018] sha256:6a092461622c4ecc52236d5531aa1976246b5971091f5b2592eec6f113341d86 - 0.0% (873 Bytes)

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

[#020] sha256:d89e62d86a6b79cff1c9e965c120e0df5abd323cfdd026812883436675040d30 - 0.0% (846 Bytes)

[#021] sha256:9ca287f82710afb75248705785583e05f80b91453f550d713b60a33be74c9d66 - 0.0% (828 Bytes)

[#022] sha256:e088338b04d245c63de976e5ac078d185f07184eabda6b0de4f1a0fc7bfc58c3 - 0.0% (828 Bytes)


History
2020-10-01 03:13:48 UTC

Apply image 1909-amd64

2020-10-20 16:55:30 UTC

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

2020-10-20 16:55:32 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-20 16:56:12 UTC

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

2020-10-20 16:56:15 UTC

cmd /S /C #(nop) USER ContainerUser

2020-10-20 16:57:23 UTC

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

2020-10-20 16:58: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 ; }"

2020-10-20 16:58:11 UTC

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

2020-10-20 16:58:12 UTC

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

2020-10-21 20:12:39 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-21 20:12:40 UTC

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

2020-10-21 20:12:42 UTC

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

2020-10-21 20:12:42 UTC

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

2020-10-21 20:12:43 UTC

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

2020-10-21 20:12:43 UTC

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

2020-10-24 15:28:23 UTC

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

2020-10-24 15:28:24 UTC

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

2020-10-24 15:28:24 UTC

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

2020-10-24 15:28:25 UTC

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

2020-10-24 15:28:38 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-24T15:28:36Z

2020-10-24 15:28:38 UTC

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

2020-10-24 15:28:38 UTC

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

2020-10-24 15:28:39 UTC

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

Details
Created

2020-10-24 15:28:52 UTC

Size

234 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-24T15:28:49Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    1d73a1a252757ab7128608a35f37d3eca492220a
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.9-rc4

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1903

POWERSHELL_TELEMETRY_OPTOUT

0

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

\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:0e31ee8f400716f940be9db76d6eedb1a903860385b4ca8f70513012d53fe1f1 - 42.08% (98.3 MB)

[#001] sha256:cff87f7c2e9d5f0e54a76b45b01f9551e5db97780ad8954a164b11cef558420f - 0.0% (875 Bytes)

[#002] sha256:eedcdb0753a8a044380cb7807307bb386a12e4da11cd58da77349c0387d5febb - 0.0% (866 Bytes)

[#003] sha256:12f25ce6dcf4db133030bee4fd0cab08260f0c216191b1addcbd39b46953b61e - 0.03% (66.6 KB)

[#004] sha256:e0d78dbe405fe2675691484fb369ecab34bda967e6aa32a439667472aea95bb3 - 0.0% (835 Bytes)

[#005] sha256:7fd2192ca41ed69fd2a35353fea5f431714df0455da86d954f49ba4febb656bf - 38.08% (88.9 MB)

[#006] sha256:087182b10054d52d2fc759197aa2dd5133610191fbdd4eb9106fc39868a8de7c - 0.04% (91.4 KB)

[#007] sha256:9563e8ab0fbba9839bfc402f8c6ce0c52f94c345433eadc1f614f3245a8cf64b - 0.0% (845 Bytes)

[#008] sha256:dd5b60269a9f2198c3860a8dd2ae7c9ed4bc05d3bed3d4c850fcce37d82d4c9f - 0.0% (837 Bytes)

[#009] sha256:826181f7d76241a2afe153657c039d4bc99a2a2dca912b190b645fab6042236b - 0.0% (879 Bytes)

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

[#011] sha256:b6199e0815bd2ed9e78f21f49087ba4becd9c277d89c5c2245a317767834b4fc - 13.96% (32.6 MB)

[#012] sha256:d0fc99f15b7386243e7af674370afe432cf940ba045a17e9aa88d8f38d93a945 - 0.0% (832 Bytes)

[#013] sha256:e341ef9a1addda215476c816f23e8f28d466596907e7a9ab4d94d165c70bcea0 - 0.0% (859 Bytes)

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

[#015] sha256:381ac90905e716e27abc00a7f6dc0690b7b8c30191959b73030381dfefaeb2f8 - 0.0% (851 Bytes)

[#016] sha256:91b62ea563853f924bfe03fcd68dcba6166fa04b6e36146a1674b83b0fbaf0c7 - 0.0% (849 Bytes)

[#017] sha256:9fb7b12b3acc69397a586477e3dfe4187b1ce91ad6b47e7cacaaddbb85320575 - 5.77% (13.5 MB)

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

[#019] sha256:1c7b630d3633cc540843036a8b8fc32929daf6e028dd01e57ca892cd0c15fd75 - 0.0% (823 Bytes)

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

[#021] sha256:43b9e863cf5e74d916666d661060f188241911f522af99317fc6d40683880c08 - 0.0% (832 Bytes)

[#022] sha256:ea7dc157617119a4f2a7d3b1b81773bed31b363612d78f06ce24f02996bccc45 - 0.0% (828 Bytes)


History
2020-09-30 11:26:02 UTC

Apply image 1903-amd64

2020-10-20 17:27:24 UTC

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

2020-10-20 17:27:27 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-20 17:28:24 UTC

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

2020-10-20 17:28:25 UTC

cmd /S /C #(nop) USER ContainerUser

2020-10-20 17:29:01 UTC

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

2020-10-20 17:29:44 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 ; }"

2020-10-20 17:29:45 UTC

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

2020-10-20 17:29:46 UTC

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

2020-10-21 20:31:18 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-21 20:31:19 UTC

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

2020-10-21 20:31:21 UTC

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

2020-10-21 20:31:23 UTC

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

2020-10-21 20:31:23 UTC

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

2020-10-21 20:31:23 UTC

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

2020-10-24 15:10:39 UTC

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

2020-10-24 15:10:39 UTC

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

2020-10-24 15:10:40 UTC

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

2020-10-24 15:10:40 UTC

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

2020-10-24 15:28:51 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-24T15:28:49Z

2020-10-24 15:28:52 UTC

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

2020-10-24 15:28:52 UTC

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

2020-10-24 15:28:52 UTC

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

Details
Created

2020-10-24 15:34:39 UTC

Size

95.1 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-24T15:34:10Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    1d73a1a252757ab7128608a35f37d3eca492220a
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.9-rc4

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:296c9ad75beec603486f1373addae8e2c509e94c4adda44c1289792c91624acc - 23.79% (22.6 MB)

[#001] sha256:c0533d1393025aa8c38e0823a6546a0d4e5dec6b8b670758c25494c35783668d - 0.0% (850 Bytes)

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

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

[#004] sha256:30660646e272ba9e3bceaba4cb28b815f4a2e1dd734d3ce3300c0aa560307421 - 28.8% (27.4 MB)

[#005] sha256:ec31164e9f3188f669aa910fa6f005037f2a6471c8fef1db40a8b9910c2e44f1 - 2.04% (1.94 MB)

[#006] sha256:a90831f09739543a166aa1594698500984da8f5ec885d257875aac4b3caff492 - 1.19% (1.13 MB)

[#007] sha256:de8f8e5008df043befcd23a9dacdf0f21daa2f6dcf78370f507df1a45b31a136 - 25.91% (24.6 MB)

[#008] sha256:8163fb5937c8d1221f068b206384c5ce44d3300dbcbaef3154e9ccde02e8ec79 - 18.26% (17.4 MB)


History
2020-09-25 22:47:32 UTC

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

2020-09-25 22:47:35 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

2020-09-25 22:47:36 UTC

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

2020-09-25 22:47:38 UTC

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

2020-09-25 22:47:39 UTC

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

2020-10-24 15:34:13 UTC

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

2020-10-24 15:34:13 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

2020-10-24 15:34:14 UTC

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

2020-10-24 15:34:14 UTC

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

2020-10-24 15:34:31 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/*

2020-10-24 15:34:32 UTC

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

2020-10-24 15:34:33 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

2020-10-24 15:34:34 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

2020-10-24 15:34:34 UTC

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

2020-10-24 15:34: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

2020-10-24 15:34:36 UTC

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

2020-10-24 15:34:36 UTC

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

2020-10-24 15:34:36 UTC

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

2020-10-24 15:34:37 UTC

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

2020-10-24 15:34:37 UTC

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

2020-10-24 15:34:38 UTC

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

2020-10-24 15:34:38 UTC

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

2020-10-24 15:34:38 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-10-24T15:34:10Z

2020-10-24 15:34:38 UTC

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

2020-10-24 15:34:39 UTC

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

2020-10-24 15:34:39 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