2020-09-05 14:40:47 UTC
155 MB
rancher/rancher-agent:master-3ca11da82978d3c5a258bce6b6bbcfcd97af2c43-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.43% (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:1b61584dbf30aa82c01191369eac333ba70028b2c966836a6e57c644beb40d49 - 0.0% (123 Bytes)
[#005] sha256:f6ecf1f31c4fef598314a4c3f12177afcc7f03d9b529c604b5ae1663942fbee8 - 34.94% (54.2 MB)
[#006] sha256:d4f72327bfd04de20c3f0db5ecd2ee4eaeff15f2041665c719b9536bffc11d86 - 1.42% (2.2 MB)
[#007] sha256:a5a19ca868caf5874f761d3801966949ba0a38b57cd3b18147583f162c4704fd - 0.79% (1.22 MB)
[#008] sha256:43162ffc8256f670876cdba58cfa89ad509c394623ea3cecb2874bc0de1f47ca - 17.14% (26.6 MB)
[#009] sha256:a156a5a5119203c3dafc021950232accb09e301447a1f54ac5ea6ed7dc0cb1a1 - 11.12% (17.2 MB)
[#010] sha256:48b54bc617d27a5350e1c5ad31a1712d6f92bd99e08452f1c6a68bea27c7c1ae - 18.14% (28.1 MB)
[#011] sha256:e12e84adb0b1bbd11edb9c08a47536ae8b19125c111c979528f34694b42124df - 0.0% (170 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-05 14:40:14 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-09-05 14:40:14 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 14:40:15 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-09-05 14:40:15 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-09-05 14:40:34 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-05 14:40:35 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-09-05 14:40:36 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 14:40:37 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 14:40:37 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-09-05 14:40:39 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 14:40:39 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-09-05 14:40:39 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-09-05 14:40:39 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-05 14:40:40 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3ca11da82978d3c5a258bce6b6bbcfcd97af2c43-head
2020-09-05 14:40:40 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-09-05 14:40:44 UTC/bin/sh -c #(nop) COPY dir:e535e7c7353369a9a0a6a3b4d8f2404601f8818602a5054e518d5709dd2c358e in /var/lib/rancher-data
2020-09-05 14:40:45 UTC/bin/sh -c #(nop) COPY multi:a6e72c245de444987979847c08d287f7db4c8aae3ab3441849ca0e9b1d5e8c7e in /usr/bin/
2020-09-05 14:40:46 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-09-05 14:40:46 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-09-05 14:40:46 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-05T14:39:56Z
2020-09-05 14:40:46 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-05 14:40:47 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=3ca11da82978d3c5a258bce6b6bbcfcd97af2c43
2020-09-05 14:40:47 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-05 14:34:44 UTC
246 MB
rancher/rancher-agent:master-3ca11da82978d3c5a258bce6b6bbcfcd97af2c43-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:6a437e238d88d3f32ab4b005c3bf20338cf02f7f82ffad989d63de674cc89540 - 0.0% (850 Bytes)
[#016] sha256:5ae4d7ef90d682e0198999f782fe4368c0cb7d35e88aa9e60097dee8b83846a0 - 0.0% (847 Bytes)
[#017] sha256:578391db1ce7b8d99294055e167031b19fcb5da4d6b1ca8b06126f1b60eadd62 - 11.42% (28.1 MB)
[#018] sha256:22e287542748e3a442cc2647d66c34237bafca94f649b6b7239d6b0ab3ed0bf9 - 0.0% (858 Bytes)
[#019] sha256:5da967550dc6b8ca173cb492987dad466bd476c3faee1b63bca981ddb0c9f9e0 - 0.0% (833 Bytes)
[#020] sha256:9fb8b1eb198478e591693a14ae07bfe18ac85bcf159c19da63846864a28cdc57 - 0.0% (852 Bytes)
[#021] sha256:69bbca0bcf6ac561b5418c81172d6e629305369f8c88d06510b07534f33da367 - 0.0% (832 Bytes)
[#022] sha256:c061071974ee45623049cb52d049a122cca04f25b2ffcd4f2b2d0b10b96e33e0 - 0.0% (833 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 14:34:41 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3ca11da82978d3c5a258bce6b6bbcfcd97af2c43-head
2020-09-05 14:34:41 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-05 14:34:42 UTCcmd /S /C #(nop) COPY multi:678d46fec3df689460f975e4151a7e664bc7c503102ca975b938e45063c4e99b in \etc\rancher\
2020-09-05 14:34:43 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-05 14:34:43 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-05T14:34:39Z
2020-09-05 14:34:43 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-05 14:34:44 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=3ca11da82978d3c5a258bce6b6bbcfcd97af2c43
2020-09-05 14:34:44 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-05 14:34:49 UTC
248 MB
rancher/rancher-agent:master-3ca11da82978d3c5a258bce6b6bbcfcd97af2c43-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:36e9237d87ec02e20b4ff4ba96fc1a6e28d92d1c546aec158e6a8ad817375044 - 0.0% (829 Bytes)
[#016] sha256:787f86b5f20ebcfafe4d7cf90f875e8aa70d84733b6e1abe1af889cecdbd4aca - 0.0% (826 Bytes)
[#017] sha256:92f3521d9e2cace2245cff934ee66528b28aefd0d9824b9a64556ce3e81a7064 - 11.36% (28.1 MB)
[#018] sha256:3cd76f31bc764624ef2cc214d00718f8dcbea41aa1fd3bacd0764583ff7be873 - 0.0% (828 Bytes)
[#019] sha256:3854c549d47dd5ef11e33d2fb914e71c4e9ed947d4a10ee9bfac4046ee0a1681 - 0.0% (835 Bytes)
[#020] sha256:1fcf0c37303511953b669e560cf749838e14451c7f796434a29ba8fcdc0d36e2 - 0.0% (830 Bytes)
[#021] sha256:c91a9c580f5af19fb9530ea0631d50282626aff1cb0ea27d26777d293b70ce8f - 0.0% (854 Bytes)
[#022] sha256:1ce1c417e9070bbb69e052d8a7364091ad753414bc13fc80602afb9d4cf61720 - 0.0% (829 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 14:34:45 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3ca11da82978d3c5a258bce6b6bbcfcd97af2c43-head
2020-09-05 14:34:45 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-05 14:34:46 UTCcmd /S /C #(nop) COPY multi:678d46fec3df689460f975e4151a7e664bc7c503102ca975b938e45063c4e99b in \etc\rancher\
2020-09-05 14:34:47 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-05 14:34:48 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-05T14:34:40Z
2020-09-05 14:34:48 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-05 14:34:48 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=3ca11da82978d3c5a258bce6b6bbcfcd97af2c43
2020-09-05 14:34:49 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-05 14:34:39 UTC
248 MB
rancher/rancher-agent:master-3ca11da82978d3c5a258bce6b6bbcfcd97af2c43-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:4c76ee1856cdb5a3669a06b3f7f693c5b11ca9e4739a348c0d60f7d2ff34b09a - 0.0% (860 Bytes)
[#016] sha256:12910a7e2628d40432ef1b5c582b52cd0b24010796004c40ebe12b119976fc7e - 0.0% (832 Bytes)
[#017] sha256:3bc9988b48908f25e9ac9ed8a8056248dedbf3bc7760cc5c5e2e937792c03d8f - 11.36% (28.1 MB)
[#018] sha256:4aaf20d5f25569f1b625b28153b14cdb0920db74fce407f8e7ab4975524e7f0e - 0.0% (830 Bytes)
[#019] sha256:6c401433a1fbe87ffa088555e7f2e893bcd7e6983268162e49f88dfd0b3fd8d5 - 0.0% (833 Bytes)
[#020] sha256:282c50ef8a388a43a9563a5d97864f9e0f2f8aecba44318125add446402a0cd7 - 0.0% (863 Bytes)
[#021] sha256:2f6ab95ebc91d767579ef96a37c112046880f4c1e94249b13b8b311bca2e051f - 0.0% (852 Bytes)
[#022] sha256:0d8b480e87911560e5ef23767750568238e009663ee55e7bc914ad19c83811e2 - 0.0% (829 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 14:34:35 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3ca11da82978d3c5a258bce6b6bbcfcd97af2c43-head
2020-09-05 14:34:36 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-05 14:34:37 UTCcmd /S /C #(nop) COPY multi:678d46fec3df689460f975e4151a7e664bc7c503102ca975b938e45063c4e99b in \etc\rancher\
2020-09-05 14:34:37 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-05 14:34:38 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-05T14:34:33Z
2020-09-05 14:34:38 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-05 14:34:38 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=3ca11da82978d3c5a258bce6b6bbcfcd97af2c43
2020-09-05 14:34:39 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-05 14:37:31 UTC
144 MB
rancher/rancher-agent:master-3ca11da82978d3c5a258bce6b6bbcfcd97af2c43-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:d18954c7737cfb593e46006c16fdccf4371976b91dc7d9ac7b33c4083dadc800 - 0.0% (123 Bytes)
[#005] sha256:02dcd1e1e177b96bd582a53814ebe8c788b2a5e5b38777a8020cdd6583c15192 - 34.89% (50.1 MB)
[#006] sha256:9c69d7e91b1a561c8b9f9656ed73ed459b165c465a31631b0148c5807f690f59 - 1.35% (1.94 MB)
[#007] sha256:ab4637ea209795627775fca9c3540bbd89fe8ed120e65272f5a9600a01f195e4 - 0.79% (1.13 MB)
[#008] sha256:76544ce50ba68b9d73dc309f02804daaa05bec4f30b251c338c6ddb1f471fa88 - 17.16% (24.6 MB)
[#009] sha256:2ac032867922e040a983b7392d908125492463e7522d9fd42e3c4927f62b7339 - 12.01% (17.2 MB)
[#010] sha256:83fed00decfa1c59c8ec3ab6deb359a3185548e7dc67f87e4712cbded110983a - 18.03% (25.9 MB)
[#011] sha256:a4f1be53c80fb57c97949a23015fc677ff02dbab4cfd3c1134eb55fb527cfdb8 - 0.0% (173 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-05 14:36:58 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-09-05 14:36:59 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 14:36:59 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-09-05 14:37:00 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-09-05 14:37:19 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-05 14:37:20 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-09-05 14:37:21 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 14:37:22 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 14:37:22 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-09-05 14:37:23 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 14:37:24 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-09-05 14:37:24 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-09-05 14:37:24 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-05 14:37:24 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3ca11da82978d3c5a258bce6b6bbcfcd97af2c43-head
2020-09-05 14:37:25 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-09-05 14:37:28 UTC/bin/sh -c #(nop) COPY dir:4b9b137f39488d62b3870d99a88c5cacafedb38ef20b6761bcb941f3a96978c4 in /var/lib/rancher-data
2020-09-05 14:37:29 UTC/bin/sh -c #(nop) COPY multi:9549cad7bc9e0ab82906f5719dadd8cdae95b775044d1689b58b8b726ffb5aae in /usr/bin/
2020-09-05 14:37:30 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-09-05 14:37:30 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-09-05 14:37:30 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-05T14:36:45Z
2020-09-05 14:37:31 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-05 14:37:31 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=3ca11da82978d3c5a258bce6b6bbcfcd97af2c43
2020-09-05 14:37:31 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.