2020-09-29 18:46:41 UTC
158 MB
rancher/rancher-agent:master-c3bc230fe3d8846e2e41795dd36bdc2593da7e48-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.18.2
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:171857c49d0f5e2ebf623e6cb36a8bcad585ed0c2aa99c87a055df034c1e5848 - 16.11% (25.5 MB)
[#001] sha256:419640447d267f068d2f84a093cb13a56ce77e130877f5b8bdb4294f4a90a84f - 0.0% (852 Bytes)
[#002] sha256:61e52f862619ab016d3bcfbd78e5c7aaaa1989b4c295e6dbcacddd2d7b93e1f5 - 0.0% (162 Bytes)
[#003] sha256:e87f33f5065dfaa51085c7ed2051e83d212531e58f25d012144d6c3aa7306083 - 0.0% (123 Bytes)
[#004] sha256:b5bc604fc3b42734a8fd268e210b99fd8b04805631c0bdf9f0c330e25d17c09b - 34.33% (54.3 MB)
[#005] sha256:151cee34087306d16032c450bf523cda7531b2b1cd30f8d07916138131feb1cb - 1.39% (2.2 MB)
[#006] sha256:7037837a384b108383997d858733feb75a4a5ab6da1e60c7c5178f1a75242af1 - 16.81% (26.6 MB)
[#007] sha256:470070b766dcae5fcb755095b3d065b55b344d4d1298e716ab5177a3afa0395f - 12.42% (19.6 MB)
[#008] sha256:95a1ebb368270ac58505ab14faf7d08db58e9582bdddf26df6e167bd76255456 - 18.93% (29.9 MB)
[#009] sha256:92d611c2095d30b03feeb1c2892330830a8c7a99a0360c6d544adfa6ad5035c6 - 0.0% (170 Bytes)
/bin/sh -c #(nop) ADD file:4974bb5483c392fb54a35f3799802d623d14632747493dce5feb4d435634b4ac in /
2020-09-25 22:33:50 UTC/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
2020-09-25 22:33:51 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-09-25 22:33:52 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-09-25 22:33:52 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-09-29 18:46:04 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-09-29 18:46:04 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-29 18:46:05 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-09-29 18:46:06 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2020-09-29 18:46:27 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-29 18:46:28 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-09-29 18:46:29 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-29 18:46:29 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-09-29 18:46:31 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-29 18:46:31 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-09-29 18:46:32 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-09-29 18:46:32 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-29 18:46:32 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-c3bc230fe3d8846e2e41795dd36bdc2593da7e48-head
2020-09-29 18:46:32 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-09-29 18:46:37 UTC/bin/sh -c #(nop) COPY dir:abda4a9e2ed9e54b3c89d88d5603c375f746d263eb37be4a14b40721567b10e6 in /var/lib/rancher-data
2020-09-29 18:46:39 UTC/bin/sh -c #(nop) COPY multi:832f18dd4deee0b2f4b615953ab50f87ba1ed28b0ba90a897b8a75c9a49c26d9 in /usr/bin/
2020-09-29 18:46:40 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-09-29 18:46:40 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-09-29 18:46:40 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-29T18:45:34Z
2020-09-29 18:46:40 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-29 18:46:40 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=c3bc230fe3d8846e2e41795dd36bdc2593da7e48
2020-09-29 18:46:41 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-29 18:39:16 UTC
248 MB
rancher/rancher-agent:master-c3bc230fe3d8846e2e41795dd36bdc2593da7e48-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.83% (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.86% (88.9 MB)
[#007] sha256:62598564b6a3a719aa27ad95fbdb832b2c55f8354b11213857688d9b18b68ba9 - 0.04% (92 KB)
[#008] sha256:09e8875832f3450f43161e05d8304353a8df24ef78a60c6df69c5ae1e72215b9 - 0.0% (827 Bytes)
[#009] sha256:2eaa9322b58022abd4a3bc762f3972f7a22db7f9dbede57a7133f91d5487b9e1 - 0.0% (829 Bytes)
[#010] sha256:00e8b9c8eca4cc90fdfc7bf830f470a45526d25e8ad0c86add3b90e05be096d4 - 0.04% (96.5 KB)
[#011] sha256:bbd15f46292e9cdf17abf94b329b16f62a4caf6b28133948080822108c13f48b - 13.14% (32.6 MB)
[#012] sha256:82da8115cd46e32d260c289f176c8cc1d5a06af3ee9c6ea1cf15c7a6c356f72f - 0.0% (874 Bytes)
[#013] sha256:5d3d0d714816114be58cdfdc6315b33447475315e3cd6797630a8cd42bd9e1c4 - 0.0% (829 Bytes)
[#014] sha256:fd05c40cb3fa29243b3725dfaf086b4742686bc25a05d86f782c135f84011cf3 - 0.0% (827 Bytes)
[#015] sha256:b104678e0e3ea09610a1a1ba18314376fff7795b36cda03be8cf43713722884b - 0.0% (844 Bytes)
[#016] sha256:3c28a60a8be5abbdea108b1ea396ef9512ff1b6dc5ab945e8abd29366457b63e - 0.0% (835 Bytes)
[#017] sha256:94dd4eda33b3eecb34c36ebe02e3ab8667a6ee53f8856b8e3e37e36d7536406e - 12.06% (29.9 MB)
[#018] sha256:a66bdc541cb5680bdb8725fcc1799d61d66ca8c585bb5aa1a4d856ea28a0ac82 - 0.0% (832 Bytes)
[#019] sha256:2bec9c73fee7844c5db5936f5728d03db694dee2caad97b53c6c5631c04d805b - 0.0% (829 Bytes)
[#020] sha256:3b35d357932f0e03875813181d4933a2149930d4147cbb320d4bb7ef54e83011 - 0.0% (855 Bytes)
[#021] sha256:425e344c4e0407f7412368f6113483f9064ef06265001041ac974ccbcf554a20 - 0.0% (824 Bytes)
[#022] sha256:028edec35c22522493e8392b29766d52cf2b9152e6ad73b92541f7765fc6aeca - 0.0% (829 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-27 15:44:32 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-27 15:44:33 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-09-27 15:44:35 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-09-27 15:44:36 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-09-27 15:44:36 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-09-27 15:44:36 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-29 18:39:12 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-c3bc230fe3d8846e2e41795dd36bdc2593da7e48-head
2020-09-29 18:39:12 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-29 18:39:14 UTCcmd /S /C #(nop) COPY multi:07c56a30e3b7e773f05d4982047e69fc4efe8a52e03a2f3c6dc5a12c60ec5e06 in \etc\rancher\
2020-09-29 18:39:15 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-29 18:39:15 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-29T18:39:10Z
2020-09-29 18:39:15 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-29 18:39:16 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=c3bc230fe3d8846e2e41795dd36bdc2593da7e48
2020-09-29 18:39:16 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-29 18:42:44 UTC
250 MB
rancher/rancher-agent:master-c3bc230fe3d8846e2e41795dd36bdc2593da7e48-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.21% (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.63% (88.9 MB)
[#007] sha256:9f8a37ac3aec6d361cd1f1eb6122fa1ed61c19b7d970f3b541f3b3d938bf884b - 0.05% (122 KB)
[#008] sha256:547c54e71f4b4bfe1c93096405f58690b10a6095597fb50223e569cd17e13bc2 - 0.0% (862 Bytes)
[#009] sha256:bc31093e730989e304f246b8f4744baa218e7ffb6790c2d67da9b84c5c84afeb - 0.0% (827 Bytes)
[#010] sha256:9829f01d6f12c1ba48f3e47acd5430ef7c318014063ce3eec0b8015b18f8d409 - 0.04% (101 KB)
[#011] sha256:712d097434842315bee6fa4bee58468d3cf3e376ded897b69c063f699e4721bb - 13.06% (32.6 MB)
[#012] sha256:3cf41c43ca1368d9a0fd25c24f2a22ae7c1a590155578c84c4f17321fe9a3880 - 0.0% (831 Bytes)
[#013] sha256:5271704380eb54d1f7d79061d059289dde1669621dcffc41d11fbae23f39e624 - 0.0% (855 Bytes)
[#014] sha256:fe71f3444d45ac56f5cb5ffbf8bf88f22747bc0f84dc39441e3c21724b0b6123 - 0.0% (861 Bytes)
[#015] sha256:bc267eace1a567d7346cc6661ea13450a31f115483c10487cb43fb904a330f80 - 0.0% (855 Bytes)
[#016] sha256:924d0e24ba4006b3f11135ef2232710e817145833137ee8832375baaf9cdbd84 - 0.0% (855 Bytes)
[#017] sha256:9f57bb754348c73e369b59b92c6681d0f29f086314d44facad6c6370520c1d9f - 11.99% (29.9 MB)
[#018] sha256:732e775afcbc668f746adf87c0d608468465e76689f9409587a5f3ed71280a6e - 0.0% (852 Bytes)
[#019] sha256:551e001a5d9ecf7e6dfac6dbf15da4031309375499d78c0bbd1a253a521617d7 - 0.0% (833 Bytes)
[#020] sha256:6f8e12d19390dae4cfec96828158b93efc70245b9a7c113878a3ec215edc3bf6 - 0.0% (855 Bytes)
[#021] sha256:273d2ccedef2ad715a51bc25f805f90fab7b7d323bf175f559ead083e5cd8cd8 - 0.0% (872 Bytes)
[#022] sha256:a7bb9de23cf0c2d4b1d4e7b36c4957cdcf017c052b89a431eafc1c5406b7da2c - 0.0% (833 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-29 18:28:03 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-29 18:28:03 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-09-29 18:28:06 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-09-29 18:28:07 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-09-29 18:28:07 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-09-29 18:28:07 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-29 18:42:39 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-c3bc230fe3d8846e2e41795dd36bdc2593da7e48-head
2020-09-29 18:42:40 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-29 18:42:41 UTCcmd /S /C #(nop) COPY multi:07c56a30e3b7e773f05d4982047e69fc4efe8a52e03a2f3c6dc5a12c60ec5e06 in \etc\rancher\
2020-09-29 18:42:42 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-29 18:42:43 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-29T18:42:36Z
2020-09-29 18:42:43 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-29 18:42:43 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=c3bc230fe3d8846e2e41795dd36bdc2593da7e48
2020-09-29 18:42:44 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-29 18:56:04 UTC
250 MB
rancher/rancher-agent:master-c3bc230fe3d8846e2e41795dd36bdc2593da7e48-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.2% (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.64% (88.9 MB)
[#007] sha256:65ea6ba0a04f932210d68a0861c0da62b590a2ffb49902fcb61f3dbc322198d1 - 0.04% (90.4 KB)
[#008] sha256:0cbe6ad83a5ffe3d7c973328a33fd1d0dce89d8f06b8dbf26ec610bb31fd6e2f - 0.0% (861 Bytes)
[#009] sha256:f340bb7749516e760c19969505501c5b5eb5ecb68e1620b1249d95188fb788d1 - 0.0% (846 Bytes)
[#010] sha256:f38ccf7d3c54ef99e58c4b8d4f6c464ae0b3c423e2df2be1de7d1289ad41c3b4 - 0.04% (101 KB)
[#011] sha256:9b4815f83e9052436c70424a6858630ca385288b0ea1506b5554a787481ee133 - 13.06% (32.6 MB)
[#012] sha256:12bcfb6599668526cd636546d35ecd891c18f153f4b3c1c620a774793b49dc22 - 0.0% (857 Bytes)
[#013] sha256:f091bdfde82a0e307540fec254751ced4f3fd552a3cb9e35ef69e6913aaaa7fe - 0.0% (818 Bytes)
[#014] sha256:3658cd1bd69331fe79d5d015d051e21bb1a61f352f90eee114ad377f646bca1a - 0.0% (858 Bytes)
[#015] sha256:5fcb2f66b09612fbaea42b079c2f4598962cf1525469e05d4939f18dc45a34ac - 0.0% (860 Bytes)
[#016] sha256:6862ee79b3a215d3024275ec475f062d594788f1eba8b7d26e11d50dc9943392 - 0.0% (850 Bytes)
[#017] sha256:21630a2353c04da71eb81e8393afeac7f371e9d5ae38c9739e6f0ab04caf5058 - 11.99% (29.9 MB)
[#018] sha256:3809dfeebefebffb854f477762fb4521afd7180e0f9f5dd2da6242e481c7b7e1 - 0.0% (828 Bytes)
[#019] sha256:08d799f095c06ef883e2746036e82c8098e1a26ff13365ffd6517fe049478974 - 0.0% (832 Bytes)
[#020] sha256:de5af0f2c43fd0dd85e1d2df13cd92e894b546a24fa686d22813017b795b862e - 0.0% (854 Bytes)
[#021] sha256:c328c5215e9e42210be066e33cab27bdef5c06fb8f1c1ac300207e8c050bf8e1 - 0.0% (854 Bytes)
[#022] sha256:56b699b3a5b82a5d1785225575901cb4ed8166d0dd1d37660aab7b1f7c704562 - 0.0% (831 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-29 18:55:22 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-29 18:55:23 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-09-29 18:55:25 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-09-29 18:55:26 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-09-29 18:55:26 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-09-29 18:55:27 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-29 18:56:00 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-c3bc230fe3d8846e2e41795dd36bdc2593da7e48-head
2020-09-29 18:56:00 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-29 18:56:01 UTCcmd /S /C #(nop) COPY multi:07c56a30e3b7e773f05d4982047e69fc4efe8a52e03a2f3c6dc5a12c60ec5e06 in \etc\rancher\
2020-09-29 18:56:02 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-29 18:56:03 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-29T18:55:58Z
2020-09-29 18:56:03 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-29 18:56:03 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=c3bc230fe3d8846e2e41795dd36bdc2593da7e48
2020-09-29 18:56:04 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-29 18:43:08 UTC
147 MB
rancher/rancher-agent:master-c3bc230fe3d8846e2e41795dd36bdc2593da7e48-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.18.2
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:296c9ad75beec603486f1373addae8e2c509e94c4adda44c1289792c91624acc - 15.43% (22.6 MB)
[#001] sha256:c0533d1393025aa8c38e0823a6546a0d4e5dec6b8b670758c25494c35783668d - 0.0% (850 Bytes)
[#002] sha256:3c11bb34abc87247c6a70c928b7a5ef4cd48093642eb0c4b8121a674d3e278c6 - 0.0% (189 Bytes)
[#003] sha256:628d445a1ebab2085d6f26811150fa27335a9fdbb6e158cc060684df073522c6 - 0.0% (121 Bytes)
[#004] sha256:55e3075627a0db50aaadb3d63002e1708bf8dfcee33094027f515ee3204cea64 - 34.24% (50.2 MB)
[#005] sha256:ec31164e9f3188f669aa910fa6f005037f2a6471c8fef1db40a8b9910c2e44f1 - 1.32% (1.94 MB)
[#006] sha256:5a5bc2e73d71b36556180add712b296514245bbf942ae877e079ef96823485fb - 16.81% (24.6 MB)
[#007] sha256:3119d71642a3c5f1ddcfa850d5b0c0501f931702acd36fb536ead08bbd9ef370 - 13.4% (19.6 MB)
[#008] sha256:508e0c78b0dc441297d1c4027b5ee62f2b3cf5940eda34d9c837595b5ad33c88 - 18.8% (27.6 MB)
[#009] sha256:514bf921d6fbf82470ea035bb25ae650cf4fac083746b5fdd5e41530e3aaf1c5 - 0.0% (170 Bytes)
/bin/sh -c #(nop) ADD file:d2c57bfbb29f6de3b29050a2c50c3806e0c8caa26f6d8dea47f479c923d72e3e in /
2020-09-25 22:47:35 UTC/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
2020-09-25 22:47:36 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-09-25 22:47:38 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-09-25 22:47:39 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-09-29 18:42:36 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-09-29 18:42:36 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-29 18:42:37 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-09-29 18:42:37 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.18.2
2020-09-29 18:42:57 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-29 18:42:57 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-09-29 18:42: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-29 18:42:58 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-09-29 18:43:00 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-29 18:43:00 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-09-29 18:43:00 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-09-29 18:43:01 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-29 18:43:01 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-c3bc230fe3d8846e2e41795dd36bdc2593da7e48-head
2020-09-29 18:43:01 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-09-29 18:43:05 UTC/bin/sh -c #(nop) COPY dir:8a357c36edd572270e5066b0718ff1b67dbdb334663deab7dc4c8927a40cd133 in /var/lib/rancher-data
2020-09-29 18:43:06 UTC/bin/sh -c #(nop) COPY multi:94d8588d2769fc6699faa8fb13e8beeafbba927797f66e8a470e9552867db236 in /usr/bin/
2020-09-29 18:43:07 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-09-29 18:43:07 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-09-29 18:43:07 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-29T18:42:22Z
2020-09-29 18:43:07 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-29 18:43:08 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=c3bc230fe3d8846e2e41795dd36bdc2593da7e48
2020-09-29 18:43: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.