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

2020-09-02 17:44:13 UTC

Size

105 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-09-02T17:43:40Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    220f1c9c50635086d6729ac831b9aad4183c943d
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

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

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

[#002] sha256:94e5ff4c0b1526abf77c236655f21c8f67a23313291c8b970fe6b469549d8153 - 0.0% (848 Bytes)

[#003] sha256:1860925334f940c3145808527480b4f0cba7f01279087fdb27679e4354fba967 - 0.0% (163 Bytes)

[#004] sha256:1848aadf510c2b2bcbab5157b489e52380477e024dbf74bb78149c2495cd5e3c - 0.0% (121 Bytes)

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

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

[#007] sha256:1d03db3bd3aa59f853db793d032168065870b5a874bb88f7c939b00dee15c40c - 1.16% (1.22 MB)

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

[#009] sha256:69324a03461931898c8c586fe76c8025af1414db7582866cc081e733d8a6fe1f - 18.11% (19 MB)


History
2020-08-19 21:13:50 UTC

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

2020-08-19 21:13:52 UTC

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

2020-08-19 21:13:53 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-08-19 21:13:55 UTC

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

2020-08-19 21:13:55 UTC

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

2020-09-02 17:43:44 UTC

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

2020-09-02 17:43:44 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-09-02 17:43:45 UTC

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

2020-09-02 17:43:45 UTC

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

2020-09-02 17:44:04 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-09-02 17:44:04 UTC

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

2020-09-02 17:44:06 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-09-02 17:44:07 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-09-02 17:44:07 UTC

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

2020-09-02 17:44:09 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-09-02 17:44:10 UTC

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

2020-09-02 17:44:10 UTC

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

2020-09-02 17:44:10 UTC

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

2020-09-02 17:44:11 UTC

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

2020-09-02 17:44:11 UTC

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

2020-09-02 17:44:12 UTC

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

2020-09-02 17:44:12 UTC

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

2020-09-02 17:44:12 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-02T17:43:40Z

2020-09-02 17:44:13 UTC

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

2020-09-02 17:44:13 UTC

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

2020-09-02 17:44:13 UTC

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

Details
Created

2020-09-02 17:37:29 UTC

Size

232 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-09-02T17:37:00Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    220f1c9c50635086d6729ac831b9aad4183c943d
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-3569-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:400f596f482576fd2d181433c462f67aadbec10473a3f1428e963f4276b600eb - 0.0% (831 Bytes)

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

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

[#012] sha256:10e6a0a4db0c5e0ccca00e901c3206ba7c7d835341cb8675623ab752df84e82b - 0.0% (830 Bytes)

[#013] sha256:59a74c080382a65395656267bc77af47d7915ec63cd8ee8130767f99b90ec2e4 - 0.0% (828 Bytes)

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

[#015] sha256:212ca6aa65cb3753cfa8e714b36bd4a4004cd8ddc498467df82ceecf12864a08 - 0.0% (860 Bytes)

[#016] sha256:366496068376edbe5ddaa9e0ff3898ef977e4f69ca45fa3889264b175b65bd1a - 0.0% (855 Bytes)

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

[#018] sha256:bbd1bb944b728eeb2560b6d33c05357afbd14c9dd72b10c2dd306fa2130700db - 0.0% (864 Bytes)

[#019] sha256:9caa50313875cf26e778f7c66dc31c3e68a5f19c367e6849f55b67673bc76e88 - 0.0% (880 Bytes)

[#020] sha256:d7ff95dc33890209115db493910c4304481073a5a7dfe048ba4c1317a532aaf6 - 0.0% (857 Bytes)

[#021] sha256:b8d63339550a49ad59e557ad2313d50f949c51e47ee65590ed3e89860698ba29 - 0.0% (890 Bytes)

[#022] sha256:319bad7639a79de2eac192c9b74048f0bf7a2b2b8ca15d652b001a2e3ad1cd09 - 0.0% (930 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-31 18:53:30 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-08-31 18:53:30 UTC

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

2020-08-31 18:53:33 UTC

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

2020-08-31 18:53:34 UTC

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

2020-08-31 18:53:34 UTC

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

2020-08-31 18:53:35 UTC

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

2020-09-02 17:37:14 UTC

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

2020-09-02 17:37:15 UTC

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

2020-09-02 17:37:23 UTC

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

2020-09-02 17:37:24 UTC

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

2020-09-02 17:37:25 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-02T17:37:00Z

2020-09-02 17:37:26 UTC

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

2020-09-02 17:37:27 UTC

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

2020-09-02 17:37:29 UTC

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

Details
Created

2020-09-02 17:38:00 UTC

Size

233 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-09-02T17:37:28Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    220f1c9c50635086d6729ac831b9aad4183c943d
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-3569-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:29581e48879c852da6076a73ea09d150e6d3f7b2aeb11e69a713c9f65a55d16c - 0.0% (828 Bytes)

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

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

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

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

[#014] sha256:81b2ab1ad2c480ed03989feb99c745bdad666468ea8346ecf71c5baedbf0be6c - 0.0% (833 Bytes)

[#015] sha256:205a9927bbfdf6105dfcefa45469a7b3eebcb7404277f2a098138bdad0dc8dbb - 0.0% (858 Bytes)

[#016] sha256:0d1162a6743b16cebb6bf6d5bc06995e437fa2f6b6d1b72a1947524f197dd7a8 - 0.0% (868 Bytes)

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

[#018] sha256:21341ccfca390942bb7eb5c13745b638c4c5b95c975403f4d7cfcd6d7d1321a2 - 0.0% (858 Bytes)

[#019] sha256:38ca06384f57661af77aaf44b196926029523fa8a4f20c69186d6cd62a634c21 - 0.0% (900 Bytes)

[#020] sha256:19aab30573b04c3de6da0d629a7a0746604bf8c1b66129efa4bf1c217f14327a - 0.0% (883 Bytes)

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

[#022] sha256:8cfdc64caa8db29b6150321f2201ededde8295e4c24b9248a6a99c5545c78d38 - 0.0% (862 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-31 18:56:11 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-08-31 18:56:11 UTC

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

2020-08-31 18:56:13 UTC

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

2020-08-31 18:56:14 UTC

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

2020-08-31 18:56:14 UTC

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

2020-08-31 18:56:15 UTC

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

2020-09-02 17:37:38 UTC

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

2020-09-02 17:37:40 UTC

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

2020-09-02 17:37:55 UTC

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

2020-09-02 17:37:56 UTC

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

2020-09-02 17:37:57 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-02T17:37:28Z

2020-09-02 17:37:58 UTC

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

2020-09-02 17:38:00 UTC

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

2020-09-02 17:38:00 UTC

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

Details
Created

2020-09-02 17:37:04 UTC

Size

233 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-09-02T17:36:35Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    220f1c9c50635086d6729ac831b9aad4183c943d
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-3569-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:8288f398a4ad810c89365918794e12078994aaaad563721cefa7ed28969bb12d - 0.0% (832 Bytes)

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

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

[#012] sha256:51681b1aa7a5ad81b245bf941a3f5db1480ccc4d617da98b8eb5463af2d953a2 - 0.0% (831 Bytes)

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

[#014] sha256:43593365c3b55c61122e3d12d5de8549688012ceaeacfcb1c1008466d331ed6d - 0.0% (825 Bytes)

[#015] sha256:fa6cb80a059a1a7dd5b6579132fe44d303c36f74c3fef4f6b24dcfa8ee296115 - 0.0% (890 Bytes)

[#016] sha256:0d912c43d48349303f3c198b3b207b7e58033b0019325212cbfec699d9172c1f - 0.0% (862 Bytes)

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

[#018] sha256:dc56c89ced46d4d239dc02a04973c1e9b10d162674618a938cd98c5dde884dba - 0.0% (854 Bytes)

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

[#020] sha256:008e207a5f9775044d4362af394f5140c6a94dcd0c0aab2325bdd5abff07ce91 - 0.0% (858 Bytes)

[#021] sha256:6a98fbedea1bfd6c8dfc8b8d0d4e5a447ff2f9eed706f763ac7b46644770748d - 0.0% (860 Bytes)

[#022] sha256:837169863544b350f500118e9abc638babda07f7f6df103ab0b8edf7129b245e - 0.0% (858 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-31 18:54:19 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-08-31 18:54:20 UTC

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

2020-08-31 18:54:22 UTC

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

2020-08-31 18:54:22 UTC

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

2020-08-31 18:54:23 UTC

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

2020-08-31 18:54:23 UTC

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

2020-09-02 17:36:45 UTC

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

2020-09-02 17:36:46 UTC

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

2020-09-02 17:36:59 UTC

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

2020-09-02 17:37:00 UTC

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

2020-09-02 17:37:02 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-02T17:36:35Z

2020-09-02 17:37:02 UTC

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

2020-09-02 17:37:03 UTC

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

2020-09-02 17:37:04 UTC

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

Details
Created

2020-09-02 17:43:03 UTC

Size

95.1 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-09-02T17:42:32Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    220f1c9c50635086d6729ac831b9aad4183c943d
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.4-3569-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:237528ba509b2abcdba1ff1344bab27ad56235cdb3c1c131d3587f6fba4d92c9 - 23.78% (22.6 MB)

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

[#002] sha256:4d82b0e39008d2fa246a0dca4cfa5feb15db58591582a839bd69d5000aa2e96d - 0.0% (852 Bytes)

[#003] sha256:e7ca375b8d34c9bc764ae24791184cba22510f0c002815b4f9766dd0463f5f5e - 0.0% (189 Bytes)

[#004] sha256:cd31ee7ac6d4a499b1e9598e7e517479511ecacf718f54151f59a4001b9fb4b7 - 0.0% (124 Bytes)

[#005] sha256:0436447aa113750619049cbd6f0461dad4652de1434ec495fa68d9b54c85760e - 28.79% (27.4 MB)

[#006] sha256:9c69d7e91b1a561c8b9f9656ed73ed459b165c465a31631b0148c5807f690f59 - 2.04% (1.94 MB)

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

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

[#009] sha256:48a4542053a015f00d8c1b7ef27038d4a2aa0dfa64d64a5600c18d2e09060c81 - 18.26% (17.4 MB)


History
2020-08-19 21:29:47 UTC

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

2020-08-19 21:29:51 UTC

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

2020-08-19 21:29:53 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-08-19 21:29:55 UTC

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

2020-08-19 21:29:55 UTC

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

2020-09-02 17:42:35 UTC

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

2020-09-02 17:42: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-09-02 17:42:36 UTC

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

2020-09-02 17:42:37 UTC

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

2020-09-02 17:42:55 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-09-02 17:42:55 UTC

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

2020-09-02 17:42:57 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-09-02 17:42:58 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-09-02 17:42:58 UTC

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

2020-09-02 17:43:00 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-09-02 17:43:00 UTC

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

2020-09-02 17:43:01 UTC

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

2020-09-02 17:43:01 UTC

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

2020-09-02 17:43:01 UTC

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

2020-09-02 17:43:01 UTC

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

2020-09-02 17:43:02 UTC

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

2020-09-02 17:43:02 UTC

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

2020-09-02 17:43:03 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-02T17:42:32Z

2020-09-02 17:43:03 UTC

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

2020-09-02 17:43:03 UTC

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

2020-09-02 17:43:03 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