Namespace
rancher
Image / Tag
rancher-agent:v2.4-4311-head
Content Digest
sha256:52e02b0d12890511e22605f79acb260deb4c08a5aac24353a489174894e14a2b
Details
Created

2020-11-19 21:12:13 UTC

Size

105 MB

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

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4311-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:171857c49d0f5e2ebf623e6cb36a8bcad585ed0c2aa99c87a055df034c1e5848 - 24.31% (25.5 MB)

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

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

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

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

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

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

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

[#008] sha256:2f5df7241f0ed0e7ba61c60f86c324fa9eaebef2baea731f6c90344b97ae6fd4 - 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-11-19 21:11:47 UTC

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

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

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

2020-11-19 21:11:49 UTC

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

2020-11-19 21:12:06 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-19 21:12:06 UTC

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

2020-11-19 21:12:07 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-19 21:12:08 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-19 21:12:09 UTC

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

2020-11-19 21:12:10 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-19 21:12:11 UTC

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

2020-11-19 21:12:11 UTC

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

2020-11-19 21:12:11 UTC

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

2020-11-19 21:12:11 UTC

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

2020-11-19 21:12:11 UTC

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

2020-11-19 21:12:12 UTC

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

2020-11-19 21:12:13 UTC

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

2020-11-19 21:12:13 UTC

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

2020-11-19 21:12:13 UTC

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

2020-11-19 21:12:13 UTC

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

2020-11-19 21:12:13 UTC

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

Details
Created

2020-11-19 21:05:32 UTC

Size

240 MB

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

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4311-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:2645404b0fccae8cd57c734cae58d3ec62ce056ed3f97d6e30b7162cd2c66889 - 0.0% (830 Bytes)

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

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

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

[#013] sha256:a2087c034c0c67d7dbe4dabe177c2c08f652f5fdb55e7f44d2fea6006a461923 - 0.0% (831 Bytes)

[#014] sha256:95b07ca5c1ac6c8f7dd4ad668c563ce3cde36ab06ea26804747193654bcbb19f - 0.0% (833 Bytes)

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

[#016] sha256:1f64472d763cb5b7c811595fbf56b773c1596d660a0df2241e66c8550d51b99c - 0.0% (835 Bytes)

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

[#018] sha256:96aad72f2e0b1c33bf4d47387d517a863a7983e722c4ef9e317c5042bc6b6d9c - 0.0% (831 Bytes)

[#019] sha256:e22728d556d74062a77231f2ff628df2cb8cfa6bafe954ea273944f2af8cf2bd - 0.0% (834 Bytes)

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

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

[#022] sha256:68bcf339bede575c1b5708d6277c58d695bbf57425cbcc497423582127c29e2a - 0.0% (835 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-17 23:12:32 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-11-17 23:12:33 UTC

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

2020-11-17 23:12:36 UTC

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

2020-11-17 23:12:36 UTC

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

2020-11-17 23:12:37 UTC

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

2020-11-17 23:12:37 UTC

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

2020-11-19 21:05:29 UTC

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

2020-11-19 21:05:29 UTC

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

2020-11-19 21:05:30 UTC

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

2020-11-19 21:05:30 UTC

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

2020-11-19 21:05:31 UTC

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

2020-11-19 21:05:31 UTC

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

2020-11-19 21:05:32 UTC

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

2020-11-19 21:05:32 UTC

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

Details
Created

2020-11-19 21:06:11 UTC

Size

241 MB

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

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4311-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:509942b9737347878ab9fce992d1f20ef395f699ca56d860c899ad301f95657e - 0.0% (849 Bytes)

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

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

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

[#013] sha256:4842f88b8c2d4d4ac2fb9b91d0ee8e6f378177dc578bd987fb9a290322e2eedb - 0.0% (849 Bytes)

[#014] sha256:f3478afe8cdd4e0f1ea83cdd39601c81b8ed769df2c69f1c6a450fd8a67f6039 - 0.0% (829 Bytes)

[#015] sha256:9f39e69cff5ce973a02b69b05d37ad40b45174f5ce28d180c31f2ab3350416e5 - 0.0% (857 Bytes)

[#016] sha256:0dff13b25d091f1237a8a72991d05dfcb101352979ea596eaf6ea6576f5a3078 - 0.0% (833 Bytes)

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

[#018] sha256:ed3b515e78245c19d366bc60d94410e0443e87b678aaef29f95cc779259964bb - 0.0% (832 Bytes)

[#019] sha256:8cd39e1d438443134cf54f578eb0b0e5768ae9ccf2b700aba12eb9951e86e560 - 0.0% (832 Bytes)

[#020] sha256:524f17ae20f259dd0a29b706c52bc5ac3b4412da6ed1a2b68963cae231ba2860 - 0.0% (832 Bytes)

[#021] sha256:f5d8ff6a54584534a159f37e775a5839e36e68301550e1e43b25d02b09bb18ce - 0.0% (838 Bytes)

[#022] sha256:71b557d13ca23aff916b65b1b6c7a39bb0e59c2bd76cf693600a5e69d51b605b - 0.0% (831 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-17 23:12:41 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-11-17 23:12:41 UTC

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

2020-11-17 23:12:43 UTC

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

2020-11-17 23:12:44 UTC

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

2020-11-17 23:12:45 UTC

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

2020-11-17 23:12:45 UTC

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

2020-11-19 21:06:07 UTC

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

2020-11-19 21:06:08 UTC

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

2020-11-19 21:06:09 UTC

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

2020-11-19 21:06:09 UTC

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

2020-11-19 21:06:10 UTC

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

2020-11-19 21:06:10 UTC

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

2020-11-19 21:06:10 UTC

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

2020-11-19 21:06:11 UTC

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

Details
Created

2020-11-19 21:05:38 UTC

Size

242 MB

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

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4311-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:1532b874d02f601901546891b60eb512c889cea264e0f12166bcd3eeebfe3064 - 0.0% (853 Bytes)

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

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

[#012] sha256:18d28267acc618d77f077f80d0b991163bb520ff0f19614af2f525d88a8d207f - 0.0% (833 Bytes)

[#013] sha256:9f4547c28b5efe388944e68f305566950354c9c437caef05621eb9ad10c9555f - 0.0% (853 Bytes)

[#014] sha256:2642ba8345fa7451ca1856bcbe66095ca558da7e9800e310b0679b0b70163eb4 - 0.0% (826 Bytes)

[#015] sha256:37876583384353eaf62dcc29f5361e746c0d44f2a773d3ba05701ede0d85a8ab - 0.0% (833 Bytes)

[#016] sha256:e7c859308ab9765115bc193ea2f19accdceb3ae2d8fdefac27f055e4870b343f - 0.0% (861 Bytes)

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

[#018] sha256:3eb2bd89858021de1bad2ff5296c6f761927c0b8d1bc76cc1cac6c3d1418ad5a - 0.0% (829 Bytes)

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

[#020] sha256:f9ccfea2a8450fe91ede6b71fee39414345d02c85201deae1240177f10e01abe - 0.0% (835 Bytes)

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

[#022] sha256:c0ca6949b0ce95db25cc32cfa33974bc8429da6e92294842b4487be9a762230c - 0.0% (861 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-17 23:12:34 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-11-17 23:12:34 UTC

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

2020-11-17 23:12:36 UTC

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

2020-11-17 23:12:37 UTC

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

2020-11-17 23:12:37 UTC

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

2020-11-17 23:12:38 UTC

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

2020-11-19 21:05:35 UTC

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

2020-11-19 21:05:35 UTC

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

2020-11-19 21:05:36 UTC

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

2020-11-19 21:05:37 UTC

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

2020-11-19 21:05:37 UTC

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

2020-11-19 21:05:37 UTC

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

2020-11-19 21:05:38 UTC

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

2020-11-19 21:05:38 UTC

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

Details
Created

2020-11-19 21:12:34 UTC

Size

95.1 MB

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

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4311-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:296c9ad75beec603486f1373addae8e2c509e94c4adda44c1289792c91624acc - 23.79% (22.6 MB)

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

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

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

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

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

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

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

[#008] sha256:311e1be90eae1b3e816e407ca28fa25f6242eb4decd9b60141dd4aa9c3a6c775 - 18.27% (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-11-19 21:12:05 UTC

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

2020-11-19 21:12:05 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-19 21:12:06 UTC

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

2020-11-19 21:12:06 UTC

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

2020-11-19 21:12:25 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-19 21:12:26 UTC

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

2020-11-19 21:12:27 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-19 21:12:28 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-19 21:12:28 UTC

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

2020-11-19 21:12:30 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-19 21:12:30 UTC

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

2020-11-19 21:12:30 UTC

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

2020-11-19 21:12:31 UTC

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

2020-11-19 21:12:31 UTC

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

2020-11-19 21:12:31 UTC

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

2020-11-19 21:12:32 UTC

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

2020-11-19 21:12:33 UTC

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

2020-11-19 21:12:33 UTC

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

2020-11-19 21:12:33 UTC

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

2020-11-19 21:12:33 UTC

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

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