2020-09-15 01:23:25 UTC
157 MB
rancher/rancher-agent:master-d5ba6012d68281de0869b3430f2ad6bf9204a5d4-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.22% (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:44bb93f079647b2d4f90928961cbfe9095c31db1587a93542a0d8b034ad5ee34 - 0.0% (123 Bytes)
[#005] sha256:61b85f1a6f6ec0a2f046c81f31474ea77d74556f7eba38c67087ff8a13be6dd2 - 34.5% (54.2 MB)
[#006] sha256:d4f72327bfd04de20c3f0db5ecd2ee4eaeff15f2041665c719b9536bffc11d86 - 1.4% (2.2 MB)
[#007] sha256:60cc0b9332e869882dac27ba6adb8742d8300f35c4065be99637af4118b2faf1 - 0.78% (1.22 MB)
[#008] sha256:17f8fd94de571affbc1f3ca3a9c99d65e5efad83eb1b79f884a20c15bf7cc6e2 - 16.93% (26.6 MB)
[#009] sha256:c55886cb7f7c19c800b5800f2d5d189c1555004f6fcad0d8cd0cfb54980b946f - 11.13% (17.5 MB)
[#010] sha256:82e3aac2c8b1d620ca7b548f724fd559389bfc1b3990d5c30cccd7e02869d5c4 - 19.02% (29.9 MB)
[#011] sha256:892b1492b2b44538358c559cf3693823824c59d689e4599383d5549af65ebae8 - 0.0% (172 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-15 01:22:51 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-09-15 01:22:51 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-15 01:22:52 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-09-15 01:22:52 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-09-15 01:23:12 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-15 01:23:13 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-09-15 01:23:14 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-15 01:23:15 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-15 01:23:15 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-09-15 01:23:17 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-15 01:23:17 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-09-15 01:23:17 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-09-15 01:23:17 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-15 01:23:17 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-d5ba6012d68281de0869b3430f2ad6bf9204a5d4-head
2020-09-15 01:23:18 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-09-15 01:23:21 UTC/bin/sh -c #(nop) COPY dir:c15a4389e1ad74636eb87e15bcf8daa85a995ae9207351f35d7ffd78bbd3d432 in /var/lib/rancher-data
2020-09-15 01:23:23 UTC/bin/sh -c #(nop) COPY multi:bd56d4f9533d7d1dea39da57eb5e465aa2cc238ab10571ec2321a01bf43c042a in /usr/bin/
2020-09-15 01:23:24 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-09-15 01:23:24 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-09-15 01:23:24 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-15T01:22:33Z
2020-09-15 01:23:24 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-15 01:23:24 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=d5ba6012d68281de0869b3430f2ad6bf9204a5d4
2020-09-15 01:23:25 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-15 01:18:55 UTC
248 MB
rancher/rancher-agent:master-d5ba6012d68281de0869b3430f2ad6bf9204a5d4-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 - 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:d4b7e460d067256ba78b2faed36044254bcc3f697b3b1a469ad0ebcfea0a9957 - 0.0% (827 Bytes)
[#010] sha256:93ce33ae9ff2a36cc4c8c202037982a4d61e79851cbe80b397cdb200bcd82358 - 0.04% (96.5 KB)
[#011] sha256:ac34e65031870337a2abf7253aa094fad7d588fad28a67f1421530649c79b7b8 - 13.15% (32.6 MB)
[#012] sha256:0bb19979b4002209f6d71e2c5148d9641fcfabba1cb1e9c089bdc298f5434e9f - 0.0% (828 Bytes)
[#013] sha256:2cf8c7bc9718ef29920b3724c1b8856fd7a558f78688c1da8fa67f85fabb7f09 - 0.0% (860 Bytes)
[#014] sha256:5ee626bdb4ec21b1e588d415e84858faa08728bc6a2fea2d69f2e8588b20b978 - 0.0% (857 Bytes)
[#015] sha256:85e7553fc868f9c5dd1ebfbd313c9a4e90d424ee7990b71f89702f22c1b69b4c - 0.0% (827 Bytes)
[#016] sha256:70154c98138353b48ff425143abdcd74c14b09d6f476073389b37f908a666379 - 0.0% (829 Bytes)
[#017] sha256:b06ba4230a691897d7d65eab8e8eea041de245a3f0de5298f2bc3c3aa087cd51 - 12.04% (29.9 MB)
[#018] sha256:8c7d60eaa540f7226532e83178abcc82f44687b24d6ace8d51dc2ab2069fe6b8 - 0.0% (830 Bytes)
[#019] sha256:7ae8b198e231a12c2bd0543110ad0d034883057192c5cb6199f8f3674fc46919 - 0.0% (816 Bytes)
[#020] sha256:467dd1819ed802252b02ba08173968975ff4c5cfb43eb6d59cc95aca98236678 - 0.0% (832 Bytes)
[#021] sha256:627f29baccb86c3616abd4cd78d578f8ca4d4afbc6009fa2c32994da1c3c7c8b - 0.0% (848 Bytes)
[#022] sha256:1046fc0fdcd9bedf6b3120ac88ddf12e4ebbfc5667744f763dee2273942fe2af - 0.0% (850 Bytes)
Apply image 1809-KB4565349-amd64
2020-09-08 16:46:56 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-09-08 16:46:56 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-08 16:46:57 UTCcmd /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 UTCcmd /S /C #(nop) USER ContainerUser
2020-09-08 16:47:23 UTCcmd /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 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-09-14 04:15:42 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-14 04:15:43 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-09-14 04:15:45 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-09-14 04:15:46 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-09-14 04:15:47 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-09-14 04:15:47 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-15 01:18:50 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-d5ba6012d68281de0869b3430f2ad6bf9204a5d4-head
2020-09-15 01:18:51 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-15 01:18:52 UTCcmd /S /C #(nop) COPY multi:6f248294e401cb341bbaa3243a4ede3604032f19453f5a2f7b8dbef88d2e19d0 in \etc\rancher\
2020-09-15 01:18:53 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-15 01:18:54 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-15T01:18:48Z
2020-09-15 01:18:54 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-15 01:18:54 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=d5ba6012d68281de0869b3430f2ad6bf9204a5d4
2020-09-15 01:18:55 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-15 01:19:02 UTC
250 MB
rancher/rancher-agent:master-d5ba6012d68281de0869b3430f2ad6bf9204a5d4-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.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:9262b4648788db770f576be70a5d855b38103f7b273bd0d1a16abbc34d6e5d3e - 0.0% (827 Bytes)
[#010] sha256:4c436bc7dc0d09889d5a05cec5ec6ee3eb6804b29b24c10f713d8549e030329c - 0.04% (101 KB)
[#011] sha256:1286aa666a5aaa5441c5b32b059026d15e2f9b38cdcd5c887356887f0611f1fc - 13.06% (32.6 MB)
[#012] sha256:09fd0a63491a1e1117e261f32f6b2b0869fb8151c34c1446e4173de943d84069 - 0.0% (835 Bytes)
[#013] sha256:d1ac876ddef2fb1d86e47ba22b63edb3a2f4ddb6d013888945042ad673e5140e - 0.0% (825 Bytes)
[#014] sha256:1aa74e66597518c08ed11a19fa41d48d5b65493c57fdb4cba5463d31ddb9129b - 0.0% (833 Bytes)
[#015] sha256:a9c4dbbe6bb0e4d96f88ef2905e40bae915f7484983a883bc5845672125f3796 - 0.0% (828 Bytes)
[#016] sha256:3cf30544018cb5cf18e18a4b57b963a808fc1321e46eca364cb53c7b7f04825b - 0.0% (827 Bytes)
[#017] sha256:6e269a25a7da22c3109290b9561613ac32595a20881c500bfc137d49366d5d2f - 11.96% (29.9 MB)
[#018] sha256:427873ba231b0d9464b3440312e995b8d78f9a3ef5fd6f7e72d6c1242bd089fd - 0.0% (857 Bytes)
[#019] sha256:fb3fe29b7df0d6412b504f23d6515c8f9645168f50b768c913d4435df9d0116e - 0.0% (830 Bytes)
[#020] sha256:e6a77629297eb3e2ef48e9d2cf0a5869b91b4bafa9381da15a25ef464e03fdfc - 0.0% (828 Bytes)
[#021] sha256:c11421e012d885be9f78fdb4f99fc9cda269b1861acbf854b35b31c94ecf930e - 0.0% (823 Bytes)
[#022] sha256:7f4193464e19f732ef6fdb91438092196baa7252a5256df2c5766b233b978221 - 0.0% (868 Bytes)
Apply image 1909-KB4565483-amd64
2020-09-08 16:58:38 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-09-08 16:58:38 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-08 16:58:39 UTCcmd /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 UTCcmd /S /C #(nop) USER ContainerUser
2020-09-08 16:59:14 UTCcmd /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 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-09-14 04:17:26 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-14 04:17:27 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-09-14 04:17:29 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-09-14 04:17:30 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-09-14 04:17:30 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-09-14 04:17:30 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-15 01:18:58 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-d5ba6012d68281de0869b3430f2ad6bf9204a5d4-head
2020-09-15 01:18:59 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-15 01:19:00 UTCcmd /S /C #(nop) COPY multi:6f248294e401cb341bbaa3243a4ede3604032f19453f5a2f7b8dbef88d2e19d0 in \etc\rancher\
2020-09-15 01:19:01 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-15 01:19:01 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-15T01:18:56Z
2020-09-15 01:19:02 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-15 01:19:02 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=d5ba6012d68281de0869b3430f2ad6bf9204a5d4
2020-09-15 01:19:02 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-15 01:19:05 UTC
249 MB
rancher/rancher-agent:master-d5ba6012d68281de0869b3430f2ad6bf9204a5d4-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.22% (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:0ce57051d504c0445838c8d68aa0e155877e71c902dc7e2e223832ad97a24eae - 0.0% (888 Bytes)
[#010] sha256:53cef65ec6a723b49a1767217ff784652d77d35b8a73f8695d37fefd8326cd26 - 0.04% (101 KB)
[#011] sha256:988c023c675280754fac488a0bac5db729712a3712238944c1c66795c243739b - 13.07% (32.6 MB)
[#012] sha256:c9a05fad6d18b6e121c1ad6cea0b6169b2e7d513b00021932d145fe293ef7f2f - 0.0% (881 Bytes)
[#013] sha256:13d0920e8834b4dee0b2d177645aa2a422d1d00813d39da3be25d3f989719f1e - 0.0% (864 Bytes)
[#014] sha256:76b317461476f8db8a0afa15dbf52c88751ebae543640f0b2ab55fe4969cd4fb - 0.0% (884 Bytes)
[#015] sha256:6b3e4621b531e97ba9556b79884723d01f16f0a59770fba0f42653473aa5d5ee - 0.0% (826 Bytes)
[#016] sha256:6f02a777d8fa8cd1ca2ca8e8c230f8db6ea084257f58e7edaaabb2ac0d79b687 - 0.0% (823 Bytes)
[#017] sha256:d0ba1970f8519cf51d7e1d4821abd27c580af41d8bc4377766e66e035e65bda1 - 11.97% (29.9 MB)
[#018] sha256:b2e3ad0e96314dcc4b9ec3b5006de1dde1bc723ba0f9136eea202047634a33f2 - 0.0% (848 Bytes)
[#019] sha256:02f02cb2aaae7156ddade1c534eb01b12117b3010eacb3a61a397757eea5bf21 - 0.0% (827 Bytes)
[#020] sha256:99fc69cd20f5d13b732f4873eb2a396b48304b4827b0e7dfad2dc69c52b98417 - 0.0% (862 Bytes)
[#021] sha256:342ae70c978da1efab8e2041623d528e84e686507f6c76621dec345878503f61 - 0.0% (834 Bytes)
[#022] sha256:02375dae7224d584389316474040765852324f5cf8eb4ce5472daa7bd0aeb049 - 0.0% (828 Bytes)
Apply image 1903-KB4565483-amd64
2020-09-08 16:52:31 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-09-08 16:52:32 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-08 16:52:34 UTCcmd /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 UTCcmd /S /C #(nop) USER ContainerUser
2020-09-08 16:53:37 UTCcmd /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 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-09-14 20:06:13 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-14 20:06:14 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-09-14 20:06:29 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-09-14 20:06:30 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-09-14 20:06:32 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-09-14 20:06:33 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-15 01:19:02 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-d5ba6012d68281de0869b3430f2ad6bf9204a5d4-head
2020-09-15 01:19:02 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-15 01:19:03 UTCcmd /S /C #(nop) COPY multi:6f248294e401cb341bbaa3243a4ede3604032f19453f5a2f7b8dbef88d2e19d0 in \etc\rancher\
2020-09-15 01:19:04 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-15 01:19:04 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-15T01:18:59Z
2020-09-15 01:19:04 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-15 01:19:05 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=d5ba6012d68281de0869b3430f2ad6bf9204a5d4
2020-09-15 01:19:05 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-15 01:20:15 UTC
145 MB
rancher/rancher-agent:master-d5ba6012d68281de0869b3430f2ad6bf9204a5d4-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.55% (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:b7c772a3c8e584d951134face66d26283e87af6bec1f1912cfa1321f4699876c - 0.0% (123 Bytes)
[#005] sha256:519f27ef3df41ee2e116d7cdc0f8c51e279c649249b05106fd27c4f74b499bdd - 34.44% (50.1 MB)
[#006] sha256:9c69d7e91b1a561c8b9f9656ed73ed459b165c465a31631b0148c5807f690f59 - 1.33% (1.94 MB)
[#007] sha256:2c54675a1a59b087ef81bd75cd42a6e80a68132efa2851ab850b829e2558ed83 - 0.78% (1.13 MB)
[#008] sha256:7491ad4585a5a9dc3fbc81aef93632b34623d4a4ae82b53a1063d6faf8e6f2c6 - 16.94% (24.6 MB)
[#009] sha256:afaef7ce04bb89e19b6580ab616bc41a9e74117a997ea057b584b37bbe6479dc - 12.02% (17.5 MB)
[#010] sha256:ba5e1c38578f45cf3507a32f7c4c349f436064c2e0df99c0dd91a8163c0faf67 - 18.91% (27.5 MB)
[#011] sha256:7cdba4c1fc395d235132a1460d707c1f00bede2c5985c1257af41a929008fc58 - 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-15 01:19:42 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-09-15 01:19:43 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-15 01:19:43 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-09-15 01:19:44 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-09-15 01:20:03 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-15 01:20:04 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-09-15 01:20:05 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-15 01:20:06 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-15 01:20:06 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-09-15 01:20:08 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-15 01:20:08 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-09-15 01:20:08 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-09-15 01:20:09 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-15 01:20:09 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-d5ba6012d68281de0869b3430f2ad6bf9204a5d4-head
2020-09-15 01:20:09 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-09-15 01:20:12 UTC/bin/sh -c #(nop) COPY dir:4fe1cfef05468729190ef089a568ddb94179fd2e139d7102f7e8f3b788335528 in /var/lib/rancher-data
2020-09-15 01:20:14 UTC/bin/sh -c #(nop) COPY multi:c3df977dab9c717b7ac7d6a63b859ab0ed6352ee6f452bb02716690efe248a2f in /usr/bin/
2020-09-15 01:20:14 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-09-15 01:20:15 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-09-15 01:20:15 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-15T01:19:29Z
2020-09-15 01:20:15 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-15 01:20:15 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=d5ba6012d68281de0869b3430f2ad6bf9204a5d4
2020-09-15 01:20:15 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.