Namespace
rancher
Image / Tag
rancher-agent:v2.4.11-rc4
Content Digest
sha256:4f2b527b4756d636ba4b7d843332b7a7b0b4019414c6485683072b8f772f33ee
Details
Created

2020-11-30 19:10:26 UTC

Size

105 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-11-30T19:09:47Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    b36915ba7d211fa13a0d46cea27d438b5080f7cc
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.11-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:f22ccc0b8772d8e1bcb40f137b373686bc27427a70c0e41dd22b38016e09e7e0 - 24.32% (25.5 MB)

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

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

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

[#004] sha256:6ff456f4fd4c6a1d4cc05811461825b7c784236b643d6f3f7439b328005e946d - 28.92% (30.3 MB)

[#005] sha256:8173306facae086d67be798301e1b4e3edccddc2bfa829b570a59cfdaedd09b8 - 2.1% (2.2 MB)

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

[#007] sha256:d79062244dd20e9da765f8b4f040429afaf4bf96a6cf28a1aaab812f7b455465 - 25.37% (26.6 MB)

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


History
2020-11-25 22:25:13 UTC

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

2020-11-25 22:25:14 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-11-25 22:25:15 UTC

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

2020-11-25 22:25:16 UTC

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

2020-11-25 22:25:17 UTC

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

2020-11-30 19:09:51 UTC

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

2020-11-30 19:09:51 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-11-30 19:09:52 UTC

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

2020-11-30 19:09:53 UTC

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

2020-11-30 19:10:16 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-11-30 19:10:16 UTC

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

2020-11-30 19:10:18 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-11-30 19:10:19 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-11-30 19:10:20 UTC

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

2020-11-30 19:10:22 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-11-30 19:10:22 UTC

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

2020-11-30 19:10:22 UTC

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

2020-11-30 19:10:23 UTC

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

2020-11-30 19:10:23 UTC

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

2020-11-30 19:10:23 UTC

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

2020-11-30 19:10:25 UTC

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

2020-11-30 19:10:25 UTC

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

2020-11-30 19:10:25 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-11-30T19:09:47Z

2020-11-30 19:10:26 UTC

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

2020-11-30 19:10:26 UTC

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

2020-11-30 19:10:26 UTC

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

Details
Created

2020-11-30 18:37:12 UTC

Size

240 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-11-30T18:37:09Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    b36915ba7d211fa13a0d46cea27d438b5080f7cc
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.11-rc4

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:f1b217fe8837d4d85cb8228a52344d3504d7aa51ba30167a20a6a4cb80cdcaa0 - 40.26% (96.6 MB)

[#001] sha256:dd0149df3535394c93938df47cd3fedd6eb3c19a8c47645e6eaf0f045108bd85 - 0.0% (838 Bytes)

[#002] sha256:7221ea9f1579ce5c3b2b97e5e92a2734dea36d5e5c88c45cbb71379f509e6933 - 0.0% (889 Bytes)

[#003] sha256:dab34810f9b3da0e0a4d03603800b863f333d155955c359486ad716f22b65222 - 0.03% (64.3 KB)

[#004] sha256:3fb8fc2e42bca27a183e3ec524d9acb96d1036c151100f8a60f462896eabdbc6 - 0.0% (842 Bytes)

[#005] sha256:17af3eb649db638224c71f9d1fbf0202e448188e59d5b79be89b498320f9f421 - 40.42% (97 MB)

[#006] sha256:62396da4f71e78b7854188a0cfcf21a9541d904b6e3b7a77aa13c908a1acf2e3 - 0.05% (124 KB)

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

[#008] sha256:d9ce0307418bda1995c1f3ac53701a2fbc11ed080238577cb953fc1b6b8045a4 - 0.0% (830 Bytes)

[#009] sha256:d6cd0fdd7f6a2598a3601b0f98817c5225b0afdcafff30cd92617ec9160c43cb - 0.0% (832 Bytes)

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

[#011] sha256:aabda65196dccb309f6d7cb0f53d07727d137130553d402bf2f282b2d7e49ce1 - 13.59% (32.6 MB)

[#012] sha256:56e3dbd4677e812dea663e116be29de24674e7ce081cab9a4ccde9ea7a44ca92 - 0.0% (827 Bytes)

[#013] sha256:91fd5202d1804a7291aa7561be4b3e053c7dc22b36d68b4fa7f0a21b62f07a50 - 0.0% (849 Bytes)

[#014] sha256:9b62e1dd6150525e8928a231e00dbd0eff8c394cadbdb12fccf584a0e1fa469f - 0.0% (851 Bytes)

[#015] sha256:406cb480d04df7c8e5a25a4b06ab01e8259d68e99a51162e59420c12c10a985d - 0.0% (833 Bytes)

[#016] sha256:02e240e1a5d8df3b2fda39833e8e64c8704568ec50eff1bd44bf7dbd0f4981d3 - 0.0% (828 Bytes)

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

[#018] sha256:a348aec76b6602d4c147f7da560e3e4dcfccc17a40a341dc604885890865c25f - 0.0% (853 Bytes)

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

[#020] sha256:8486c22466dd5e3d971a7608a2703801629181138f2ba0230c379f391eb5452e - 0.0% (884 Bytes)

[#021] sha256:9b56897a636105ceb87c37497165160cd9e23e6f1816d51214e7d4e0142eec83 - 0.0% (853 Bytes)

[#022] sha256:519e988ee0af284830b317a966cd7b921572b2b085551a930fdd97ef4eb19e3b - 0.0% (830 Bytes)


History
2020-10-31 05:10:43 UTC

Apply image 1809-amd64

2020-11-16 17:54:21 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

2020-11-16 17:54:22 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-11-16 17:55:19 UTC

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

2020-11-16 17:55:19 UTC

cmd /S /C #(nop) USER ContainerUser

2020-11-16 17:55:55 UTC

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

2020-11-16 17:56:39 UTC

cmd /S /C pwsh -NoLogo -NoProfile -Command " $stopTime = (get-date).AddMinutes(15); $ErrorActionPreference = 'Stop' ; $ProgressPreference = 'SilentlyContinue' ; while(!(Test-Path -Path $env:PSModuleAnalysisCachePath)) { Write-Host "'Waiting for $env:PSModuleAnalysisCachePath'" ; if((get-date) -gt $stopTime) { throw 'timout expired'} Start-Sleep -Seconds 6 ; }"

2020-11-16 17:56:40 UTC

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

2020-11-16 17:56:41 UTC

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

2020-11-30 16:53:40 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-11-30 16:53:41 UTC

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

2020-11-30 16:53:43 UTC

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

2020-11-30 16:53:44 UTC

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

2020-11-30 16:53:44 UTC

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

2020-11-30 16:53:45 UTC

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

2020-11-30 18:36:57 UTC

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

2020-11-30 18:36:57 UTC

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

2020-11-30 18:36:58 UTC

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

2020-11-30 18:36:58 UTC

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

2020-11-30 18:37:11 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-11-30T18:37:09Z

2020-11-30 18:37:11 UTC

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

2020-11-30 18:37:11 UTC

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

2020-11-30 18:37:12 UTC

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

Details
Created

2020-11-30 18:37:49 UTC

Size

241 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-11-30T18:37:47Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    b36915ba7d211fa13a0d46cea27d438b5080f7cc
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.11-rc4

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:f5b1236b12ef101b472427bd3ef94193f55a4b6776b53bbf636d439634a5d6f6 - 40.63% (98.1 MB)

[#001] sha256:596a6c70e38f04b7b3d29be41ce3699580a27800f668da6855a76799a87e9634 - 0.0% (828 Bytes)

[#002] sha256:b27ca61689320e41a227b945470bb42688beaccbd784afc2065717ebede8740c - 0.0% (836 Bytes)

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

[#004] sha256:ca27c462edbeace979e649ce0fee35d17fea532629f0a7862e13c4bd292f1c9e - 0.0% (840 Bytes)

[#005] sha256:2bcc6b22e07fc6a15bd15745f83ee030aa6edbc9cd1860a03402c1294352bc80 - 40.16% (97 MB)

[#006] sha256:f497d9ff38c7b7f4f9020bafe37e91a6737fcea4ad74546aa15c0e8e8214a664 - 0.05% (124 KB)

[#007] sha256:efb4e8ac9fa17b9c8b41aa8b2eddacef04caa91407df2ba63260fc31e8208175 - 0.0% (842 Bytes)

[#008] sha256:3797a9ab02cdd0d8a5e1cfd0616234feea8f1b9f5a80e30367b3aa97308c8c23 - 0.0% (838 Bytes)

[#009] sha256:da0837efad5d77f86f8c0b0ddf35509968930212debd563ec1e90a7be7ca3634 - 0.0% (827 Bytes)

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

[#011] sha256:b8f0ebdd9b1edd6af369977e34bf53310c3d71d2cefc12ec45cfd23fd437beb9 - 13.5% (32.6 MB)

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

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

[#014] sha256:b9a90b56cc27e9ea2f8ba6a0888af3a44c1ee47b74a5f7a1f9bb8bb069494b31 - 0.0% (830 Bytes)

[#015] sha256:3ab85a149212f0639f25ce5d7a1c1e94db84e333213649263bc8fb903f303d54 - 0.0% (829 Bytes)

[#016] sha256:11f5942cae75781443cad2a5ff2917946fd0169166502fc611fce459109968c6 - 0.0% (825 Bytes)

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

[#018] sha256:27081cab518f8252eb7294fa827c579ceaab6d766d6bc99830dc0f112dea525c - 0.0% (829 Bytes)

[#019] sha256:6fb96a491275e2d44944e376d8721a82d6a1e8dcccd98d2ff1ff25d08b6e536e - 0.0% (850 Bytes)

[#020] sha256:ab91b09e197562987ab21ac082fc86d8bd3cc79aed6e56c159c4fb581872bd88 - 0.0% (852 Bytes)

[#021] sha256:30c4d3ee0df0541182195dfdf3fa41411ebd79ac28b0e841ef12362665dc96c9 - 0.0% (858 Bytes)

[#022] sha256:1c215fc699246b8d886e7de570a504675d77b51230efcea27273399bebb16c50 - 0.0% (860 Bytes)


History
2020-11-01 03:08:16 UTC

Apply image 1909-amd64

2020-11-16 18:01:04 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

2020-11-16 18:01:05 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-11-16 18:02:04 UTC

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

2020-11-16 18:02:04 UTC

cmd /S /C #(nop) USER ContainerUser

2020-11-16 18:02:29 UTC

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

2020-11-16 18:03:09 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-11-16 18:03:09 UTC

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

2020-11-16 18:03:10 UTC

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

2020-11-30 16:56:43 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-11-30 16:56:43 UTC

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

2020-11-30 16:56:45 UTC

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

2020-11-30 16:56:46 UTC

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

2020-11-30 16:56:46 UTC

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

2020-11-30 16:56:47 UTC

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

2020-11-30 18:37:32 UTC

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

2020-11-30 18:37:32 UTC

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

2020-11-30 18:37:33 UTC

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

2020-11-30 18:37:33 UTC

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

2020-11-30 18:37:48 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-11-30T18:37:47Z

2020-11-30 18:37:49 UTC

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

2020-11-30 18:37:49 UTC

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

2020-11-30 18:37:49 UTC

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

Details
Created

2020-11-30 18:38:15 UTC

Size

242 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-11-30T18:38:12Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    b36915ba7d211fa13a0d46cea27d438b5080f7cc
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.11-rc4

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:4ec0bf6d2169a853d72537350c3d4940d69d5e8b48cc07a43aa7da3c316a5f20 - 40.66% (98.2 MB)

[#001] sha256:63ccca5bdd5d4484a567529badadad531c7c2651c625d9dfdb366724ca344789 - 0.0% (837 Bytes)

[#002] sha256:d2a12e677d333b8f918ce603e76c2c222ec444da27d7b5d7d3346c3290dbed04 - 0.0% (890 Bytes)

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

[#004] sha256:19ce1e4fadd2bcb792c3e1c501873b7757779f3a08c3ee322ce82641b7088b81 - 0.0% (836 Bytes)

[#005] sha256:571266b7d13374df2ce0ad3c14627212976b0b540427200b8e722a5c4419d771 - 40.14% (97 MB)

[#006] sha256:5a90104263c352ea4c7b444757ecd5a8a2d55cf4f93590ace68dee9ee5322bf6 - 0.05% (125 KB)

[#007] sha256:7a7dcb603c0e2ac31386b83bc9b3ce7f8be4d87526b37d5bfe6a37ebda4e86a1 - 0.0% (835 Bytes)

[#008] sha256:691ae0f9cf235b7bc559803d3faae9f16dcd09722bfe71b04ce837d77ae6f5e2 - 0.0% (838 Bytes)

[#009] sha256:5dd4c6d5a62acab00e7e98520131b9bd8511cf600d54be60908441d5c3b65ce4 - 0.0% (846 Bytes)

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

[#011] sha256:8591d55588e7e396ec6e69c4327ea5842cbd81f0cfbdd74832967497c20d6666 - 13.49% (32.6 MB)

[#012] sha256:853b475f2bbb37c13be75a72f52ffc649015540bc3f8601704083999e47a614a - 0.0% (831 Bytes)

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

[#014] sha256:70a9bce76666595cd0b74bb0cd509de22122641f0269ac5f46b9e383814855a8 - 0.0% (828 Bytes)

[#015] sha256:509c451b56ffbe247e3f14eed397a4994b2be9efa04d90e10f1072d172ef7941 - 0.0% (851 Bytes)

[#016] sha256:b186eb52dc1800ef99043d6ae5d76d5939efeba82b40ab5b0e1894c4a8a82ae2 - 0.0% (829 Bytes)

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

[#018] sha256:fbae6849ca3f4f9fa1b4760d028be2042ad85095511a3f9bb450f46e8bb3a00c - 0.0% (830 Bytes)

[#019] sha256:46c223dab3cca15feaa543b38e56f0ac955af19bf8111b0ac8ce204a69abf459 - 0.0% (829 Bytes)

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

[#021] sha256:994f797959d627d1ac132d83e0e38c80ed2494a33d0049517cedf22312810d9a - 0.0% (863 Bytes)

[#022] sha256:e1136ba085bfa7f91e6a0930496fdd46f00568df40eccf95811ded104cc1f19a - 0.0% (857 Bytes)


History
2020-10-31 04:06:40 UTC

Apply image 1903-amd64

2020-11-16 18:14:40 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

2020-11-16 18:14:41 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-11-16 18:15:50 UTC

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

2020-11-16 18:15:52 UTC

cmd /S /C #(nop) USER ContainerUser

2020-11-16 18:16:20 UTC

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

2020-11-16 18:17:00 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-11-16 18:17:01 UTC

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

2020-11-16 18:17:02 UTC

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

2020-11-30 16:58:48 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-11-30 16:58:48 UTC

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

2020-11-30 16:58:51 UTC

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

2020-11-30 16:58:52 UTC

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

2020-11-30 16:58:52 UTC

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

2020-11-30 16:58:53 UTC

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

2020-11-30 18:37:57 UTC

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

2020-11-30 18:37:57 UTC

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

2020-11-30 18:37:58 UTC

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

2020-11-30 18:37:59 UTC

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

2020-11-30 18:38:14 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-11-30T18:38:12Z

2020-11-30 18:38:14 UTC

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

2020-11-30 18:38:15 UTC

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

2020-11-30 18:38:15 UTC

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

Details
Created

2020-11-30 18:45:00 UTC

Size

95.1 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-11-30T18:44:26Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    b36915ba7d211fa13a0d46cea27d438b5080f7cc
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.11-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:04da93b342eb651d6b94c74a934a3290697573a907fa0a06067b538095601745 - 23.8% (22.6 MB)

[#001] sha256:b235194751dee33624fc154603f7e25ecdfbb02538fb7d55fa796df9afa95fee - 0.0% (855 Bytes)

[#002] sha256:606a67bb8db9a1111022bdc6406442e11c1a66653136c5c777114bf67b61038a - 0.0% (188 Bytes)

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

[#004] sha256:9efef754e7db2d0b496234ffd2e2ebd852e27de2cb033fd1f6f67902bc254e4e - 28.8% (27.4 MB)

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

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

[#007] sha256:e2edc0979c7ed8410cc1829bef6789c5edd19fe03a939c8ec28141edf3f89f85 - 25.9% (24.6 MB)

[#008] sha256:aaff239f951d244cbe8c6f62a69a937902f097f88f4d28bc6a79773ebaaf1ddb - 18.27% (17.4 MB)


History
2020-11-25 22:42:53 UTC

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

2020-11-25 22:42:56 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-11-25 22:42:58 UTC

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

2020-11-25 22:43:00 UTC

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

2020-11-25 22:43:01 UTC

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

2020-11-30 18:44:29 UTC

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

2020-11-30 18:44:30 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-11-30 18:44:31 UTC

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

2020-11-30 18:44:31 UTC

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

2020-11-30 18:44:51 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-11-30 18:44:51 UTC

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

2020-11-30 18:44:52 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-11-30 18:44:53 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-11-30 18:44:54 UTC

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

2020-11-30 18:44:56 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-11-30 18:44:57 UTC

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

2020-11-30 18:44:57 UTC

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

2020-11-30 18:44:57 UTC

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

2020-11-30 18:44:58 UTC

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

2020-11-30 18:44:58 UTC

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

2020-11-30 18:44:59 UTC

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

2020-11-30 18:44:59 UTC

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

2020-11-30 18:44:59 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-11-30T18:44:26Z

2020-11-30 18:44:59 UTC

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

2020-11-30 18:45:00 UTC

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

2020-11-30 18:45:00 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