Namespace
rancher
Image / Tag
rancher-agent:v2.4-3477-head
Content Digest
sha256:3cdde7d540a6643fb69ac3cb64e81f643da1a9e5e3ae0c8911d6fa9336ea1c30
Details
Created

2020-08-19 17:11:09 UTC

Size

105 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-08-19T17:10:37Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    99437bf8ad851efe07085f640c1a6b5d890fce25
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-3477-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:7595c8c21622ea8a8b9778972e26dbbe063f7a1c4b0a28a80a34ebb3d343b586 - 24.31% (25.5 MB)

[#001] sha256:d13af8ca898f36af68711cb67c345f65046a78ccd802453f4b129adf9205b1f8 - 0.03% (34.5 KB)

[#002] sha256:70799171ddba93a611490ba3557d782714b3f4da8963d49ac8726786ba8274a5 - 0.0% (848 Bytes)

[#003] sha256:b6c12202c5ef07dc9eb8f9d9e71407064684ed70f8c4040b62679b7d30200840 - 0.0% (161 Bytes)

[#004] sha256:710485cd8e4b4dd68b7cc5d9ea3bcad16a02f04f7463aa92779fb79b8f142065 - 0.0% (123 Bytes)

[#005] sha256:f74ad78e70f95bce931420a3bfcf14d7eb8fc9f8e9c1a101596e35cbdf87031d - 28.9% (30.3 MB)

[#006] sha256:4895be44e8710dc3cf4c2e2fe8bb41833ad247ae0e017ecbfd03eb7573beb435 - 2.1% (2.2 MB)

[#007] sha256:7bbe99f9d6778e4d4a031bd31077e8e1951be17303f95daf271db7a46005a526 - 1.16% (1.22 MB)

[#008] sha256:0bc22764a53e4d1273c481b9e952fa61c95d914a3161474cd6810ea6994758cf - 25.38% (26.6 MB)

[#009] sha256:0ee4dc986b26a6781352df7a3618bbe76c3aa2f16a6aa95b839828890a7b955f - 18.11% (19 MB)


History
2020-07-24 14:38:19 UTC

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

2020-07-24 14:38:20 UTC

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

2020-07-24 14:38:21 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-07-24 14:38:21 UTC

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

2020-07-24 14:38:22 UTC

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

2020-08-19 17:10:40 UTC

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

2020-08-19 17:10:40 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-08-19 17:10:41 UTC

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

2020-08-19 17:10:42 UTC

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

2020-08-19 17:11:00 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-08-19 17:11:01 UTC

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

2020-08-19 17:11:02 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-08-19 17:11:03 UTC

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

2020-08-19 17:11:04 UTC

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

2020-08-19 17:11:05 UTC

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

2020-08-19 17:11:06 UTC

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

2020-08-19 17:11:06 UTC

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

2020-08-19 17:11:06 UTC

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

2020-08-19 17:11:06 UTC

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

2020-08-19 17:11:07 UTC

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

2020-08-19 17:11:08 UTC

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

2020-08-19 17:11:08 UTC

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

2020-08-19 17:11:08 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-08-19T17:10:37Z

2020-08-19 17:11:08 UTC

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

2020-08-19 17:11:09 UTC

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

2020-08-19 17:11:09 UTC

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

Details
Created

2020-08-19 17:01:03 UTC

Size

232 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-08-19T17:00:48Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    99437bf8ad851efe07085f640c1a6b5d890fce25
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

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

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1809-KB4565349-amd64

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:ce1c649a3e5b5b5449776d4afce631c673cade12336ccb5a38a0aac7c9d8b2bc - 41.58% (96.3 MB)

[#001] sha256:7faa8b742f9631b42a9205876cc727ffa352abb6cee017c1d1d9392abddcd313 - 0.0% (838 Bytes)

[#002] sha256:0c2fc86b9dadff222eca11e0e6bab2c3158a31e22cce766ac9cfde1f4a576856 - 0.0% (838 Bytes)

[#003] sha256:52bdd3932c0557c61f78db49bdf4196f2b9be53675af22e99852d11e66d38794 - 0.0% (836 Bytes)

[#004] sha256:9b106ae5c4d8c2a9fe2acb5a1eeb391506140ffb4cc220c3b9f5d850159e43ab - 0.03% (64.9 KB)

[#005] sha256:895b948ccfa29db408ff14b7f4b71a8dbc4370dea4d4cb2f62408124ba4155de - 0.0% (860 Bytes)

[#006] sha256:72e8c8759db590ccd720acc7459bbdd9164b4e2b8c8c99dcaa436dd2832df3b4 - 38.4% (88.9 MB)

[#007] sha256:dbdae1ce5b6368ca3a0d1d8e93be51a5d7b060e701b60daa27d5793f18e1c97d - 0.06% (132 KB)

[#008] sha256:ae20a9b494b26c05caf10a84c47e036bacecd0da3451c32ddca9158e60a229ea - 0.0% (836 Bytes)

[#009] sha256:5954decfbd5a3f11adf57651a276880af8b05b36891f2c128468fa65b44f104a - 0.0% (834 Bytes)

[#010] sha256:2bcd3e96d22febc4bdafbd6d0197e3d4c0b098efe5d267f0b827f243d3b96f41 - 0.04% (96.5 KB)

[#011] sha256:e1729b516c73e91b48487e46e791489d0947245afb19bd1830cbbd0e14f59595 - 14.07% (32.6 MB)

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

[#013] sha256:87acd95ffec24f6790a5bc2b2d891771275985a646805cd139a89043315d3657 - 0.0% (854 Bytes)

[#014] sha256:d7b6084ba6c7e1702addc40ccaa67d121e9edf8a90d98d2462b215b8d4c6f1c6 - 0.0% (827 Bytes)

[#015] sha256:8a3830a5347f7acbbbff856e139b012d0f9d4f9092a4c6ce2d4fcdc779267b16 - 0.0% (891 Bytes)

[#016] sha256:946ee58f9c3a0ec44d6ea13fa958eb00be7e3bb6f5ac7a5effae8347757d00d6 - 0.0% (857 Bytes)

[#017] sha256:e00d2e8978b7d79fd2aa68d95f88c318497be12facb5945ecacb4efe27aec0ea - 5.82% (13.5 MB)

[#018] sha256:471101875bbb003e4130d829953863af15f5e3a2fe77448e8506cbb1e28dacba - 0.0% (828 Bytes)

[#019] sha256:5d3e3d1d01a0f360658d4114c8a30b8020f4d36e5cb68332017b27fe2d0d560c - 0.0% (854 Bytes)

[#020] sha256:82a284098f8b478f524d7a4394b10eeafc2a6c18ce566a3f24ca575945f32bab - 0.0% (824 Bytes)

[#021] sha256:bdbb2f8fb4564bf397618d973702c40d1301986cf83004d6c611673dae798900 - 0.0% (862 Bytes)

[#022] sha256:366b1b5e42123714ce496902fbb0bb2e4e71ff35b62d992f8da4df38d19fea20 - 0.0% (848 Bytes)


History
2020-08-06 01:28:42 UTC

Apply image 1809-KB4565349-amd64

2020-08-14 17:11:24 UTC

cmd /S /C #(nop) ARG fromTag=1709

2020-08-14 17:11:25 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-KB4565349-amd64

2020-08-14 17:11:25 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-08-14 17:11:45 UTC

|1 fromTag=1809-KB4565349-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M

2020-08-14 17:11:45 UTC

cmd /S /C #(nop) USER ContainerUser

2020-08-14 17:11:57 UTC

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

2020-08-14 17:12:30 UTC

|1 fromTag=1809-KB4565349-amd64 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-08-14 17:12:30 UTC

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

2020-08-18 19:31:09 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-08-18 19:31:09 UTC

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

2020-08-18 19:31:11 UTC

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

2020-08-18 19:31:12 UTC

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

2020-08-18 19:31:12 UTC

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

2020-08-18 19:31:12 UTC

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

2020-08-19 17:00:54 UTC

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

2020-08-19 17:00:55 UTC

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

2020-08-19 17:01:00 UTC

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

2020-08-19 17:01:01 UTC

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

2020-08-19 17:01:02 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-08-19T17:00:48Z

2020-08-19 17:01:02 UTC

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

2020-08-19 17:01:02 UTC

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

2020-08-19 17:01:03 UTC

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

Details
Created

2020-08-19 17:00:58 UTC

Size

233 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-08-19T17:00:44Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    99437bf8ad851efe07085f640c1a6b5d890fce25
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

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

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1909-KB4565483-amd64

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:e8a609e7f617bec4bcf5ba70cf691a9884e732141eadfcc9c42c436f917d0164 - 41.98% (97.9 MB)

[#001] sha256:f69c4c04af059b407ce235a9fe0f5dbdac1acb659c430e1833f032d59c54a44d - 0.0% (832 Bytes)

[#002] sha256:72b97ba92e8318fc9a92e5844f0fd6d9f18c98d0a3617751c97929f75ea30a7d - 0.0% (909 Bytes)

[#003] sha256:d42f4e553405da437ee2340b55b881b0331c3248fcf50e4d99d5f10681872813 - 0.0% (837 Bytes)

[#004] sha256:eb2bd59962273b3695d74c39f57f7f6cb94b660c6b24a50842dfa0b92cd3456e - 0.03% (66.6 KB)

[#005] sha256:f88712b8391a1bc1df04ce30ae241e6e6db02e7a299974cb2369737cf97fcd70 - 0.0% (840 Bytes)

[#006] sha256:9854a896de0f9cd78b8ecdf5435e85f911c7eb7f559bfcbb22e156f092725622 - 38.15% (88.9 MB)

[#007] sha256:552d1cab94d2e705e3f64b564242ed79bce25764edba87f44ef9017baae83ff1 - 0.04% (95.1 KB)

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

[#009] sha256:9e0ed350d1ef005a5f2224a3311bc93737375aab88d10c630b65fad3045823ac - 0.0% (833 Bytes)

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

[#011] sha256:e8ef0163149b652ef2ca75ff65e4b8c3fb1a10ed0cc6c21227b1f01e2c9f0cf9 - 13.98% (32.6 MB)

[#012] sha256:c4691730d2c1e494315a53637a8f6fb07f85bae2b3f79eaaf30cf25c7a418bb9 - 0.0% (833 Bytes)

[#013] sha256:2605b8c20e8674cce38acf9cd9867fa4d9458daaad3c17d548ade45ef3302495 - 0.0% (847 Bytes)

[#014] sha256:5ba44aee9ea348ae44f6f17895a0174edd5dc3d6d4756c1d57004171706ec35c - 0.0% (828 Bytes)

[#015] sha256:9d392e14eabee67c6fd5708840a541f1f943a882a80603a2c9380a064a4dd544 - 0.0% (856 Bytes)

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

[#017] sha256:71616dfc9811bb2c7169c060eae3cc8adf58dca30cb99139b1438fb85e8fcd09 - 5.78% (13.5 MB)

[#018] sha256:70ce2f400832f6769e30abeac5401bfa8846bd4ed084d6a6ce4203011c6dd421 - 0.0% (855 Bytes)

[#019] sha256:a5a651f2f5021fbfb7333a77d6c8049410565fd5240c83f41f083386b63aae33 - 0.0% (889 Bytes)

[#020] sha256:d474b61d9054b1809344a70d0147ca5e9c462f89ba9adcd58d3ac7aaf77e8562 - 0.0% (860 Bytes)

[#021] sha256:b1987d533e548556f8d697d7f102e66162a25f731f0036c2906af097cf6ca866 - 0.0% (888 Bytes)

[#022] sha256:949b6b2dea178983eb4fa44de939a97f02cf1a617f6050433a87df63e694a644 - 0.0% (855 Bytes)


History
2020-07-08 02:16:11 UTC

Apply image 1909-KB4565483-amd64

2020-08-14 17:23:02 UTC

cmd /S /C #(nop) ARG fromTag=1709

2020-08-14 17:23:03 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-KB4565483-amd64

2020-08-14 17:23:04 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-08-14 17:23:38 UTC

|1 fromTag=1909-KB4565483-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M

2020-08-14 17:23:39 UTC

cmd /S /C #(nop) USER ContainerUser

2020-08-14 17:23:58 UTC

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

2020-08-14 17:24:36 UTC

|1 fromTag=1909-KB4565483-amd64 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-08-14 17:24:37 UTC

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

2020-08-18 19:30:57 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-08-18 19:30:57 UTC

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

2020-08-18 19:30:59 UTC

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

2020-08-18 19:31:00 UTC

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

2020-08-18 19:31:00 UTC

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

2020-08-18 19:31:00 UTC

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

2020-08-19 17:00:49 UTC

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

2020-08-19 17:00:50 UTC

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

2020-08-19 17:00:54 UTC

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

2020-08-19 17:00:55 UTC

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

2020-08-19 17:00:56 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-08-19T17:00:44Z

2020-08-19 17:00:56 UTC

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

2020-08-19 17:00:57 UTC

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

2020-08-19 17:00:58 UTC

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

Details
Created

2020-08-19 17:00:27 UTC

Size

233 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-08-19T17:00:18Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    99437bf8ad851efe07085f640c1a6b5d890fce25
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

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

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1903-KB4565483-amd64

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:f07c298b155a926cb3857f19bd243eb37ae8af769486fb258a756447b691840c - 41.96% (97.8 MB)

[#001] sha256:ca7240146fcae31715f97a7a041e18abddb4e45a62c258a06cff51627d288f80 - 0.0% (838 Bytes)

[#002] sha256:4ab9f8429c375839d6325571aa6c1c7bc958b425bd393233d1a9852f6774171d - 0.0% (859 Bytes)

[#003] sha256:0e6769c1f528d865e79b1e48bb760bd5737b15d5a6c20d269e3efcdd481d898e - 0.0% (840 Bytes)

[#004] sha256:9bba958fbda2a14e697725fdd9f866e8613210b24d9a833dc363d8a0212c20ed - 0.03% (64.6 KB)

[#005] sha256:85bdb87e0b8ff7ab40be1f9f13b9aafce3daf1f7096753e6bf8cb83da746b13b - 0.0% (841 Bytes)

[#006] sha256:bac1aa0ab642d13082c010dd7deb5d5c3029a41155cf0116fe2c71d4594f353c - 38.15% (88.9 MB)

[#007] sha256:4eca6ad779e8a51543bd157c90213e734e171efc4f794000a309aa48b1182f0e - 0.05% (128 KB)

[#008] sha256:cd8b0df07d7d96744f49a7c9d9140a897f0afc5009b248a6a9559e7f76721398 - 0.0% (833 Bytes)

[#009] sha256:0a9280353dbc4016e68e98210735b658362e0f45004a4c323f2f431d2d20f622 - 0.0% (831 Bytes)

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

[#011] sha256:d1889983bd44a4b64f9eb3fea624afd969f3c094f9437fea8fc6ab857e79acd3 - 13.98% (32.6 MB)

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

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

[#014] sha256:19355d383ba642024110c35a418a5c713d2b7e5e5ae72aad011187e6549109d6 - 0.0% (825 Bytes)

[#015] sha256:8e3bf628cd9cacaa7bd5034a455c02c526b37514c48aa40d46ae510fb2290123 - 0.0% (860 Bytes)

[#016] sha256:ee8dcb46607199971a6570ab70ba3652edf9f95f7657eb0d897066981d350c4b - 0.0% (831 Bytes)

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

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

[#019] sha256:7526563f33a6fe9a829bd9192269711c652a1d733694764f838686a105db7d7d - 0.0% (866 Bytes)

[#020] sha256:0ef64389bd10163d60d5b4fe1c27967501eefd946a75ade1985e2e79de77f369 - 0.0% (826 Bytes)

[#021] sha256:87c7549a432f4f5ce4db07dcc2ed5303bcb24d558edebf6aab517ded0e60d8ad - 0.0% (853 Bytes)

[#022] sha256:2ef7eaf127ffaefff050752b6d7cdf88f445810a7c9926fc65e6e597f9052b1a - 0.0% (848 Bytes)


History
2020-07-07 12:59:30 UTC

Apply image 1903-KB4565483-amd64

2020-08-14 17:17:01 UTC

cmd /S /C #(nop) ARG fromTag=1709

2020-08-14 17:17:01 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-KB4565483-amd64

2020-08-14 17:17:02 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-08-14 17:17:25 UTC

|1 fromTag=1903-KB4565483-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M

2020-08-14 17:17:26 UTC

cmd /S /C #(nop) USER ContainerUser

2020-08-14 17:17:42 UTC

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

2020-08-14 17:18:30 UTC

|1 fromTag=1903-KB4565483-amd64 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-08-14 17:18:30 UTC

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

2020-08-18 19:30:42 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-08-18 19:30:42 UTC

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

2020-08-18 19:30:44 UTC

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

2020-08-18 19:30:45 UTC

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

2020-08-18 19:30:45 UTC

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

2020-08-18 19:30:46 UTC

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

2020-08-19 17:00:23 UTC

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

2020-08-19 17:00:24 UTC

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

2020-08-19 17:00:25 UTC

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

2020-08-19 17:00:25 UTC

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

2020-08-19 17:00:26 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-08-19T17:00:18Z

2020-08-19 17:00:26 UTC

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

2020-08-19 17:00:26 UTC

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

2020-08-19 17:00:27 UTC

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

Details
Created

2020-08-19 17:05:41 UTC

Size

95.1 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-08-19T17:05:11Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    99437bf8ad851efe07085f640c1a6b5d890fce25
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

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

[#001] sha256:a27ecf0d2a869e5d188121e6b38473e481b66599a26d8df24d22c9170f50bfa9 - 0.04% (34.4 KB)

[#002] sha256:f4eb48eb870f62ec1a7a4a2d753bf2b92dff62a6dbedaeff6db6e41cb33196bc - 0.0% (849 Bytes)

[#003] sha256:0f912b9bb20d998fd0f1a2526d5539f35d34a476da71c783d0041b25b78c0af5 - 0.0% (188 Bytes)

[#004] sha256:21088e1e371113caab48628161a1c4bf24affb27122a42e764851303dcefb6ca - 0.0% (123 Bytes)

[#005] sha256:816979ed666bc8dd928b2886e57475c7f79b1152096989ef955a137c10cb2e7a - 28.79% (27.4 MB)

[#006] sha256:48ca6be820061eeb0f1e99b63b5135bcaad3b4f2e214d801a4c4e56b91ff1408 - 2.04% (1.94 MB)

[#007] sha256:110dd0e6605aceb1572856b66a5f54d0b5c08ab4490d5502a2476ff8730730d9 - 1.19% (1.13 MB)

[#008] sha256:02c4b22ac25ee5431d15d211c053aae8103f85345646f0c3963ca7bf0cc296ca - 25.9% (24.6 MB)

[#009] sha256:730cc4e99f19a9a4ab44a59926062add61adc10098b78dfdd0bc6154c07463f2 - 18.25% (17.4 MB)


History
2020-07-24 16:21:15 UTC

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

2020-07-24 16:21:35 UTC

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

2020-07-24 16:21:51 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-07-24 16:23:26 UTC

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

2020-07-24 16:23:50 UTC

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

2020-08-19 17:05:14 UTC

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

2020-08-19 17:05:14 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-08-19 17:05:15 UTC

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

2020-08-19 17:05:15 UTC

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

2020-08-19 17:05:33 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-08-19 17:05:33 UTC

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

2020-08-19 17:05:34 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-08-19 17:05:35 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-08-19 17:05:36 UTC

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

2020-08-19 17:05:38 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-08-19 17:05:38 UTC

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

2020-08-19 17:05:38 UTC

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

2020-08-19 17:05:38 UTC

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

2020-08-19 17:05:38 UTC

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

2020-08-19 17:05:39 UTC

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

2020-08-19 17:05:40 UTC

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

2020-08-19 17:05:40 UTC

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

2020-08-19 17:05:40 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-08-19T17:05:11Z

2020-08-19 17:05:40 UTC

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

2020-08-19 17:05:41 UTC

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

2020-08-19 17:05:41 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