Namespace
rancher
Image / Tag
rancher-agent:v2.5.2-rc8
Content Digest
sha256:cce1816ea3bab9f2c756c38568dd7639a3819f94a922e08f2e5f2ef24ff8fa39
Details
Created

2020-11-10 01:12:38 UTC

Size

161 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-11-10T01:11:33Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    574ddd9d29098c919e58b75cea0f086d7cdb98df
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.2-rc8

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

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

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

[#003] sha256:6eb3576b5d252691e57112889c3b907c3efb5762906a8a5eab1593f89c7daa93 - 0.0% (124 Bytes)

[#004] sha256:e84567da3fadbf458300088f89d1a38114904e71c7e641b5b9d2af7fbf82eb15 - 34.88% (56.1 MB)

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

[#006] sha256:8804bc77d03483d1c945814625253d97f2b2d5a27214fac161d2314803069260 - 16.51% (26.6 MB)

[#007] sha256:52cccb36cea4f2ba48d59c1022248330c4e4175f09d283c9f5aa1a09e60ddbd0 - 12.79% (20.6 MB)

[#008] sha256:87f94e79cf7eedaad6e0dd43aa41fe42e7d962ff73fdb9eded70f654609f1206 - 18.63% (30 MB)

[#009] sha256:c3f6402ce8c7b7055f108f9e4be2a73638daf0a092335252022068f3fdcfbcf0 - 0.0% (170 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-10 01:11:54 UTC

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

2020-11-10 01:11:55 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-10 01:11:56 UTC

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

2020-11-10 01:11:56 UTC

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

2020-11-10 01:12:22 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-10 01:12:23 UTC

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

2020-11-10 01:12:24 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-10 01:12:24 UTC

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

2020-11-10 01:12:26 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-10 01:12:26 UTC

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

2020-11-10 01:12:27 UTC

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

2020-11-10 01:12:27 UTC

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

2020-11-10 01:12:27 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.2-rc8

2020-11-10 01:12:27 UTC

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

2020-11-10 01:12:32 UTC

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

2020-11-10 01:12:35 UTC

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

2020-11-10 01:12:36 UTC

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

2020-11-10 01:12:36 UTC

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

2020-11-10 01:12:37 UTC

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

2020-11-10 01:12:37 UTC

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

2020-11-10 01:12:37 UTC

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

2020-11-10 01:12:38 UTC

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

Details
Created

2020-11-10 01:08:55 UTC

Size

248 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-11-10T01:08:52Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    574ddd9d29098c919e58b75cea0f086d7cdb98df
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.2-rc8

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.82% (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:cf238d755d89ef0027684838146df74b9cc01eb5738299a0869a3a584ca13822 - 0.0% (835 Bytes)

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

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

[#012] sha256:0c1e3dcef78a6a5759704d0abace1d5e2ceafd2099bbe9102c98097119dcd9ed - 0.0% (834 Bytes)

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

[#014] sha256:a7a4d9e6caa099b3fc73f0fcfbdb6cc9f5c86b291faacc6453e495286a0c1c36 - 0.0% (832 Bytes)

[#015] sha256:24c9d3e9a127896118c6c1d6e11857c4bf0f2c4f20d60178cdb21e92f2d075ef - 0.0% (853 Bytes)

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

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

[#018] sha256:a8484073fb4c941d73a01f452b49b25fdf49ba7d59ebf5468ae90fe25785ef7a - 0.0% (901 Bytes)

[#019] sha256:ca987bf408024e901eaa0be4fb7ec76127187b08597454e3ccd1a3f0e0a63c8f - 0.0% (849 Bytes)

[#020] sha256:779131fe1759ace762e02f3c4419fc5de095834afe642e36414bf4daddf5dcd4 - 0.0% (827 Bytes)

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

[#022] sha256:57feddd9ff32b2865f1c268dcaa6799d8f0b8a7f6ddf402e4070937d23b8753e - 0.0% (851 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-09 21:03:25 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-11-09 21:03:26 UTC

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

2020-11-09 21:03:28 UTC

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

2020-11-09 21:03:29 UTC

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

2020-11-09 21:03:29 UTC

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

2020-11-09 21:03:30 UTC

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

2020-11-10 00:15:17 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.2-rc8

2020-11-10 00:15:19 UTC

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

2020-11-10 00:15:22 UTC

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

2020-11-10 00:15:24 UTC

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

2020-11-10 01:08:54 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-11-10T01:08:52Z

2020-11-10 01:08:54 UTC

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

2020-11-10 01:08:55 UTC

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

2020-11-10 01:08:55 UTC

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

Details
Created

2020-11-10 01:10:33 UTC

Size

250 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-11-10T01:10:30Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    574ddd9d29098c919e58b75cea0f086d7cdb98df
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.2-rc8

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:2729c85ca644db79aed762d80e53cbc30610a8ac63731fa13c4d18d77f48fb64 - 0.0% (830 Bytes)

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

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

[#012] sha256:aef302d1b89c31d0d357abe47bf09b5b020d9a12a3fa7489e7af1a9a7b9d8729 - 0.0% (826 Bytes)

[#013] sha256:ba6c956b671cb403248bfa3bf33f440f0b016bc24af45d7f2d284a994edd1bf9 - 0.0% (833 Bytes)

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

[#015] sha256:3901792854732b398d450a4148376f5911d2de2865e56ab1e7d97ac2ae2f164a - 0.0% (833 Bytes)

[#016] sha256:2069c28fd8f83e3a8580c9374ca47aecc26740d2a11a5e70ff7174c4fe34b48c - 0.0% (835 Bytes)

[#017] sha256:90bf63940b2f65b36b09e1860e71241532e19a2793fef82dad4d469ef6b1ba3d - 12.0% (30 MB)

[#018] sha256:9e8ae6a75eb684b6a17f2cd4cb63466829a3dcc36dfb15d90a7490fa1a6bbdf2 - 0.0% (856 Bytes)

[#019] sha256:b20fc908191c1121b58bce96cd2d8e543c7f678e5123e7fef02b4bd1090cb469 - 0.0% (830 Bytes)

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

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

[#022] sha256:1bdef2f920d49f49f0c3d070aae665dfcf68ac0d9843c7c58324db929bb8dced - 0.0% (830 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-09 21:08:27 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-11-09 21:08:27 UTC

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

2020-11-09 21:08:29 UTC

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

2020-11-09 21:08:30 UTC

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

2020-11-09 21:08:30 UTC

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

2020-11-09 21:08:31 UTC

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

2020-11-10 00:16:32 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.2-rc8

2020-11-10 00:16:32 UTC

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

2020-11-10 00:16:33 UTC

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

2020-11-10 00:16:34 UTC

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

2020-11-10 01:10:32 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-11-10T01:10:30Z

2020-11-10 01:10:32 UTC

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

2020-11-10 01:10:33 UTC

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

2020-11-10 01:10:33 UTC

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

Details
Created

2020-11-10 01:10:53 UTC

Size

250 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-11-10T01:10:49Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    574ddd9d29098c919e58b75cea0f086d7cdb98df
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.2-rc8

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:1dd3dc394eb5e79997f4b19b7fb1495024256f342bdbe32f24628440810cae15 - 0.0% (882 Bytes)

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

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

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

[#013] sha256:c2bc27035d890a2a578f73f55489c59c702d3e177c086d28cf23b67c1dc146f9 - 0.0% (834 Bytes)

[#014] sha256:d1564bc7fadeb17137f7cf8f3bdb1f0217b55521366ac1f02ddadbbb1a61572a - 0.0% (831 Bytes)

[#015] sha256:7a0f35b85ebfeb383380324449ea8dce0e5568e0a89bedda6f3adc61472c4ab1 - 0.0% (888 Bytes)

[#016] sha256:f5149ddc4ab947375ace98fab9399a8fff0d0b02005e518a5f747a4fba987ce3 - 0.0% (883 Bytes)

[#017] sha256:d5567d7e497a11f6ef8bfd1724adaf18801446edaa83c7ccff944e78409729d3 - 11.98% (30 MB)

[#018] sha256:d7b6b29e23d6cbb7543042bfc3aa082dc6dd9982b129e242024807926f7dc58f - 0.0% (889 Bytes)

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

[#020] sha256:29e23e3444171476d936b6ee0c3e030637dc3ceae6670f2ada6c2da514272030 - 0.0% (827 Bytes)

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

[#022] sha256:053de558f7f58fe7c673b6fb7a058dbef0d8f1cb1875242afaeb2b4e2a8b0c7a - 0.0% (833 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-09 21:08:53 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-11-09 21:08:53 UTC

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

2020-11-09 21:08:56 UTC

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

2020-11-09 21:08:57 UTC

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

2020-11-09 21:08:58 UTC

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

2020-11-09 21:08:58 UTC

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

2020-11-10 00:18:18 UTC

cmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.2-rc8

2020-11-10 00:18:19 UTC

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

2020-11-10 00:18:39 UTC

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

2020-11-10 00:18:41 UTC

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

2020-11-10 01:10:52 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-11-10T01:10:49Z

2020-11-10 01:10:52 UTC

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

2020-11-10 01:10:52 UTC

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

2020-11-10 01:10:53 UTC

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

Details
Created

2020-11-10 01:07:18 UTC

Size

149 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-11-10T01:06:27Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    574ddd9d29098c919e58b75cea0f086d7cdb98df
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.2-rc8

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

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

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

[#003] sha256:867593b25ab652ab022fb1834b95f655fbec44afc0991b619e87b9b6b57ecf0e - 0.0% (124 Bytes)

[#004] sha256:af14815055beac89992d730db2e92f189a2c23a6a7b0ae36143690960afc5612 - 34.79% (52 MB)

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

[#006] sha256:9520f740fb9e02ef3bc0ca0dba78c962a7c7c1ab27da97c9d004391af9551acb - 16.5% (24.6 MB)

[#007] sha256:249d1e5dfd544ca6eef5114a5b77b60a2ce85d592a7d517e12a764c34592e09e - 13.78% (20.6 MB)

[#008] sha256:e95650ef4187cd7b6b199dcd1a390c0e3fb902619129f42a9723cd3727d5c24d - 18.49% (27.6 MB)

[#009] sha256:7327ca01de8e69b1388ebfc3702ec3e5b1a5ce4128d6ba77ef01ba5d7549e091 - 0.0% (173 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-10 01:06:42 UTC

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

2020-11-10 01:06:42 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-10 01:06:43 UTC

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

2020-11-10 01:06:43 UTC

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

2020-11-10 01:07:06 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-10 01:07:07 UTC

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

2020-11-10 01:07:08 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-10 01:07:08 UTC

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

2020-11-10 01:07:10 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-10 01:07:10 UTC

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

2020-11-10 01:07:10 UTC

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

2020-11-10 01:07:10 UTC

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

2020-11-10 01:07:11 UTC

/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.2-rc8

2020-11-10 01:07:11 UTC

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

2020-11-10 01:07:15 UTC

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

2020-11-10 01:07:17 UTC

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

2020-11-10 01:07:17 UTC

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

2020-11-10 01:07:17 UTC

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

2020-11-10 01:07:18 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-11-10T01:06:27Z

2020-11-10 01:07:18 UTC

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

2020-11-10 01:07:18 UTC

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

2020-11-10 01:07:18 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