Namespace
rancher
Image / Tag
rancher-agent:v2.3.10-rc2
Content Digest
sha256:c932f9eebfc65e8847ec3eea797f1e1acaaef40f805ef08fed8c64a69d1368be
Details
Created

2020-12-22 02:07:23 UTC

Size

99.9 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-12-22T02:06:54Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    58986a77fdaecf0eda6e8b78582907940b7d4a5d
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.3.10-rc2

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.16.1

KUBEPROMPT_VERSION

v1.0.6

LOGLEVEL_VERSION

v0.1.2

PATH

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

SSL_CERT_DIR

/etc/kubernetes/ssl/certs


Layers

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

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

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

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

[#004] sha256:6d96d0102345f267172527622dcd8b1e97547ee27a084d0043d4f7cf62df6253 - 31.39% (31.4 MB)

[#005] sha256:f6ec42e9d030a8e93c0688d41df6e0f0734f0d31e300e2a1f0b77fc483787038 - 2.2% (2.2 MB)

[#006] sha256:2cffd8af7c395769b0f4ccb46fe18425d8da8d937ac55e7b0991023a6da6910b - 1.22% (1.22 MB)

[#007] sha256:ba828dd25c3ece0777ff3711de0155e0ce397ef772521f95200fb3c16a0bdb6a - 24.08% (24.1 MB)

[#008] sha256:5be3f4f4e55ce1bc539bec351bfe24375c3319f9ba392466605e399032a6411e - 15.62% (15.6 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"]

2020-12-22 02:06:57 UTC

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

2020-12-22 02:06:57 UTC

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

2020-12-22 02:06:58 UTC

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

2020-12-22 02:06:58 UTC

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

2020-12-22 02:07:15 UTC

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

2020-12-22 02:07:16 UTC

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

2020-12-22 02:07:17 UTC

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

2020-12-22 02:07:18 UTC

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

2020-12-22 02:07:18 UTC

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

2020-12-22 02:07:20 UTC

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

2020-12-22 02:07:20 UTC

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

2020-12-22 02:07:20 UTC

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

2020-12-22 02:07:21 UTC

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

2020-12-22 02:07:21 UTC

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

2020-12-22 02:07:21 UTC

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

2020-12-22 02:07:22 UTC

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

2020-12-22 02:07:22 UTC

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

2020-12-22 02:07:22 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-12-22T02:06:54Z

2020-12-22 02:07:22 UTC

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

2020-12-22 02:07:23 UTC

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

2020-12-22 02:07:23 UTC

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

Details
Created

2020-12-22 01:58:13 UTC

Size

238 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-12-22T01:58:03Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    58986a77fdaecf0eda6e8b78582907940b7d4a5d
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.3.10-rc2

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:21be49aa856f07be4e0a677b988e43c04bd595a3c858e58b6c364477bbbf7222 - 40.63% (96.6 MB)

[#001] sha256:7b5e1bc2bc95804adfcd2715992e45609590e0dd1afb70a25f787ba285e2101c - 0.0% (863 Bytes)

[#002] sha256:899884f723056a55de1dceecd183d49f07dc37fd9dee994f5de6cdd6942f78b4 - 0.0% (838 Bytes)

[#003] sha256:ffea4b65bddf583646e6419e008d26b11f6ae5667f70ebcbe49243f7874ae591 - 0.03% (65.6 KB)

[#004] sha256:4603361ba950abc81d0a75a705733ce99a80a6a1d6da29926187201559bb26f7 - 0.0% (842 Bytes)

[#005] sha256:78cf252b5eb9467c62c464b50e49f8d29974163d83bfeb5b4a9efb94db38e968 - 40.8% (97 MB)

[#006] sha256:ed2e0a7850c4c8d90a0eef11853b97fca5a9ecb0f8fae3249f209a856e8a26f9 - 0.04% (101 KB)

[#007] sha256:af4d4a5234690c54c2ad75e085e197f745a51c722de5d6653484ed49d9e93355 - 0.0% (869 Bytes)

[#008] sha256:c389f220757c04e843571be1557f262bd27ec7ff77a862dc52ec4811a9a5fd1d - 0.0% (839 Bytes)

[#009] sha256:6be3a7f40b2e879df6e2056666aaf0ec05a1ba6616bbee4e0aac57295d609f1a - 0.0% (854 Bytes)

[#010] sha256:83b5450b11c44235688b2e0682be12d2c206f9d85f765cd17756f55e2a07d701 - 0.04% (96.5 KB)

[#011] sha256:e17f828158419142b6e76ccde8e8ad775885cb5603ba3dc0592e9781c663ca48 - 13.72% (32.6 MB)

[#012] sha256:4983bc39d0036ad94efa1cea4be48595aec95d69af48234bb1d91b056f7766ca - 0.0% (830 Bytes)

[#013] sha256:78c9a611048a4184ad15cacae501f07675761869fcf7d084558c50ec7d0ddd4a - 0.0% (828 Bytes)

[#014] sha256:53af8235d3698c0ad0230fd6387c409eb44b4913e02a39751867f06cdf2cbfa3 - 0.0% (820 Bytes)

[#015] sha256:42f81663991f2208ba35c5e90da92ff160be9b9c759fd176ec28d13889a66d09 - 0.0% (856 Bytes)

[#016] sha256:e6f0e4869e6b948b8853a56a4c43cc348a518ce7138e82565ed71d7a8276b746 - 0.0% (822 Bytes)

[#017] sha256:45dbbd5ac8222c9f708a2f6dc3be9c8828a4ed31f7c726c75803710d51416dfe - 4.73% (11.3 MB)

[#018] sha256:c7d111756ebc66fd9458413bb97b9bb062ec428a097b6076e31a6a52bebe6a55 - 0.0% (825 Bytes)

[#019] sha256:06de39c5efab12698c58c2ba47dcde81638407d032cbed4862a1983087084360 - 0.0% (855 Bytes)

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

[#021] sha256:bbd8a534b19915958874ed494bf55901a3541fc28fcf8a7751685074b76e3a6e - 0.0% (830 Bytes)

[#022] sha256:2dbce32257dc32b9e91164b4f3071824176ec3098feaeff347f097b7a5170d0f - 0.0% (832 Bytes)


History
2020-12-03 08:05:47 UTC

Apply image 1809-amd64

2020-12-15 00:41:22 UTC

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

2020-12-15 00:41:22 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-12-15 00:41:50 UTC

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

2020-12-15 00:41:50 UTC

cmd /S /C #(nop) USER ContainerUser

2020-12-15 00:42:13 UTC

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

2020-12-15 00:42:49 UTC

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

2020-12-15 00:42:49 UTC

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

2020-12-15 00:42:50 UTC

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

2020-12-21 18:07:42 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-12-21 18:07:43 UTC

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

2020-12-21 18:07:45 UTC

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

2020-12-21 18:07:46 UTC

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

2020-12-21 18:07:47 UTC

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

2020-12-21 18:07:47 UTC

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

2020-12-22 01:57:51 UTC

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

2020-12-22 01:57:51 UTC

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

2020-12-22 01:57:52 UTC

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

2020-12-22 01:57:53 UTC

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

2020-12-22 01:58:12 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-12-22T01:58:03Z

2020-12-22 01:58:12 UTC

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

2020-12-22 01:58:13 UTC

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

2020-12-22 01:58:13 UTC

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

Details
Created

2020-12-22 01:59:07 UTC

Size

239 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-12-22T01:59:04Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    58986a77fdaecf0eda6e8b78582907940b7d4a5d
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.3.10-rc2

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 - 41.01% (98.1 MB)

[#001] sha256:c99b71322f98094328cbfe4e533e62c323564185edb3aef36f201817c35d316f - 0.0% (874 Bytes)

[#002] sha256:644592099bcca3931ac208de7acb18b9864fc376aa82ce79d503ff8811305b80 - 0.0% (824 Bytes)

[#003] sha256:7f7168ee45921ab5248822efe6710cd780cf1a3ce1ce72f4902c574a2fdca84a - 0.03% (64.4 KB)

[#004] sha256:567655c4eda01ab6f5e1b0c8458db71ca7ebcc436a8e8f3105d57ce7c18dc775 - 0.0% (847 Bytes)

[#005] sha256:0439fdc969df0a1428ef1ee44139a71fdcce4e14d78a889ba00380d3c13884b7 - 40.54% (97 MB)

[#006] sha256:72a7a5d1fb28553e60322aa9f952dfd9bf21b40672041fa06131be2f8fea358c - 0.04% (91.9 KB)

[#007] sha256:68fc068d7c1db4cdc2fe38f2bcb9c5ad86ee8bd823baba9f0a479586a1bad7e0 - 0.0% (840 Bytes)

[#008] sha256:d13bfa802c2e0f5118e03c462abe5f10ae3dbb32512317987800a17255806b3c - 0.0% (840 Bytes)

[#009] sha256:53cc2cb793203dd814691ffe6dc312a90e80342b0dd94e914767d30e341c7ce0 - 0.0% (875 Bytes)

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

[#011] sha256:845c44ba6a7f1875d941ce550f5a9d7ce8d8b175527598abfda206fe95b7e658 - 13.63% (32.6 MB)

[#012] sha256:71654dd20f93c56197a5bc5db2975139f76906b126a19fa5ad834d2c9656c98a - 0.0% (836 Bytes)

[#013] sha256:9b5d23cff867534b717ea344c01b9d17374d1d3f5843c8601cf384a5664d440e - 0.0% (829 Bytes)

[#014] sha256:9c7200b62f22a44f285b7a95c94411423df2d5726185af9d8892006fba378266 - 0.0% (831 Bytes)

[#015] sha256:91f6353612ed5e40ddc9d5ab8eeb39069650a9d686b322325709be76b611c227 - 0.0% (826 Bytes)

[#016] sha256:5c7f5a32e529706a68ea1dc5eae0e32ed24efae6b99ba5ce3fb088247e44d4e2 - 0.0% (849 Bytes)

[#017] sha256:9d67568b41ab41fa31d5d39360dbfeb0d1127e0911636e23442d65e4e6d787a5 - 4.7% (11.3 MB)

[#018] sha256:f80447203f434e4c642dc1f1fcf36510b2750441f040e4685a2f0161a2a530c2 - 0.0% (836 Bytes)

[#019] sha256:a39ae8696d22db93685a00a9b04c759e06b5a495124763fc42b21adf07ea6047 - 0.0% (828 Bytes)

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

[#021] sha256:69b924a9a7cadf7162effa8acfc5e85a70aa402efd4311e38fe90dc7724aed58 - 0.0% (855 Bytes)

[#022] sha256:c52ece11e4bffc732f49bb9770d8c5ebccb434d433ae8487e0317f186ddcd534 - 0.0% (829 Bytes)


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

Apply image 1903-amd64

2020-12-15 00:30:30 UTC

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

2020-12-15 00:30:30 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-12-15 00:30:59 UTC

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

2020-12-15 00:31:00 UTC

cmd /S /C #(nop) USER ContainerUser

2020-12-15 00:31:50 UTC

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

2020-12-15 00:32:35 UTC

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

2020-12-15 00:32:36 UTC

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

2020-12-15 00:32:37 UTC

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

2020-12-21 18:10:22 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-12-21 18:10:23 UTC

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

2020-12-21 18:10:25 UTC

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

2020-12-21 18:10:26 UTC

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

2020-12-21 18:10:26 UTC

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

2020-12-21 18:10:27 UTC

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

2020-12-22 01:58:50 UTC

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

2020-12-22 01:58:50 UTC

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

2020-12-22 01:58:51 UTC

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

2020-12-22 01:58:51 UTC

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

2020-12-22 01:59:06 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-12-22T01:59:04Z

2020-12-22 01:59:06 UTC

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

2020-12-22 01:59:07 UTC

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

2020-12-22 01:59:07 UTC

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

Details
Created

2020-12-22 02:06:01 UTC

Size

90.5 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-12-22T02:05:32Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    58986a77fdaecf0eda6e8b78582907940b7d4a5d
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.3.10-rc2

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.16.1

KUBEPROMPT_VERSION

v1.0.6

LOGLEVEL_VERSION

v0.1.2

PATH

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

SSL_CERT_DIR

/etc/kubernetes/ssl/certs


Layers

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

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

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

[#003] sha256:39a004ac4c48f13893d6adb16223a69bc39a106d4e8e12320bb54f5d37b4d5e2 - 0.0% (122 Bytes)

[#004] sha256:76ff5f12ce791016db8137b912f210f968964c7b697993713106351bcac594d2 - 31.42% (28.4 MB)

[#005] sha256:f923170771095da404cdd3341537e6b302d2271c41ab731ad59353bef775e644 - 2.14% (1.94 MB)

[#006] sha256:a12ea9758c5a88172705fc5079e4beb828e6d58f8847b1f5d2ec4c84e2ad0985 - 1.25% (1.13 MB)

[#007] sha256:4ba78cf02d500ad353ea0f8b0b9076150e20f71729a487692327040e1c5dde70 - 24.45% (22.1 MB)

[#008] sha256:60ae935a14f35395337e44a8c37c24488714b748756b88aece7beeae11b6f188 - 15.73% (14.2 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"]

2020-12-22 02:05:34 UTC

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

2020-12-22 02:05:35 UTC

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

2020-12-22 02:05:35 UTC

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

2020-12-22 02:05:36 UTC

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

2020-12-22 02:05:54 UTC

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

2020-12-22 02:05:55 UTC

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

2020-12-22 02:05:56 UTC

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

2020-12-22 02:05:57 UTC

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

2020-12-22 02:05:57 UTC

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

2020-12-22 02:05:58 UTC

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

2020-12-22 02:05:58 UTC

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

2020-12-22 02:05:59 UTC

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

2020-12-22 02:05:59 UTC

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

2020-12-22 02:05:59 UTC

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

2020-12-22 02:05:59 UTC

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

2020-12-22 02:06:00 UTC

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

2020-12-22 02:06:01 UTC

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

2020-12-22 02:06:01 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-12-22T02:05:32Z

2020-12-22 02:06:01 UTC

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

2020-12-22 02:06:01 UTC

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

2020-12-22 02:06:01 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