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

2021-02-05 18:32:28 UTC

Size

104 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-02-05T18:31:56Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    a8c06118ba3a2f6b49f7e5311c9a2be5e5b5a873
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

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

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

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

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

[#004] sha256:7e491ba2360611eb23ce111fdc56c168f93f9a0c7e40b95eb2f8c23a7a914514 - 29.08% (30.3 MB)

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

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

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

[#008] sha256:b30c3e14fd219c53872fa2844a9ec00d993f0a3d1bb697e297163d63aa8dc5d4 - 17.62% (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-02-05 18:31:59 UTC

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

2021-02-05 18:31: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_amd64

2021-02-05 18:32:00 UTC

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

2021-02-05 18:32:01 UTC

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

2021-02-05 18:32:19 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-02-05 18:32:20 UTC

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

2021-02-05 18:32:21 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-02-05 18:32:22 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-02-05 18:32:22 UTC

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

2021-02-05 18:32:25 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-02-05 18:32:25 UTC

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

2021-02-05 18:32:25 UTC

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

2021-02-05 18:32:25 UTC

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

2021-02-05 18:32:25 UTC

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

2021-02-05 18:32:26 UTC

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

2021-02-05 18:32:27 UTC

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

2021-02-05 18:32:27 UTC

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

2021-02-05 18:32:27 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-02-05T18:31:56Z

2021-02-05 18:32:27 UTC

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

2021-02-05 18:32:28 UTC

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

2021-02-05 18:32:28 UTC

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

Details
Created

2021-02-05 18:08:27 UTC

Size

240 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-02-05T18:08:21Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    a8c06118ba3a2f6b49f7e5311c9a2be5e5b5a873
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4828-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:89ded030c93e2f2e9d540788621c1227bc95d9dd907aa0f0f5eeb5dd3d813ff7 - 0.0% (854 Bytes)

[#010] sha256:6b35bc5dc3c365c6699fb02a7aba88271be3986d996561615261d8eb8278ef01 - 0.04% (96.5 KB)

[#011] sha256:6c649ed0e72d83af8eb9e186bd8990b2800c35bc6b6c1a3aa95cdff703602e9c - 13.58% (32.6 MB)

[#012] sha256:5495df176dc237657d634023d97ce07a56b62943c199ab450fbd708195496ae1 - 0.0% (856 Bytes)

[#013] sha256:0e8b2a3436bce7926918aff8a60d67bbaaf37b8ed4e1d2cc30e4da8fd63d1c86 - 0.0% (828 Bytes)

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

[#015] sha256:17079f763a2327c7d3ad651e507ae7aee427678fdda093d8a8770a725d0a486f - 0.0% (832 Bytes)

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

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

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

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

[#020] sha256:899e9d589d7196afe85804f569cf66cf8980b2dced8df4b0e523150bac29446b - 0.0% (830 Bytes)

[#021] sha256:d970481838b140a149916dc60fd996261101a73b17fa16645367cce600b2f746 - 0.0% (824 Bytes)

[#022] sha256:b6eaac7787195634f72581edbeeaf4b81fcc500ae3e2a1b3561e6a28f08d99f9 - 0.0% (833 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-31 20:47:09 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-02-01 16:43:42 UTC

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

2021-02-01 16:43:45 UTC

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

2021-02-01 16:43:45 UTC

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

2021-02-01 16:43:46 UTC

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

2021-02-01 16:43:46 UTC

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

2021-02-05 18:08:23 UTC

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

2021-02-05 18:08:24 UTC

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

2021-02-05 18:08:24 UTC

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

2021-02-05 18:08:25 UTC

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

2021-02-05 18:08:25 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-02-05T18:08:21Z

2021-02-05 18:08:26 UTC

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

2021-02-05 18:08:26 UTC

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

2021-02-05 18:08:27 UTC

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

Details
Created

2021-02-05 18:08:55 UTC

Size

243 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-02-05T18:08:50Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    a8c06118ba3a2f6b49f7e5311c9a2be5e5b5a873
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4828-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:d1debb7283836147a3bcbb751860aa5430589baa6435ebadcf6d035c3d8ba553 - 0.0% (859 Bytes)

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

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

[#012] sha256:0d7a8ece10ad15ad2e0e56bb597eac11506781b93b94d51d4215c2af2de32ed5 - 0.0% (860 Bytes)

[#013] sha256:bcd8b9191afece50ea9a1563a655c88daf3fa3a027895e3c1f4b31316c354281 - 0.0% (858 Bytes)

[#014] sha256:50a716c7c41aeefeb1b422722bf9003fce413f27e9b340e5015577fbafb74741 - 0.0% (858 Bytes)

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

[#016] sha256:7ec6c645954e025d28d906cb936be12cbb0099dfbe53244214d3b86356a2ac47 - 0.0% (852 Bytes)

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

[#018] sha256:14e50c0bd8cc0579f06a242e118dd76cd581dac56b4fd24ad417a3cb3dd9cb8d - 0.0% (835 Bytes)

[#019] sha256:c87d87e27583c0752350d806d6bb10e02783457b4bbbe2a76b0d9e4849c410cf - 0.0% (859 Bytes)

[#020] sha256:feb949cfd48c3a8868b54d7e740309d6a2e5325f28f313263bef2fe235eceaa5 - 0.0% (855 Bytes)

[#021] sha256:df048141db2e194971168828644ce89217d4772d491ffc5034c3de7497000431 - 0.0% (850 Bytes)

[#022] sha256:26a252b48efcb958995b7e36a1d60cd5f7a6a6c4de311c76a29a5ad4f396060f - 0.0% (829 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-31 20:50:03 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-02-01 16:45:28 UTC

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

2021-02-01 16:45:30 UTC

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

2021-02-01 16:45:31 UTC

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

2021-02-01 16:45:31 UTC

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

2021-02-01 16:45:32 UTC

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

2021-02-05 18:08:52 UTC

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

2021-02-05 18:08:52 UTC

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

2021-02-05 18:08:53 UTC

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

2021-02-05 18:08:54 UTC

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

2021-02-05 18:08:54 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-02-05T18:08:50Z

2021-02-05 18:08:54 UTC

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

2021-02-05 18:08:55 UTC

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

2021-02-05 18:08:55 UTC

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

Details
Created

2021-02-05 18:08:28 UTC

Size

241 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-02-05T18:08:22Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    a8c06118ba3a2f6b49f7e5311c9a2be5e5b5a873
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4828-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:c71911c4d8ea92f5150b7ccb0f68b51c2e7565edaf569f741ba9de3a40b38804 - 0.0% (823 Bytes)

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

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

[#012] sha256:dd5834dcbd02b5688278a8f0bce81f3c153a2e204208a559f9994932cb89d34c - 0.0% (835 Bytes)

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

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

[#015] sha256:9e82840a0bec66cfaaabb6d55b522d3b5269ec0dbb2095611f285438e9b13e31 - 0.0% (852 Bytes)

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

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

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

[#019] sha256:596d9ff35186fe992fe75b9799a3d87780b564399c517cdc5a383e89b7b03f95 - 0.0% (832 Bytes)

[#020] sha256:6ad1c9b656ed6595e45f960f26c70c795f3aef3b4117b5214567e9472570544a - 0.0% (831 Bytes)

[#021] sha256:393678542c6e93ea2efbf497cab0dc334393edb3b9438e51c023606d13205b13 - 0.0% (824 Bytes)

[#022] sha256:7837699fc9ccc82ad498034b98852bb37e2415b1e9d2b69dc665d1583036193b - 0.0% (829 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-31 20:48:09 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-02-01 16:42:11 UTC

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

2021-02-01 16:42:13 UTC

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

2021-02-01 16:42:14 UTC

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

2021-02-01 16:42:14 UTC

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

2021-02-01 16:42:15 UTC

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

2021-02-05 18:08:25 UTC

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

2021-02-05 18:08:25 UTC

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

2021-02-05 18:08:26 UTC

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

2021-02-05 18:08:27 UTC

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

2021-02-05 18:08:27 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2021-02-05T18:08:22Z

2021-02-05 18:08:27 UTC

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

2021-02-05 18:08:28 UTC

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

2021-02-05 18:08:28 UTC

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

Details
Created

2021-02-05 18:16:46 UTC

Size

94.6 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-02-05T18:16:16Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    a8c06118ba3a2f6b49f7e5311c9a2be5e5b5a873
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4828-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:d2a24c70454d0bb49fec5f16383fbbffb98c35ad494a3ee5e0927fde49797ffe - 0.0% (123 Bytes)

[#004] sha256:8fcf44146f8402a3aed272f48e0e726a8c9e22d1a5d366bc2b15f548e2ccb84f - 28.97% (27.4 MB)

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

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

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

[#008] sha256:b2e88bda4d9cecf97b1e418b1e51f1b166c31e122fbc53e6326568d270c744cc - 17.8% (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-02-05 18:16:19 UTC

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

2021-02-05 18:16:19 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-02-05 18:16:20 UTC

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

2021-02-05 18:16:20 UTC

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

2021-02-05 18:16:38 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-02-05 18:16:39 UTC

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

2021-02-05 18:16:40 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-02-05 18:16:41 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-02-05 18:16:41 UTC

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

2021-02-05 18:16:43 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-02-05 18:16:43 UTC

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

2021-02-05 18:16:43 UTC

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

2021-02-05 18:16:43 UTC

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

2021-02-05 18:16:44 UTC

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

2021-02-05 18:16:44 UTC

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

2021-02-05 18:16:45 UTC

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

2021-02-05 18:16:45 UTC

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

2021-02-05 18:16:45 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-02-05T18:16:16Z

2021-02-05 18:16:45 UTC

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

2021-02-05 18:16:46 UTC

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

2021-02-05 18:16:46 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