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

2020-10-16 21:30:48 UTC

Size

105 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-16T21:30:20Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    f210f54bd3c75cb6b20b014aac7d1ab3ac06939d
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-3974-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:171857c49d0f5e2ebf623e6cb36a8bcad585ed0c2aa99c87a055df034c1e5848 - 24.32% (25.5 MB)

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

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

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

[#004] sha256:871302a52daf81ed85a911ea46f8b30374f6d873aa9a587f2d1343447e863f76 - 28.91% (30.3 MB)

[#005] sha256:151cee34087306d16032c450bf523cda7531b2b1cd30f8d07916138131feb1cb - 2.1% (2.2 MB)

[#006] sha256:90c25e58a12de8a93579f638b862bfdf63d5136fa78b91f3be70d0840f52cac6 - 1.16% (1.22 MB)

[#007] sha256:26df212b91419dc1a307d5c67e4749bab793df0d881ea150d4726eba98a8ebaa - 25.38% (26.6 MB)

[#008] sha256:d6a29a1ea12618b991e92705f46d85529c47d32497131175ccb5ad1dab412350 - 18.11% (19 MB)


History
2020-09-25 22:33:49 UTC

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

2020-09-25 22:33:50 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-09-25 22:33:51 UTC

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

2020-09-25 22:33:52 UTC

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

2020-09-25 22:33:52 UTC

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

2020-10-16 21:30:23 UTC

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

2020-10-16 21:30:23 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-10-16 21:30:24 UTC

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

2020-10-16 21:30:24 UTC

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

2020-10-16 21:30:41 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-10-16 21:30:41 UTC

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

2020-10-16 21:30:42 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-10-16 21:30:43 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

2020-10-16 21:30:43 UTC

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

2020-10-16 21:30:45 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-10-16 21:30:45 UTC

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

2020-10-16 21:30:45 UTC

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

2020-10-16 21:30:46 UTC

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

2020-10-16 21:30:46 UTC

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

2020-10-16 21:30:46 UTC

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

2020-10-16 21:30:47 UTC

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

2020-10-16 21:30:47 UTC

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

2020-10-16 21:30:48 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-10-16T21:30:20Z

2020-10-16 21:30:48 UTC

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

2020-10-16 21:30:48 UTC

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

2020-10-16 21:30:48 UTC

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

Details
Created

2020-10-16 21:21:56 UTC

Size

232 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-16T21:21:51Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    f210f54bd3c75cb6b20b014aac7d1ab3ac06939d
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

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

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1809

POWERSHELL_TELEMETRY_OPTOUT

0

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

\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:aab6118ce69c93410df7fa15842a6e3b3c7ff20b639c779b5d5f78e7653eaa07 - 41.64% (96.5 MB)

[#001] sha256:e87311d03479573968ae8231cd384724cf427ca73a38ede4281f84fda108b0d2 - 0.0% (856 Bytes)

[#002] sha256:0f67c3c4df27c98731c4865bd4ca3a96e9c6026ffc333b71728a9d9035533899 - 0.0% (844 Bytes)

[#003] sha256:548810693754461f5197d5e695f32d1a0bef5b6bc4e2b73afd78594a1b8b49b0 - 0.03% (66.3 KB)

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

[#005] sha256:613b41896e63992719057861e096883666d9f5b7af7d369910194604e6b0fcf6 - 38.37% (88.9 MB)

[#006] sha256:bfe69b58b572059dfa5b09f2e02abce1f253084bc7bdcda985221597b4617f2c - 0.04% (92.2 KB)

[#007] sha256:77f2a954ebdcf37db141c252e6cdd89c8998c52c63eb6094c72e81cd26616403 - 0.0% (844 Bytes)

[#008] sha256:8b5f1b00b146da9c228d8866068516f9e24d14334e5f3422d28d16f7f7aedb31 - 0.0% (890 Bytes)

[#009] sha256:0210b7450a72c0647701f8e18e0e660291c4964d53a08c577c07e8ee723996de - 0.0% (881 Bytes)

[#010] sha256:563f5f187fbe70e5dfaade3d6e747bbb4714c8443ed554986d76629c8415d33e - 0.04% (96.5 KB)

[#011] sha256:19af69ae473b6f12afb364d459b3255ef79a6fb368c27570f781fddec609dc8c - 14.06% (32.6 MB)

[#012] sha256:8fc8fae2e45d395ce54a467742e7bbd5c83495812349fa55ff0c783108140989 - 0.0% (852 Bytes)

[#013] sha256:62e439ae9ff19238ce80981f33fab5b49958b8737b69b355561fb7cb6452d4aa - 0.0% (837 Bytes)

[#014] sha256:3632f5d09eb6e4d46ac5c27a35557014e7d12a9a68c3abec7bda421b4c58d3f6 - 0.0% (849 Bytes)

[#015] sha256:1763c9ea443f03b9f7eafa27b3b3336dbe94ed4cc64f37207cb9b381a5d2c874 - 0.0% (830 Bytes)

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

[#017] sha256:301000f7db96cbd7943e53ef397bd2033b30b3d73b7e10bc498bb3c44c2d5e5f - 5.81% (13.5 MB)

[#018] sha256:950c55d1156b1b613a356cd4492efc7c48d4e55db0577471a2096368802e6d69 - 0.0% (857 Bytes)

[#019] sha256:7bfb63d874927a439caea6a27779b16b57925e4f615932664b947e7070c678ff - 0.0% (852 Bytes)

[#020] sha256:c0376f31528e5646bb86342e268a70b05ab1bcedf953a00bbd827f2a587579a8 - 0.0% (822 Bytes)

[#021] sha256:b79b32836888488fe56bf66894c247b2c11875159adfb4e5f8c71c4479e26d73 - 0.0% (833 Bytes)

[#022] sha256:7d8aee54a52e740419aa8005219d19cdcc8220b1a9857acc39ba3d0e19466a1a - 0.0% (832 Bytes)


History
2020-09-30 11:25:56 UTC

Apply image 1809-amd64

2020-10-13 21:19:40 UTC

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

2020-10-13 21:19:42 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-13 21:20:41 UTC

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

2020-10-13 21:20:42 UTC

cmd /S /C #(nop) USER ContainerUser

2020-10-13 21:21:32 UTC

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

2020-10-13 21:22:18 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-10-13 21:22:19 UTC

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

2020-10-13 21:22:20 UTC

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

2020-10-15 18:32:48 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-15 19:02:59 UTC

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

2020-10-15 19:03:01 UTC

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

2020-10-15 19:03:02 UTC

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

2020-10-15 19:03:03 UTC

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

2020-10-15 19:03:03 UTC

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

2020-10-16 21:21:52 UTC

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

2020-10-16 21:21:53 UTC

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

2020-10-16 21:21:54 UTC

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

2020-10-16 21:21:54 UTC

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

2020-10-16 21:21:55 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-16T21:21:51Z

2020-10-16 21:21:55 UTC

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

2020-10-16 21:21:55 UTC

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

2020-10-16 21:21:56 UTC

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

Details
Created

2020-10-16 21:21:38 UTC

Size

233 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-16T21:21:33Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    f210f54bd3c75cb6b20b014aac7d1ab3ac06939d
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

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

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1909

POWERSHELL_TELEMETRY_OPTOUT

0

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

\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:d6c6a99d5726a68a35f81bb15a53ebdc98b41ff763b7b2442647543ee44bb89c - 42.03% (98.1 MB)

[#001] sha256:faa8988fc2d308b9b4e084a50f8bc40c16ddae3517b7d58f1cde8627c6a9ddbb - 0.0% (868 Bytes)

[#002] sha256:dcf285ae7655b2b00df747d22eb1d2fcaead30c4e69cda916005dff76af27efe - 0.0% (890 Bytes)

[#003] sha256:6e88f022b28ae41033816a947de89c48b962eabc428583f07a2f354428c10496 - 0.03% (65.1 KB)

[#004] sha256:923fb13d34a36233d30c597a6a5c76fdfd67f512797509532d0e04ba1901a8be - 0.0% (865 Bytes)

[#005] sha256:30ddde0cd7c121cb08b9d94bdbb08fa7ca275d7361c37d8be2580974bf106c96 - 38.11% (88.9 MB)

[#006] sha256:d9c8fbe30aeb95b57241f9a7c7b99ad0bad567a346a7824c0b098e955c1d033e - 0.04% (90.9 KB)

[#007] sha256:dfd7005f9a63d1a47a166f1353c376c9f5021955f2e43576522d46653a9faec2 - 0.0% (832 Bytes)

[#008] sha256:251a73c2368d1373ea92cfd55a6aec758e3649ce90e7e9678af2bc61ffbce9c1 - 0.0% (889 Bytes)

[#009] sha256:47f00ed23cf5ee4e0e0545cc7af2d64f7327941d307d90ebc733e08334ae2357 - 0.0% (827 Bytes)

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

[#011] sha256:2d12cecc72a9495c5cfa939051a525638905ac4c20e22674bbd192dad9fa84a2 - 13.97% (32.6 MB)

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

[#013] sha256:6c99951522f0726f6a30ac95e7f4efbc8222af48c80cac2bdf0b729217b9524b - 0.0% (833 Bytes)

[#014] sha256:f1f8f76012ed8ab99ced48b8b72211c5a0a4a594e1fb208db556f5ffe5f94508 - 0.0% (855 Bytes)

[#015] sha256:106d7b4241a26e55ec63acb8e33e5a480c471082c9c15df62476b872d1512e60 - 0.0% (830 Bytes)

[#016] sha256:d9dfef0a720416be316a853af1b6aa33db669894c5335ff399949175d5a93912 - 0.0% (830 Bytes)

[#017] sha256:0a8e06d62ff70545ba3b3697dcefec517d8a309552dfeb8b2ad064dd141de868 - 5.78% (13.5 MB)

[#018] sha256:43ea96a6e400ae4f65fca67170b59e5af0539d42dbcce3a8d5248326f102637e - 0.0% (828 Bytes)

[#019] sha256:4cd58e6cb8018888fe67516205fc163c59131554693c0e427b8b8328e96ae346 - 0.0% (833 Bytes)

[#020] sha256:033d30c1300b5814e50bee11d5755d58695b8e8bb2c971e084273cd02084758a - 0.0% (852 Bytes)

[#021] sha256:d3eac3f363967f2c86858a23c1edfbcffa8d6c3a27bfd3328634bc13a5784af6 - 0.0% (825 Bytes)

[#022] sha256:13f92dd648aa810f8d40e1ee5c02e3f894a04c5fe7d8002867885b50f63be70b - 0.0% (854 Bytes)


History
2020-10-01 03:13:48 UTC

Apply image 1909-amd64

2020-10-13 21:42:44 UTC

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

2020-10-13 21:42:44 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-13 21:43:32 UTC

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

2020-10-13 21:43:33 UTC

cmd /S /C #(nop) USER ContainerUser

2020-10-13 21:43:53 UTC

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

2020-10-13 21:44:29 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-10-13 21:44:29 UTC

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

2020-10-13 21:44:30 UTC

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

2020-10-15 08:56:59 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-15 08:57:00 UTC

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

2020-10-15 08:57:02 UTC

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

2020-10-15 08:57:03 UTC

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

2020-10-15 08:57:03 UTC

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

2020-10-15 08:57:04 UTC

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

2020-10-16 21:21:35 UTC

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

2020-10-16 21:21:36 UTC

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

2020-10-16 21:21:37 UTC

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

2020-10-16 21:21:37 UTC

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

2020-10-16 21:21:37 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-16T21:21:33Z

2020-10-16 21:21:38 UTC

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

2020-10-16 21:21:38 UTC

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

2020-10-16 21:21:38 UTC

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

Details
Created

2020-10-16 21:21:21 UTC

Size

234 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-16T21:21:16Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    f210f54bd3c75cb6b20b014aac7d1ab3ac06939d
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

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

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1903

POWERSHELL_TELEMETRY_OPTOUT

0

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

\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:0e31ee8f400716f940be9db76d6eedb1a903860385b4ca8f70513012d53fe1f1 - 42.08% (98.3 MB)

[#001] sha256:3fd39624f2323c9b7345d34bb53f7a7c32ebbf0b51dded687fa3d2aa8c20aed9 - 0.0% (842 Bytes)

[#002] sha256:aaf14cfa76b50ae5af416c8eade4fc66d06b4b6498e7fd1bcaf09d19f9caea08 - 0.0% (842 Bytes)

[#003] sha256:2854e71c3f0c7a2ca58beddde1498cc6372308503902d0a8b4df6439c16ca8a3 - 0.03% (63.1 KB)

[#004] sha256:2e8c3f004dd28a917de64e2984d92aac360ab0e0d39e2d295352ca56cbf7c0ca - 0.0% (838 Bytes)

[#005] sha256:f25e25c7b6e1fd8af445fcef524046f3e840711df39f74b39b35b88129c17214 - 38.07% (88.9 MB)

[#006] sha256:3303b4a420458aad265396f742bd4f842dd30f3e151ccff9149b594d412fcfe2 - 0.05% (122 KB)

[#007] sha256:b682cfe30d62a82096c2046410c455cca03145fd147b41f45aa99d42ce384483 - 0.0% (896 Bytes)

[#008] sha256:89f145fc649d8f7aaca00ed377ddb8c43c49061b7bfdd547b21b1945a5a6639d - 0.0% (862 Bytes)

[#009] sha256:14db17e6b4d94e4102c5eb736dae24837cc9023abd342797c54aa33d30462d18 - 0.0% (832 Bytes)

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

[#011] sha256:21c83b67c82dd5c8626372525e0205f8a853192fae99179e6e226afc09e59cd9 - 13.96% (32.6 MB)

[#012] sha256:4d134d5133d4386d3ca95a99aa2668971a29824576338ba67fe59b8ef86c7d71 - 0.0% (829 Bytes)

[#013] sha256:3f854beca728576024865f46e2704fe454fba00409138ef1def93065d2bcd3c4 - 0.0% (859 Bytes)

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

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

[#016] sha256:12cf743b114809e08a0c8e8fd8383b98a357afa537a17e159b61c4b2e2b4f28f - 0.0% (832 Bytes)

[#017] sha256:f0d7637ac3ed72ee670cdde1d52f58a0269967b4b9018033c0b7e442a2309dd1 - 5.77% (13.5 MB)

[#018] sha256:958c47d02abae37c5658bb1321d14a5ad83405a373005127cd7763d428dc70a5 - 0.0% (826 Bytes)

[#019] sha256:8397fd1af44f2bdf84fde3c6424b5c5864ef9180972ec0e2a7b5f678a13e24d1 - 0.0% (830 Bytes)

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

[#021] sha256:a282c03456dfb9a3d2ed276fd91612bdacb1d1d62d7821c0ceac24093a7e3f10 - 0.0% (819 Bytes)

[#022] sha256:733cc65bc34dca47dd293172606ef9a01d0747c353830242e1a313ca88d81acf - 0.0% (859 Bytes)


History
2020-09-30 11:26:02 UTC

Apply image 1903-amd64

2020-10-13 21:42:57 UTC

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

2020-10-13 21:42:58 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-13 21:43:16 UTC

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

2020-10-13 21:43:16 UTC

cmd /S /C #(nop) USER ContainerUser

2020-10-13 21:43:30 UTC

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

2020-10-13 21:44:03 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-10-13 21:44:04 UTC

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

2020-10-13 21:44:04 UTC

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

2020-10-15 08:56:49 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-15 08:56:49 UTC

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

2020-10-15 08:56:51 UTC

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

2020-10-15 08:56:52 UTC

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

2020-10-15 08:56:52 UTC

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

2020-10-15 08:56:52 UTC

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

2020-10-16 21:21:18 UTC

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

2020-10-16 21:21:18 UTC

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

2020-10-16 21:21:19 UTC

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

2020-10-16 21:21:20 UTC

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

2020-10-16 21:21:20 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-10-16T21:21:16Z

2020-10-16 21:21:20 UTC

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

2020-10-16 21:21:21 UTC

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

2020-10-16 21:21:21 UTC

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

Details
Created

2020-10-16 21:31:10 UTC

Size

95.1 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-16T21:30:40Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    f210f54bd3c75cb6b20b014aac7d1ab3ac06939d
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-3974-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:296c9ad75beec603486f1373addae8e2c509e94c4adda44c1289792c91624acc - 23.79% (22.6 MB)

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

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

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

[#004] sha256:120c65c83cfedac59821660f997ddc9bfabbe30691d34fad196da7b7d789d5b5 - 28.8% (27.4 MB)

[#005] sha256:ec31164e9f3188f669aa910fa6f005037f2a6471c8fef1db40a8b9910c2e44f1 - 2.04% (1.94 MB)

[#006] sha256:ed8ad04caf494b1901f6db857537c2ee2026f55e666fa494e614550397774ebd - 1.19% (1.13 MB)

[#007] sha256:a58b1fd6d7ff3115dca53219b2e847359581dd0fc6f65d3531ad686b9255a3ff - 25.91% (24.6 MB)

[#008] sha256:6b7cd8c7a40a8fc41d4dfa16ff3b09a71be4bbefd3d0084d56c0ff85b8c16172 - 18.26% (17.4 MB)


History
2020-09-25 22:47:32 UTC

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

2020-09-25 22:47:35 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-09-25 22:47:36 UTC

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

2020-09-25 22:47:38 UTC

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

2020-09-25 22:47:39 UTC

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

2020-10-16 21:30:43 UTC

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

2020-10-16 21:30:43 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-10-16 21:30:44 UTC

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

2020-10-16 21:30:44 UTC

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

2020-10-16 21:31:03 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-10-16 21:31:03 UTC

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

2020-10-16 21:31:04 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-10-16 21:31:05 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

2020-10-16 21:31:05 UTC

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

2020-10-16 21:31:07 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-10-16 21:31:07 UTC

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

2020-10-16 21:31:08 UTC

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

2020-10-16 21:31:08 UTC

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

2020-10-16 21:31:08 UTC

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

2020-10-16 21:31:08 UTC

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

2020-10-16 21:31:09 UTC

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

2020-10-16 21:31:10 UTC

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

2020-10-16 21:31:10 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-10-16T21:30:40Z

2020-10-16 21:31:10 UTC

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

2020-10-16 21:31:10 UTC

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

2020-10-16 21:31:10 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