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

2021-01-20 17:55:52 UTC

Size

104 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-01-20T17:55:22Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    e0e2866e7c29606264e7891d4f01cee01b526b1f
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4728-head

DOCKER_API_VERSION

1.24

DOCKER_URL

DOCKER_URL_amd64

DOCKER_URL_amd64

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

DOCKER_URL_arm64

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

KUBECTL_VERSION

v1.17.6

KUBEPROMPT_VERSION

v1.0.10

LOGLEVEL_VERSION

v0.1.3

PATH

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

SSL_CERT_DIR

/etc/kubernetes/ssl/certs


Layers

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

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

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

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

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

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

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

[#007] sha256:1533c10881652719746cc74d0ccc31d6e91076ac628be67db11544b5d9074880 - 25.53% (26.6 MB)

[#008] sha256:fa1ef52bfe888ec7497fa4979e8dec98901c7d1cac1d90da8e78df7fe33f952b - 17.62% (18.3 MB)


History
2020-11-25 22:25:13 UTC

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

2020-11-25 22:25:14 UTC

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

2020-11-25 22:25:15 UTC

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

2020-11-25 22:25:16 UTC

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

2020-11-25 22:25:17 UTC

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

2021-01-20 17:55:25 UTC

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

2021-01-20 17:55:25 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-20 17:55:26 UTC

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

2021-01-20 17:55:26 UTC

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

2021-01-20 17:55:43 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-20 17:55:44 UTC

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

2021-01-20 17:55:45 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-20 17:55:46 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-20 17:55:47 UTC

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

2021-01-20 17:55:49 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-20 17:55:49 UTC

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

2021-01-20 17:55:49 UTC

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

2021-01-20 17:55:50 UTC

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

2021-01-20 17:55:50 UTC

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

2021-01-20 17:55:50 UTC

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

2021-01-20 17:55:51 UTC

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

2021-01-20 17:55:52 UTC

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

2021-01-20 17:55:52 UTC

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

2021-01-20 17:55:52 UTC

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

2021-01-20 17:55:52 UTC

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

2021-01-20 17:55:52 UTC

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

Details
Created

2021-01-20 17:45:29 UTC

Size

240 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-01-20T17:45:25Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    e0e2866e7c29606264e7891d4f01cee01b526b1f
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4728-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.26% (96.6 MB)

[#001] sha256:70220169a64d6302f4515abf14ee74d434c26c52ff69344a39e0f2f4b3ad9e1c - 0.0% (1.12 KB)

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

[#003] sha256:b81a75f9f189ee547be6d8966eafe7b0daeac19d4bd3f01e050d31caa4775797 - 0.03% (69.9 KB)

[#004] sha256:e9d331c5c4fbc2ac580c25d25707a54d530fb84c1a448c028f6b0212844cf973 - 0.0% (1020 Bytes)

[#005] sha256:f8972875c02fa530c7f1d299f39b756432b38ad975cc2647f824b6d46449909c - 40.41% (97 MB)

[#006] sha256:1b71a133c06991dbfb554cb3c18a70c2767910ea1e11edca4fb6a82ba563a8bf - 0.05% (135 KB)

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

[#008] sha256:63774abb91c6cf0aadb55894a9f5f0580b74f4df186b1adfd3a657c3d79b66e5 - 0.0% (1.02 KB)

[#009] sha256:473ff5cdeadef5d5dd0f31298495da6179608b7a9e333121d2f57f0bf4034712 - 0.0% (848 Bytes)

[#010] sha256:3152002a3f6fed13c7b03046fef7a585ef824cbbf66f20c6cca48b41c5931909 - 0.04% (96.5 KB)

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

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

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

[#014] sha256:bcaae0726d8805d27c4d5bf2cab899f828d263a7cd137663538f8e0e21ef51d0 - 0.0% (854 Bytes)

[#015] sha256:604885e232cfaa3fa012db5fa9173bf704ee83fe27d8117cc6a066e6f43a6d9c - 0.0% (854 Bytes)

[#016] sha256:6cc376edb11067769317af70bd22839e1d75055eac276bd802cedc4301e77d2e - 0.0% (827 Bytes)

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

[#018] sha256:466c9f0c6a37fe156f70b3b7bcba1d957f0df13dec7058bd3c0e271ef5a9a501 - 0.0% (826 Bytes)

[#019] sha256:75bdef210c499f81d44d3ee83a3d640437cde91440557cbed13c502a44c3234b - 0.0% (829 Bytes)

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

[#021] sha256:48dca776b942017b20c6c7ecd1405edcd5d85da26bdbe417cd09221cab322bb1 - 0.0% (827 Bytes)

[#022] sha256:e7ed8b54ce44d9a4ee9c24d6d22fc866791c2800c8c47769f8431f6852836492 - 0.0% (828 Bytes)


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

Apply image 1809-amd64

2021-01-19 23:20:25 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-19 23:20:27 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-01-19 23:20:59 UTC

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

2021-01-19 23:20:59 UTC

cmd /S /C #(nop) USER ContainerUser

2021-01-19 23:21:19 UTC

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

2021-01-19 23:21:57 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-19 23:21:58 UTC

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

2021-01-19 23:21:58 UTC

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

2021-01-20 00:06:19 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-01-20 04:21:12 UTC

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

2021-01-20 04:21:14 UTC

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

2021-01-20 04:21:15 UTC

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

2021-01-20 04:21:15 UTC

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

2021-01-20 04:21:15 UTC

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

2021-01-20 17:45:26 UTC

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

2021-01-20 17:45:27 UTC

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

2021-01-20 17:45:27 UTC

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

2021-01-20 17:45:28 UTC

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

2021-01-20 17:45:28 UTC

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

2021-01-20 17:45:29 UTC

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

2021-01-20 17:45:29 UTC

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

2021-01-20 17:45:29 UTC

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

Details
Created

2021-01-20 17:39:30 UTC

Size

243 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-01-20T17:39:26Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    e0e2866e7c29606264e7891d4f01cee01b526b1f
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4728-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:fb0d0a5eed4c7e3b9d4dfdfa8b844bfcef7ad31367ac269af0e54415ec105418 - 0.0% (1.02 KB)

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

[#003] sha256:c0f33331efcd07bba50f3651e0f8a9084431a914b07e060a4c61802c3770851a - 0.03% (63.9 KB)

[#004] sha256:57d90fb8451c5e89042c677794634ce14a2a76ca7e348e66fca168797086f832 - 0.0% (1.07 KB)

[#005] sha256:2fbd100c04dbf81a6360fa2f18417049fc8e1c7ad54e9027b18326a236432d9a - 39.92% (97 MB)

[#006] sha256:37d494e8738dc9918335085c14701262c32eb03582eccb8f1e2e69548e416d3d - 0.05% (128 KB)

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

[#008] sha256:205ec9ef187f76b2b8d9fd8a1e8d69fd69ccda4dd44b2bdbd4b8eb718759e34c - 0.0% (1.02 KB)

[#009] sha256:485601979b744102037cd36c6f949b2e72e2987fb68406574fea4add373117a5 - 0.0% (834 Bytes)

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

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

[#012] sha256:3191ed4fc3fc8a9770cdd693e2db08c2842a92992fd1c898d4130caf78710f07 - 0.0% (853 Bytes)

[#013] sha256:320cc99b98b1a376143b4c65115a0040bc09080f92a942c7954a8a416df0c33d - 0.0% (860 Bytes)

[#014] sha256:03fd8f2ed61971fd44b5943a902e90cd2fa2e5904e905ff88c99b5051a610e73 - 0.0% (860 Bytes)

[#015] sha256:b0a646db7d6f6069bd6c74b47c9a982f10b33a933ffa6578180f3e4851a6b85b - 0.0% (825 Bytes)

[#016] sha256:1a110aaede0c4c522e3f6d7586162f36e5e7eeff6d78c5a82d3f2bb5d99de120 - 0.0% (858 Bytes)

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

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

[#019] sha256:3a5f322694a3beb90c33a1b964b1f07f2450b1cd7a7993e13da0dfe059742818 - 0.0% (850 Bytes)

[#020] sha256:73d0a8c1b28264ff103dd5e48f955e09af9293c6db33244165f1dea5a7ac2af8 - 0.0% (830 Bytes)

[#021] sha256:fb45de4b5408630d06dfb6f7fdaf2dad268bcf40dc81ccdbbc0646c882f0d076 - 0.0% (828 Bytes)

[#022] sha256:2c6a0e97df55abb05f0ada195f581d86ee89439c529cb75b48cb20e1810dc522 - 0.0% (828 Bytes)


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

Apply image 1909-amd64

2021-01-19 23:20:39 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-19 23:20:40 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-01-19 23:21:04 UTC

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

2021-01-19 23:21:05 UTC

cmd /S /C #(nop) USER ContainerUser

2021-01-19 23:21:22 UTC

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

2021-01-19 23:22:06 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-19 23:22:06 UTC

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

2021-01-19 23:22:07 UTC

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

2021-01-20 00:06:33 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-01-20 04:21:13 UTC

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

2021-01-20 04:21:16 UTC

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

2021-01-20 04:21:16 UTC

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

2021-01-20 04:21:17 UTC

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

2021-01-20 04:21:17 UTC

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

2021-01-20 17:39:27 UTC

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

2021-01-20 17:39:28 UTC

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

2021-01-20 17:39:28 UTC

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

2021-01-20 17:39:29 UTC

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

2021-01-20 17:39:29 UTC

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

2021-01-20 17:39:30 UTC

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

2021-01-20 17:39:30 UTC

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

2021-01-20 17:39:30 UTC

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

Details
Created

2021-01-20 17:39:23 UTC

Size

241 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-01-20T17:39:19Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    e0e2866e7c29606264e7891d4f01cee01b526b1f
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4728-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:490fdfe4863e27aed7edab4fa89185f432359d349936eebdf76a706b1b7da95e - 0.0% (861 Bytes)

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

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

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

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

[#014] sha256:87ac2aca96d3560dad1d1f0f059eaabae9bb55312cb6f33be375b4a0f26cdaf9 - 0.0% (833 Bytes)

[#015] sha256:5810ded02806fc26fd93d57defcf5d04444052129c06ed6a3d2507dda3af2c46 - 0.0% (853 Bytes)

[#016] sha256:c504699da0fb6e5cc88144e1959cefe16625d76094900ef77aafd0a054aba3a2 - 0.0% (851 Bytes)

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

[#018] sha256:174246da5471488dbf9f5319f89bb0dd59109e5c6d4206a41e2b6de7508e5a60 - 0.0% (831 Bytes)

[#019] sha256:20b598d312795b83998777ebce41b168c9b5347e3b0d8faea5bb769f72bf7c73 - 0.0% (823 Bytes)

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

[#021] sha256:29c8c64a1d110de1c85fd847c6c520df6dc98f3e05dc99335f1df857e15824bf - 0.0% (826 Bytes)

[#022] sha256:e5713d50e468eae6c132740d2c7d34b7d715018be56e18ec3d07c173af778a98 - 0.0% (830 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-20 00:06:25 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-01-20 04:21:15 UTC

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

2021-01-20 04:21:17 UTC

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

2021-01-20 04:21:17 UTC

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

2021-01-20 04:21:18 UTC

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

2021-01-20 04:21:18 UTC

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

2021-01-20 17:39:20 UTC

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

2021-01-20 17:39:21 UTC

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

2021-01-20 17:39:21 UTC

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

2021-01-20 17:39:22 UTC

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

2021-01-20 17:39:22 UTC

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

2021-01-20 17:39:22 UTC

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

2021-01-20 17:39:23 UTC

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

2021-01-20 17:39:23 UTC

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

Details
Created

2021-01-20 17:42:28 UTC

Size

94.6 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-01-20T17:41:56Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    e0e2866e7c29606264e7891d4f01cee01b526b1f
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-4728-head

DOCKER_API_VERSION

1.24

DOCKER_URL

DOCKER_URL_arm64

DOCKER_URL_amd64

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

DOCKER_URL_arm64

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

KUBECTL_VERSION

v1.17.6

KUBEPROMPT_VERSION

v1.0.10

LOGLEVEL_VERSION

v0.1.3

PATH

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

SSL_CERT_DIR

/etc/kubernetes/ssl/certs


Layers

[#000] sha256:04da93b342eb651d6b94c74a934a3290697573a907fa0a06067b538095601745 - 23.93% (22.6 MB)

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

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

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

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

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

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

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

[#008] sha256:c44e2f4154cc7f69bc717fd0d5af301febbc231fac0f1d752a0c8a83d53f5291 - 17.8% (16.8 MB)


History
2020-11-25 22:42:53 UTC

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

2020-11-25 22:42:56 UTC

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

2020-11-25 22:42:58 UTC

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

2020-11-25 22:43:00 UTC

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

2020-11-25 22:43:01 UTC

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

2021-01-20 17:41:59 UTC

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

2021-01-20 17:41: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-20 17:42:00 UTC

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

2021-01-20 17:42:01 UTC

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

2021-01-20 17:42:20 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-20 17:42:20 UTC

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

2021-01-20 17:42:21 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-20 17:42:23 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-20 17:42:23 UTC

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

2021-01-20 17:42:24 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-20 17:42:25 UTC

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

2021-01-20 17:42:25 UTC

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

2021-01-20 17:42:25 UTC

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

2021-01-20 17:42:25 UTC

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

2021-01-20 17:42:26 UTC

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

2021-01-20 17:42:26 UTC

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

2021-01-20 17:42:27 UTC

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

2021-01-20 17:42:27 UTC

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

2021-01-20 17:42:27 UTC

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

2021-01-20 17:42:27 UTC

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

2021-01-20 17:42:28 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