Namespace
rancher
Image / Tag
rancher-agent:master-3264-head
Content Digest
sha256:f16a98dc3df45fdbc6b709eb7b904b9515ce5c5206b04dc6f47fdf824c53634e
Details
Created

2020-06-30 20:59:35 UTC

Size

104 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-06-30T20:59:04Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    865d70cd130fdea6e4b2c07613d8a8eb48ec4121
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-3264-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.17.6

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:d7c3167c320d7a820935f54cf4290890ea19567da496ecf774e8773b35d5f065 - 24.37% (25.5 MB)

[#001] sha256:131f805ec7fd68d45a887e2ef82de61de0247b4eb934ab03b7c933650e854baa - 0.03% (34.5 KB)

[#002] sha256:322ed380e680a77f30528ba013e3a802a7b44948a0609c7d1d732dd46a9a310d - 0.0% (844 Bytes)

[#003] sha256:6ac240b130982ad1c3ba3188abbf18ba4e54bdd9e504ce2d5c2eff6d3e86b8dd - 0.0% (163 Bytes)

[#004] sha256:1e8f4807ed044ee65068ffe73c14326c05fcddecbe6d8a43eb7ba2473dbdfbe7 - 0.0% (124 Bytes)

[#005] sha256:ef02b1866d13560e131fb97a91509cd777a701dfd561cfbaee9f0aaf0a1bd89d - 28.98% (30.3 MB)

[#006] sha256:8e043bd26579a1f41d716682aa0aa057ca38ea90f3defe4101e9bb19ef181935 - 2.11% (2.2 MB)

[#007] sha256:3e1af7e509508a3ff2f2c116f265d23cde17ea1d7e9ad51521da57434c5ba151 - 1.17% (1.22 MB)

[#008] sha256:db961ec5241e5b4b6f2bf85586c88abf6ed415e846fa5405091cad83a4255faa - 25.44% (26.6 MB)

[#009] sha256:97463fcbdbdde11bf908dd0b265d007e90064eba4ffb8aebf23721bf25bf447a - 17.9% (18.7 MB)


History
2020-06-17 01:20:29 UTC

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

2020-06-17 01:20:30 UTC

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

2020-06-17 01:20:31 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-06-17 01:20:31 UTC

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

2020-06-17 01:20:32 UTC

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

2020-06-30 20:59:08 UTC

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

2020-06-30 20:59:08 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-06-30 20:59:09 UTC

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

2020-06-30 20:59:09 UTC

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

2020-06-30 20:59:27 UTC

|1 ARCH=amd64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends 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-06-30 20:59:28 UTC

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

2020-06-30 20:59:29 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-06-30 20:59:30 UTC

|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.7/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin

2020-06-30 20:59:30 UTC

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

2020-06-30 20:59:32 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-06-30 20:59:32 UTC

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

2020-06-30 20:59:32 UTC

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

2020-06-30 20:59:32 UTC

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

2020-06-30 20:59:33 UTC

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

2020-06-30 20:59:33 UTC

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

2020-06-30 20:59:34 UTC

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

2020-06-30 20:59:34 UTC

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

2020-06-30 20:59:34 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-06-30T20:59:04Z

2020-06-30 20:59:35 UTC

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

2020-06-30 20:59:35 UTC

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

2020-06-30 20:59:35 UTC

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

Details
Created

2020-06-30 20:51:25 UTC

Size

231 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-06-30T20:51:19Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    865d70cd130fdea6e4b2c07613d8a8eb48ec4121
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-3264-head

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1809-KB4561608-amd64

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:c7d6d47ff7dfb2aa4d4e819641b93ec971e8541978dff0ffc24c193babeb8c07 - 41.64% (96.4 MB)

[#001] sha256:97aa7bfb09e437685189fd05f317b34be8fc0d433d2d92301d0cc2a7e7dc99f5 - 0.0% (828 Bytes)

[#002] sha256:45b0e26e6e2577fbab1a6037a3317bf5c7f55798c7fc48a6b0ab465d8aec9755 - 0.0% (830 Bytes)

[#003] sha256:6aa4d8a78a05dc1b1ed2cecf80b62bfb9cb3fbc0543b7fdfe9f1050fbe9f9d0e - 0.0% (827 Bytes)

[#004] sha256:94889b6c441bd4d022c67db2c8a91d40d00318747c07b234ca6ebc7f0ba04bb7 - 0.03% (64.5 KB)

[#005] sha256:5053cbbe3a43bbdc928da9627be6ee80e258c4e8b690e54613ab21d457e662a8 - 0.0% (835 Bytes)

[#006] sha256:3577f2e5455aa83a09e7b497fd6cb8bf7d2a48f678dd224f6b2abd3a0a44515d - 38.42% (88.9 MB)

[#007] sha256:159dcfbe0ead6fbe1b35e76ca011ae0fbc8ca4f496ae61c88bcf0f16100994b5 - 0.04% (94.6 KB)

[#008] sha256:2942b796335319ca4faa6b9a8a59310d36b10c16e51ddeb38c4795d82589b6a0 - 0.0% (829 Bytes)

[#009] sha256:7892028ec939af189c3b7f2dae7dc9c44c68870bfa8d6c6111c2b2a1385956f7 - 0.0% (848 Bytes)

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

[#011] sha256:e3cc88783e0212df8cde9bd2a26058b6efd8996bdcc83fbef7f403e3d8b3f8b1 - 14.09% (32.6 MB)

[#012] sha256:8c833084cf872fe8315baa975c19efe7ad92b2c414a9042866fa889718b9d77b - 0.0% (833 Bytes)

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

[#014] sha256:1fb0dc5ec091c09463ea2cfabc53df9574bb34e6b6775dca64b2a493a2dca93f - 0.0% (825 Bytes)

[#015] sha256:6f4e416007f202bf28f2f6b006b839f3b1610d8b52dab82022e9dcd3c692bff8 - 0.0% (874 Bytes)

[#016] sha256:207a2eb023878dd3a0cf1678e3e1630afad9ff5846d7bf2db2362f744632f8b9 - 0.0% (824 Bytes)

[#017] sha256:aac5b19e3a526684224bfd9eed67dac335b334dda28d90dd80a83d8b5308ab90 - 5.74% (13.3 MB)

[#018] sha256:a93a464632374a900b578311da27722b786cfdd15accc3000ea50042972b7c3e - 0.0% (883 Bytes)

[#019] sha256:a00ce5ba28fbb01d6e76a8e4f0993ea089de5185edf31d1c1d902428c900058e - 0.0% (852 Bytes)

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

[#021] sha256:70095eef090e4e111a1448eb345ca8697032de249185f5517b828ef4b8ff091d - 0.0% (833 Bytes)

[#022] sha256:dd06f26e47a50d51d5c269e4e140e836669c0f4af6302d81705f423fc2df5f43 - 0.0% (830 Bytes)


History
2020-06-03 11:12:32 UTC

Apply image 1809-KB4561608-amd64

2020-06-10 21:35:22 UTC

cmd /S /C #(nop) ARG fromTag=1709

2020-06-10 21:35:22 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-KB4561608-amd64

2020-06-10 21:35:23 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-06-10 21:35:59 UTC

|1 fromTag=1809-KB4561608-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M

2020-06-10 21:35:59 UTC

cmd /S /C #(nop) USER ContainerUser

2020-06-10 21:36:22 UTC

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

2020-06-10 21:36:56 UTC

|1 fromTag=1809-KB4561608-amd64 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-06-10 21:36:56 UTC

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

2020-06-29 17:58:30 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-06-29 17:58:31 UTC

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

2020-06-29 17:58:33 UTC

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

2020-06-29 17:58:34 UTC

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

2020-06-29 17:58:34 UTC

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

2020-06-29 17:58:34 UTC

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

2020-06-30 20:51:22 UTC

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

2020-06-30 20:51:22 UTC

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

2020-06-30 20:51:23 UTC

cmd /S /C #(nop) COPY multi:34bf51f4e0ec564a0399f3e671995ce2556100bad2196b284c5fd59e7a041e4d in \etc\rancher\

2020-06-30 20:51:23 UTC

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

2020-06-30 20:51:24 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-06-30T20:51:19Z

2020-06-30 20:51:24 UTC

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

2020-06-30 20:51:25 UTC

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

2020-06-30 20:51:25 UTC

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

Details
Created

2020-06-30 20:51:19 UTC

Size

233 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-06-30T20:51:14Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    865d70cd130fdea6e4b2c07613d8a8eb48ec4121
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-3264-head

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1909-KB4560960-amd64

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:f43060d5d9153f6409cfe7216e9f38490927cf92b644f7f96e33931b0e890359 - 42.02% (97.9 MB)

[#001] sha256:822a212dbafc836949b8ddb3d94a161df96feea0f23f4a10ca15867feafa3ccf - 0.0% (830 Bytes)

[#002] sha256:68b16d724c7583a4250d86f9f4230d8fdb4db51d5d63982153993bfcc6337e86 - 0.0% (827 Bytes)

[#003] sha256:6fe458d6ccad3675c047db4d4fcdaa7f7aa7f373e0903163d528c20c599ec23d - 0.0% (830 Bytes)

[#004] sha256:4026ddaae8c79c0c46943a445ed588345a9c234669b9c02c150ec1e17725cb54 - 0.03% (65.1 KB)

[#005] sha256:2f19ab2137a5ed4641535bb10a4e01b30f7b0ee765b5b3d3b6088252a1658f71 - 0.0% (828 Bytes)

[#006] sha256:1686abfffd1a22afee6d7e7fb1a4d2fd68dd324c579016e4dcbb0b2f50204134 - 38.16% (88.9 MB)

[#007] sha256:f354268012e913d11385d203c7e5d205f99314303e4bdb7a71daa7b254199e31 - 0.06% (137 KB)

[#008] sha256:8d3762e5fde3868ad3ec0ff3dd9db00a20a3f6f80474255ff695635891c863d7 - 0.0% (827 Bytes)

[#009] sha256:698521c67f6a004faf66d579120e66f4871e0732fd49573202232e2a4bee99f6 - 0.0% (828 Bytes)

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

[#011] sha256:893e2cf5a7af5f1ccdbc252b7fa4798fa223b61b60698a099184390612e399de - 13.99% (32.6 MB)

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

[#013] sha256:f1c023eba8fa4134711ce27e392a91eb6021a0086ad554fc525a41490fba6b9b - 0.0% (822 Bytes)

[#014] sha256:44ea5d560c530c4093a2956d841d2efa174908523ab8bcbe1bedc540e7dad7f0 - 0.0% (828 Bytes)

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

[#016] sha256:82610344091e0e3b466a5fed0d9fe04c7c8df34d7715de0f7720f1671dd28642 - 0.0% (878 Bytes)

[#017] sha256:71c9832e62830404b8bfbdcea19795136b3c95741daae6bbfd06cbde0b0cbfaf - 5.7% (13.3 MB)

[#018] sha256:2e9808910ef6367d2e1607587165d953229dee011b41258fe6081fba61a24116 - 0.0% (847 Bytes)

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

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

[#021] sha256:85661c7d23d51975f2edd2a54bc63353db3a49b61233f5da3bf74e16a5349d9f - 0.0% (832 Bytes)

[#022] sha256:b304275c0bc9d2f6dd95feda5c90bd33703f14d40792a4f16c3bc382bc7873e4 - 0.0% (851 Bytes)


History
2020-06-06 11:35:19 UTC

Apply image 1909-KB4560960-amd64

2020-06-10 21:46:26 UTC

cmd /S /C #(nop) ARG fromTag=1709

2020-06-10 21:46:27 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-KB4560960-amd64

2020-06-10 21:46:27 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-06-10 21:46:47 UTC

|1 fromTag=1909-KB4560960-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M

2020-06-10 21:46:47 UTC

cmd /S /C #(nop) USER ContainerUser

2020-06-10 21:47:02 UTC

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

2020-06-10 21:47:33 UTC

|1 fromTag=1909-KB4560960-amd64 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-06-10 21:47:34 UTC

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

2020-06-29 18:00:03 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-06-29 18:00:04 UTC

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

2020-06-29 18:00:06 UTC

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

2020-06-29 18:00:06 UTC

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

2020-06-29 18:00:07 UTC

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

2020-06-29 18:00:07 UTC

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

2020-06-30 20:51:16 UTC

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

2020-06-30 20:51:16 UTC

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

2020-06-30 20:51:17 UTC

cmd /S /C #(nop) COPY multi:34bf51f4e0ec564a0399f3e671995ce2556100bad2196b284c5fd59e7a041e4d in \etc\rancher\

2020-06-30 20:51:17 UTC

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

2020-06-30 20:51:18 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-06-30T20:51:14Z

2020-06-30 20:51:18 UTC

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

2020-06-30 20:51:18 UTC

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

2020-06-30 20:51:19 UTC

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

Details
Created

2020-06-30 20:51:43 UTC

Size

233 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-06-30T20:51:38Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    865d70cd130fdea6e4b2c07613d8a8eb48ec4121
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-3264-head

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1903-KB4560960-amd64

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:c40da4de5e84fba9e2c0f302d2d30570160680b4a2d4ae5a558796337e2dfca2 - 42.01% (97.9 MB)

[#001] sha256:3b9b1155a116e518548c67b2af65bca031816b6bbfa4e8e0b2b879fc046cf712 - 0.0% (861 Bytes)

[#002] sha256:eecea9c0a11f451b61e923777f4e0d5e2fee68aa6a924f67e0c25d202e487048 - 0.0% (826 Bytes)

[#003] sha256:5b8569b91ede8c7e07e3cd6a09211604703a74e3b7d5e4ab42be917d15e80c73 - 0.0% (824 Bytes)

[#004] sha256:b04f42ddeac9334b405d64db7e441200e957805af5ad881ccb6252a0355cf7a7 - 0.03% (63.9 KB)

[#005] sha256:b34994491cc30b144b6f185bdc28897c91da910d5c0bb0ea26de4b9bf645f5d7 - 0.0% (834 Bytes)

[#006] sha256:204d18d48d4ac0830e5f57e8c23770de7b87c4305f0fcaf6bd4b9c90e8f0f558 - 38.16% (88.9 MB)

[#007] sha256:c351b9956f5934378422dc2aa5ac43af2f793ba2c049bb21cbb9b109f6e8fa71 - 0.05% (126 KB)

[#008] sha256:f6d3e0ee44351e3ae2b5e7f30bf7bfc277f785857ccfe77486e0031f45a8abfc - 0.0% (825 Bytes)

[#009] sha256:5705984c99cc93524d8aea1acb5581e962f3742fdb2fd041238684d4cbd2edce - 0.0% (827 Bytes)

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

[#011] sha256:39149cb6fcbfbb3ae6f8f8281e63daaa52389510e3d2e3fb8dfebb58bb597059 - 14.0% (32.6 MB)

[#012] sha256:016b6af831813a701607ec560f4c7cbc1039db2a03ddf23f804f7c5f2bef5599 - 0.0% (848 Bytes)

[#013] sha256:59a389377c600f57364cec9387289f87c8030d7a73fd1d0a7a77c427f5758da1 - 0.0% (854 Bytes)

[#014] sha256:2a7ae0ee98cd1093e5238b039e350c9d923fd9be487c0763a17fc3aaaa404a5e - 0.0% (830 Bytes)

[#015] sha256:256268a2312c52e93f0ae73d43fb47c49134560185bdbb09617451d27025413d - 0.0% (829 Bytes)

[#016] sha256:8e60804078a55d0239d11ea7815f86d5fda840301a52c81a7b2ce823b24802ed - 0.0% (851 Bytes)

[#017] sha256:0820c253f337e16bef91c19503ad5959b63502f90685bfcccde8048a88bcea4b - 5.7% (13.3 MB)

[#018] sha256:0463475e9f68ce66ec1b21fa97db246590e01fec2e9463e9305b3deaf28e7040 - 0.0% (854 Bytes)

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

[#020] sha256:2c98377bad24d4666669c2f04da1d5eeff6bcd40248e4329506cdfbc1312fc59 - 0.0% (827 Bytes)

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

[#022] sha256:5255e391a9366b44af03795cce43db54ad585e7e34c35c892a406be3dc627be3 - 0.0% (857 Bytes)


History
2020-06-03 11:03:30 UTC

Apply image 1903-KB4560960-amd64

2020-06-10 21:41:31 UTC

cmd /S /C #(nop) ARG fromTag=1709

2020-06-10 21:41:32 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-KB4560960-amd64

2020-06-10 21:41:32 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-06-10 21:41:54 UTC

|1 fromTag=1903-KB4560960-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M

2020-06-10 21:41:55 UTC

cmd /S /C #(nop) USER ContainerUser

2020-06-10 21:42:16 UTC

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

2020-06-10 21:42:49 UTC

|1 fromTag=1903-KB4560960-amd64 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-06-10 21:42:49 UTC

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

2020-06-29 18:01:28 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-06-29 18:01:29 UTC

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

2020-06-29 18:01:32 UTC

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

2020-06-29 18:01:33 UTC

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

2020-06-29 18:01:34 UTC

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

2020-06-29 18:01:34 UTC

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

2020-06-30 20:51:40 UTC

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

2020-06-30 20:51:40 UTC

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

2020-06-30 20:51:41 UTC

cmd /S /C #(nop) COPY multi:34bf51f4e0ec564a0399f3e671995ce2556100bad2196b284c5fd59e7a041e4d in \etc\rancher\

2020-06-30 20:51:42 UTC

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

2020-06-30 20:51:42 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-06-30T20:51:38Z

2020-06-30 20:51:42 UTC

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

2020-06-30 20:51:43 UTC

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

2020-06-30 20:51:43 UTC

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

Details
Created

2020-06-30 21:05:02 UTC

Size

94.9 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-06-30T21:04:24Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    865d70cd130fdea6e4b2c07613d8a8eb48ec4121
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-3264-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.17.6

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:2e8bea8b22f8f5a4fd5aa85019945dd8ae04f283a4ba2a7aeb4536fe2f1d1ec2 - 23.85% (22.6 MB)

[#001] sha256:fc90876b9c9a7343ae432eaec7c8dc8859c1e84b6193da8d386815fde165a70e - 0.04% (34.4 KB)

[#002] sha256:27bfc658a5210a9f0c9cfcda5f504e720da9268e9f3f3bf48e3a9a7af360c959 - 0.0% (854 Bytes)

[#003] sha256:1ef0f1b06b2142ff2bf35cc565f019ed9e4efe0d8f332825167538c2337bac8a - 0.0% (187 Bytes)

[#004] sha256:1f906ce8c3e84e1697e06e27376e7a610a886ed8f93177b9a6167ad5e7072f77 - 0.0% (124 Bytes)

[#005] sha256:beec8c51c6753a62b5f3493a451e8d02f0b649d7abf3f86070adf0a78276afa5 - 28.86% (27.4 MB)

[#006] sha256:1f832efa460f511747e56f5b3670b40faea2dfeb542fea89ae26420642ba0d65 - 2.05% (1.94 MB)

[#007] sha256:7da0d720e1800f52ba6afc4f0ebac2d9e6db2a9a11b6edad97973499599cd683 - 1.19% (1.13 MB)

[#008] sha256:f7224f14bac1d6890a8ad6438a7fffb4b8e959997148428c4a3ab5ce5529ea5a - 25.97% (24.6 MB)

[#009] sha256:5000fbe1e18f9d2fe919778eefe221ba92f0a30721fea4cb80065f896fed49aa - 18.05% (17.1 MB)


History
2020-06-17 01:42:33 UTC

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

2020-06-17 01:42:37 UTC

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

2020-06-17 01:42:41 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-06-17 01:42:44 UTC

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

2020-06-17 01:42:45 UTC

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

2020-06-30 21:04:27 UTC

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

2020-06-30 21:04:27 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-06-30 21:04:28 UTC

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

2020-06-30 21:04:28 UTC

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

2020-06-30 21:04:54 UTC

|1 ARCH=arm64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends 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-06-30 21:04:55 UTC

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

2020-06-30 21:04:56 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-06-30 21:04:57 UTC

|1 ARCH=arm64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.7/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin

2020-06-30 21:04:57 UTC

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

2020-06-30 21:04:59 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-06-30 21:04:59 UTC

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

2020-06-30 21:04:59 UTC

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

2020-06-30 21:05:00 UTC

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

2020-06-30 21:05:00 UTC

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

2020-06-30 21:05:00 UTC

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

2020-06-30 21:05:01 UTC

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

2020-06-30 21:05:01 UTC

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

2020-06-30 21:05:02 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-06-30T21:04:24Z

2020-06-30 21:05:02 UTC

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

2020-06-30 21:05:02 UTC

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

2020-06-30 21:05:02 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