Namespace
rancher
Image / Tag
rancher-agent:v2.4-4461-head
Content Digest
sha256:876564b6417f00c11d02281dcfd85b1c046258dcc77726427c8f36b393ae6e16
Details
Created

2020-12-11 22:45:04 UTC

Size

104 MB

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

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4461-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.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.48% (25.5 MB)

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

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

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

[#004] sha256:5a9e5582543b4eeb173e4436f2ee238d16a5b7a916ecb933a28aae6b10f1d761 - 29.11% (30.3 MB)

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

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

[#007] sha256:705752f2046e6af3c53602a5e9bd2f0f69c8238a98b6636c85a3341a4a56d1b2 - 25.54% (26.6 MB)

[#008] sha256:68a9ff7a400c26e4b4bdc168dec985425352c16d9864f2bf96b539bbca2ac13c - 17.57% (18.3 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-12-11 22:44:39 UTC

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

2020-12-11 22:44:39 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-12-11 22:44:40 UTC

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

2020-12-11 22:44:40 UTC

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

2020-12-11 22:44:57 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-12-11 22:44:57 UTC

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

2020-12-11 22:44:58 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-12-11 22:45:00 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-12-11 22:45:00 UTC

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

2020-12-11 22:45:01 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-12-11 22:45:02 UTC

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

2020-12-11 22:45:02 UTC

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

2020-12-11 22:45:02 UTC

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

2020-12-11 22:45:02 UTC

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

2020-12-11 22:45:02 UTC

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

2020-12-11 22:45:03 UTC

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

2020-12-11 22:45:04 UTC

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

2020-12-11 22:45:04 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-12-11T22:44:36Z

2020-12-11 22:45:04 UTC

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

2020-12-11 22:45:04 UTC

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

2020-12-11 22:45:04 UTC

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

Details
Created

2020-12-11 21:30:38 UTC

Size

240 MB

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

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4461-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: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:3c1da10990cec6d071d4bf6c2bdb67063fa999e66338329e38b5343f2f611c7d - 0.0% (831 Bytes)

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

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

[#012] sha256:085faea0eb788e3ccfd78b7260d47848de5b0573bec30c5f27adc6540be4ee79 - 0.0% (831 Bytes)

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

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

[#015] sha256:ba94c1d14ee791cd51f928421eae917f0450ddd15a2ec84dd3c6f0df71e66703 - 0.0% (882 Bytes)

[#016] sha256:ce1eca1112eaad7828281dd7bda934e6741e39c2c1f0bad1e163718cbec4a29d - 0.0% (896 Bytes)

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

[#018] sha256:6ca011164a6b96210fb16a78b97d954f1d86d556b83d2b07f6b161e36aa3f20f - 0.0% (852 Bytes)

[#019] sha256:27c192a513be323aa084735ff830e5980b55d9d67e103c339de0a5909004befc - 0.0% (858 Bytes)

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

[#021] sha256:6897e624c3b0c8571effb6dcb14c5a53a74edd9938e5bd9f7b8f53584d80cdb9 - 0.0% (862 Bytes)

[#022] sha256:8bdecfe6007aa834dc2a46cd66d58f637cf99e9ac195d3e4d9bb87e7e36de90e - 0.0% (845 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-12-07 17:39:06 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-12-07 17:39:07 UTC

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

2020-12-07 17:39:09 UTC

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

2020-12-07 17:39:10 UTC

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

2020-12-07 17:39:11 UTC

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

2020-12-07 17:39:11 UTC

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

2020-12-11 21:30:21 UTC

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

2020-12-11 21:30:23 UTC

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

2020-12-11 21:30:32 UTC

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

2020-12-11 21:30:33 UTC

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

2020-12-11 21:30:35 UTC

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

2020-12-11 21:30:36 UTC

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

2020-12-11 21:30:37 UTC

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

2020-12-11 21:30:38 UTC

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

Details
Created

2020-12-11 21:31:33 UTC

Size

241 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-12-11T21:31:19Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    26e600469f2950da277df1dd1526b721a48c4f14
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4461-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: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:efd54699804b5163fddb44f84d093b099c8ef6eb1eef824efb51159fdb980854 - 0.0% (829 Bytes)

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

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

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

[#013] sha256:cbbe6d9e01f0d8daf619064c943ecd61b45ec0a63eb2e9992e5df07e545a1317 - 0.0% (856 Bytes)

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

[#015] sha256:8dc871aa255ca74f0d1825205efb41ceb1393ab3ba8779a06f2532c02029a214 - 0.0% (878 Bytes)

[#016] sha256:a4ee052995107423f5e41fa1dc1c99421cb9d5eaa9b57d2c0ebbf9d46ba3a972 - 0.0% (864 Bytes)

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

[#018] sha256:1dbd8715eb34f817af66cd4762ec72c0a875ee713ba4834094191e7e471bd5ed - 0.0% (824 Bytes)

[#019] sha256:f19a836868ac883742c960c6d5d2ecc9dbd7401d1078302b9998a08be48ddab7 - 0.0% (864 Bytes)

[#020] sha256:d6458b8d5fdfdf5de91768ef89bee4df5b3e83096224a395fa186bda3240cc2c - 0.0% (859 Bytes)

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

[#022] sha256:8624458f7750d1c986d1035e680ad9a0d3d8e17a0ba627a90144efbd97707e43 - 0.0% (857 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-12-07 15:05:01 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-12-07 15:05:02 UTC

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

2020-12-07 15:05:04 UTC

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

2020-12-07 15:05:05 UTC

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

2020-12-07 15:05:05 UTC

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

2020-12-07 15:05:05 UTC

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

2020-12-11 21:31:24 UTC

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

2020-12-11 21:31:25 UTC

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

2020-12-11 21:31:29 UTC

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

2020-12-11 21:31:30 UTC

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

2020-12-11 21:31:31 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-12-11T21:31:19Z

2020-12-11 21:31:32 UTC

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

2020-12-11 21:31:32 UTC

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

2020-12-11 21:31:33 UTC

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

Details
Created

2020-12-11 21:29:00 UTC

Size

242 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-12-11T21:28:55Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    26e600469f2950da277df1dd1526b721a48c4f14
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4461-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: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:17a2f44619251f9c0286538b31c74863006ab86f9e088f4e9abbd97ceb2711b6 - 0.0% (851 Bytes)

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

[#011] sha256:84b3e66b8d6d14e4e711abeaa1e2b08e1af5727c4bea04766350ed1ba8629ff2 - 13.49% (32.6 MB)

[#012] sha256:a5acf85f907bfb74bd3588156f94b52acac16dcdbb6d526f66469a507d488ce9 - 0.0% (826 Bytes)

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

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

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

[#016] sha256:dc0d903e62aae770c6f157ba45265891866f33bed7aadae47469467b69ef5616 - 0.0% (832 Bytes)

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

[#018] sha256:5431c1c33e3d9fb6fe00c6c96bed1915347e166a8ec4c039b3f613cc7bd0255c - 0.0% (826 Bytes)

[#019] sha256:59966704cd3c2db6e1199daadbfbad37d460c0f106d2f0030384e8ff5103225e - 0.0% (826 Bytes)

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

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

[#022] sha256:69ad50093895b2a0000a8927c77d05c7174a9d4fa84b501d383e06e7b9cff272 - 0.0% (832 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-12-07 15:04:43 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-12-07 15:04:43 UTC

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

2020-12-07 15:04:45 UTC

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

2020-12-07 15:04:46 UTC

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

2020-12-07 15:04:46 UTC

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

2020-12-07 15:04:47 UTC

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

2020-12-11 21:28:57 UTC

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

2020-12-11 21:28:57 UTC

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

2020-12-11 21:28:58 UTC

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

2020-12-11 21:28:59 UTC

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

2020-12-11 21:28:59 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-12-11T21:28:55Z

2020-12-11 21:28:59 UTC

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

2020-12-11 21:29:00 UTC

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

2020-12-11 21:29:00 UTC

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

Details
Created

2020-12-11 21:34:52 UTC

Size

94.5 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-12-11T21:34:12Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    26e600469f2950da277df1dd1526b721a48c4f14
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4461-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.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.95% (22.6 MB)

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

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

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

[#004] sha256:95dac5fb02a17234434405b0b034923a8ce43ef16b1b499ad6a0802d824cf998 - 28.98% (27.4 MB)

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

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

[#007] sha256:2a5f723df01a96dcbd4e794640d34fa2e318c0829895256e6dc3588c5dbc1610 - 26.07% (24.6 MB)

[#008] sha256:7d4c6ecc6ef0e789e90bd0b7782c2dcc6c74b3ada113571b1410c9a868490a0a - 17.75% (16.8 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-12-11 21:34:15 UTC

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

2020-12-11 21:34:16 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-12-11 21:34:17 UTC

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

2020-12-11 21:34:17 UTC

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

2020-12-11 21:34:37 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-12-11 21:34:38 UTC

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

2020-12-11 21:34:44 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-12-11 21:34:46 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-12-11 21:34:46 UTC

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

2020-12-11 21:34:48 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-12-11 21:34:48 UTC

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

2020-12-11 21:34:48 UTC

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

2020-12-11 21:34:49 UTC

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

2020-12-11 21:34:49 UTC

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

2020-12-11 21:34:49 UTC

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

2020-12-11 21:34:50 UTC

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

2020-12-11 21:34:51 UTC

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

2020-12-11 21:34:51 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-12-11T21:34:12Z

2020-12-11 21:34:51 UTC

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

2020-12-11 21:34:51 UTC

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

2020-12-11 21:34:52 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