Namespace
rancher
Image / Tag
rancher-agent:master-486dd2c32f6326c6fceb7cda560d61e547e23ee7-head
Content Digest
sha256:c12fe08b42c5894fdab5680dd7b2974b888823f6a92a3a44dc1a6747982252ff
Details
Created

2020-11-04 23:02:28 UTC

Size

161 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-11-04T23:01:32Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    486dd2c32f6326c6fceb7cda560d61e547e23ee7
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-486dd2c32f6326c6fceb7cda560d61e547e23ee7-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 - 15.81% (25.5 MB)

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

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

[#003] sha256:805a397d34e007721d2f2a7232edc4e6c751ce80eb80bf577794df7dc9a14442 - 0.0% (124 Bytes)

[#004] sha256:457b8dc65c54cd2684ba858167ebe717094d212d6f070c6347daa5244abd401e - 34.85% (56.1 MB)

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

[#006] sha256:1f1c81d3feb4fc0605a6951c6f9bd8004e39295871660c48cf9f2488e53a844e - 16.49% (26.6 MB)

[#007] sha256:74e24fee46285ac11549c6876ad149ed7a9d003ed2b9d3626d6b340d219fc17f - 12.87% (20.7 MB)

[#008] sha256:ea9d600616a2425c6d7e60556e448d4aa0d9ec8787252e4695ad143c70f9789b - 18.61% (30 MB)

[#009] sha256:b7e592e7adbda5bb0379bf515e534fb368301b8feb3a4a0dfa2b0fdd6d002cbe - 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-11-04 23:01:52 UTC

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

2020-11-04 23:01:52 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-11-04 23:01:53 UTC

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

2020-11-04 23:01:53 UTC

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

2020-11-04 23:02:16 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-11-04 23:02:16 UTC

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

2020-11-04 23:02:17 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-11-04 23:02:17 UTC

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

2020-11-04 23:02:19 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-11-04 23:02:19 UTC

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

2020-11-04 23:02:20 UTC

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

2020-11-04 23:02:20 UTC

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

2020-11-04 23:02:20 UTC

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

2020-11-04 23:02:20 UTC

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

2020-11-04 23:02:25 UTC

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

2020-11-04 23:02:26 UTC

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

2020-11-04 23:02:27 UTC

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

2020-11-04 23:02:27 UTC

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

2020-11-04 23:02:27 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-11-04T23:01:32Z

2020-11-04 23:02:27 UTC

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

2020-11-04 23:02:28 UTC

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

2020-11-04 23:02:28 UTC

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

Details
Created

2020-11-04 22:57:17 UTC

Size

248 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-11-04T22:57:11Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    486dd2c32f6326c6fceb7cda560d61e547e23ee7
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-486dd2c32f6326c6fceb7cda560d61e547e23ee7-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.87% (96.5 MB)

[#001] sha256:71e5283dd9d47bd88fa566326f6e8e6bc1c3c7f385c69b7482194c97e6e969b7 - 0.0% (894 Bytes)

[#002] sha256:05006be99a092de18f27ebd9357601854cd79a5d889b3d0425aa16034ba4394d - 0.0% (840 Bytes)

[#003] sha256:da195ac2293a9561694a5adab6e97cc2f7c1cb37c8cba3f22e1ed3e90723759e - 0.02% (62.6 KB)

[#004] sha256:f8fa4de85b83f5d222df6544a1dadf65fbb999e155489406427e2054f80c4e09 - 0.0% (839 Bytes)

[#005] sha256:b5836a3889bb8f93e8c91299f3fa4c1a7e62cbda44d832de191ab652f7ae6a87 - 35.81% (88.9 MB)

[#006] sha256:0ade25de6d58d36f0c689752b4e10ac9b2c5dc1f857e40da8414c64d9eb2e5a0 - 0.05% (123 KB)

[#007] sha256:d85cfa9dc8d26611c871a012812945e6d83c7c554dd1061caf196e352fcee684 - 0.0% (839 Bytes)

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

[#009] sha256:0911e81c77b935b57de12e6c74a511bd4beec2bd26a9ecdb517e5d69a9101a94 - 0.0% (876 Bytes)

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

[#011] sha256:15a4139e81454d25b9ea8703723df7d3ae09b5c54010daf04fd7d9f796757fc1 - 13.13% (32.6 MB)

[#012] sha256:a3aa8e953d3e68e602bba141c5edb21bc87e7da5f187f0a4f211683900de143a - 0.0% (886 Bytes)

[#013] sha256:c219d25a7e1798172df513fbd955c07d92834b50d5446b0a9a8a313aab1492c8 - 0.0% (860 Bytes)

[#014] sha256:5a2a74bb18a041214ebe04622396f7b4ddf2988739229a27fea2becd4b9cb5dc - 0.0% (852 Bytes)

[#015] sha256:63b52afb32d2e276a9959c9f20e1bc7673ef6ceef010bb9fa13474a86c76a7f8 - 0.0% (856 Bytes)

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

[#017] sha256:e64c89593dcbd6028f9c7f75bef12686f08b5e2140d7e2136a189a098182df29 - 12.07% (30 MB)

[#018] sha256:991c170b737e39cf121a2ae0ef5cf7fae286becd2d08ee3ba6f44a131921361d - 0.0% (858 Bytes)

[#019] sha256:905480404156a4962260cf1da3ab85663a78da4604636cb6c501af5a311cee81 - 0.0% (828 Bytes)

[#020] sha256:1c545f87b385cad777fd40288fd9bbcb3b8fec55caeda1d081d33277552efb71 - 0.0% (826 Bytes)

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

[#022] sha256:acb4c29dcd6a52f227a377e5523933d6cca7a29d380efc0a97a6475f1d6b4143 - 0.0% (827 Bytes)


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

Apply image 1809-amd64

2020-10-27 18:41:50 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-27 18:41:52 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-27 18:42:23 UTC

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

2020-10-27 18:42:23 UTC

cmd /S /C #(nop) USER ContainerUser

2020-10-27 18:42:43 UTC

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

2020-10-27 18:43:22 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-27 18:43:23 UTC

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

2020-10-27 18:43:23 UTC

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

2020-11-01 23:02:47 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-11-01 23:02:48 UTC

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

2020-11-01 23:02:59 UTC

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

2020-11-01 23:03:00 UTC

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

2020-11-01 23:03:01 UTC

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

2020-11-01 23:03:03 UTC

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

2020-11-04 22:57:13 UTC

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

2020-11-04 22:57:13 UTC

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

2020-11-04 22:57:15 UTC

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

2020-11-04 22:57:15 UTC

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

2020-11-04 22:57:16 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-11-04T22:57:11Z

2020-11-04 22:57:16 UTC

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

2020-11-04 22:57:17 UTC

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

2020-11-04 22:57:17 UTC

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

Details
Created

2020-11-04 22:56:59 UTC

Size

250 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-11-04T22:56:53Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    486dd2c32f6326c6fceb7cda560d61e547e23ee7
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-486dd2c32f6326c6fceb7cda560d61e547e23ee7-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.25% (98.1 MB)

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

[#002] sha256:f5cd62498cb480a0fff2b4530f0d34b893d3aa704912be89bd9786f72acbcc1b - 0.0% (836 Bytes)

[#003] sha256:5b9b73da39905fb9464897eee806a7caa18f1aa09700a076ff8ca6923ad8a341 - 0.02% (61.8 KB)

[#004] sha256:a6640319e0a80f154c05ab1dcf2c31be62235db5501e4042e481a5c99d161820 - 0.0% (833 Bytes)

[#005] sha256:6b0b5d435a4c9ab16d49963a0b822b1b09a81d03f3efbf335b069de97baa62b4 - 35.59% (88.9 MB)

[#006] sha256:7180a2511080a46bbf3a5b476beeb6079812351773965e8b3f61b0f0e87ba205 - 0.05% (124 KB)

[#007] sha256:c99fb14c29028329501476947ae76808f8cd5f1c1ad3272c8b81fff5804f4ca8 - 0.0% (837 Bytes)

[#008] sha256:73af04b1e0f1c1ec80dc0811d1c8e5cd6ca9bddabe3c88b2b149a9c424fa9c65 - 0.0% (842 Bytes)

[#009] sha256:ef78df6babbb433a6df8a23e3581514453d5e406f56cf3fa4ab91eac3feaf3af - 0.0% (822 Bytes)

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

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

[#012] sha256:2c5b0f5dcd6c2facb87c414e6c0f302763589ffb40a1a1b7e8a73b5fe517d417 - 0.0% (854 Bytes)

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

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

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

[#016] sha256:e3b0cac7bc3d0b0b1411fea16e7bff4e958dc5a48bdff1c33d87b850f569f399 - 0.0% (854 Bytes)

[#017] sha256:03619329259fba9eda35ac1e1c94949f4a9c3d7262b9726000c8f1cb367c9ee7 - 12.0% (30 MB)

[#018] sha256:1bb08c1e466cd2a27a612caf73cd2c54c205e5077ba93b872dc0079a81844d40 - 0.0% (849 Bytes)

[#019] sha256:a544d45f3321e52659e935b4b56a71ce035b003a1a1fb838a8ecd80497383b5e - 0.0% (848 Bytes)

[#020] sha256:0304d9aab4fca1f25dfec3bacbaa6c54c6703c74fc8f728b592a54c3596157f0 - 0.0% (837 Bytes)

[#021] sha256:3aa230729d52c46f0169ed3159f836a989ea4d2cb436dfa9ee1c68ac90db2b18 - 0.0% (826 Bytes)

[#022] sha256:12963f0fc50b26b540a7fe58aa299c88bd79b549c8b234391e3a568cd406223e - 0.0% (831 Bytes)


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

Apply image 1909-amd64

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

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-27 18:53:23 UTC

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

2020-10-27 18:53:24 UTC

cmd /S /C #(nop) USER ContainerUser

2020-10-27 18:53:46 UTC

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

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

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

2020-10-27 18:54:30 UTC

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

2020-11-01 23:18:38 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-11-01 23:18:39 UTC

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

2020-11-01 23:18:41 UTC

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

2020-11-01 23:18:42 UTC

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

2020-11-01 23:18:42 UTC

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

2020-11-01 23:18:43 UTC

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

2020-11-04 22:56:55 UTC

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

2020-11-04 22:56:56 UTC

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

2020-11-04 22:56:57 UTC

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

2020-11-04 22:56:57 UTC

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

2020-11-04 22:56:58 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-11-04T22:56:53Z

2020-11-04 22:56:58 UTC

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

2020-11-04 22:56:58 UTC

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

2020-11-04 22:56:59 UTC

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

Details
Created

2020-11-04 22:57:31 UTC

Size

250 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-11-04T22:57:25Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    486dd2c32f6326c6fceb7cda560d61e547e23ee7
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-486dd2c32f6326c6fceb7cda560d61e547e23ee7-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.3% (98.3 MB)

[#001] sha256:b59df857af5acc3c862e854b5f18770bbccbe2ee67a1e38a959867be75e7684b - 0.0% (844 Bytes)

[#002] sha256:cccb86c24d5a6d26850398779f867ff81068ddd9b1cefbe740574f67a8575fe5 - 0.0% (840 Bytes)

[#003] sha256:bef6855c6ff742ce0fb84ce683f36ad73da71aee30013c8e8eedeb96166588be - 0.03% (65.8 KB)

[#004] sha256:9ed1177be57044776572ceee250a1351667fb225d102f7ea4360ca375d6f3907 - 0.0% (837 Bytes)

[#005] sha256:1866bc40ff39899200b8062addec978f23ebf9abbc220bec6aabdce2d0b71cba - 35.56% (88.9 MB)

[#006] sha256:5bee1ccfd789b6c8bfb35de07437385b2cbaa6da6f29b25a757389d89a8cd549 - 0.05% (125 KB)

[#007] sha256:5df93e526ac9024ab01a762a24a1f1332de50e1ff7f094c789278ee2bd84a947 - 0.0% (837 Bytes)

[#008] sha256:63bc374f6aa77ec96d9076561bf3d53be2735a2de499b59174ef842989976b2c - 0.0% (891 Bytes)

[#009] sha256:8a039760eba0eae8fabc7adc1843c7ed63393e4314ae4b287dbe8d3a9dd4b058 - 0.0% (831 Bytes)

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

[#011] sha256:e698b798a4dc21da064de508d322decf9f8db14a8e46467ea02555e1a5dd85df - 13.03% (32.6 MB)

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

[#013] sha256:64a2d01a1ff3463d3ed9c1e67bd2a71b7998719889636f10543895715a2f8963 - 0.0% (830 Bytes)

[#014] sha256:161e7eb9a7f4e12ceb2370227484db58f560719d685f6d054aeff1fbfac3bbda - 0.0% (853 Bytes)

[#015] sha256:1b42b6d368a029cfdd0576d099c931ff71734e857c3a8a8f18cb9bb5d0b09e0e - 0.0% (825 Bytes)

[#016] sha256:00276cad6c1c601a79604c05a32ae2d3f380595d2e3ddba6c8a48f76a8bf7b2b - 0.0% (824 Bytes)

[#017] sha256:b1aa49ffbcbd5ddc165c5738830f258177e14a5d04aaf0a45430d2819d94c2f1 - 11.99% (30 MB)

[#018] sha256:8ea5e7d121c604af539f5f55c696343ed5511ebdb98eb770e75f6f369117df20 - 0.0% (822 Bytes)

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

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

[#021] sha256:5a69b7de9e452df7e7b60f7ff89d6804adf8863ef4e115843f43e64c1670e99f - 0.0% (827 Bytes)

[#022] sha256:93c0106cf7e9106ba4b20e9ec124cc456e9a7e30c87a661b18e970e27b58fb9f - 0.0% (825 Bytes)


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

Apply image 1903-amd64

2020-10-27 19:03:00 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-27 19:03:01 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-10-27 19:03:30 UTC

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

2020-10-27 19:03:30 UTC

cmd /S /C #(nop) USER ContainerUser

2020-10-27 19:03:53 UTC

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

2020-10-27 19:04:43 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-27 19:04:44 UTC

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

2020-10-27 19:04:44 UTC

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

2020-11-01 20:01:18 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-11-01 20:01:18 UTC

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

2020-11-01 20:01:21 UTC

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

2020-11-01 20:01:21 UTC

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

2020-11-01 20:01:22 UTC

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

2020-11-01 20:01:22 UTC

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

2020-11-04 22:57:27 UTC

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

2020-11-04 22:57:28 UTC

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

2020-11-04 22:57:29 UTC

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

2020-11-04 22:57:30 UTC

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

2020-11-04 22:57:30 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-11-04T22:57:25Z

2020-11-04 22:57:30 UTC

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

2020-11-04 22:57:31 UTC

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

2020-11-04 22:57:31 UTC

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

Details
Created

2020-11-04 22:59:59 UTC

Size

150 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-11-04T22:59:10Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    486dd2c32f6326c6fceb7cda560d61e547e23ee7
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-486dd2c32f6326c6fceb7cda560d61e547e23ee7-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.13% (22.6 MB)

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

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

[#003] sha256:3e6d936284da25d46b1509f675bec3a702f3169c54a990fa56a76ae745c1637c - 0.0% (124 Bytes)

[#004] sha256:61894888bc3ddb47fac63c490f8344f74262e5ea54183ca31f3bd6783f84c68a - 34.75% (52 MB)

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

[#006] sha256:0362278a64232152959e1115a2fefcaa460b9579c60f25360990108b28e608b8 - 16.48% (24.6 MB)

[#007] sha256:79faca51dc72f7cfc51c01423b8bd1f9849f31cb193fa0b0092234135d3364fd - 13.87% (20.7 MB)

[#008] sha256:8eb9ea21edfac9a73ff56843a973be8175fadc7acb45be705cf34fac78e6cc4b - 18.47% (27.6 MB)

[#009] sha256:82c6110da4b345f79f77fa23788d53377a38489b18d178af8d54eec95ea698c7 - 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-11-04 22:59:24 UTC

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

2020-11-04 22:59:24 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-11-04 22:59:25 UTC

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

2020-11-04 22:59:25 UTC

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

2020-11-04 22:59:47 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-11-04 22:59:48 UTC

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

2020-11-04 22:59:49 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-11-04 22:59:49 UTC

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

2020-11-04 22:59:51 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-11-04 22:59:51 UTC

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

2020-11-04 22:59:51 UTC

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

2020-11-04 22:59:51 UTC

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

2020-11-04 22:59:51 UTC

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

2020-11-04 22:59:52 UTC

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

2020-11-04 22:59:55 UTC

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

2020-11-04 22:59:57 UTC

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

2020-11-04 22:59:58 UTC

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

2020-11-04 22:59:58 UTC

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

2020-11-04 22:59:58 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-11-04T22:59:10Z

2020-11-04 22:59:58 UTC

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

2020-11-04 22:59:58 UTC

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

2020-11-04 22:59:59 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