Namespace
rancher
Image / Tag
rancher-agent:v2.4-4750-head
Content Digest
sha256:cc65d436d8be4de0fad5a9ce0eadecff5858fc829b7cf7667668a6fa702894d2
Details
Created

2021-01-26 17:49:09 UTC

Size

104 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-01-26T17:48:26Z
  • 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-4750-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:d519e2592276828ca171d85e0532899cd4f98c70f5c697b45fa2e126e9f9fe49 - 24.47% (25.5 MB)

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

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

[#003] sha256:65ddb47ae3b79855693475a6ecc3e326cafcf689bce67efa4109f0238eb26a6a - 0.0% (124 Bytes)

[#004] sha256:383ebc2330f4490e6db69492af2cb58db1b91df3022f120e4946716fee0bbd4c - 29.1% (30.3 MB)

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

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

[#007] sha256:79edd5f80175112004b042dfa9246d7e9d19bccbf27431490bbd0e0aa762ec3b - 25.53% (26.6 MB)

[#008] sha256:5870a30a9420df3eb6df5809a2d8147249c39950c995a0b9eb1ee395ba764f0f - 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 17:48:29 UTC

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

2021-01-26 17:48:29 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 17:48:31 UTC

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

2021-01-26 17:48:31 UTC

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

2021-01-26 17:48:59 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 17:49:00 UTC

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

2021-01-26 17:49:01 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 17:49:03 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 17:49:03 UTC

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

2021-01-26 17:49:05 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 17:49:06 UTC

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

2021-01-26 17:49:06 UTC

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

2021-01-26 17:49:06 UTC

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

2021-01-26 17:49:06 UTC

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

2021-01-26 17:49:07 UTC

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

2021-01-26 17:49:08 UTC

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

2021-01-26 17:49:08 UTC

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

2021-01-26 17:49:08 UTC

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

2021-01-26 17:49:09 UTC

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

2021-01-26 17:49:09 UTC

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

2021-01-26 17:49:09 UTC

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

Details
Created

2021-01-26 17:08:01 UTC

Size

240 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-01-26T17:07:57Z
  • 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-4750-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: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:2962aed8bfe5ceafd010fe7a6ae207a926c7a97b1e75287283bb671f728c58ea - 0.0% (856 Bytes)

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

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

[#018] sha256:8f31ed360c4ea6fea680dfa065c050f77f3bbefa7aad30ef4f7fd64e8c93cbe0 - 0.0% (873 Bytes)

[#019] sha256:2056d9e4d416f424cb43c018df943e1e3eb6d6834655fcaa5b66de22c07c0e9c - 0.0% (854 Bytes)

[#020] sha256:2a5fb7b4cdb9634ccde21b751d2ddf50807aed74f36bbcecfde53c64c496b08c - 0.0% (851 Bytes)

[#021] sha256:b5c72bcbdd213d72ae0af32a915111b4864faacd3063129b7441a5fc1a363faf - 0.0% (856 Bytes)

[#022] sha256:43e3e43719fd8ebde87f9ecf200b3ef107dc703440677d3bb9c9f1954fd68a3c - 0.0% (832 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 17:07:58 UTC

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

2021-01-26 17:07:59 UTC

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

2021-01-26 17:07:59 UTC

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

2021-01-26 17:08:00 UTC

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

2021-01-26 17:08:00 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-26T17:07:57Z

2021-01-26 17:08:01 UTC

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

2021-01-26 17:08:01 UTC

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

2021-01-26 17:08:01 UTC

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

Details
Created

2021-01-26 17:08:13 UTC

Size

243 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-01-26T17:08:08Z
  • 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-4750-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: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:3dabfe21963a0b2f5cd0a7eb6290e43d5193aba82f0be3cfd5657e94e77c9e1c - 0.0% (831 Bytes)

[#016] sha256:9b814eccde37aeaa9ca46006636d34b56fd95e0babced60f6437798d900e9325 - 0.0% (852 Bytes)

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

[#018] sha256:2a8969a8c653f21b2ecf04b430ebd6a23eef7bc125064f844ad13bc63b661cea - 0.0% (831 Bytes)

[#019] sha256:5433518c37fd76dbb85bc2d1ba0a6bd74541c948842dc2946881d408ddd67258 - 0.0% (831 Bytes)

[#020] sha256:703adbaa050fb1b80b68a9f5348b67a1fd4ea2b4327487a8f85f10abf5e29e79 - 0.0% (831 Bytes)

[#021] sha256:3093b73f646ff530b835b2176d541ff9588e3799b33dc4ef9f4f3d98cc28beff - 0.0% (855 Bytes)

[#022] sha256:2702f83899bb9ae876cc0c6be38b8a42686defe19187db6e0443884a98c6cb27 - 0.0% (827 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 17:08:10 UTC

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

2021-01-26 17:08:10 UTC

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

2021-01-26 17:08:11 UTC

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

2021-01-26 17:08:11 UTC

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

2021-01-26 17:08:12 UTC

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

2021-01-26 17:08:12 UTC

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

2021-01-26 17:08:12 UTC

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

2021-01-26 17:08:13 UTC

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

Details
Created

2021-01-26 17:08:05 UTC

Size

241 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-01-26T17:08:00Z
  • 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-4750-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: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:15ecb8a1e86713cf463f6c0e3fdb4ba00de2ee468d72a4e859f020c9ee3e8deb - 0.0% (846 Bytes)

[#016] sha256:6673c05f1c78cda539d79af9af0a9027a57aa496f099aa032e724af7d6524387 - 0.0% (828 Bytes)

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

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

[#019] sha256:2dac95a9c2caf88f8ad7ffd65d685f08d2498593e27641f5552959c414e3bf1e - 0.0% (825 Bytes)

[#020] sha256:bd698c4261da786d4df7209e71eec6a0503267314ad5db61b32428616293c797 - 0.0% (828 Bytes)

[#021] sha256:d5aaba0ac8b9b0fc4d58cec216146a352edff9ecd95056d84c89265a9905a0f2 - 0.0% (851 Bytes)

[#022] sha256:1c7171efe53d3760ed182f2172f4d9deeea3c6177354d8ba360a5bc001b0ed0a - 0.0% (827 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 17:08:02 UTC

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

2021-01-26 17:08:03 UTC

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

2021-01-26 17:08:03 UTC

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

2021-01-26 17:08:04 UTC

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

2021-01-26 17:08:04 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-26T17:08:00Z

2021-01-26 17:08:04 UTC

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

2021-01-26 17:08:05 UTC

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

2021-01-26 17:08:05 UTC

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

Details
Created

2021-01-26 17:15:32 UTC

Size

94.6 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-01-26T17:14:56Z
  • 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-4750-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:64e3fba066352e44a4c1eeb6caedc87c29b46f0a7b31e21a58183fc8370005bd - 23.93% (22.6 MB)

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

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

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

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

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

[#006] sha256:4d829f43e61d1bded06962cd9191284002f9bc3710af2ce9724d04a37498bb98 - 1.2% (1.13 MB)

[#007] sha256:684bab5a67b563406a9c32085890af19f97f8fbdcf818f13b6e7f7e099c58445 - 26.05% (24.6 MB)

[#008] sha256:3459bffffadaeadb90323cc52751658831bd5c8fa4e779e5b1a6d57b8ffd8870 - 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 17:14:59 UTC

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

2021-01-26 17:14:59 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 17:15:00 UTC

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

2021-01-26 17:15:00 UTC

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

2021-01-26 17:15:18 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 17:15:19 UTC

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

2021-01-26 17:15:20 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 17:15:21 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 17:15:21 UTC

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

2021-01-26 17:15:29 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 17:15:29 UTC

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

2021-01-26 17:15:29 UTC

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

2021-01-26 17:15:29 UTC

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

2021-01-26 17:15:30 UTC

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

2021-01-26 17:15:30 UTC

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

2021-01-26 17:15:31 UTC

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

2021-01-26 17:15:31 UTC

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

2021-01-26 17:15:31 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-01-26T17:14:56Z

2021-01-26 17:15:31 UTC

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

2021-01-26 17:15:32 UTC

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

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