Namespace
rancher
Image / Tag
rancher-agent:master-bcc8261487ecdd37761fc7a010950e4cffd40874-head
Content Digest
sha256:7f2570689433565a1d88020809bde1617cd9d6f6d5c882bc34f288b46b702cf7
Details
Created

2020-09-17 20:07:54 UTC

Size

156 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-09-17T20:07:01Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    bcc8261487ecdd37761fc7a010950e4cffd40874
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-bcc8261487ecdd37761fc7a010950e4cffd40874-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:5d9821c948472065b3c166b4abc08367160961c9ac4639eb0023670ab4845a6a - 16.32% (25.5 MB)

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

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

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

[#004] sha256:b82be27f60b3f7a55da895bd6a83fedd86cee4b06e8cd68ef35a984bd30ef0ad - 34.71% (54.2 MB)

[#005] sha256:566693d7b4eb05982f028e03fb2e4853e8c0e30969b9b9cd337913c1c552d626 - 1.41% (2.2 MB)

[#006] sha256:52c05deafa38fb5af167d2dcd1f172d8e1f5156f6195059a0b23f7c483b09833 - 17.03% (26.6 MB)

[#007] sha256:3fd9914c9e353b472a726bc98f5a79543a9d4fc0a65e6b18dcd09c49ebf9ab5a - 11.4% (17.8 MB)

[#008] sha256:9619dad87c8feba2b740a5916fdb9607c45fd85975a7baa67a309a439e260fd1 - 19.14% (29.9 MB)

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


History
2020-09-16 22:20:02 UTC

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

2020-09-16 22:20:03 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-16 22:20:04 UTC

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

2020-09-16 22:20:05 UTC

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

2020-09-16 22:20:05 UTC

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

2020-09-17 20:07:21 UTC

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

2020-09-17 20:07:21 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-09-17 20:07:22 UTC

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

2020-09-17 20:07:22 UTC

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

2020-09-17 20:07:43 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-09-17 20:07:43 UTC

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

2020-09-17 20:07:44 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-09-17 20:07:45 UTC

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

2020-09-17 20:07:46 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-09-17 20:07:46 UTC

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

2020-09-17 20:07:47 UTC

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

2020-09-17 20:07:47 UTC

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

2020-09-17 20:07:47 UTC

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

2020-09-17 20:07:47 UTC

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

2020-09-17 20:07:51 UTC

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

2020-09-17 20:07:53 UTC

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

2020-09-17 20:07:53 UTC

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

2020-09-17 20:07:54 UTC

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

2020-09-17 20:07:54 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-17T20:07:01Z

2020-09-17 20:07:54 UTC

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

2020-09-17 20:07:54 UTC

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

2020-09-17 20:07:54 UTC

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

Details
Created

2020-09-17 20:08:55 UTC

Size

248 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-09-17T20:08:33Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    bcc8261487ecdd37761fc7a010950e4cffd40874
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-bcc8261487ecdd37761fc7a010950e4cffd40874-head

DOCKER_API_VERSION

1.24

LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1809-KB4565349-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:ce1c649a3e5b5b5449776d4afce631c673cade12336ccb5a38a0aac7c9d8b2bc - 38.84% (96.3 MB)

[#001] sha256:3650fec0ef6bbd59ef76eb73b3728f270cdfd4e5c23ff3a4f67f1aa71e8b476e - 0.0% (838 Bytes)

[#002] sha256:f88676ecf4cfbb7c51d6acddc9cc258f5382cd58b3b61587b60bdbfe22468339 - 0.0% (842 Bytes)

[#003] sha256:6b01b77ca2a1cd7192352f713781ac154c93275cbdb4891fb8dad86ba53f642f - 0.0% (838 Bytes)

[#004] sha256:8a0327f8ab813aca186bd82849954bfe720ea463b6be465969aab977f806dd30 - 0.03% (67 KB)

[#005] sha256:c7ecbf60bce08e33c4a83794e9aab6783513061c7858281a9b13042383cf000c - 0.0% (837 Bytes)

[#006] sha256:cfd618c4c1da8c3f69986665623201e96143693c89dd759f75c9030db701e4f1 - 35.87% (88.9 MB)

[#007] sha256:62598564b6a3a719aa27ad95fbdb832b2c55f8354b11213857688d9b18b68ba9 - 0.04% (92 KB)

[#008] sha256:09e8875832f3450f43161e05d8304353a8df24ef78a60c6df69c5ae1e72215b9 - 0.0% (827 Bytes)

[#009] sha256:44689514e72cfec2ecc40d000278ff0dd4831b6907161520f5296ce164a5b37b - 0.0% (825 Bytes)

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

[#011] sha256:5562a3cb0623c3f5dc6fcdf9c19290573935e77c603a8111dc045ec77f46306c - 13.15% (32.6 MB)

[#012] sha256:b0097b42aa11f075e1de1825a5ff453e6327a3930b1f152c4c1b032f2e77c977 - 0.0% (852 Bytes)

[#013] sha256:a76679f0e25e7cec13b05d5fe539236bb3cd921b9f5a1736df018972063c7850 - 0.0% (855 Bytes)

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

[#015] sha256:e3ec2ad73544abb31bd0c9f108ef380eb8d803cbf2c522c2d5ee36f46c85eec6 - 0.0% (850 Bytes)

[#016] sha256:9d1ef12256766cd3026bbdd4c733ccb666171da02f4048403c7eb9bf16f72d7b - 0.0% (863 Bytes)

[#017] sha256:77354f3ff15d419cc7d89930666f2012b5913553f0694c49092717a415e46196 - 12.04% (29.9 MB)

[#018] sha256:27733e5512f37e98b44008d1ae47a257330cc2290d863ac137aedba8a0b092aa - 0.0% (857 Bytes)

[#019] sha256:eb36e17e4b397ef3e0c9276d16cdd048af95b3cf8d3bed03cefd4e85e2cd0a28 - 0.0% (856 Bytes)

[#020] sha256:702cb420b3889ecebf81ec23c3d0100f0a3c0c680e8b734843c33b77c65e629c - 0.0% (858 Bytes)

[#021] sha256:3754ddf671251141ccc366d24d38fab1657dbb77fd55ad6f827b5fcaee710f52 - 0.0% (877 Bytes)

[#022] sha256:a7e18d25dd0d7adc037eb732c5f4e9fd751cd1184443d82989b99d52be7382af - 0.0% (870 Bytes)


History
2020-08-06 01:28:42 UTC

Apply image 1809-KB4565349-amd64

2020-09-08 16:46:56 UTC

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

2020-09-08 16:46:56 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-KB4565349-amd64

2020-09-08 16:46:57 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-09-08 16:47:06 UTC

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

2020-09-08 16:47:07 UTC

cmd /S /C #(nop) USER ContainerUser

2020-09-08 16:47:23 UTC

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

2020-09-08 16:48:05 UTC

|1 fromTag=1809-KB4565349-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-09-08 16:48:05 UTC

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

2020-09-14 16:57:52 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-09-14 16:57:53 UTC

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

2020-09-14 16:57:55 UTC

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

2020-09-14 16:57:56 UTC

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

2020-09-14 16:57:56 UTC

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

2020-09-14 16:57:56 UTC

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

2020-09-17 20:08:41 UTC

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

2020-09-17 20:08:42 UTC

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

2020-09-17 20:08:50 UTC

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

2020-09-17 20:08:51 UTC

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

2020-09-17 20:08:51 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-17T20:08:33Z

2020-09-17 20:08:53 UTC

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

2020-09-17 20:08:54 UTC

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

2020-09-17 20:08:55 UTC

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

Details
Created

2020-09-17 20:03:11 UTC

Size

250 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-09-17T20:03:05Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    bcc8261487ecdd37761fc7a010950e4cffd40874
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-bcc8261487ecdd37761fc7a010950e4cffd40874-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 - 39.22% (97.9 MB)

[#001] sha256:176a4bd330bfd072b56ffdbb984f062c94adc5769ce6a2134b388f8e92b717f4 - 0.0% (890 Bytes)

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

[#003] sha256:a0d3f2217f3847a2c2103130a51e85d3dbd3e2d12f076bc16ed774c8f4a34773 - 0.0% (834 Bytes)

[#004] sha256:f2ba9edf93794bab84fb0e07690c26862a7e9e129acf96e5bfdced6c3bf0d230 - 0.03% (65.5 KB)

[#005] sha256:e49367b1f7899f36e95748d3442c28c85a4331e9d45be6ec919b1cb90e1856b3 - 0.0% (841 Bytes)

[#006] sha256:b29a42fcdf773c2a3862913bb7e7d58db675966a7909849d9e53f0a8c1e3fd00 - 35.64% (88.9 MB)

[#007] sha256:9f8a37ac3aec6d361cd1f1eb6122fa1ed61c19b7d970f3b541f3b3d938bf884b - 0.05% (122 KB)

[#008] sha256:547c54e71f4b4bfe1c93096405f58690b10a6095597fb50223e569cd17e13bc2 - 0.0% (862 Bytes)

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

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

[#011] sha256:39f66c415a029e4578b3ef2411ca7819c8626ecb228f1ce56a40f6d3626c3596 - 13.06% (32.6 MB)

[#012] sha256:53bcbc7252ee289505cd191696c6de6518fe200e64862a26861c1cc4be39733f - 0.0% (832 Bytes)

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

[#014] sha256:a1faef27169dfe80cd6063f303df217713427a8c5f06b824b241554d30a156c7 - 0.0% (823 Bytes)

[#015] sha256:4c3cb0a9df13b0ad0dbbb474d8bb56434057778ff7e9341a6c037770e45c13a5 - 0.0% (829 Bytes)

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

[#017] sha256:73ae866a866d47ebef13a9b00872252ffba00c14297421d63d1bef63c08b1a00 - 11.97% (29.9 MB)

[#018] sha256:9878a17c61646fb5b216841bdc34fa1f3b287033410679c0d20a2f612e3cffde - 0.0% (834 Bytes)

[#019] sha256:35a80062b008c1933c0ace90935a4178fd2598c84dcff782fff8a89ee9dfc514 - 0.0% (854 Bytes)

[#020] sha256:efe09d485d06b8893c34b38e6cae2dd3154d4709e1102e5357d73a0d52c36052 - 0.0% (871 Bytes)

[#021] sha256:dfda7745cd38ff17f225e4c544799fde13587f99dc1b681ae5d844db0d687aa3 - 0.0% (856 Bytes)

[#022] sha256:d6541136b100277592cdd93e6f213909ef5caced4fb0db0285b33301a709868d - 0.0% (833 Bytes)


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

Apply image 1909-KB4565483-amd64

2020-09-08 16:58:38 UTC

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

2020-09-08 16:58: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-1909-KB4565483-amd64

2020-09-08 16:58:39 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-09-08 16:59:00 UTC

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

2020-09-08 16:59:01 UTC

cmd /S /C #(nop) USER ContainerUser

2020-09-08 16:59:14 UTC

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

2020-09-08 16:59:48 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-09-08 16:59:48 UTC

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

2020-09-14 20:10:14 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-09-14 20:10:14 UTC

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

2020-09-14 20:10:17 UTC

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

2020-09-14 20:10:18 UTC

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

2020-09-14 20:10:18 UTC

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

2020-09-14 20:10:18 UTC

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

2020-09-17 20:03:07 UTC

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

2020-09-17 20:03:07 UTC

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

2020-09-17 20:03:09 UTC

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

2020-09-17 20:03:09 UTC

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

2020-09-17 20:03:10 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-17T20:03:05Z

2020-09-17 20:03:10 UTC

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

2020-09-17 20:03:10 UTC

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

2020-09-17 20:03:11 UTC

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

Details
Created

2020-09-17 20:03:11 UTC

Size

249 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-09-17T20:03:05Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    bcc8261487ecdd37761fc7a010950e4cffd40874
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-bcc8261487ecdd37761fc7a010950e4cffd40874-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 - 39.21% (97.8 MB)

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

[#002] sha256:b52f710e5d3328dbef0b496b64cb38b8ea7ba9645bba96aceb48f9453576e6f5 - 0.0% (837 Bytes)

[#003] sha256:55fc2f22f5d9c39c7431c5c51b0e75537a2d08181dc0bd272c49751bdb67885c - 0.0% (862 Bytes)

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

[#005] sha256:fcd3723e443e572be745cea6f03316525b4cfac670bd5a12aed97b9cab22305b - 0.0% (844 Bytes)

[#006] sha256:03db271c5e4bbd4dc330452ee7459456e89ad83ae8af2850813dd03b7e35d99a - 35.65% (88.9 MB)

[#007] sha256:65ea6ba0a04f932210d68a0861c0da62b590a2ffb49902fcb61f3dbc322198d1 - 0.04% (90.4 KB)

[#008] sha256:0cbe6ad83a5ffe3d7c973328a33fd1d0dce89d8f06b8dbf26ec610bb31fd6e2f - 0.0% (861 Bytes)

[#009] sha256:59487b14c6b52ac293c3ff79f6d5c066360440b9563859e200bfb8384dbef482 - 0.0% (829 Bytes)

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

[#011] sha256:4dbfb023728cf59bd074c60bded2ee3007e263b8f66513ec071c2d96814646a4 - 13.07% (32.6 MB)

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

[#013] sha256:9161d2662ba150f84ab4b63550c882944e0aa06b02bffe17d79fa07119f0ffaa - 0.0% (853 Bytes)

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

[#015] sha256:2e7733e2b4fc98584be1e65c020d9f97737a0ec238ed73df7b27b1cce9db7639 - 0.0% (832 Bytes)

[#016] sha256:09b678e6fbcb29188aef3f8f9e2575955d594c0bee7339fa4658156ca11dd5f7 - 0.0% (832 Bytes)

[#017] sha256:2297d7c9c1a35025cb94906279e895c3bcb65ce8c8e8dfe8bd3bf1ce16355fb2 - 11.97% (29.9 MB)

[#018] sha256:0c60ea24f3b97dec25df38a95e0b8ecc044b060b9cd0cd439b1c5d09ff4850fa - 0.0% (858 Bytes)

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

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

[#021] sha256:d76194a96ea574224b66a24d3a684defbbcb143c46b9e03aaae6d43f6e99c844 - 0.0% (854 Bytes)

[#022] sha256:6b449393eb3243c71b1ec10e7a04800999996f023728e0c543b4435785f3857a - 0.0% (836 Bytes)


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

Apply image 1903-KB4565483-amd64

2020-09-08 16:52:31 UTC

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

2020-09-08 16:52: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-KB4565483-amd64

2020-09-08 16:52:34 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-09-08 16:53:09 UTC

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

2020-09-08 16:53:10 UTC

cmd /S /C #(nop) USER ContainerUser

2020-09-08 16:53:37 UTC

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

2020-09-08 16:54:12 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-09-08 16:54:13 UTC

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

2020-09-14 04:18:20 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-09-14 04:18:21 UTC

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

2020-09-14 04:18:23 UTC

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

2020-09-14 04:18:23 UTC

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

2020-09-14 04:18:24 UTC

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

2020-09-14 04:18:24 UTC

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

2020-09-17 20:03:08 UTC

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

2020-09-17 20:03:08 UTC

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

2020-09-17 20:03:09 UTC

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

2020-09-17 20:03:10 UTC

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

2020-09-17 20:03:10 UTC

cmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-17T20:03:05Z

2020-09-17 20:03:11 UTC

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

2020-09-17 20:03:11 UTC

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

2020-09-17 20:03:11 UTC

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

Details
Created

2020-09-17 20:07:10 UTC

Size

145 MB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2020-09-17T20:06:20Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    bcc8261487ecdd37761fc7a010950e4cffd40874
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-bcc8261487ecdd37761fc7a010950e4cffd40874-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:e2d8ee3976bc7c15c8a5279cdf0249b7e41b2a489771330d0f7affb26dd7acfb - 15.65% (22.6 MB)

[#001] sha256:5007857f7b9b52d6efdfea9e086e6eaf35519130ff97bfe89970353f0ae53f13 - 0.0% (848 Bytes)

[#002] sha256:43927e60f12d8b877ded6af5048b2ac5753fe78caba77a6bbbece4f98559b672 - 0.0% (186 Bytes)

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

[#004] sha256:c8f0e7401ac4e1cfe39f9fa8073311884f32032a04718136a2312adf4d346705 - 34.64% (50.1 MB)

[#005] sha256:c9669d8ec2134993a2d4b79266d8a97e53488c799aacabd1f1d2470273dad07c - 1.34% (1.94 MB)

[#006] sha256:496c4fc5897841331ea792cdf9fc2255da86c11632096f98fdd400b1f28da518 - 17.04% (24.6 MB)

[#007] sha256:d1d2a099f18098207363ad05d0dfa04d4d58b63ccbb5dc4232b7f2343576b74d - 12.31% (17.8 MB)

[#008] sha256:1072e67f3c562d51c89691ae4940b4f4ce2aca9d852a83be4aac101d64c5fab4 - 19.02% (27.5 MB)

[#009] sha256:a5463d9632f991b0eb26e5ca856f9a71b84e767a8e90b6736f70048ef6801db4 - 0.0% (171 Bytes)


History
2020-09-16 23:16:37 UTC

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

2020-09-16 23:16:39 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-16 23:16:41 UTC

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

2020-09-16 23:16:43 UTC

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

2020-09-16 23:16:44 UTC

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

2020-09-17 20:06:35 UTC

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

2020-09-17 20:06:35 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-09-17 20:06:36 UTC

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

2020-09-17 20:06:36 UTC

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

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

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

2020-09-17 20:07:00 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-09-17 20:07:01 UTC

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

2020-09-17 20:07: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-09-17 20:07:03 UTC

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

2020-09-17 20:07:03 UTC

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

2020-09-17 20:07:03 UTC

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

2020-09-17 20:07:04 UTC

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

2020-09-17 20:07:04 UTC

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

2020-09-17 20:07:07 UTC

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

2020-09-17 20:07:09 UTC

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

2020-09-17 20:07:09 UTC

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

2020-09-17 20:07:10 UTC

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

2020-09-17 20:07:10 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-17T20:06:20Z

2020-09-17 20:07:10 UTC

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

2020-09-17 20:07:10 UTC

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

2020-09-17 20:07:10 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