Namespace
rancher
Image / Tag
rancher-agent:master-ac07508b94efd52d69f805e10b8420cd178f453e-head
Content Digest
sha256:903a1e6dfce03993bdeb09f117699573f05df824f328b86d9940528d0b1636a7
Details
Created

2020-10-16 18:36:38 UTC

Size

159 MB

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

Environment
AGENT_IMAGE

rancher/rancher-agent:master-ac07508b94efd52d69f805e10b8420cd178f453e-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:596a6f620d7d613981425defeb67d94cea96f7c1413ca96d4c063655a9025c9f - 0.0% (124 Bytes)

[#004] sha256:41e7aa486183a93cd99e2674604ca55507e54ceb6133e4aaceb57b34fa45aaec - 34.14% (54.3 MB)

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

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

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

[#008] sha256:347f25bb2874c20cc41aebea7689ff37b225fac731d38fefffe9d1f0f9741cbd - 18.84% (29.9 MB)

[#009] sha256:02018abdd0b9be83052abf7bcdbd918228e3fdf752dcab381df2575e47860d18 - 0.0% (172 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:36:05 UTC

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

2020-10-16 18:36:05 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:36:06 UTC

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

2020-10-16 18:36:06 UTC

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

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

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

2020-10-16 18:36:27 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:36:28 UTC

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

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

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

2020-10-16 18:36:30 UTC

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

2020-10-16 18:36:30 UTC

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

2020-10-16 18:36:30 UTC

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

2020-10-16 18:36:30 UTC

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

2020-10-16 18:36:35 UTC

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

2020-10-16 18:36:37 UTC

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

2020-10-16 18:36:37 UTC

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

2020-10-16 18:36:37 UTC

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

2020-10-16 18:36:37 UTC

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

2020-10-16 18:36:38 UTC

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

2020-10-16 18:36:38 UTC

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

2020-10-16 18:36:38 UTC

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

Details
Created

2020-10-16 18:31:45 UTC

Size

248 MB

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

Environment
AGENT_IMAGE

rancher/rancher-agent:master-ac07508b94efd52d69f805e10b8420cd178f453e-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:0c1b361d7e39a3f9e9d1645c7db4a1359e55034586cf656f31635b2e85f527d6 - 0.0% (829 Bytes)

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

[#011] sha256:5827fe730d8a85c37b2f1670f4c5ac9d10a7239db25c34aee77bdf432f357d63 - 13.13% (32.6 MB)

[#012] sha256:1c96abc97b68b48b9bc79e76dbb003f71e0bad69e81b233639ae4e85b8dbc11d - 0.0% (834 Bytes)

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

[#014] sha256:1a30cdc663ee4ac5297096020ea79e9dc961851ef9676e28bc98aa59727e2138 - 0.0% (851 Bytes)

[#015] sha256:f313f86a0107c645fd0285ed85f71c7794a0ebd86d7a835808dc9e233d87c50e - 0.0% (849 Bytes)

[#016] sha256:0fa4f9fc8a53a02f9c017c6d17fd4932b70cb739f6728ddce3b92cc43af5f641 - 0.0% (857 Bytes)

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

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

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

[#020] sha256:01a601cfe8c2033d014410da7f780facc29ec8ce23bfd1af2aa40199e18da290 - 0.0% (827 Bytes)

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

[#022] sha256:bd465d310922f550961e7e8469b67d3d177c2b4353c48567371d07fa62d69394 - 0.0% (828 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 08:56:55 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-15 08:56:56 UTC

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

2020-10-15 08:56:58 UTC

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

2020-10-15 08:56:58 UTC

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

2020-10-15 08:56:59 UTC

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

2020-10-15 08:56:59 UTC

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

2020-10-16 18:31:41 UTC

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

2020-10-16 18:31:41 UTC

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

2020-10-16 18:31:43 UTC

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

2020-10-16 18:31:43 UTC

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

2020-10-16 18:31:44 UTC

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

2020-10-16 18:31:44 UTC

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

2020-10-16 18:31:45 UTC

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

2020-10-16 18:31:45 UTC

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

Details
Created

2020-10-16 18:31:45 UTC

Size

250 MB

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

Environment
AGENT_IMAGE

rancher/rancher-agent:master-ac07508b94efd52d69f805e10b8420cd178f453e-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:cb072acb63067d9d105f71a3e1d2ac82828e2ed4088928eeecb44bed992ee3a2 - 0.0% (831 Bytes)

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

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

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

[#019] sha256:3fd09c6ad71bf5a23f55b4228f1221e2442902cacca9256e2f5bcf69ec4774c9 - 0.0% (827 Bytes)

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

[#021] sha256:575ad5ff7fc84d3d92f560f53e150bb66bb6971d5cf93ff8c6665241b11e9bd1 - 0.0% (829 Bytes)

[#022] sha256:97098c66a318e346b80104d43c1abb575b7e0cdd9c2214d1553110d27ac92905 - 0.0% (827 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:31:42 UTC

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

2020-10-16 18:31:42 UTC

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

2020-10-16 18:31:43 UTC

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

2020-10-16 18:31:44 UTC

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

2020-10-16 18:31:44 UTC

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

2020-10-16 18:31:45 UTC

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

2020-10-16 18:31:45 UTC

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

2020-10-16 18:31:45 UTC

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

Details
Created

2020-10-16 18:31:29 UTC

Size

250 MB

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

Environment
AGENT_IMAGE

rancher/rancher-agent:master-ac07508b94efd52d69f805e10b8420cd178f453e-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:14db17e6b4d94e4102c5eb736dae24837cc9023abd342797c54aa33d30462d18 - 0.0% (832 Bytes)

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

[#011] sha256:21c83b67c82dd5c8626372525e0205f8a853192fae99179e6e226afc09e59cd9 - 13.04% (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:d9850f417d8665879c67703d6e46e4df2e2451ab11bc09e3006fcc8878d163ed - 0.0% (826 Bytes)

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

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

[#018] sha256:925116dc0605b1387873a0e9b53a3d945fc5349036a304eeb7f429e1a9f61c21 - 0.0% (855 Bytes)

[#019] sha256:ce2dd3a5a8f664d0e9cc305294a1457499f3b4531afa70d6867eb1042d77d448 - 0.0% (831 Bytes)

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

[#021] sha256:40c3d3dfd857527f7f099f15c41f1b705f605cd13ee7954e8ffae1ce0af9ac54 - 0.0% (829 Bytes)

[#022] sha256:f6ec642ec3dba1a25ec23c85e6067c2e02d5fe1bcaf2eb01562f1e5c93f5f03d - 0.0% (829 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 18:31:26 UTC

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

2020-10-16 18:31:26 UTC

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

2020-10-16 18:31:27 UTC

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

2020-10-16 18:31:28 UTC

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

2020-10-16 18:31:28 UTC

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

2020-10-16 18:31:28 UTC

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

2020-10-16 18:31:29 UTC

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

2020-10-16 18:31:29 UTC

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

Details
Created

2020-10-16 18:35:54 UTC

Size

147 MB

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

Environment
AGENT_IMAGE

rancher/rancher-agent:master-ac07508b94efd52d69f805e10b8420cd178f453e-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:75f63c04d3120fbd251790259dbf6f6820b6c8f536fcdfe884f17e1ad1ce584c - 0.0% (124 Bytes)

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

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

[#006] sha256:8ce40986e1da8b9d40ab496399f16c21bfaec117df280421f8a4a1210e4e7be4 - 16.7% (24.6 MB)

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

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

[#009] sha256:0a257c8928c072fc168ba541cc802842dad40b347808b4cfd1e508ebaef1002b - 0.0% (171 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:35:16 UTC

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

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

2020-10-16 18:35:17 UTC

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

2020-10-16 18:35:17 UTC

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

2020-10-16 18:35:37 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:35:38 UTC

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

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

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

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

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

2020-10-16 18:35:46 UTC

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

2020-10-16 18:35:47 UTC

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

2020-10-16 18:35:47 UTC

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

2020-10-16 18:35:47 UTC

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

2020-10-16 18:35:51 UTC

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

2020-10-16 18:35:53 UTC

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

2020-10-16 18:35:53 UTC

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

2020-10-16 18:35:53 UTC

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

2020-10-16 18:35:54 UTC

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

2020-10-16 18:35:54 UTC

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

2020-10-16 18:35:54 UTC

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

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