2020-09-04 19:51:15 UTC
155 MB
rancher/rancher-agent:master-82695bc75adbe7ff9f2aeaaf1d62bc3e9dbea59c-head
DOCKER_API_VERSION1.24
DOCKER_URLDOCKER_URL_amd64
DOCKER_URL_amd64https://get.docker.com/builds/Linux/x86_64/docker-1.10.3
DOCKER_URL_arm64https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64
KUBECTL_VERSIONv1.17.6
KUBEPROMPT_VERSIONv1.0.10
LOGLEVEL_VERSIONv0.1.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:f08d8e2a3ba11bea23cf5c17e8e1c620057412ed05c32d1114640e18d6dd0a43 - 16.42% (25.5 MB)
[#001] sha256:3baa9cb2483bd9c5329a44d9c2fe72535625bbd4308bca95785dd58e72c06365 - 0.02% (34.5 KB)
[#002] sha256:94e5ff4c0b1526abf77c236655f21c8f67a23313291c8b970fe6b469549d8153 - 0.0% (848 Bytes)
[#003] sha256:1860925334f940c3145808527480b4f0cba7f01279087fdb27679e4354fba967 - 0.0% (163 Bytes)
[#004] sha256:ec7fb6aab611a397195d25d0ce2ec0ef48de2cd2f33bcf62e8311ad9c34aca90 - 0.0% (122 Bytes)
[#005] sha256:ff18dcdb14fee2c4c66e1195408c2ffc6bf34f42df21821663fcaf5ffd2ab494 - 34.93% (54.2 MB)
[#006] sha256:d4f72327bfd04de20c3f0db5ecd2ee4eaeff15f2041665c719b9536bffc11d86 - 1.42% (2.2 MB)
[#007] sha256:86d9c125df002db1bec088464dded3988c3457bd4ee22f27e3d1e8b10cb7cdb1 - 0.79% (1.22 MB)
[#008] sha256:47137b4aefdf1d5b28ed603589bf6e4a7819c1988a997aadf1e9b98bd13ee62d - 17.14% (26.6 MB)
[#009] sha256:d1d3ed330745e87f236372cfe80451194ecca8436dadce3768e540f47a3b145d - 11.16% (17.3 MB)
[#010] sha256:3d665a0bbbdff5ab22cb5f53e1c94433b445d907a0ad73c0b748771c4d084f35 - 18.13% (28.1 MB)
[#011] sha256:7b1a0281da3370ac854e9b87ab631cf06b8ecfc43a9da664d774b45d047977be - 0.0% (171 Bytes)
/bin/sh -c #(nop) ADD file:5c125b7f411566e9daa738d8cb851098f36197810f06488c2609074296f294b2 in /
2020-08-19 21:13:52 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-08-19 21:13:53 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-08-19 21:13:55 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-08-19 21:13:55 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-09-04 19:50:41 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-09-04 19:50:42 UTC/bin/sh -c #(nop) ENV DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 DOCKER_URL_arm64=https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64 DOCKER_URL=DOCKER_URL_amd64
2020-09-04 19:50:42 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-09-04 19:50:43 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-09-04 19:51:02 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-04 19:51:03 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-09-04 19:51:04 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-04 19:51:05 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-09-04 19:51:06 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-09-04 19:51:07 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-04 19:51:08 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-09-04 19:51:08 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-09-04 19:51:08 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-04 19:51:08 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-82695bc75adbe7ff9f2aeaaf1d62bc3e9dbea59c-head
2020-09-04 19:51:08 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-09-04 19:51:12 UTC/bin/sh -c #(nop) COPY dir:50f5e5ac4f57c3d70ed1cf1e868a55e24ead35e0813c43164dcb9483ed5508ae in /var/lib/rancher-data
2020-09-04 19:51:14 UTC/bin/sh -c #(nop) COPY multi:f74a62728b6e3b6b9f8e0ef520c3a010d4212ed407c56bbaa4d2fdd9b57548b8 in /usr/bin/
2020-09-04 19:51:14 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-09-04 19:51:15 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-09-04 19:51:15 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-04T19:50:23Z
2020-09-04 19:51:15 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-04 19:51:15 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=82695bc75adbe7ff9f2aeaaf1d62bc3e9dbea59c
2020-09-04 19:51:15 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-04 19:48:01 UTC
246 MB
rancher/rancher-agent:master-82695bc75adbe7ff9f2aeaaf1d62bc3e9dbea59c-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1809-KB4565349-amd64
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:ce1c649a3e5b5b5449776d4afce631c673cade12336ccb5a38a0aac7c9d8b2bc - 39.1% (96.3 MB)
[#001] sha256:f5c72ee57e339be873d9b3ecbf5e99f8cc7e4e7949551f4db86eb36483d43e24 - 0.0% (833 Bytes)
[#002] sha256:0584435f94d05d6b70f557152efbab7b11e080150475b6d63a5cbdbbeaf61498 - 0.0% (836 Bytes)
[#003] sha256:a4b2dbe7941a80146471adb06e53283a22e1e0face4f9b886816f807a5300fc6 - 0.0% (834 Bytes)
[#004] sha256:44458376293176011047778a5e26d07238811a92773ead8e82f897d6eda7cc40 - 0.03% (70.2 KB)
[#005] sha256:3c9311b05129826da952b854ea1ed6f2a5f572774054a97b250d465af3580b84 - 0.0% (870 Bytes)
[#006] sha256:bc9639cdf5dde3dd5da1d1c9859e4a9e08e757a0fa8da45903d43a7bbd1842fe - 36.11% (88.9 MB)
[#007] sha256:62b3be760ded9e00d9d852d9f167e80bd371f3a2b3b348881f2029fb434d5781 - 0.05% (135 KB)
[#008] sha256:ae8640026157859c8e209fdafa36a86ca6e9d5e90cf013e9c619ee924a0a6d54 - 0.0% (838 Bytes)
[#009] sha256:651ffe7e166be9f70e896af6e1a6449d45ef4b4095ddc7663ac5bf309bc99dc8 - 0.0% (853 Bytes)
[#010] sha256:94331f78e7bb3de2d58da649d025d66f0bb0a48f1839ebb0607ce92116d09db6 - 0.04% (96.5 KB)
[#011] sha256:9ef7eb06dbfc9bce34b32a60065e75297435a3779dea156f31efcd71665ac64f - 13.24% (32.6 MB)
[#012] sha256:660150b1e2feda45291195c3653d4d06526d27209c3384e5b88a368f0757943e - 0.0% (828 Bytes)
[#013] sha256:2f5d2fa420cc58148d4a9668d5b012b830f8479385ad574bfc9cb0915a801667 - 0.0% (826 Bytes)
[#014] sha256:af59db5c2d1aebf33ac0e358b57c92f796dca30f3d9be160e1f6ff09bd891b31 - 0.0% (830 Bytes)
[#015] sha256:37de6fee5992c10b2c9d64cdea6b913101f5b4a624cc0319185ee2cc30e8a3e1 - 0.0% (856 Bytes)
[#016] sha256:22e07ddaeb8dcb1abc24f041c78eeca478b0d08665bcc86bcbfd7c5d54765e1e - 0.0% (852 Bytes)
[#017] sha256:f7b8b2451fb72cf98f6643b6097dee924d53149eae5317bbb821fff2c45ac910 - 11.42% (28.1 MB)
[#018] sha256:4008e9a381cad4803c5edfebfb8726c3aac3547c0b0dbb0e097a3bf5f9635930 - 0.0% (853 Bytes)
[#019] sha256:ea4901b01d90c9915ae591541a4bb869277c4de6bac6f6f9f6b22ae69b2d307a - 0.0% (835 Bytes)
[#020] sha256:b1ec7f819e9de92aee6979d4e03ce34f8c3d17a7794f3169bd3ca33ea46e751f - 0.0% (835 Bytes)
[#021] sha256:98a7959ba0711ca941aab15cf1941988dbebb770a4055319966d53272d334730 - 0.0% (829 Bytes)
[#022] sha256:bd8d033d5960c8ad9e8c1b0ff049374916b8b904c2e5602c742cef6fb1910789 - 0.0% (830 Bytes)
Apply image 1809-KB4565349-amd64
2020-09-04 18:02:13 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-09-04 18:02:14 UTCcmd /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-04 18:02:14 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-04 18:02:24 UTC|1 fromTag=1809-KB4565349-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-09-04 18:02:25 UTCcmd /S /C #(nop) USER ContainerUser
2020-09-04 18:02:40 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-09-04 18:03:12 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-04 18:03:13 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-09-04 19:47:54 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-04 19:47:54 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-09-04 19:47:56 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-09-04 19:47:57 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-09-04 19:47:57 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-09-04 19:47:57 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-04 19:47:58 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-82695bc75adbe7ff9f2aeaaf1d62bc3e9dbea59c-head
2020-09-04 19:47:58 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-04 19:47:59 UTCcmd /S /C #(nop) COPY multi:19aed508bfac2d6b9949991b37318b83b4b52b1fe9993a2bbf78660f815ae956 in \etc\rancher\
2020-09-04 19:48:00 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-04 19:48:00 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-04T19:47:43Z
2020-09-04 19:48:00 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-04 19:48:01 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=82695bc75adbe7ff9f2aeaaf1d62bc3e9dbea59c
2020-09-04 19:48:01 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-04 19:48:40 UTC
248 MB
rancher/rancher-agent:master-82695bc75adbe7ff9f2aeaaf1d62bc3e9dbea59c-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1909-KB4565483-amd64
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:e8a609e7f617bec4bcf5ba70cf691a9884e732141eadfcc9c42c436f917d0164 - 39.49% (97.9 MB)
[#001] sha256:2bee701925fc79d43d96e75f6422885287d27a0b3e42a7a9ceb0e48d88581f99 - 0.0% (837 Bytes)
[#002] sha256:280fdbd0376cc16d41af0207ad27e16c9ff5827a634189ddfd88bcf110ef99c9 - 0.0% (835 Bytes)
[#003] sha256:00cb3ae50efe97419ce52916d9625b15c61f848c931ed54223ebdc8453de865a - 0.0% (845 Bytes)
[#004] sha256:fba93a21a58c34e7fb0512a165570ad79d0f66e4cee606fbafe13de1a051b054 - 0.03% (67.2 KB)
[#005] sha256:e19f88b7a7dcedd6a42625aa8e2845cc8e35c14c8763f152ca2b586fd29e4815 - 0.0% (915 Bytes)
[#006] sha256:2bed755c05a46888fc1fec2410ed3649e8b52dab94ac37558f462eacf628ccbc - 35.89% (88.9 MB)
[#007] sha256:b88f6836861f88e822713ae92b5f918691e6379f7e50964acf56a4032594db26 - 0.04% (90 KB)
[#008] sha256:9350b2fa1930f00e14218a3e0a04a0d4189d7f01b07b9f260859aebbc758818b - 0.0% (841 Bytes)
[#009] sha256:e5116190b5957aa906d969254d8b2b3e84ec823fa73b7bb4f3571ff129021648 - 0.0% (830 Bytes)
[#010] sha256:da0519b0303119da92bbe94cf47d6a88723de3bb3fd00d7d88f32111530496d2 - 0.04% (101 KB)
[#011] sha256:ceed544d08a16149707b4f589478300882d0ca88aedb0c37aa71fb29c18e71c0 - 13.16% (32.6 MB)
[#012] sha256:7754e3beeff906806e0a36a3eb8bd8903f61211757e9de44ab4444d483917922 - 0.0% (833 Bytes)
[#013] sha256:77ddca7b4a374b8d7a493f1626aef37ba5140feaa14d84e632838624c9ec3c03 - 0.0% (832 Bytes)
[#014] sha256:f81c1a7e5dcaf391048ef36fb116d75ef36870dc8482a1537afd12bf01cc5311 - 0.0% (900 Bytes)
[#015] sha256:ab7acd04ded535591da25d96a3abb1957de635d832ff17354a7273ce6f875597 - 0.0% (833 Bytes)
[#016] sha256:94d6184e137bc17fd044f6f40dc7f795b888b290f42eb94546d7930a3302b37d - 0.0% (831 Bytes)
[#017] sha256:e9e06584a84c70c2249832e8d6ac3ec00c8bdfe7f4e849dc243636dc78febfc5 - 11.35% (28.1 MB)
[#018] sha256:91d53dbd0a33cebc23ac8c914792af45d0f912bb222584c5abfd6c0d411396d6 - 0.0% (828 Bytes)
[#019] sha256:f81ab4f70c82b0941dae51c98f4085299e79a2e9de7137e3c8f1669bb32b3c7b - 0.0% (860 Bytes)
[#020] sha256:b04b0483d4c35e1171dd8f72630f168cc6382936fe8ff886ce73fbeaa583af96 - 0.0% (828 Bytes)
[#021] sha256:ced010c387a85f85e17b9307d122d80b59f6071a6df02bc83d82a5a76e375e61 - 0.0% (833 Bytes)
[#022] sha256:a5b786b60c041cc2f1d7745abe4a123e6a6cab7a77bcfd9a04f570ec24483d1b - 0.0% (855 Bytes)
Apply image 1909-KB4565483-amd64
2020-09-04 18:14:34 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-09-04 18:14:35 UTCcmd /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-04 18:14:35 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-04 18:15:07 UTC|1 fromTag=1909-KB4565483-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-09-04 18:15:08 UTCcmd /S /C #(nop) USER ContainerUser
2020-09-04 18:15:30 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-09-04 18:16:12 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-04 18:16:13 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-09-04 19:48:32 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-04 19:48:32 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-09-04 19:48:34 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-09-04 19:48:35 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-09-04 19:48:35 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-09-04 19:48:36 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-04 19:48:36 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-82695bc75adbe7ff9f2aeaaf1d62bc3e9dbea59c-head
2020-09-04 19:48:37 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-04 19:48:38 UTCcmd /S /C #(nop) COPY multi:19aed508bfac2d6b9949991b37318b83b4b52b1fe9993a2bbf78660f815ae956 in \etc\rancher\
2020-09-04 19:48:38 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-04 19:48:39 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-04T19:48:18Z
2020-09-04 19:48:39 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-04 19:48:39 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=82695bc75adbe7ff9f2aeaaf1d62bc3e9dbea59c
2020-09-04 19:48:40 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-04 19:47:36 UTC
248 MB
rancher/rancher-agent:master-82695bc75adbe7ff9f2aeaaf1d62bc3e9dbea59c-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1903-KB4565483-amd64
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:f07c298b155a926cb3857f19bd243eb37ae8af769486fb258a756447b691840c - 39.49% (97.8 MB)
[#001] sha256:5ffbbcc607c61eb34bdfaf8e1c3f91ea81b5b709656ff8edc60676b01de967d2 - 0.0% (838 Bytes)
[#002] sha256:98cc959b069d6a2bf01909ac996cf6876762bf9111bef606bd54b0a144ae4034 - 0.0% (842 Bytes)
[#003] sha256:e3ac4e95535e7909a6c8017800dc7e92d417a1607b39052d3d02956a0da15973 - 0.0% (844 Bytes)
[#004] sha256:b77fcaf00a7abfd613eae52447768ba4cf73b14c344d9a3f98658fa67a9a1b1d - 0.03% (65.4 KB)
[#005] sha256:0b9dc706667f454885774e900624c37f3aad9e669ddba0a1adf8a08bf54b2f56 - 0.0% (835 Bytes)
[#006] sha256:4f9efb4a0c2566d7a908461cbb473c3a858b0d8c93399ad099719a3e9ea6bc25 - 35.89% (88.9 MB)
[#007] sha256:9dd04263268a9cae4e436ea1f643d6ce0d68e7b86b7b214c02ec92216e7c4e53 - 0.04% (92.3 KB)
[#008] sha256:a6191a10a21dfa95733abd3b5d7f5982e0630900f80e0e82c3114f044baf26cb - 0.0% (840 Bytes)
[#009] sha256:23b5fc4fc1007af64b47ec59e92aa2aa8583e0bf2332bc52be88cc264540ef1d - 0.0% (863 Bytes)
[#010] sha256:3c47d95228219c0f2281db093573ca8b0fa4fec404e5a034be6311baef7daf12 - 0.04% (101 KB)
[#011] sha256:4cd79edb70dc6b9757d3da8e02b0fae5c435dc0bb6722c77561bad239a23cfbd - 13.16% (32.6 MB)
[#012] sha256:29392535d101b157e15f7d726b177e400a571b10d7d4549aef7892cdb32a9abd - 0.0% (835 Bytes)
[#013] sha256:5eebf68583eb8a09ceaad703892fa74492cd137d4b676f2a471f0804568e58b5 - 0.0% (826 Bytes)
[#014] sha256:043c7a4deeb05cef5dd9ecdd1901007f971387c2485286b451c59f2e5fd4b174 - 0.0% (829 Bytes)
[#015] sha256:97adb10243ad36e9d87b76bfc137267e1bb7c46026367a8fcf4e5473e4bc3233 - 0.0% (851 Bytes)
[#016] sha256:0f992b3516fcaa35e17d1cfb6fd45101dd61ffef30b3da52b134392d26504945 - 0.0% (830 Bytes)
[#017] sha256:c9701772f4750da1805ded4ebf2150edbb036b3b08ea851c505e34217b5000f1 - 11.36% (28.1 MB)
[#018] sha256:b5c19cf1dec10dd9dbe4b303a830dff5226da0efc1c8fda4434deb169c04beec - 0.0% (832 Bytes)
[#019] sha256:04ea85c4d19b749801c8216fcb999a557401ae846be1278cb22501ccfd23c1cc - 0.0% (831 Bytes)
[#020] sha256:9b6b268584537f4e9f87a51ec19c223b7f3185b0276208ebad6de2c62acf545c - 0.0% (862 Bytes)
[#021] sha256:ebacc11b20f03a0f73105b16b8a95ab08e85ad7ecb195718d5b2eb1cad24ccb1 - 0.0% (826 Bytes)
[#022] sha256:53439b323198cac9677a95d7010bbef020a3c5333560912e97bea13f735c7be1 - 0.0% (848 Bytes)
Apply image 1903-KB4565483-amd64
2020-09-04 18:08:10 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-09-04 18:08:11 UTCcmd /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-04 18:08:11 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-04 18:08:35 UTC|1 fromTag=1903-KB4565483-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-09-04 18:08:35 UTCcmd /S /C #(nop) USER ContainerUser
2020-09-04 18:08:54 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-09-04 18:09:37 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-04 18:09:37 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-09-04 19:47:29 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-04 19:47:29 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-09-04 19:47:31 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-09-04 19:47:32 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-09-04 19:47:32 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-09-04 19:47:33 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-04 19:47:33 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-82695bc75adbe7ff9f2aeaaf1d62bc3e9dbea59c-head
2020-09-04 19:47:33 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-04 19:47:34 UTCcmd /S /C #(nop) COPY multi:19aed508bfac2d6b9949991b37318b83b4b52b1fe9993a2bbf78660f815ae956 in \etc\rancher\
2020-09-04 19:47:35 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-04 19:47:35 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-04T19:47:18Z
2020-09-04 19:47:36 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-04 19:47:36 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=82695bc75adbe7ff9f2aeaaf1d62bc3e9dbea59c
2020-09-04 19:47:36 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-04 19:49:08 UTC
144 MB
rancher/rancher-agent:master-82695bc75adbe7ff9f2aeaaf1d62bc3e9dbea59c-head
DOCKER_API_VERSION1.24
DOCKER_URLDOCKER_URL_arm64
DOCKER_URL_amd64https://get.docker.com/builds/Linux/x86_64/docker-1.10.3
DOCKER_URL_arm64https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64
KUBECTL_VERSIONv1.17.6
KUBEPROMPT_VERSIONv1.0.10
LOGLEVEL_VERSIONv0.1.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:237528ba509b2abcdba1ff1344bab27ad56235cdb3c1c131d3587f6fba4d92c9 - 15.75% (22.6 MB)
[#001] sha256:393b96f31d8b2bf3ce9eb4ac49e6c7411defa4057c1791f02f54c14f2de298ec - 0.02% (34.4 KB)
[#002] sha256:4d82b0e39008d2fa246a0dca4cfa5feb15db58591582a839bd69d5000aa2e96d - 0.0% (852 Bytes)
[#003] sha256:e7ca375b8d34c9bc764ae24791184cba22510f0c002815b4f9766dd0463f5f5e - 0.0% (189 Bytes)
[#004] sha256:4110fd02ca59f50a871962ae1b21e823f5f90fa9b3fa1bc99c55695d9c632351 - 0.0% (122 Bytes)
[#005] sha256:cc112d88f5b7f17085078ee59fd6bc6d24d0136849c6c84e1cd1e9de869fc365 - 34.87% (50.1 MB)
[#006] sha256:9c69d7e91b1a561c8b9f9656ed73ed459b165c465a31631b0148c5807f690f59 - 1.35% (1.94 MB)
[#007] sha256:fb9b48862ac28e2939f25ff1091ec6eafb82ff9d9964c622b82b70904c429a39 - 0.79% (1.13 MB)
[#008] sha256:f4f210f1cf69dab70cba212512821bd46f6efed7b056210edfe225649afff399 - 17.15% (24.6 MB)
[#009] sha256:56e6d3608b8ffdeee395b75cb30273ae67586b6b3d518b3da973c898834154ec - 12.04% (17.3 MB)
[#010] sha256:0dee2cc221c36c6b3c01fa18f6c89ca9a73d652e7e90283cf355f11a44bbb4bf - 18.03% (25.9 MB)
[#011] sha256:b9c4e63dbaf32af9d0c084b89b0c0fe1a78e5b13e647a87b5ca22139066d54b8 - 0.0% (172 Bytes)
/bin/sh -c #(nop) ADD file:b8316fc82a2cf230ce4af7dcf02ec1d7e56b156cf610af8ed23b64509c77c799 in /
2020-08-19 21:29:51 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-08-19 21:29:53 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-08-19 21:29:55 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-08-19 21:29:55 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-09-04 19:48:34 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-09-04 19:48: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-04 19:48:36 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-09-04 19:48:36 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-09-04 19:48:56 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-04 19:48:56 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-09-04 19:48:58 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-04 19:48:59 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-09-04 19:48:59 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-09-04 19:49:01 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-04 19:49:01 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-09-04 19:49:01 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-09-04 19:49:01 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-04 19:49:02 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-82695bc75adbe7ff9f2aeaaf1d62bc3e9dbea59c-head
2020-09-04 19:49:02 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-09-04 19:49:05 UTC/bin/sh -c #(nop) COPY dir:d1fad5e46504e371cdd7b88bd77a572da05ef59df2d68a46b15ab72daa1841b4 in /var/lib/rancher-data
2020-09-04 19:49:07 UTC/bin/sh -c #(nop) COPY multi:dea33d473124ee02889cba8f73e1102706ef7d25eb1634fd631be38fa67bdbe9 in /usr/bin/
2020-09-04 19:49:07 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-09-04 19:49:07 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-09-04 19:49:08 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-04T19:48:19Z
2020-09-04 19:49:08 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-04 19:49:08 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=82695bc75adbe7ff9f2aeaaf1d62bc3e9dbea59c
2020-09-04 19:49:08 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
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.