Namespace
rancher
Image / Tag
rancher-agent:master-5a2b9f67abc7b25c1fd53fe6ffb069b5c61159e3-head
Content Digest
sha256:b9c77ba6f45e60e4f63800f3127827382016db0533fbae749fbc4a1bd9aab954
Details
Created

2020-10-16 18:21:54 UTC

Size

159 MB

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

Environment
AGENT_IMAGE

rancher/rancher-agent:master-5a2b9f67abc7b25c1fd53fe6ffb069b5c61159e3-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.18.2

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 - 16.02% (25.5 MB)

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

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

[#003] sha256:15e489e72e71691219765eaab5c681c5a2dfd383a79e43bd9c0f1841ae6378d5 - 0.0% (124 Bytes)

[#004] sha256:92037432b9e4ea78c054b4c2df5e8682642d3cd11421ec2c9f16779aa8296874 - 34.14% (54.3 MB)

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

[#006] sha256:21c3ffde2d02e6c0c8b1c1ff8711dbb5bacd865dac71fbac902794f3a994d074 - 16.72% (26.6 MB)

[#007] sha256:cba3f4e7cc8b1b684968f1fe8b7ba85bc9eb10483cdffa78d0eeba409d308b04 - 12.9% (20.5 MB)

[#008] sha256:3f50e464ef4b7d2502c09d12fd82889ba99f39ff93302b32e6958bd287cd29bc - 18.84% (29.9 MB)

[#009] sha256:c1feca56e673787c67dd3281a4c92d2e75bfc5e9703dcb04f4e29835a4833a3d - 0.0% (171 Bytes)


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 18:21:15 UTC

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

2020-10-16 18:21:16 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 18:21:17 UTC

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

2020-10-16 18:21:17 UTC

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

2020-10-16 18:21:38 UTC

|1 ARCH=amd64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends git 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 18:21:38 UTC

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

2020-10-16 18:21:40 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 18:21:40 UTC

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

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

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

2020-10-16 18:21:43 UTC

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

2020-10-16 18:21:43 UTC

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

2020-10-16 18:21:44 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-5a2b9f67abc7b25c1fd53fe6ffb069b5c61159e3-head

2020-10-16 18:21:44 UTC

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

2020-10-16 18:21:49 UTC

/bin/sh -c #(nop) COPY dir:657dd3d1d7c6c085e489d56652bf3acac6511acab2ad0d9b73d5d062ce976b58 in /var/lib/rancher-data

2020-10-16 18:21:52 UTC

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

2020-10-16 18:21:52 UTC

/bin/sh -c #(nop) WORKDIR /var/lib/rancher

2020-10-16 18:21:53 UTC

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

2020-10-16 18:21:53 UTC

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

2020-10-16 18:21:53 UTC

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

2020-10-16 18:21:54 UTC

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

2020-10-16 18:21:54 UTC

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

Details
Created

2020-10-16 18:15:46 UTC

Size

248 MB

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

Environment
AGENT_IMAGE

rancher/rancher-agent:master-5a2b9f67abc7b25c1fd53fe6ffb069b5c61159e3-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 - 38.88% (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 - 35.82% (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 - 13.13% (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:db53e025122866a1f8fa1b06a099cc5c38433816ce79d88aecd1a69ee7f08c57 - 0.0% (828 Bytes)

[#016] sha256:9ce1837fd4e968bb56941b3813093604d975bfaad3ce60d400286d22a656a9db - 0.0% (834 Bytes)

[#017] sha256:b7c06c3371e1781ec935c6d412a73e89a8f9d0368eeee60448b5e89555e9976c - 12.06% (29.9 MB)

[#018] sha256:d115be4f3979b276fcbd21ec82705a327b8faa6b5ad903aff7b107498f2d66fa - 0.0% (851 Bytes)

[#019] sha256:0a66f03f0e0fbb3caea94ea06490e05d16552cc27a8faf3a0970455c9d958ea8 - 0.0% (829 Bytes)

[#020] sha256:53f59829da61f1eb637915095dd777771b01b4153e593f2340ff6b3fa74a529e - 0.0% (832 Bytes)

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

[#022] sha256:71d288fcf41802f069fe1ae585350e24c6426c6df5ccbc2f398099f2be8809e9 - 0.0% (830 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 18:15:42 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-5a2b9f67abc7b25c1fd53fe6ffb069b5c61159e3-head

2020-10-16 18:15:42 UTC

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

2020-10-16 18:15:43 UTC

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

2020-10-16 18:15:44 UTC

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

2020-10-16 18:15:45 UTC

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

2020-10-16 18:15:45 UTC

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

2020-10-16 18:15:46 UTC

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

2020-10-16 18:15:46 UTC

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

Details
Created

2020-10-16 18:15:11 UTC

Size

250 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-16T18:15:06Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    5a2b9f67abc7b25c1fd53fe6ffb069b5c61159e3
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-5a2b9f67abc7b25c1fd53fe6ffb069b5c61159e3-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 - 39.26% (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 - 35.6% (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:5c87826c4bcfb5ba44b3a09b903268af83417a8085d1f98f07423fc0e03fc092 - 0.0% (829 Bytes)

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

[#011] sha256:d12ea14b07212c7415cba2f2ce48a4ceccf50f8d60ad96c6ef6732f28731f015 - 13.05% (32.6 MB)

[#012] sha256:eec9767f9259348284a7cac224ddd9ca884fba7c499a1ff4ecc6cdca98f5c78b - 0.0% (849 Bytes)

[#013] sha256:1f8898b303c8ad208101ac972b533290ba35c1d0b5b30e80cbe46d7d5424da54 - 0.0% (828 Bytes)

[#014] sha256:b746bbbf84e4584af6883bfb6fb6d3b25f197f8b08b868e5deb88ce0c0c812d1 - 0.0% (856 Bytes)

[#015] sha256:7f76fa952ee225cc9d530f48d50383ecfadad349d291e6345b4aec20ed26336f - 0.0% (820 Bytes)

[#016] sha256:863b6bf14904ce67ac61f2b89023bd7ffd51f184aabfac18eef3e1792f7d7e00 - 0.0% (858 Bytes)

[#017] sha256:dd712a0f8fa88eed237ec47d3b5dd8c4c1534ce250993640dae594e4db867664 - 11.98% (29.9 MB)

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

[#019] sha256:f48a96d2d57bb0e1603624dc9aa3b9e0dd0d605ef115c6c3a4f30bc2fe7d27f7 - 0.0% (853 Bytes)

[#020] sha256:669c3563d45fc969c27cacd134af278627831bd1958968a3dbae959c47761a4a - 0.0% (852 Bytes)

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

[#022] sha256:37788e9b011b95877ca60e4ebe95c9bc5b7fa93f2ac81ef10cb67683802405bf - 0.0% (830 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 18:32:39 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-16 05:05:53 UTC

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

2020-10-16 05:05:55 UTC

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

2020-10-16 05:05:55 UTC

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

2020-10-16 05:05:56 UTC

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

2020-10-16 05:05:56 UTC

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

2020-10-16 18:15:08 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-5a2b9f67abc7b25c1fd53fe6ffb069b5c61159e3-head

2020-10-16 18:15:08 UTC

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

2020-10-16 18:15:09 UTC

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

2020-10-16 18:15:10 UTC

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

2020-10-16 18:15:10 UTC

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

2020-10-16 18:15:11 UTC

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

2020-10-16 18:15:11 UTC

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

2020-10-16 18:15:11 UTC

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

Details
Created

2020-10-16 18:14:57 UTC

Size

250 MB

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

Environment
AGENT_IMAGE

rancher/rancher-agent:master-5a2b9f67abc7b25c1fd53fe6ffb069b5c61159e3-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 - 39.31% (98.3 MB)

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

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

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

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

[#005] sha256:f25e25c7b6e1fd8af445fcef524046f3e840711df39f74b39b35b88129c17214 - 35.57% (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:ad31c58d14c368a2befde55956923bc03479b7730088ebf353f28d8b5a5858cf - 0.0% (830 Bytes)

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

[#011] sha256:76b44c055f17e6c8903b5bc9f20c20a3e3c502304f6776d100db2e2a1916d51c - 13.04% (32.6 MB)

[#012] sha256:2c38dd79e055e3a5252251b60fc39fb9d6f556899b0ab5438d2e62748f109777 - 0.0% (834 Bytes)

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

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

[#015] sha256:3d8484e2cba4a9069d294d187f0475e90e1104b488013ab1b5b3ac947e7246c1 - 0.0% (863 Bytes)

[#016] sha256:e1f859c30bb730f7aeb5a511c639b8613bd5cd815c3ee049f1b8526fe398a2bd - 0.0% (829 Bytes)

[#017] sha256:c5dd6b4db9b1bd28673673eb97191c64846eaa35fcd14a24ffd9b12359233577 - 11.97% (29.9 MB)

[#018] sha256:95ed504e716456349068772fd0b4f71863c544c6a29fe08d6f5277f8f7860ea5 - 0.0% (830 Bytes)

[#019] sha256:4a1a848b7fa00dffb99e4105e6d600aa71a535cc8af268dc3223bb32d349acf2 - 0.0% (829 Bytes)

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

[#021] sha256:a341907593821e1bedea012958281fab53452030ff3a608dfb359d224c22c8dd - 0.0% (831 Bytes)

[#022] sha256:81e0dbb6f4b3c65b9fe77ebf8d034b33844734388c60fc11269a9daf0566f10f - 0.0% (823 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 17:55:56 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-15 17:55:56 UTC

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

2020-10-15 17:55:58 UTC

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

2020-10-15 17:55:59 UTC

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

2020-10-15 17:55:59 UTC

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

2020-10-15 17:56:00 UTC

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

2020-10-16 18:14:53 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-5a2b9f67abc7b25c1fd53fe6ffb069b5c61159e3-head

2020-10-16 18:14:53 UTC

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

2020-10-16 18:14:55 UTC

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

2020-10-16 18:14:55 UTC

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

2020-10-16 18:14:56 UTC

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

2020-10-16 18:14:56 UTC

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

2020-10-16 18:14:56 UTC

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

2020-10-16 18:14:57 UTC

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

Details
Created

2020-10-16 18:19:03 UTC

Size

147 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-10-16T18:18:15Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    5a2b9f67abc7b25c1fd53fe6ffb069b5c61159e3
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-5a2b9f67abc7b25c1fd53fe6ffb069b5c61159e3-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.18.2

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 - 15.34% (22.6 MB)

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

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

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

[#004] sha256:e627bdc102144ffa6f6afc580cca630a4e35c735d94318e9ae009b8da058b233 - 34.04% (50.2 MB)

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

[#006] sha256:25f3448476f9a616120f534178caae83ded42132d2d349305612d70012dd9aa9 - 16.7% (24.6 MB)

[#007] sha256:c5c54ef22821112bbc8e577553692c7251d2b4dafe7c97b44142a6aa76c56f43 - 13.91% (20.5 MB)

[#008] sha256:0116e1bce11fc4c9def013e40c697aae38eeb95ca612a1daf271fa7bd8d9e467 - 18.69% (27.6 MB)

[#009] sha256:532030742ba31a89fae98198d1ac287533a36f7da073b6642e5e97d3991d5331 - 0.0% (172 Bytes)


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 18:18:29 UTC

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

2020-10-16 18:18:29 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 18:18:30 UTC

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

2020-10-16 18:18:30 UTC

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

2020-10-16 18:18:50 UTC

|1 ARCH=arm64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends git 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 18:18:51 UTC

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

2020-10-16 18:18:52 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 18:18:52 UTC

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

2020-10-16 18:18:54 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 18:18:54 UTC

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

2020-10-16 18:18:54 UTC

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

2020-10-16 18:18:55 UTC

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

2020-10-16 18:18:55 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-5a2b9f67abc7b25c1fd53fe6ffb069b5c61159e3-head

2020-10-16 18:18:55 UTC

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

2020-10-16 18:18:59 UTC

/bin/sh -c #(nop) COPY dir:9dd3871658baecff8ee3629b884c181dca12b6a388444f4e4400c2a00b0e6a78 in /var/lib/rancher-data

2020-10-16 18:19:01 UTC

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

2020-10-16 18:19:01 UTC

/bin/sh -c #(nop) WORKDIR /var/lib/rancher

2020-10-16 18:19:02 UTC

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

2020-10-16 18:19:02 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-10-16T18:18:15Z

2020-10-16 18:19:02 UTC

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

2020-10-16 18:19:02 UTC

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

2020-10-16 18:19: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