Namespace
rancher
Image / Tag
rancher-agent:v2.4.13
Content Digest
sha256:a80a4d08f84e99a03505292dc814d19cf0dff50d833407911e6845b64e7c7fc6
Details
Created

2021-01-26 22:33:20 UTC

Size

104 MB

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

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.13

DOCKER_API_VERSION

1.24

DOCKER_URL

DOCKER_URL_amd64

DOCKER_URL_amd64

https://get.docker.com/builds/Linux/x86_64/docker-1.10.3

DOCKER_URL_arm64

https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64

KUBECTL_VERSION

v1.17.6

KUBEPROMPT_VERSION

v1.0.10

LOGLEVEL_VERSION

v0.1.3

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

SSL_CERT_DIR

/etc/kubernetes/ssl/certs


Layers

[#000] sha256:d519e2592276828ca171d85e0532899cd4f98c70f5c697b45fa2e126e9f9fe49 - 24.47% (25.5 MB)

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

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

[#003] sha256:3bbf8dc5bc3392fe01ee4e31fbd2077e8ba84be423477208f3efcb3d67b4dd48 - 0.0% (123 Bytes)

[#004] sha256:62ca8a816fb0199390cabf5ccdc949c2c370815469464bce8b248edafb0b771f - 29.1% (30.3 MB)

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

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

[#007] sha256:92514baba5589d9329346ffa0c74eb5a8e9ce10a6334ac0ee3b4de191c2a4a21 - 25.53% (26.6 MB)

[#008] sha256:a4ec51904ae757e1c7ac548b29a24da3fec56dee96115bb4b2c66e87045cce62 - 17.61% (18.3 MB)


History
2021-01-21 03:37:59 UTC

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

2021-01-21 03:38:01 UTC

/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests

2021-01-21 03:38:03 UTC

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

2021-01-21 03:38:05 UTC

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

2021-01-21 03:38:05 UTC

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

2021-01-26 22:32:51 UTC

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

2021-01-26 22:32: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

2021-01-26 22:32:52 UTC

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

2021-01-26 22:32:53 UTC

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

2021-01-26 22:33:12 UTC

|1 ARCH=amd64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl ca-certificates jq iproute2 vim-tiny less bash-completion unzip sysstat acl && curl -sLf ${!DOCKER_URL} > /usr/bin/docker && chmod +x /usr/bin/docker && curl -sLf https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl > /usr/bin/kubectl && chmod +x /usr/bin/kubectl && DEBIAN_FRONTEND=noninteractive apt-get autoremove -y && DEBIAN_FRONTEND=noninteractive apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

2021-01-26 22:33:12 UTC

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

2021-01-26 22:33:14 UTC

|1 ARCH=amd64 /bin/sh -c curl -sLf https://github.com/rancher/loglevel/releases/download/${LOGLEVEL_VERSION}/loglevel-${ARCH}-${LOGLEVEL_VERSION}.tar.gz | tar xvzf - -C /usr/bin

2021-01-26 22:33:15 UTC

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

2021-01-26 22:33:15 UTC

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

2021-01-26 22:33:17 UTC

|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/c-bata/kube-prompt/releases/download/${KUBEPROMPT_VERSION}/kube-prompt_${KUBEPROMPT_VERSION}_linux_${ARCH}.zip > /usr/bin/kube-prompt.zip && unzip /usr/bin/kube-prompt.zip -d /usr/bin

2021-01-26 22:33:17 UTC

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

2021-01-26 22:33:18 UTC

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

2021-01-26 22:33:18 UTC

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

2021-01-26 22:33:18 UTC

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

2021-01-26 22:33:18 UTC

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

2021-01-26 22:33:19 UTC

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

2021-01-26 22:33:19 UTC

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

2021-01-26 22:33:20 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-01-26T22:32:48Z

2021-01-26 22:33:20 UTC

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

2021-01-26 22:33:20 UTC

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

2021-01-26 22:33:20 UTC

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

Details
Created

2021-01-26 22:25:36 UTC

Size

240 MB

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

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.13

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:62239e9aa1a352a20b0d4969c2b508b8a18d10e799d4db72e6f24ccbb2c724d9 - 40.27% (96.6 MB)

[#001] sha256:79172be4a01d6616ffd0c6ae0d96a0291f5f5100d7f53b364ea9bb643ce5661e - 0.0% (1.02 KB)

[#002] sha256:d674aa9cb1ac0a8ff56a779bf78c3b3b71bdb4f43fce18bfd2c3d04f47efe11a - 0.0% (1.01 KB)

[#003] sha256:bb7d9a806bc0f22294a5a8ce5d5fefb5650b44666dc84f2e85032cea002d36a6 - 0.03% (66.7 KB)

[#004] sha256:69eb5707a5ea26220d60e2ddb59add68f60c53b0a9388e30d530f3a090fc54a8 - 0.0% (1.01 KB)

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

[#006] sha256:2f2803a69324894df66e72c94098a3ddfbdafa8d0509828f6c18168606a92877 - 0.04% (98.4 KB)

[#007] sha256:32888f63e3d16e032cabe9d541560a41a59a2a4ded4778f949edbb2819bea60b - 0.0% (1.02 KB)

[#008] sha256:030a41ef19dccc85b6886db0bf68546afba257fd6d2ecf71f65e5fa191bac0f7 - 0.0% (1.01 KB)

[#009] sha256:9d017ed76e5170caf213b3a83d8807b4f2d4c50b4820978dcc097963078bfe36 - 0.0% (856 Bytes)

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

[#011] sha256:609f24761d1c1e95ad377160c28228e094a5d005010499c23dc8025e645360c6 - 13.58% (32.6 MB)

[#012] sha256:7d17f64c1b9cdc20f947743c64d869a656bc21844f065d3694e50f7843ba9851 - 0.0% (853 Bytes)

[#013] sha256:eebde50209389a546a049aeb62a588d15cf1ce37c4bc8b9f171312a6050e0def - 0.0% (821 Bytes)

[#014] sha256:e7b7fd3e290a901c6f46ffb2e6046adc3533a80ab513ad701753eba048faf4b6 - 0.0% (832 Bytes)

[#015] sha256:72b8fe7f94c7d8a53e09b793b27400617503c9c71a56facb684468cb8e2811b5 - 0.0% (887 Bytes)

[#016] sha256:13ab18f4fbfbfb8d922028dabeecd33db66a6bd9253e64f2054162585fa80cdb - 0.0% (858 Bytes)

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

[#018] sha256:526cae6e8413f6efec4cb90099c578a47b14deb4a86d855099732f78890bc65e - 0.0% (875 Bytes)

[#019] sha256:98f92946b12896b2c8e78f2cc179991de2e595ffef1f347a8a506dd155d4ffdf - 0.0% (897 Bytes)

[#020] sha256:8ce3b95db2395cf8e7b86a35b84abd3062eea77c0c85ee867ca240cce52494ce - 0.0% (885 Bytes)

[#021] sha256:48002645acaf3c9d032d4aed06e3617dd4f4c8f36180d630ff9b0328d2decddb - 0.0% (849 Bytes)

[#022] sha256:17e9fa8bc98aa25c44b1a87c6f0de27f37b837c0e8b29c2e15eb5ea977f8918f - 0.0% (858 Bytes)


History
2021-01-07 16:14:35 UTC

Apply image 1809-amd64

2021-01-25 00:21: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-1809

2021-01-25 00:21:40 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-01-25 00:22:25 UTC

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

2021-01-25 00:22:26 UTC

cmd /S /C #(nop) USER ContainerUser

2021-01-25 00:22:45 UTC

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

2021-01-25 00:23:21 UTC

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

2021-01-25 00:23:22 UTC

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

2021-01-25 00:23:22 UTC

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

2021-01-25 15:22:59 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-01-25 15:23:00 UTC

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

2021-01-25 15:23:02 UTC

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

2021-01-25 15:23:03 UTC

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

2021-01-25 15:23:03 UTC

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

2021-01-25 15:23:04 UTC

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

2021-01-26 22:25:14 UTC

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

2021-01-26 22:25:15 UTC

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

2021-01-26 22:25:16 UTC

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

2021-01-26 22:25:17 UTC

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

2021-01-26 22:25:35 UTC

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

2021-01-26 22:25:35 UTC

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

2021-01-26 22:25:36 UTC

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

2021-01-26 22:25:36 UTC

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

Details
Created

2021-01-26 22:26:04 UTC

Size

243 MB

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

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.13

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:3155a5f44f3dc969ff02d04e7f3dbd46e828c217c194c52591f5ac542dcd622b - 40.99% (99.6 MB)

[#001] sha256:8b1d08ea5d4437849cdd3e614a9893364a7018ec4ebc41338b468a9a346439f7 - 0.0% (1.01 KB)

[#002] sha256:529fffc03dafa29d3e0452cbe42f3c72b6ec592252ecb2dd07301ffde99244d1 - 0.0% (1.02 KB)

[#003] sha256:6419c98036ba519e83243a2128d4b797295aabea5defa5b06e01479ef6190798 - 0.03% (67.3 KB)

[#004] sha256:b3bfd36828d9a894a822ec30c7afaaa7cf42e63cc07c4e034b05e5be03af2f80 - 0.0% (1.02 KB)

[#005] sha256:ac81011c82772d94dfa2d85dd8c8fe3b1d1c36f54d8add13c5d41ca6adcd9dbd - 39.93% (97 MB)

[#006] sha256:56c731a59563fde7312ee65a42c28442b21f858db83db753e4e253ca86f20d73 - 0.04% (97.4 KB)

[#007] sha256:4b2a87dcb0befd5f4bc69361d4f594a56a40a9ccadf97e9f2207f296a875e916 - 0.0% (1.02 KB)

[#008] sha256:50436062905f9a73c4f6cd577445585394507fc1eae4e745474af67074993433 - 0.0% (1.02 KB)

[#009] sha256:f019f71d3b450527ec2cd1154359a8a65059a276427091bb1a70b77a26ecb106 - 0.0% (826 Bytes)

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

[#011] sha256:c94fd4c5922a91bd50006845eefcc0a5b20607244c5c3e50d69cdcbb0f00a163 - 13.42% (32.6 MB)

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

[#013] sha256:422111aaf67bd32a2486e14cc67783ac3750945dfc7484fe9bb79c458cb30608 - 0.0% (825 Bytes)

[#014] sha256:28ad9ff85052e7d09a121bdb454ae88343e8c9f665b76b04c37bf32dbcfc43bd - 0.0% (852 Bytes)

[#015] sha256:2c374d54b045b98fbcf38f6b5bc350e767071c1c2c8c4ba61eb0209636d445e9 - 0.0% (836 Bytes)

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

[#017] sha256:22825ba376a4111f1e8686e1a49eec021c1c1b837d9efcdf2d0e273f0e2db307 - 5.55% (13.5 MB)

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

[#019] sha256:27638e01fa488017ced63bd65edeadfa5850f27d2efcfa6a54d024e9e8d8a5c9 - 0.0% (882 Bytes)

[#020] sha256:1f7e292120fc529b927e66aa20fda7f6c11496f72e866cf7a51652930ff3f505 - 0.0% (848 Bytes)

[#021] sha256:6e7e022c8a16ace03334a411ff07dcde0b9027134252a25461f72942d54169a1 - 0.0% (852 Bytes)

[#022] sha256:3ac971d19719b52a6ceb4739f2030c24b87f81c02ef9b0000050ba9572b87224 - 0.0% (859 Bytes)


History
2021-01-11 22:38:45 UTC

Apply image 1909-amd64

2021-01-25 00:14:53 UTC

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

2021-01-25 00:14:53 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-01-25 00:15:18 UTC

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

2021-01-25 00:15:18 UTC

cmd /S /C #(nop) USER ContainerUser

2021-01-25 00:15:34 UTC

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

2021-01-25 00:16:10 UTC

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

2021-01-25 00:16:11 UTC

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

2021-01-25 00:16:11 UTC

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

2021-01-25 15:23:11 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-01-25 15:23:12 UTC

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

2021-01-25 15:23:14 UTC

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

2021-01-25 15:23:15 UTC

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

2021-01-25 15:23:15 UTC

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

2021-01-25 15:23:16 UTC

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

2021-01-26 22:25:37 UTC

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

2021-01-26 22:25:37 UTC

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

2021-01-26 22:25:38 UTC

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

2021-01-26 22:25:39 UTC

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

2021-01-26 22:26:02 UTC

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

2021-01-26 22:26:03 UTC

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

2021-01-26 22:26:04 UTC

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

2021-01-26 22:26:04 UTC

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

Details
Created

2021-01-26 22:25:53 UTC

Size

241 MB

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

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.13

DOCKER_API_VERSION

1.24

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1903

POWERSHELL_TELEMETRY_OPTOUT

0

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache

ProgramFiles

C:\Program Files

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs

WindowsPATH

C:\Windows\system32;C:\Windows


Layers

[#000] sha256:302b7cf33b3a2bd3c958c33a0bb0221099c7abebd46bd685a171899210be5180 - 40.63% (98.1 MB)

[#001] sha256:de401d0ad50a73809f52f1b2cdd08372d48affaed3cdc2d9c82fd93fdb86935d - 0.0% (822 Bytes)

[#002] sha256:b251ece4f860cf57423dd1455d77586f293f469389d4e8f22eda21f3f3865674 - 0.0% (921 Bytes)

[#003] sha256:da83f3e327d6be0778a2e9cb3bdbcd4381d91d53be27a9d83e7a02d713898ab6 - 0.03% (67.5 KB)

[#004] sha256:128bd25e4a5fd56d89d1d3519ab5299fad89e0fa26b42a19bbcacf3ffc63a75a - 0.0% (849 Bytes)

[#005] sha256:02a46850464f896128d38032429af01ed881c9561496b85a7dcf75894d1cfd3f - 40.18% (97 MB)

[#006] sha256:99558043528fca28cf576a5dae72c8dbbe8a309833109869786f3e709ee3e864 - 0.04% (92.7 KB)

[#007] sha256:39ff56c128357f2bde42c7177c54985736cd9022f26f72f0560ccd997975b59d - 0.0% (843 Bytes)

[#008] sha256:bb889420c0e542967f5ff0364fc7f0f64026326699d5dba17be0ff04d9435c8c - 0.0% (917 Bytes)

[#009] sha256:4c9317fd94886262ad2f092e220e8d58de1a59d4683ebaf5fba4da9d818a1be6 - 0.0% (842 Bytes)

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

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

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

[#013] sha256:35216223ef466fef0ba6d158f8b0c1c6749905d7ce91fed1ec71baa19b9d0999 - 0.0% (854 Bytes)

[#014] sha256:4922ef29b5a9d8d8f026dcf4101aedbaf03843e93615ef9ca45dbc73b379c616 - 0.0% (825 Bytes)

[#015] sha256:df90e7ca8fbc17d5318115f36a70a4016cc9be6886e9e8819fb5ae07f83a8026 - 0.0% (881 Bytes)

[#016] sha256:99b650e14ec1787c9c4ad11b4d39b52350001998044c5b823ccbc4ddd208a484 - 0.0% (902 Bytes)

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

[#018] sha256:fd821c9a08cad4d8f30059fca6b2488e45718cb92bf5b9706cb909d50ec02cfb - 0.0% (884 Bytes)

[#019] sha256:89da9a0f229b6c6f7b7ef792e368d8bf3e41879b8944102077b6b9abea4508c1 - 0.0% (878 Bytes)

[#020] sha256:5c329dbc79c1723da424a194a4b0ec307f3660e4fb7e979053e9e3adde1490cf - 0.0% (863 Bytes)

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

[#022] sha256:a4a41cbbb480c05819433719b94f4787574a02ecefb04ce688a8a06a9d83a9fa - 0.0% (852 Bytes)


History
2020-12-02 14:58:01 UTC

Apply image 1903-amd64

2021-01-15 21:08:09 UTC

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

2021-01-15 21:08:10 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-01-15 21:08:55 UTC

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

2021-01-15 21:08:56 UTC

cmd /S /C #(nop) USER ContainerUser

2021-01-15 21:09:18 UTC

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

2021-01-15 21:09:58 UTC

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

2021-01-15 21:09:59 UTC

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

2021-01-15 21:10:00 UTC

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

2021-01-24 17:51:41 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-01-24 17:51:42 UTC

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

2021-01-24 17:51:44 UTC

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

2021-01-24 17:51:45 UTC

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

2021-01-24 17:51:45 UTC

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

2021-01-24 17:51:46 UTC

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

2021-01-26 22:25:28 UTC

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

2021-01-26 22:25:28 UTC

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

2021-01-26 22:25:29 UTC

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

2021-01-26 22:25:30 UTC

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

2021-01-26 22:25:52 UTC

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

2021-01-26 22:25:52 UTC

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

2021-01-26 22:25:53 UTC

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

2021-01-26 22:25:53 UTC

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

Details
Created

2021-01-26 22:32:21 UTC

Size

94.6 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-01-26T22:31:50Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    d6c6d5dbe873afcca50a936a9ee22423fc844f22
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4.13

DOCKER_API_VERSION

1.24

DOCKER_URL

DOCKER_URL_arm64

DOCKER_URL_amd64

https://get.docker.com/builds/Linux/x86_64/docker-1.10.3

DOCKER_URL_arm64

https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64

KUBECTL_VERSION

v1.17.6

KUBEPROMPT_VERSION

v1.0.10

LOGLEVEL_VERSION

v0.1.3

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

SSL_CERT_DIR

/etc/kubernetes/ssl/certs


Layers

[#000] sha256:64e3fba066352e44a4c1eeb6caedc87c29b46f0a7b31e21a58183fc8370005bd - 23.93% (22.6 MB)

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

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

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

[#004] sha256:16b1b137e80ae2916915a5b2019df1542779753807b85badf17bd4026d6f4167 - 28.98% (27.4 MB)

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

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

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

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


History
2021-01-21 03:49:23 UTC

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

2021-01-21 03:49:27 UTC

/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests

2021-01-21 03:49:29 UTC

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

2021-01-21 03:49:31 UTC

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

2021-01-21 03:49:32 UTC

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

2021-01-26 22:31:53 UTC

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

2021-01-26 22:31:53 UTC

/bin/sh -c #(nop) ENV DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 DOCKER_URL_arm64=https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64 DOCKER_URL=DOCKER_URL_arm64

2021-01-26 22:31:54 UTC

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

2021-01-26 22:31:54 UTC

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

2021-01-26 22:32:13 UTC

|1 ARCH=arm64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl ca-certificates jq iproute2 vim-tiny less bash-completion unzip sysstat acl && curl -sLf ${!DOCKER_URL} > /usr/bin/docker && chmod +x /usr/bin/docker && curl -sLf https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl > /usr/bin/kubectl && chmod +x /usr/bin/kubectl && DEBIAN_FRONTEND=noninteractive apt-get autoremove -y && DEBIAN_FRONTEND=noninteractive apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

2021-01-26 22:32:13 UTC

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

2021-01-26 22:32:14 UTC

|1 ARCH=arm64 /bin/sh -c curl -sLf https://github.com/rancher/loglevel/releases/download/${LOGLEVEL_VERSION}/loglevel-${ARCH}-${LOGLEVEL_VERSION}.tar.gz | tar xvzf - -C /usr/bin

2021-01-26 22:32:15 UTC

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

2021-01-26 22:32:16 UTC

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

2021-01-26 22:32:17 UTC

|1 ARCH=arm64 /bin/sh -c curl -sL https://github.com/c-bata/kube-prompt/releases/download/${KUBEPROMPT_VERSION}/kube-prompt_${KUBEPROMPT_VERSION}_linux_${ARCH}.zip > /usr/bin/kube-prompt.zip && unzip /usr/bin/kube-prompt.zip -d /usr/bin

2021-01-26 22:32:18 UTC

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

2021-01-26 22:32:18 UTC

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

2021-01-26 22:32:18 UTC

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

2021-01-26 22:32:18 UTC

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

2021-01-26 22:32:19 UTC

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

2021-01-26 22:32:19 UTC

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

2021-01-26 22:32:20 UTC

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

2021-01-26 22:32:20 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-01-26T22:31:50Z

2021-01-26 22:32:20 UTC

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

2021-01-26 22:32:21 UTC

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

2021-01-26 22:32:21 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