Namespace
rancher
Image / Tag
rancher-agent:master-3384-head
Content Digest
sha256:1a4156967fba32a53f2d6862728c267d7f0d1e7ba094c2e999f59bc303067c4f
Details
Created

2020-07-31 23:30:55 UTC

Size

99.9 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-07-31T23:30:27Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    335be4bf046d80b933c591ee7aa098499c277b3b
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-3384-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:7595c8c21622ea8a8b9778972e26dbbe063f7a1c4b0a28a80a34ebb3d343b586 - 25.49% (25.5 MB)

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

[#002] sha256:70799171ddba93a611490ba3557d782714b3f4da8963d49ac8726786ba8274a5 - 0.0% (848 Bytes)

[#003] sha256:b6c12202c5ef07dc9eb8f9d9e71407064684ed70f8c4040b62679b7d30200840 - 0.0% (161 Bytes)

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

[#005] sha256:2eff839a3dc88af51dcad2081dc2ca228f89ad96afcdcec0ce42ff01f1e37cf2 - 30.3% (30.3 MB)

[#006] sha256:4895be44e8710dc3cf4c2e2fe8bb41833ad247ae0e017ecbfd03eb7573beb435 - 2.21% (2.2 MB)

[#007] sha256:1db57f1fd6d8c09ede005d714078dc012b41c095bc01a121224133f58950dd96 - 1.22% (1.22 MB)

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

[#009] sha256:ae3738110f323d8ad87260907f386401e9f305f9c088ea52a9f0ff5a184218f8 - 14.15% (14.1 MB)


History
2020-07-24 14:38:19 UTC

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

2020-07-24 14:38:20 UTC

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

2020-07-24 14:38:21 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-07-24 14:38:21 UTC

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

2020-07-24 14:38:22 UTC

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

2020-07-31 23:30:29 UTC

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

2020-07-31 23:30:29 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-07-31 23:30:30 UTC

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

2020-07-31 23:30:30 UTC

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

2020-07-31 23:30:48 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-07-31 23:30:48 UTC

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

2020-07-31 23:30:49 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-07-31 23:30:50 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-07-31 23:30:51 UTC

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

2020-07-31 23:30:52 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-07-31 23:30:52 UTC

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

2020-07-31 23:30:53 UTC

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

2020-07-31 23:30:53 UTC

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

2020-07-31 23:30:53 UTC

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

2020-07-31 23:30:53 UTC

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

2020-07-31 23:30:54 UTC

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

2020-07-31 23:30:54 UTC

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

2020-07-31 23:30:54 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-07-31T23:30:27Z

2020-07-31 23:30:55 UTC

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

2020-07-31 23:30:55 UTC

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

2020-07-31 23:30:55 UTC

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

Details
Created

2020-07-31 23:24:56 UTC

Size

231 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-07-31T23:24:46Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    335be4bf046d80b933c591ee7aa098499c277b3b
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-3384-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.73% (96.4 MB)

[#001] sha256:2bb9710c0cb62c6bfbfc6eeb105dcb787f544b73e14792c9184b04c2cfcdd313 - 0.0% (950 Bytes)

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

[#003] sha256:b94e5a8e96f95df44f9650bf1e17d42e134ae78cca0df5e1465264605291a60b - 0.0% (840 Bytes)

[#004] sha256:a44d7f3cc195f81f823b2b183ced2698bea0623ca69860324753ad9b2179d925 - 0.03% (71.4 KB)

[#005] sha256:4e8708ebb942fc4ad365937323b0917e9c2034c1b1a0361b634ecd69d701903a - 0.0% (843 Bytes)

[#006] sha256:478252e18c8caf434e5375da6c2bc1a0b3130fe654c46652bc6150b84a8b92f5 - 38.51% (88.9 MB)

[#007] sha256:e1a35b4a1cb394a030e8c448c74160a480b42eaebadb16c2e08421ef9cdd74ea - 0.04% (96.4 KB)

[#008] sha256:43434f33e8b25d7d6b9597dcf6b8253ec140beb7b67430627dd3c1b89e9d8b15 - 0.0% (838 Bytes)

[#009] sha256:88ca8c593b1080acf4f6ee1509a0a832ada2689bafc8b54aa11c114e5fe3250f - 0.0% (827 Bytes)

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

[#011] sha256:00634ea3bacae6c7dd653b05200ece61f24c9cb5da6e044db95e5541dbf44bf8 - 14.12% (32.6 MB)

[#012] sha256:234f4845c639e4b573fe698dc6af666ce34a87d391f3a8cc5191dd174bd740c0 - 0.0% (854 Bytes)

[#013] sha256:6b278fed96917b98a616ef26f5f47bc2f171f47c75725c12f52f41c7046145fb - 0.0% (825 Bytes)

[#014] sha256:46c5d0676e60d783d85b416ecc8b6bbe0b0cbe1e5b521145fd9b8720dfbee0ea - 0.0% (830 Bytes)

[#015] sha256:b96b8817cf9fff4e962c19ffbcea8a698215d1881919c0152aa649f7488f905b - 0.0% (826 Bytes)

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

[#017] sha256:d261eb96c3dd5fff108954f77047075e46dc080964d159b023d8d5e2b93e829d - 5.52% (12.8 MB)

[#018] sha256:8a56006886f0caf5892b105ca4b8d8c5303bcdd3b180dd85bcf44acff8e4db2f - 0.0% (849 Bytes)

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

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

[#021] sha256:d958f693be5e6efc4af9e3ec8a48df44b15f6296c5d34ba5d57b5ba545f5bedb - 0.0% (828 Bytes)

[#022] sha256:f2d15720eb89e7a1f073a128f3523410cc788ef640db3617e223a1f0f702e586 - 0.0% (819 Bytes)


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

Apply image 1809-KB4561608-amd64

2020-07-16 01:04:35 UTC

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

2020-07-16 01:04:38 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-07-16 01:04:39 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-07-16 01:04:50 UTC

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

2020-07-16 01:04:51 UTC

cmd /S /C #(nop) USER ContainerUser

2020-07-16 01:05:18 UTC

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

2020-07-16 01:05:54 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-07-16 01:05:54 UTC

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

2020-07-27 16:58:59 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-07-27 16:59:00 UTC

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

2020-07-27 16:59:02 UTC

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

2020-07-27 16:59:03 UTC

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

2020-07-27 16:59:03 UTC

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

2020-07-27 16:59:04 UTC

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

2020-07-31 23:24:48 UTC

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

2020-07-31 23:24:48 UTC

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

2020-07-31 23:24:49 UTC

cmd /S /C #(nop) COPY multi:9c516e4624436490dee5d088ed6a33663dce1e72a05ea1ff79e91cdbed81f792 in \etc\rancher\

2020-07-31 23:24:50 UTC

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

2020-07-31 23:24:50 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-07-31T23:24:46Z

2020-07-31 23:24:54 UTC

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

2020-07-31 23:24:55 UTC

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

2020-07-31 23:24:56 UTC

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

Details
Created

2020-07-31 23:25:00 UTC

Size

232 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-07-31T23:24:55Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    335be4bf046d80b933c591ee7aa098499c277b3b
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-3384-head

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1909-KB4565483-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:e8a609e7f617bec4bcf5ba70cf691a9884e732141eadfcc9c42c436f917d0164 - 42.1% (97.9 MB)

[#001] sha256:ace60531feb4d1910c30c8050125cf834547ce523d03a1928a36f3213d1590e3 - 0.0% (873 Bytes)

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

[#003] sha256:4f2d873f99dac874b811c17acba9d822e702ad8075151772ae676c23f602a757 - 0.0% (814 Bytes)

[#004] sha256:9ed9d4d9e65ea7132b528786d48d3acd5855b61fd5337e2d8a85cd17e1af5f7a - 0.03% (67.4 KB)

[#005] sha256:ac14d05763aa14c6d712c91c2b751409fa7928bc0dfca1b3efe9732e0dea2b13 - 0.0% (833 Bytes)

[#006] sha256:42f5441f31b1dd8a92f4601dfe24337e078a3e05472dfcb07fea649f1cca0b32 - 38.26% (88.9 MB)

[#007] sha256:ea4acc0cac20305c4a21ce57bee29a3b136c7fae592c1bd06379e80778b8f6da - 0.04% (94 KB)

[#008] sha256:d584cc521da3fbebd8130fc7e488aece68c5c57d8a7954e3d3ccbd6ebc8b4b32 - 0.0% (843 Bytes)

[#009] sha256:c339a5c7d1e2a276d71400788d5847c4ad94a6a79fe47d7ae60d1e4bfafb000d - 0.0% (850 Bytes)

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

[#011] sha256:4f09416f950f1d978d1df95dd9992bec03ae5c1fec8020037151b93076ac5e9b - 14.03% (32.6 MB)

[#012] sha256:6b7d78d92809bfad7d0fbf5f2169701e6b9ba3ccee3446ec55b6505c8ad91abc - 0.0% (824 Bytes)

[#013] sha256:1b5dbbf5697617d7268d350e6598d398f96876b56ac5824ed7cab92f23f1b636 - 0.0% (832 Bytes)

[#014] sha256:373a40f5c82f977cb6513e31dba30bd377e94def99ba30b1f248c08a29a82523 - 0.0% (851 Bytes)

[#015] sha256:9b4282755b61ee06a1230172b3761d84b18c6885f14567624596c140ca182ba9 - 0.0% (834 Bytes)

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

[#017] sha256:ef8576eb255b09310b6e9f62bcceb6feb12a5969145dbe0c1a8125812d85bf64 - 5.49% (12.8 MB)

[#018] sha256:78d594f21736a4ceac51a34fb5ca68f942697d64a0190c1570fe5fdafdbb1e74 - 0.0% (853 Bytes)

[#019] sha256:294ecbe4a7c90bd31f62ecde3356b664f54faa8197ac9123f2252438a0b1b9ee - 0.0% (832 Bytes)

[#020] sha256:85ebb45ca17a3b60882bc102eb9a189a38de3956bb4a6ab0be5883e91900a717 - 0.0% (851 Bytes)

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

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


History
2020-07-08 02:16:11 UTC

Apply image 1909-KB4565483-amd64

2020-07-16 01:20:58 UTC

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

2020-07-16 01:20:59 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-KB4565483-amd64

2020-07-16 01:21:00 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-07-16 01:21:44 UTC

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

2020-07-16 01:21:44 UTC

cmd /S /C #(nop) USER ContainerUser

2020-07-16 01:22:02 UTC

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

2020-07-16 01:22:46 UTC

|1 fromTag=1909-KB4565483-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-07-16 01:22:47 UTC

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

2020-07-27 16:58:57 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-07-27 16:58:58 UTC

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

2020-07-27 16:59:00 UTC

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

2020-07-27 16:59:00 UTC

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

2020-07-27 16:59:01 UTC

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

2020-07-27 16:59:01 UTC

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

2020-07-31 23:24:57 UTC

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

2020-07-31 23:24:57 UTC

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

2020-07-31 23:24:58 UTC

cmd /S /C #(nop) COPY multi:9c516e4624436490dee5d088ed6a33663dce1e72a05ea1ff79e91cdbed81f792 in \etc\rancher\

2020-07-31 23:24:58 UTC

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

2020-07-31 23:24:59 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-07-31T23:24:55Z

2020-07-31 23:24:59 UTC

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

2020-07-31 23:24:59 UTC

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

2020-07-31 23:25:00 UTC

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

Details
Created

2020-07-31 23:25:06 UTC

Size

232 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-07-31T23:24:59Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    335be4bf046d80b933c591ee7aa098499c277b3b
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-3384-head

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1903-KB4565483-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:f07c298b155a926cb3857f19bd243eb37ae8af769486fb258a756447b691840c - 42.1% (97.8 MB)

[#001] sha256:85dc5bae50db07b8fa949e89c7b8084ceb5a0591fd2adf24a9519e2088aa80fa - 0.0% (839 Bytes)

[#002] sha256:f95122a91d81aa783ee39e317611d151830c52ddaee9be1680601e91bd28c751 - 0.0% (872 Bytes)

[#003] sha256:6d8648258909989d58752c75373ad024bbc0c1b979c81c6536c514897341095e - 0.0% (814 Bytes)

[#004] sha256:f4046f0e3a002dbe1dc55dd558d2498e58e3d8aec4fbfe843ebb344f826ae4c8 - 0.03% (66.4 KB)

[#005] sha256:87d232d883c025c7cbc3d98a8cdce89a0c7f3c00d6c90695549168d6ae4a0145 - 0.0% (835 Bytes)

[#006] sha256:8ee8628acfa13ca11e5d6806c934127802c020997ecd8c39fe8b3aa4311c9d9f - 38.27% (88.9 MB)

[#007] sha256:1baa81237cb5370b50e8f174723775912d7e312d630c546d1aca2b0c12c95831 - 0.04% (95.4 KB)

[#008] sha256:18d2da9045305b24ffea375019167c50afe7644d397cc039a3b7bea8d6f9f707 - 0.0% (862 Bytes)

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

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

[#011] sha256:1cd6fa9dcbc5f2136d90df2de3a32b05c844d91ff02a059315cd645939b30971 - 14.03% (32.6 MB)

[#012] sha256:5c39333d51430bb987bad200a912612a59fa7a346a47574112bbb55608c95bc1 - 0.0% (821 Bytes)

[#013] sha256:77afe348a75cf79bc79c689b368f811277bfd07bc4b88eb7b71a47aa688421b2 - 0.0% (825 Bytes)

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

[#015] sha256:35fb0682f4c3abb95521a01a600ae5f0a16cc45f9893f3cff0c891c958190bcb - 0.0% (856 Bytes)

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

[#017] sha256:7caa68b7bb7ce22d78b4d4bfa274ef08a0dcb3d0a76706393ae6aeb45ba5356c - 5.49% (12.8 MB)

[#018] sha256:0a671007a13951ae7178d900f0837a265efa753c96d1337fa2648f54b4064eaf - 0.0% (828 Bytes)

[#019] sha256:176b7db84f2d22f0f2c7e9c7b9ccb60b084de7e34d1516f5604a1c4e77ddf552 - 0.0% (826 Bytes)

[#020] sha256:447f036591230ff9fb3eda5d8a77c2dacc6f2e5fe476fc7cdc7455e0e5f9ad44 - 0.0% (855 Bytes)

[#021] sha256:3dfca62596dd49d61c89c2c658a891ed4466b8462f354f8c46d44cb46d12f093 - 0.0% (860 Bytes)

[#022] sha256:c833cac54fc53c7b463ee440437949fe53fde472804e1a64b2a75dc759e0fc0b - 0.0% (829 Bytes)


History
2020-07-07 12:59:30 UTC

Apply image 1903-KB4565483-amd64

2020-07-16 01:12:59 UTC

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

2020-07-16 01:12:59 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-KB4565483-amd64

2020-07-16 01:13:00 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-07-16 01:13:43 UTC

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

2020-07-16 01:13:44 UTC

cmd /S /C #(nop) USER ContainerUser

2020-07-16 01:14:04 UTC

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

2020-07-16 01:14:43 UTC

|1 fromTag=1903-KB4565483-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-07-16 01:14:43 UTC

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

2020-07-27 16:59:44 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-07-27 16:59:45 UTC

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

2020-07-27 16:59:48 UTC

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

2020-07-27 16:59:48 UTC

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

2020-07-27 16:59:49 UTC

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

2020-07-27 16:59:49 UTC

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

2020-07-31 23:25:01 UTC

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

2020-07-31 23:25:02 UTC

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

2020-07-31 23:25:02 UTC

cmd /S /C #(nop) COPY multi:9c516e4624436490dee5d088ed6a33663dce1e72a05ea1ff79e91cdbed81f792 in \etc\rancher\

2020-07-31 23:25:03 UTC

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

2020-07-31 23:25:03 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-07-31T23:24:59Z

2020-07-31 23:25:04 UTC

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

2020-07-31 23:25:05 UTC

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

2020-07-31 23:25:06 UTC

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

Details
Created

2020-07-31 23:37:07 UTC

Size

90.6 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-07-31T23:36:27Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    335be4bf046d80b933c591ee7aa098499c277b3b
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-3384-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:a114936b480795ec46632c29c96e126744c314983ee0d83354804dc39d1afb46 - 24.96% (22.6 MB)

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

[#002] sha256:f4eb48eb870f62ec1a7a4a2d753bf2b92dff62a6dbedaeff6db6e41cb33196bc - 0.0% (849 Bytes)

[#003] sha256:0f912b9bb20d998fd0f1a2526d5539f35d34a476da71c783d0041b25b78c0af5 - 0.0% (188 Bytes)

[#004] sha256:5a7f526561d5df605185d9eb61ab639c353e6b929d3d5d3f490333d742c58322 - 0.0% (125 Bytes)

[#005] sha256:fd99e187054a9459bdeb4a9cd8cfbebb12e431368257267b6e7c2581487e57fa - 30.21% (27.4 MB)

[#006] sha256:48ca6be820061eeb0f1e99b63b5135bcaad3b4f2e214d801a4c4e56b91ff1408 - 2.14% (1.94 MB)

[#007] sha256:a2d8484db7b39de59c82e05e785ccf572a73c32c0dcabdc06e2a75e69908a433 - 1.25% (1.13 MB)

[#008] sha256:2fd5410bfd50e574b4d82066d3e2b8a2c43dea82ed71df9585be40ff1e31a5db - 27.18% (24.6 MB)

[#009] sha256:857955b49a5badf22ca479dca3d9b8b9c06822a91353ea6687e360d7fd625c72 - 14.22% (12.9 MB)


History
2020-07-24 16:21:15 UTC

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

2020-07-24 16:21:35 UTC

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

2020-07-24 16:21:51 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-07-24 16:23:26 UTC

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

2020-07-24 16:23:50 UTC

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

2020-07-31 23:36:30 UTC

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

2020-07-31 23:36:30 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-07-31 23:36:31 UTC

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

2020-07-31 23:36:31 UTC

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

2020-07-31 23:36:58 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-07-31 23:36:58 UTC

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

2020-07-31 23:36:59 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-07-31 23:37:01 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-07-31 23:37:01 UTC

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

2020-07-31 23:37:03 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-07-31 23:37:03 UTC

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

2020-07-31 23:37:03 UTC

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

2020-07-31 23:37:04 UTC

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

2020-07-31 23:37:04 UTC

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

2020-07-31 23:37:04 UTC

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

2020-07-31 23:37:05 UTC

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

2020-07-31 23:37:06 UTC

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

2020-07-31 23:37:06 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-07-31T23:36:27Z

2020-07-31 23:37:06 UTC

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

2020-07-31 23:37:06 UTC

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

2020-07-31 23:37:07 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