2020-09-05 00:52:38 UTC
105 MB
rancher/rancher-agent:v2.4-3592-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 - 24.31% (25.5 MB)
[#001] sha256:3baa9cb2483bd9c5329a44d9c2fe72535625bbd4308bca95785dd58e72c06365 - 0.03% (34.5 KB)
[#002] sha256:94e5ff4c0b1526abf77c236655f21c8f67a23313291c8b970fe6b469549d8153 - 0.0% (848 Bytes)
[#003] sha256:1860925334f940c3145808527480b4f0cba7f01279087fdb27679e4354fba967 - 0.0% (163 Bytes)
[#004] sha256:b34bca72ca96ef8301e8e185dac5b5014c517162234c2606417b59228b966bfd - 0.0% (124 Bytes)
[#005] sha256:45ae49deed534cf45ce6cdde975c31182714f2470f708e00df18ebd49fc4764a - 28.9% (30.3 MB)
[#006] sha256:d4f72327bfd04de20c3f0db5ecd2ee4eaeff15f2041665c719b9536bffc11d86 - 2.1% (2.2 MB)
[#007] sha256:2a6bf27ce53f66528215b248156b24664a1edbe595a3f961735c34ce64cf593f - 1.16% (1.22 MB)
[#008] sha256:c9cd4fd9a441072aba174241be9565bd127ad872d1db8857b11fa3f241323e1d - 25.38% (26.6 MB)
[#009] sha256:ec29c9f613a835c91afa1d4e980c8a83fb98f4507466a25fc62eafa003fc5c0c - 18.11% (19 MB)
/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-05 00:52:12 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-09-05 00:52:12 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-05 00:52:13 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-09-05 00:52:13 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-09-05 00:52:30 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-09-05 00:52:30 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-09-05 00:52:31 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-05 00:52:32 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-05 00:52:33 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-09-05 00:52:34 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-05 00:52:35 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-09-05 00:52:35 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-09-05 00:52:35 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-05 00:52:35 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-3592-head
2020-09-05 00:52:36 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-09-05 00:52:37 UTC/bin/sh -c #(nop) COPY multi:220580568aafcbec98a6bc384c973f23a5e46669b34191c71388caf67a2cbf3c in /usr/bin/
2020-09-05 00:52:37 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-09-05 00:52:37 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-05T00:52:09Z
2020-09-05 00:52:37 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-05 00:52:38 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=6e6f3429b2910bb30a9b717289d56c18bef93fef
2020-09-05 00:52:38 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-05 00:44:58 UTC
232 MB
rancher/rancher-agent:v2.4-3592-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 - 41.58% (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 - 38.4% (88.9 MB)
[#007] sha256:62b3be760ded9e00d9d852d9f167e80bd371f3a2b3b348881f2029fb434d5781 - 0.06% (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 - 14.07% (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:1afc89abdfd783b3f7cc675b757b6733dae6fca855ae87fe86f0800a984f4fc3 - 0.0% (828 Bytes)
[#016] sha256:30434ccc023b34c43bc5ae19c43c3caf74c6a4c590e5eaf5978e0a5134dcf742 - 0.0% (825 Bytes)
[#017] sha256:46fb5ba9c6068bfeff104fef77acb965240fe0215b0362a3dc507b007a41d732 - 5.82% (13.5 MB)
[#018] sha256:78c0c030f2dd16a7c97e74d9918f43bef6e8d3ed5ad33fa76b52bb23d47b63a9 - 0.0% (857 Bytes)
[#019] sha256:2a3e143797223eaa6f47345144dc7b9d20be104e312c4f864d87b605a67d0c4c - 0.0% (858 Bytes)
[#020] sha256:e1d91a9b0700d43a2ef6020d114fe33ea5315603eae9705e55f5c0a058d3a688 - 0.0% (832 Bytes)
[#021] sha256:cee46af1dc3c973f32073265e0958fcf8ee1a0f6a3ed046613cea1beabeb1781 - 0.0% (828 Bytes)
[#022] sha256:52141089ae56ff7d985eccdfa5679f1089c94e57cc2d8566d76191f1798838a4 - 0.0% (832 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-05 00:44:56 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-3592-head
2020-09-05 00:44:56 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-05 00:44:57 UTCcmd /S /C #(nop) COPY multi:20a2531461b75f5132d512f91d661df691c10e0a811ed240c3ef6fa75745fc4c in \etc\rancher\
2020-09-05 00:44:57 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-05 00:44:57 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-05T00:44:54Z
2020-09-05 00:44:58 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-05 00:44:58 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=6e6f3429b2910bb30a9b717289d56c18bef93fef
2020-09-05 00:44:58 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-05 00:45:36 UTC
233 MB
rancher/rancher-agent:v2.4-3592-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 - 41.98% (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 - 38.15% (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.98% (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:220f7a05613af1df846cfd02744827e0184ea6bdda3a78298567047e21af74f3 - 0.0% (829 Bytes)
[#016] sha256:1234360c9dec2ae2b2ed6394e681c8242a3a78051618e1399d1939fb9df9d7bd - 0.0% (857 Bytes)
[#017] sha256:36af2f3e220c49475246a5de98c0e2352e2bdf38fa6fe3f3b7bdaa4d7f98a888 - 5.78% (13.5 MB)
[#018] sha256:baeb3d85d39de3584963d9cc33d7a7bc3545e44233d9d12a87eff02abf208a2c - 0.0% (830 Bytes)
[#019] sha256:c62fea9dfcbd2ad24f43b70ab0376642cc7a4ff92022824ab05d383b9da8b91a - 0.0% (833 Bytes)
[#020] sha256:195ccf4777aba1d3c941d09fe9f68f3e36d13298ac6978514fab177e208612dc - 0.0% (823 Bytes)
[#021] sha256:57ffd6a1ae8cdbdd939e7b98bcb2b3ed18ae76f4e38884ab811076d0cd6c3f41 - 0.0% (853 Bytes)
[#022] sha256:428675dbe20863c3cf72219c1c33decf84c9ba72712d077f6690a41f71fe27b0 - 0.0% (828 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-05 00:45:33 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-3592-head
2020-09-05 00:45:33 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-05 00:45:34 UTCcmd /S /C #(nop) COPY multi:20a2531461b75f5132d512f91d661df691c10e0a811ed240c3ef6fa75745fc4c in \etc\rancher\
2020-09-05 00:45:35 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-05 00:45:35 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-05T00:45:31Z
2020-09-05 00:45:35 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-05 00:45:36 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=6e6f3429b2910bb30a9b717289d56c18bef93fef
2020-09-05 00:45:36 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-05 00:44:48 UTC
233 MB
rancher/rancher-agent:v2.4-3592-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 - 41.97% (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 - 38.15% (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.98% (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:eac926682f48bc33c9b924e4850b00cec51eef50ff2d4c9c705afee11d468481 - 0.0% (860 Bytes)
[#016] sha256:b23a5395acab8b4193f71700d0da78a29261e38e56b57e87924af0e6a2c8c885 - 0.0% (852 Bytes)
[#017] sha256:72a5f238381a3b6b93d0920a2c17201a51a6ccbee3a7e096643769955b19899e - 5.78% (13.5 MB)
[#018] sha256:64437d13cb53c8b019091ff412f8586d3400abaaf2dfed2f2f792ecdeda236b4 - 0.0% (835 Bytes)
[#019] sha256:83affcc6866bc40de1eacd516fb63f048536d2f6081c0fda86990f2f0ff62b53 - 0.0% (854 Bytes)
[#020] sha256:61f8581f2aed903ec34ccbd98d9e4af4cffef7f05816be7ab2b33d2e1bc80c96 - 0.0% (859 Bytes)
[#021] sha256:bf8273b15e85a7bf3acdc7e5ef2de5739a2b0bec003ab3ad986475a1eb44b794 - 0.0% (862 Bytes)
[#022] sha256:2d3ae88ec7d4c3b584ef9068eec1ca13ef774db9a920e7b2ef9dff1e36d5d45b - 0.0% (814 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-05 00:44:45 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-3592-head
2020-09-05 00:44:46 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-05 00:44:46 UTCcmd /S /C #(nop) COPY multi:20a2531461b75f5132d512f91d661df691c10e0a811ed240c3ef6fa75745fc4c in \etc\rancher\
2020-09-05 00:44:47 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-05 00:44:47 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-05T00:44:43Z
2020-09-05 00:44:47 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-05 00:44:48 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=6e6f3429b2910bb30a9b717289d56c18bef93fef
2020-09-05 00:44:48 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-05 00:52:23 UTC
95.1 MB
rancher/rancher-agent:v2.4-3592-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 - 23.78% (22.6 MB)
[#001] sha256:393b96f31d8b2bf3ce9eb4ac49e6c7411defa4057c1791f02f54c14f2de298ec - 0.04% (34.4 KB)
[#002] sha256:4d82b0e39008d2fa246a0dca4cfa5feb15db58591582a839bd69d5000aa2e96d - 0.0% (852 Bytes)
[#003] sha256:e7ca375b8d34c9bc764ae24791184cba22510f0c002815b4f9766dd0463f5f5e - 0.0% (189 Bytes)
[#004] sha256:876c0ac41b460c9b6eb300e34e0661ac3b3e421e2e965c86f2823d8429c9c897 - 0.0% (124 Bytes)
[#005] sha256:b7875733f8a6a5837489594f351953dd1508ef22af0f1fa8fd0ed3861f38ddf5 - 28.79% (27.4 MB)
[#006] sha256:9c69d7e91b1a561c8b9f9656ed73ed459b165c465a31631b0148c5807f690f59 - 2.04% (1.94 MB)
[#007] sha256:b93dd414dcd45dda4136394bc60c999bc2e2df4dcb353b7f05f44c72512d93d4 - 1.19% (1.13 MB)
[#008] sha256:07e41c6fb12dffab8995de7213ff4831d43f488889a723465a4e8dbc197e3726 - 25.9% (24.6 MB)
[#009] sha256:65aa476291022ad147c3fe14afa646b5e70bed089df123fbef337518635f8432 - 18.26% (17.4 MB)
/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-05 00:51:55 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-09-05 00:51:56 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-05 00:51:56 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-09-05 00:51:57 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-09-05 00:52:15 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-09-05 00:52:15 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-09-05 00:52:16 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-05 00:52:18 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-05 00:52:18 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-09-05 00:52:20 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-05 00:52:20 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-09-05 00:52:20 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-09-05 00:52:20 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-05 00:52:20 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.4-3592-head
2020-09-05 00:52:21 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-09-05 00:52:22 UTC/bin/sh -c #(nop) COPY multi:976076d40d1551b892a015e44d2b21dc6975fb234b6881c5cdf2ed33f47b1041 in /usr/bin/
2020-09-05 00:52:22 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-09-05 00:52:22 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-05T00:51:53Z
2020-09-05 00:52:22 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-05 00:52:23 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=6e6f3429b2910bb30a9b717289d56c18bef93fef
2020-09-05 00:52:23 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.