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

2020-12-23 21:31:46 UTC

Size

162 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-12-23T21:30:43Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    fc09f2747c784880aa5b1a3ee73cc0d20d1c1530
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.4-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:f22ccc0b8772d8e1bcb40f137b373686bc27427a70c0e41dd22b38016e09e7e0 - 15.75% (25.5 MB)

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

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

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

[#004] sha256:adc99e3d28d0abb1a6bce67e09e8aad13ef32aa6c861c6adc6045a3b6ba9bc97 - 33.59% (54.3 MB)

[#005] sha256:8173306facae086d67be798301e1b4e3edccddc2bfa829b570a59cfdaedd09b8 - 1.36% (2.2 MB)

[#006] sha256:3eec769c5a557d2008b30216b4eb8110e2818c6fbe4c1e1fe7c678531cd1413d - 16.43% (26.6 MB)

[#007] sha256:1829a0102fca548b46e1fb83388e9a9eaffa4e6f6d121306547bd552661fead4 - 14.3% (23.1 MB)

[#008] sha256:b03ee2c91279c6751110cd21d8b0d47936a485db327f9f9dd3880c6b2d07ca5f - 18.56% (30 MB)

[#009] sha256:ae88189eedb4ad4557f0aa058874fd05fe89b2142b6ce6745fbfa457a9200247 - 0.0% (173 Bytes)


History
2020-11-25 22:25:13 UTC

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

2020-11-25 22:25:14 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-11-25 22:25:15 UTC

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

2020-11-25 22:25:16 UTC

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

2020-11-25 22:25:17 UTC

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

2020-12-23 21:31:09 UTC

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

2020-12-23 21:31:09 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-12-23 21:31:10 UTC

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

2020-12-23 21:31:10 UTC

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

2020-12-23 21:31:31 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-12-23 21:31:32 UTC

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

2020-12-23 21:31:33 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-12-23 21:31:33 UTC

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

2020-12-23 21:31:35 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-12-23 21:31:35 UTC

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

2020-12-23 21:31:35 UTC

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

2020-12-23 21:31:35 UTC

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

2020-12-23 21:31:36 UTC

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

2020-12-23 21:31:36 UTC

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

2020-12-23 21:31:41 UTC

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

2020-12-23 21:31:44 UTC

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

2020-12-23 21:31:45 UTC

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

2020-12-23 21:31:45 UTC

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

2020-12-23 21:31:45 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-12-23T21:30:43Z

2020-12-23 21:31:45 UTC

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

2020-12-23 21:31:46 UTC

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

2020-12-23 21:31:46 UTC

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

Details
Created

2020-12-23 21:29:20 UTC

Size

256 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-12-23T21:29:17Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    fc09f2747c784880aa5b1a3ee73cc0d20d1c1530
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.4-rc8

DOCKER_API_VERSION

1.24

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1809

POWERSHELL_TELEMETRY_OPTOUT

0

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

C:\Users\Public\AppData\Local\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:21be49aa856f07be4e0a677b988e43c04bd595a3c858e58b6c364477bbbf7222 - 37.66% (96.6 MB)

[#001] sha256:7b5e1bc2bc95804adfcd2715992e45609590e0dd1afb70a25f787ba285e2101c - 0.0% (863 Bytes)

[#002] sha256:899884f723056a55de1dceecd183d49f07dc37fd9dee994f5de6cdd6942f78b4 - 0.0% (838 Bytes)

[#003] sha256:ffea4b65bddf583646e6419e008d26b11f6ae5667f70ebcbe49243f7874ae591 - 0.02% (65.6 KB)

[#004] sha256:4603361ba950abc81d0a75a705733ce99a80a6a1d6da29926187201559bb26f7 - 0.0% (842 Bytes)

[#005] sha256:78cf252b5eb9467c62c464b50e49f8d29974163d83bfeb5b4a9efb94db38e968 - 37.82% (97 MB)

[#006] sha256:ed2e0a7850c4c8d90a0eef11853b97fca5a9ecb0f8fae3249f209a856e8a26f9 - 0.04% (101 KB)

[#007] sha256:af4d4a5234690c54c2ad75e085e197f745a51c722de5d6653484ed49d9e93355 - 0.0% (869 Bytes)

[#008] sha256:c389f220757c04e843571be1557f262bd27ec7ff77a862dc52ec4811a9a5fd1d - 0.0% (839 Bytes)

[#009] sha256:6be3a7f40b2e879df6e2056666aaf0ec05a1ba6616bbee4e0aac57295d609f1a - 0.0% (854 Bytes)

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

[#011] sha256:e17f828158419142b6e76ccde8e8ad775885cb5603ba3dc0592e9781c663ca48 - 12.71% (32.6 MB)

[#012] sha256:4983bc39d0036ad94efa1cea4be48595aec95d69af48234bb1d91b056f7766ca - 0.0% (830 Bytes)

[#013] sha256:78c9a611048a4184ad15cacae501f07675761869fcf7d084558c50ec7d0ddd4a - 0.0% (828 Bytes)

[#014] sha256:53af8235d3698c0ad0230fd6387c409eb44b4913e02a39751867f06cdf2cbfa3 - 0.0% (820 Bytes)

[#015] sha256:2c5b66f06683aff6ddda07abff0593ed0ae27fb14e2913294e6636bfb03b3785 - 0.0% (828 Bytes)

[#016] sha256:893a5394388a3f67a08da02b6ba5a9428eb489263bee68f50c1554fc8bf1cc4a - 0.0% (847 Bytes)

[#017] sha256:c226c183ec1f5983e5741a140fa21d2bbde251d267faec35d5650e0646286eda - 11.7% (30 MB)

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

[#019] sha256:fdd4575f64b855f8a0596ce55981c14e25131644a29dfc32a4629da9c4708599 - 0.0% (833 Bytes)

[#020] sha256:55028257e6f4c90a7e2d1451898134bd8cacec5dd29ff433ed7267fc82efc663 - 0.0% (852 Bytes)

[#021] sha256:e1bb3428938b57888e3e8b11fee982371b08e4c92bccbfb3116e5ee32426efc3 - 0.0% (852 Bytes)

[#022] sha256:8fa58ce5e4aabc61270aac9a0c6ade2cc06053df69134b20107bffd6a87fd492 - 0.0% (834 Bytes)


History
2020-12-03 08:05:47 UTC

Apply image 1809-amd64

2020-12-15 00:41:22 UTC

cmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1809

2020-12-15 00:41:22 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-12-15 00:41:50 UTC

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

2020-12-15 00:41:50 UTC

cmd /S /C #(nop) USER ContainerUser

2020-12-15 00:42:13 UTC

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

2020-12-15 00:42:49 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-12-15 00:42:49 UTC

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

2020-12-15 00:42:50 UTC

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

2020-12-21 18:07:42 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-12-21 18:07:43 UTC

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

2020-12-21 18:07:45 UTC

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

2020-12-21 18:07:46 UTC

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

2020-12-21 18:07:47 UTC

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

2020-12-21 18:07:47 UTC

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

2020-12-23 21:29:02 UTC

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

2020-12-23 21:29:02 UTC

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

2020-12-23 21:29:03 UTC

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

2020-12-23 21:29:04 UTC

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

2020-12-23 21:29:19 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-12-23T21:29:17Z

2020-12-23 21:29:19 UTC

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

2020-12-23 21:29:19 UTC

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

2020-12-23 21:29:20 UTC

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

Details
Created

2020-12-23 21:30:42 UTC

Size

258 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-12-23T21:30:39Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    fc09f2747c784880aa5b1a3ee73cc0d20d1c1530
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.4-rc8

DOCKER_API_VERSION

1.24

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1909

POWERSHELL_TELEMETRY_OPTOUT

0

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

C:\Users\Public\AppData\Local\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:c5135e5444e8016d822960427ecd7b8a8aab4249eda3495d8365c73961b1d3f1 - 38.05% (98.2 MB)

[#001] sha256:e9be38d9a6b955dbfb1a5c7eb6115c88e4e8738ed5646678e276c8164185a970 - 0.0% (843 Bytes)

[#002] sha256:10a04c6a04e8539c940f7bab3d8be08da6293d13f5958c440b88d7517b2842e1 - 0.0% (843 Bytes)

[#003] sha256:eb58378af5b252d457f6eb987cab040d9ddf292e1e82915029c31bad4c20e7d5 - 0.02% (63.7 KB)

[#004] sha256:b78482ecfc8b7e65a874538fa9978aabf80ba520c1d5980f2432af6f4b675a98 - 0.0% (840 Bytes)

[#005] sha256:d6bc40f72d95c437c21541d297cfdc574da11a96c6ad358bf5df68119add3383 - 37.57% (97 MB)

[#006] sha256:c9788e27fb616c95809efc30cf6bb5ec6ed5b3f094314249697fc3cb2d4d16c6 - 0.05% (135 KB)

[#007] sha256:c78a88cdb21649afb7fb8b14025d33c115a6ac8b22e5c423adff0317c12be659 - 0.0% (866 Bytes)

[#008] sha256:9577883c7326a85917c28709057c5e2a86034ea861b41030554144939c6a1b1b - 0.0% (841 Bytes)

[#009] sha256:3f5d32f49477ca45bd5b45d81e3cdc97130434dd6f3ec6483c854d9aca403c59 - 0.0% (854 Bytes)

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

[#011] sha256:5225f833a891a534751b82b8155226ee7d8acae0c06522800f38e6af76048d7a - 12.63% (32.6 MB)

[#012] sha256:95b8b1c1f6ad253dc25cc8a1a8305ac68d43b9521b2c4df97ac63a4d7782d0cd - 0.0% (823 Bytes)

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

[#014] sha256:5fe1c2e6fb71c3b23a1a9a04a1d58318172a0bae1e7027848254596618c411ed - 0.0% (827 Bytes)

[#015] sha256:a913655154b1e7468b1d467cf6889497ccf3de3c102e0a8ed86fc64a97dae359 - 0.0% (827 Bytes)

[#016] sha256:d56cd3c561a3e68c6614b779ef495d958682d68ffc4eba182c7e27672644953a - 0.0% (827 Bytes)

[#017] sha256:40f2065c432ccfa195a63a6d19fa2e779a0ccd978fe4f46873234845df3cdbc6 - 11.62% (30 MB)

[#018] sha256:f217cdd8288ba51b3ac3441be08f6355e11f5a8a32568972ce7c8fdf9da6a36d - 0.0% (859 Bytes)

[#019] sha256:31a3941e22eff1edde07bbb5e7b8c67b9c04b564315686ac3ee6ad1a10217427 - 0.0% (874 Bytes)

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

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

[#022] sha256:f959cca870121afb7df8d96af7ae15324de5de8382d0c6f9e97f22d24ea9e4c8 - 0.0% (832 Bytes)


History
2020-12-03 07:44:26 UTC

Apply image 1909-amd64

2020-12-15 00:31:16 UTC

cmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1909

2020-12-15 00:31:17 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-12-15 00:32:04 UTC

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

2020-12-15 00:32:04 UTC

cmd /S /C #(nop) USER ContainerUser

2020-12-15 00:32:31 UTC

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

2020-12-15 00:33:11 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-12-15 00:33:12 UTC

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

2020-12-15 00:33:12 UTC

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

2020-12-21 18:12:30 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-12-21 18:12:31 UTC

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

2020-12-21 18:12:34 UTC

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

2020-12-21 18:12:35 UTC

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

2020-12-21 18:12:36 UTC

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

2020-12-21 18:12:36 UTC

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

2020-12-23 21:30:17 UTC

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

2020-12-23 21:30:18 UTC

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

2020-12-23 21:30:19 UTC

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

2020-12-23 21:30:20 UTC

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

2020-12-23 21:30:41 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-12-23T21:30:39Z

2020-12-23 21:30:41 UTC

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

2020-12-23 21:30:42 UTC

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

2020-12-23 21:30:42 UTC

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

Details
Created

2020-12-23 21:29:46 UTC

Size

258 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-12-23T21:29:42Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    fc09f2747c784880aa5b1a3ee73cc0d20d1c1530
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.4-rc8

DOCKER_API_VERSION

1.24

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1903

POWERSHELL_TELEMETRY_OPTOUT

0

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

C:\Users\Public\AppData\Local\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:302b7cf33b3a2bd3c958c33a0bb0221099c7abebd46bd685a171899210be5180 - 38.03% (98.1 MB)

[#001] sha256:c99b71322f98094328cbfe4e533e62c323564185edb3aef36f201817c35d316f - 0.0% (874 Bytes)

[#002] sha256:644592099bcca3931ac208de7acb18b9864fc376aa82ce79d503ff8811305b80 - 0.0% (824 Bytes)

[#003] sha256:7f7168ee45921ab5248822efe6710cd780cf1a3ce1ce72f4902c574a2fdca84a - 0.02% (64.4 KB)

[#004] sha256:567655c4eda01ab6f5e1b0c8458db71ca7ebcc436a8e8f3105d57ce7c18dc775 - 0.0% (847 Bytes)

[#005] sha256:0439fdc969df0a1428ef1ee44139a71fdcce4e14d78a889ba00380d3c13884b7 - 37.6% (97 MB)

[#006] sha256:72a7a5d1fb28553e60322aa9f952dfd9bf21b40672041fa06131be2f8fea358c - 0.03% (91.9 KB)

[#007] sha256:68fc068d7c1db4cdc2fe38f2bcb9c5ad86ee8bd823baba9f0a479586a1bad7e0 - 0.0% (840 Bytes)

[#008] sha256:d13bfa802c2e0f5118e03c462abe5f10ae3dbb32512317987800a17255806b3c - 0.0% (840 Bytes)

[#009] sha256:53cc2cb793203dd814691ffe6dc312a90e80342b0dd94e914767d30e341c7ce0 - 0.0% (875 Bytes)

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

[#011] sha256:845c44ba6a7f1875d941ce550f5a9d7ce8d8b175527598abfda206fe95b7e658 - 12.64% (32.6 MB)

[#012] sha256:71654dd20f93c56197a5bc5db2975139f76906b126a19fa5ad834d2c9656c98a - 0.0% (836 Bytes)

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

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

[#015] sha256:daa6a7a5d14c4496cb2b5465c7fe644e61d0ae90a97c82dc09cf924011465753 - 0.0% (830 Bytes)

[#016] sha256:82629dab5bcc552f47fc2a57fa04f2cd6ce1f8b733b2ab63a575a93ab7e325fc - 0.0% (830 Bytes)

[#017] sha256:33da6a26270a167fba2440c449c3c88261ab1e213584b27faa77802b7731dc42 - 11.63% (30 MB)

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

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

[#020] sha256:8e0e459cfd5b715eab641813d537c46eb930618ed563054e1ab25fbbbf5430c8 - 0.0% (833 Bytes)

[#021] sha256:df2c11ee834074158bc80d77f68edfeea31bdeb1eff388a5fb7f037ff1f03543 - 0.0% (835 Bytes)

[#022] sha256:888e3ceaf39909a5c87240329446c2152bf44c35ebe7b8b13afa45bce75a4eb0 - 0.0% (831 Bytes)


History
2020-12-02 14:58:01 UTC

Apply image 1903-amd64

2020-12-15 00:30:30 UTC

cmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1903

2020-12-15 00:30:30 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-12-15 00:30:59 UTC

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

2020-12-15 00:31:00 UTC

cmd /S /C #(nop) USER ContainerUser

2020-12-15 00:31:50 UTC

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

2020-12-15 00:32:35 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-12-15 00:32:36 UTC

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

2020-12-15 00:32:37 UTC

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

2020-12-21 18:10:22 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-12-21 18:10:23 UTC

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

2020-12-21 18:10:25 UTC

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

2020-12-21 18:10:26 UTC

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

2020-12-21 18:10:26 UTC

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

2020-12-21 18:10:27 UTC

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

2020-12-23 21:29:24 UTC

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

2020-12-23 21:29:24 UTC

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

2020-12-23 21:29:25 UTC

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

2020-12-23 21:29:26 UTC

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

2020-12-23 21:29:45 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-12-23T21:29:42Z

2020-12-23 21:29:45 UTC

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

2020-12-23 21:29:45 UTC

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

2020-12-23 21:29:46 UTC

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

Details
Created

2020-12-23 21:29:20 UTC

Size

150 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-12-23T21:28:24Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    fc09f2747c784880aa5b1a3ee73cc0d20d1c1530
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.4-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:04da93b342eb651d6b94c74a934a3290697573a907fa0a06067b538095601745 - 15.07% (22.6 MB)

[#001] sha256:b235194751dee33624fc154603f7e25ecdfbb02538fb7d55fa796df9afa95fee - 0.0% (855 Bytes)

[#002] sha256:606a67bb8db9a1111022bdc6406442e11c1a66653136c5c777114bf67b61038a - 0.0% (188 Bytes)

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

[#004] sha256:a3cb51487c0805cd59493247848ece877e8c0b6f00350f3e0680f7a38eba9a9b - 33.44% (50.2 MB)

[#005] sha256:fb68af301411668cda4b05bc3b14ff0b70aa587d40a456a2d63e58ea65d95e5d - 1.29% (1.94 MB)

[#006] sha256:e5402ee03502de16c11b85793f84e80e1a3f2ce3777ae0717f703631cdcc02fd - 16.4% (24.6 MB)

[#007] sha256:ba04a28f10f87230c31c03b8ce047ed103baf4a29c8e736b2257cbbfd3da2e68 - 15.4% (23.1 MB)

[#008] sha256:f619a10b1c6c0f7f8f6409f08e2255b5eb2b1fd8e95fd0c95a26c810653b213d - 18.4% (27.6 MB)

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


History
2020-11-25 22:42:53 UTC

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

2020-11-25 22:42:56 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-11-25 22:42:58 UTC

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

2020-11-25 22:43:00 UTC

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

2020-11-25 22:43:01 UTC

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

2020-12-23 21:28:39 UTC

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

2020-12-23 21:28:39 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-12-23 21:28:40 UTC

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

2020-12-23 21:28:40 UTC

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

2020-12-23 21:29:07 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-12-23 21:29:08 UTC

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

2020-12-23 21:29:09 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-12-23 21:29:09 UTC

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

2020-12-23 21:29:11 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-12-23 21:29:11 UTC

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

2020-12-23 21:29:12 UTC

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

2020-12-23 21:29:12 UTC

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

2020-12-23 21:29:12 UTC

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

2020-12-23 21:29:12 UTC

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

2020-12-23 21:29:16 UTC

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

2020-12-23 21:29:18 UTC

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

2020-12-23 21:29:19 UTC

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

2020-12-23 21:29:19 UTC

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

2020-12-23 21:29:20 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-12-23T21:28:24Z

2020-12-23 21:29:20 UTC

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

2020-12-23 21:29:20 UTC

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

2020-12-23 21:29:20 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