2021-04-20 19:38:17 UTC
195 MB
rancher/rancher-agent:v2.5-9e412a3464b1e42ab26ceb94eca498a4bd93150b-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.19.7
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:6e0aa5e7af40303f56126b1469d1f37525b3a55a788836a6c9b773f6ce8bc446 - 13.05% (25.5 MB)
[#001] sha256:d47239a868b3375462d644f2ffb1b20114623fac03109d2950bdf0d57ab487d2 - 0.0% (850 Bytes)
[#002] sha256:49cbb10cca8504e3dbd65eb5db3c1dd0cd27070154386f819c5936de321c14b1 - 0.0% (189 Bytes)
[#003] sha256:edd968ba52025464ac35d3a70582da22a7b198b602cc2ef3eb819338681de332 - 0.0% (125 Bytes)
[#004] sha256:4a7ad63cb208c4c7a1b05cca0653e2bd7b07bc47b0b0e719445cc017b17f10de - 29.24% (57.1 MB)
[#005] sha256:b0cf1c69e4cdec93ee98edf15749d8bd086cad09755299977088473d8243d507 - 1.13% (2.2 MB)
[#006] sha256:58e153b089102d8c03bd8a1d00c088b09b04c8e74efc14deb114b1385229ff5f - 13.62% (26.6 MB)
[#007] sha256:6b7b1c4b55a1ac59e41dad52e3b024eba0fb1e819b824dc286b74e34e28f2caf - 27.1% (52.9 MB)
[#008] sha256:3cb069af63c06cdacdbb4ee2a349a532ef727c1ae2cd629a141aa93375b8d530 - 0.0% (9.31 KB)
[#009] sha256:8bc95b07cd34a77cf2b3cc496e6d31daaba23e5f54d2e93a0340f17b97494aaa - 15.85% (30.9 MB)
[#010] sha256:76d66f8d47d1d02a51d842317c4fc19f274d3df18b13cb1006d5b0ac389b9762 - 0.0% (172 Bytes)
/bin/sh -c #(nop) ADD file:e80ae8d359b484dac5346f98c549abc694e1d0c87e1d9753d495aed4d9c8b2b3 in /
2021-03-25 22:32:59 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
2021-03-25 22:33:00 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-03-25 22:33:01 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-03-25 22:33:02 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-04-20 19:37:34 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-04-20 19:37:34 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
2021-04-20 19:37:35 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-04-20 19:37:36 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-04-20 19:37:58 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 ssh && 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/*
2021-04-20 19:37:58 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-04-20 19:37:59 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
2021-04-20 19:38:00 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-04-20 19:38:02 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
2021-04-20 19:38:02 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-04-20 19:38:02 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-04-20 19:38:02 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-20 19:38:02 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-9e412a3464b1e42ab26ceb94eca498a4bd93150b-head
2021-04-20 19:38:03 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-04-20 19:38:12 UTC/bin/sh -c #(nop) COPY dir:5643710255ad2786e322e90eb6595b91d3f55fc9524de9e08c2b4515e9591293 in /var/lib/rancher-data
2021-04-20 19:38:14 UTC/bin/sh -c #(nop) COPY file:06b0b342addff9a717be154d225e24a02cfd9f246783db87a72ccfb06f516df1 in /usr/bin/
2021-04-20 19:38:16 UTC/bin/sh -c #(nop) COPY multi:7c8f9abe25f3b530ca841e9c9c995b2f0633c5182d0d44d672d0a1ead7f44082 in /usr/bin/
2021-04-20 19:38:16 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-04-20 19:38:16 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-04-20 19:38:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-20T19:37:08Z
2021-04-20 19:38:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=9e412a3464b1e42ab26ceb94eca498a4bd93150b
2021-04-20 19:38:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-04-20 19:38:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-04-20 19:29:51 UTC
257 MB
rancher/rancher-agent:v2.5-9e412a3464b1e42ab26ceb94eca498a4bd93150b-head
DOCKER_API_VERSION1.24
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1809
POWERSHELL_TELEMETRY_OPTOUT0
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePathC:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:ea84579f6cd5b58fe78732be37450bd188c8923de3a2062664f3992861449b5c - 37.59% (96.6 MB)
[#001] sha256:2744042ec0628191db13e6af5dfdd07234b5ae1096360e529bb3b5734e00ea92 - 0.0% (1.01 KB)
[#002] sha256:8cbd83848628df38c61ffa3fb6def4f9bc87d0df0faea41133d12ef856c388f8 - 0.0% (1.02 KB)
[#003] sha256:65a0a1050d74220cc9e2f81d326a0ad45cf65eb7162b88c79cc26d241800e9cb - 0.03% (66.3 KB)
[#004] sha256:b51ea9c3722b0aaf6bf322433a3e59c6a7eb77f9a9dc7e383baf02f21d565cad - 0.0% (1.05 KB)
[#005] sha256:12bbf5927942b4546413cba3a35a6525e7cb6e64edf0fe1e05caa1c7a8931b82 - 37.69% (96.9 MB)
[#006] sha256:02753fe59013b4a701d5b74565617fee341ddceab9295db56a20c268e3473ca2 - 0.05% (131 KB)
[#007] sha256:406b17b42a9e1960024ddf35eca26677872439ebbf9ccd384ffb7a3c18d722d9 - 0.0% (1.01 KB)
[#008] sha256:b7cecf861794b865557a4b188734d2e40cf02ad9c9bed778c39193697af07286 - 0.0% (1 KB)
[#009] sha256:8d802afcadb721ca1c199dfbbb4137d9eddb72013143c3a444c19df903411613 - 0.0% (857 Bytes)
[#010] sha256:3b97a6a5ea6463c1142c2302f7b36a5881a974eb96fa01aad51ae70fef53a0e4 - 0.04% (96.5 KB)
[#011] sha256:698509bc2cf18a3db184bbfbae75143d5fb6774fa4c6a3b2edbff055ef9091ea - 12.61% (32.4 MB)
[#012] sha256:4de0f0d28459b3480b7ecfb73971f99e3dff32971e1e64d3050193128b0249b3 - 0.0% (830 Bytes)
[#013] sha256:5591e62da646394789baf8f5466ed83f40b36939c9775973fdd9ecb447fef386 - 0.0% (827 Bytes)
[#014] sha256:fbca3aaee406b3aee5c6844853d25fe809f257fe14ab742a35434e8ad58ed974 - 0.0% (826 Bytes)
[#015] sha256:8401c38c0a9ddd39b82184e5f689b938203e4daeffcd4b332653aca30cf90600 - 0.0% (852 Bytes)
[#016] sha256:93482076d275722b326cc6fbd4d0fac695e36d783ffcdab41725fbdd08daafed - 0.0% (826 Bytes)
[#017] sha256:5317ed39799eeb1f3a6d568353b80c21bbcdfb6891ee145e1604071902650267 - 12.0% (30.9 MB)
[#018] sha256:1675abf3e87037d6575521a7aae85ef1cf9159330045d1a4c41c98931088b589 - 0.0% (825 Bytes)
[#019] sha256:9776ee70a6b6bad6c7c1a0643090c99ef846b8cb26901e694f7f9fe3bc2099f3 - 0.0% (854 Bytes)
[#020] sha256:aace3c7584cd5874a298f654dd8d6244e615245a06488f889c3a6cba4266413a - 0.0% (833 Bytes)
[#021] sha256:32232093793245cf3d5787f0b7418b8a7afff03752ec90215a1e1e60dc85a56b - 0.0% (826 Bytes)
[#022] sha256:376f76ae72c57e7d3c40d5263cbcdbabcb0bb5e088af48f37302519c1576c2e7 - 0.0% (865 Bytes)
Apply image 1809-amd64
2021-04-14 01:32:16 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1809
2021-04-14 01:32:16 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-14 01:32:39 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-04-14 01:32:40 UTCcmd /S /C #(nop) USER ContainerUser
2021-04-14 01:32:58 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-04-14 01:33:34 UTCcmd /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 ; }"
2021-04-14 01:33:34 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-04-14 01:33:35 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-04-20 17:51:33 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-20 17:51:34 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2021-04-20 17:51:36 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-04-20 17:51:37 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-04-20 17:51:37 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-04-20 17:51:38 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-20 19:29:47 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-9e412a3464b1e42ab26ceb94eca498a4bd93150b-head
2021-04-20 19:29:47 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-20 19:29:48 UTCcmd /S /C #(nop) COPY multi:0c1f66e8027ef2a876f88f2c7dde68330079576e8793984082116d170520cccc in \etc\rancher\
2021-04-20 19:29:49 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-20 19:29:49 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-04-20T19:29:45Z
2021-04-20 19:29:50 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=9e412a3464b1e42ab26ceb94eca498a4bd93150b
2021-04-20 19:29:50 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-04-20 19:29:51 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-04-20 19:29:02 UTC
258 MB
rancher/rancher-agent:v2.5-9e412a3464b1e42ab26ceb94eca498a4bd93150b-head
DOCKER_API_VERSION1.24
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1909
POWERSHELL_TELEMETRY_OPTOUT0
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePathC:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:f7794a8687064c222edec1eacac34186676299758221ad448828a138c313432c - 37.75% (97.3 MB)
[#001] sha256:df370f7023d39b75bfb7121055f3513445024a4e82221fae5d69b5669b93fd33 - 0.0% (1.03 KB)
[#002] sha256:8f0ee149d266ed6460c1f14120172d70c3d2f4763babf2ff0a74a599597b7986 - 0.0% (1.04 KB)
[#003] sha256:b5623ae57f81eca4a279a593490ab0fb5ada9f7ffe1c1bcc58cea3698a4c46fb - 0.02% (64.9 KB)
[#004] sha256:feb151ad664d66d78b32132b738dc967097624cb954d4ba0dc4493969bcf9e5b - 0.0% (1.07 KB)
[#005] sha256:6e758f19dec09d5012cac6030b0f3b64b3e01a8012b41b51ef724c44a06d4c7d - 37.59% (96.9 MB)
[#006] sha256:1924fe4e850e32948f75a5f3c8c27b6949222ba86a13dcddb08cc3a6a2f64dfb - 0.05% (128 KB)
[#007] sha256:eb628ba54faa06ed9e5c8883b5c3cf6d841f7fa856ea5d92c4f95c4dc725ff77 - 0.0% (1.04 KB)
[#008] sha256:788d44dd10a931cae8bcbd60eeed7f42a4455ba3899a578d7eba581d9e64c474 - 0.0% (1.01 KB)
[#009] sha256:1732a168aa5da8b62354a489039fa51625ff8fcb97d6695984d1d70056b365ce - 0.0% (1.06 KB)
[#010] sha256:5f5e148885cf31fa48a194ed9cafb1eb5e09e809645662b1bd106ae010341e60 - 0.04% (101 KB)
[#011] sha256:5bfd35528fa47d01bc434464781015f45f4d5c1d0ccb23a4795fe51491192e66 - 12.58% (32.4 MB)
[#012] sha256:ed6274fcbc2371647c881110330ccb9b807dd4f74a4091a1b52800f5fa75d23d - 0.0% (1 KB)
[#013] sha256:683bafd4107977d7066d7443cbb95340605774e0adfe792395ca1b51d100785e - 0.0% (1.06 KB)
[#014] sha256:98a907f5e901561dbcba2793ca4eb681809dee3d8a6a278634025370a2f185f8 - 0.0% (1.03 KB)
[#015] sha256:278ea7a87adfa46c89ebd891e2bfe6679b7bbc6c6e879146a668cf05a854ff63 - 0.0% (1.04 KB)
[#016] sha256:846531a56ed9a805792e064e55e457de8fdf8e4b36c95209c675ee55fe225162 - 0.0% (1 KB)
[#017] sha256:bff5aa8a4250ea2cd9dba1d01455899a23e93b158c41c79e757fbb2ec9796fe1 - 11.97% (30.9 MB)
[#018] sha256:c5ca5b72890d90d7b3b0e8c816adadb4692af8bf98bdf3b5348e06af9c83c539 - 0.0% (1.04 KB)
[#019] sha256:31afbd4aa076bf1a177320bf9eba94b99b67952a99c242ddff3952f41f9794ce - 0.0% (1 KB)
[#020] sha256:53954382ee1815262ed2ba59a7123f5cb09ff88dfcd787acf16c1c44eae783fc - 0.0% (1.03 KB)
[#021] sha256:9b7db48d7bafe4b9d4e19444f714de544facbbe4c5033867436b6063cce4af84 - 0.0% (1 KB)
[#022] sha256:83c4498c1b97591017d7124ef5c4e930eeaeb4af426dadeb8817343bc6ca4ae7 - 0.0% (1.01 KB)
Apply image 1909-amd64
2021-04-14 01:31:06 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1909
2021-04-14 01:31:07 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-14 01:31:38 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-04-14 01:31:38 UTCcmd /S /C #(nop) USER ContainerUser
2021-04-14 01:31:58 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-04-14 01:32:39 UTCcmd /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 ; }"
2021-04-14 01:32:40 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-04-14 01:32:41 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-04-19 15:58:47 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-19 15:58:47 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-04-19 15:58:49 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-04-19 15:58:50 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-04-19 15:58:50 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-04-19 15:58:51 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-20 19:28:58 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-9e412a3464b1e42ab26ceb94eca498a4bd93150b-head
2021-04-20 19:28:58 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-20 19:28:59 UTCcmd /S /C #(nop) COPY multi:0c1f66e8027ef2a876f88f2c7dde68330079576e8793984082116d170520cccc in \etc\rancher\
2021-04-20 19:29:00 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-20 19:29:01 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-04-20T19:28:56Z
2021-04-20 19:29:01 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=9e412a3464b1e42ab26ceb94eca498a4bd93150b
2021-04-20 19:29:01 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-04-20 19:29:02 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-04-20 19:28:44 UTC
259 MB
rancher/rancher-agent:v2.5-9e412a3464b1e42ab26ceb94eca498a4bd93150b-head
DOCKER_API_VERSION1.24
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1903
POWERSHELL_TELEMETRY_OPTOUT0
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePathC:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:302b7cf33b3a2bd3c958c33a0bb0221099c7abebd46bd685a171899210be5180 - 37.93% (98.1 MB)
[#001] sha256:de401d0ad50a73809f52f1b2cdd08372d48affaed3cdc2d9c82fd93fdb86935d - 0.0% (822 Bytes)
[#002] sha256:b251ece4f860cf57423dd1455d77586f293f469389d4e8f22eda21f3f3865674 - 0.0% (921 Bytes)
[#003] sha256:da83f3e327d6be0778a2e9cb3bdbcd4381d91d53be27a9d83e7a02d713898ab6 - 0.03% (67.5 KB)
[#004] sha256:128bd25e4a5fd56d89d1d3519ab5299fad89e0fa26b42a19bbcacf3ffc63a75a - 0.0% (849 Bytes)
[#005] sha256:02a46850464f896128d38032429af01ed881c9561496b85a7dcf75894d1cfd3f - 37.5% (97 MB)
[#006] sha256:99558043528fca28cf576a5dae72c8dbbe8a309833109869786f3e709ee3e864 - 0.04% (92.7 KB)
[#007] sha256:39ff56c128357f2bde42c7177c54985736cd9022f26f72f0560ccd997975b59d - 0.0% (843 Bytes)
[#008] sha256:bb889420c0e542967f5ff0364fc7f0f64026326699d5dba17be0ff04d9435c8c - 0.0% (917 Bytes)
[#009] sha256:c8b5da451d4a524e81d69d875b00c992e3e759bd62c838fa0c6fb06db5273002 - 0.0% (861 Bytes)
[#010] sha256:2f0522e431f73a12c50fabb4ad8be5c72b920cb8d051e26940c5f795619ad507 - 0.04% (101 KB)
[#011] sha256:448010b0a469b64c56757fb0ae6c57398eae243d48d96cc8741184517971d50e - 12.54% (32.4 MB)
[#012] sha256:cda2e9c7daee230fd948bd75fa55135999ce19361917b26123d7c3ea8a3cad30 - 0.0% (851 Bytes)
[#013] sha256:802f37470bd73bc8b55f5c941f87b9b5ed9ea2b9512fb3b0072de56d081f5a4d - 0.0% (847 Bytes)
[#014] sha256:b55363eca5f6dcb4f5a1a51595667c6f7b36ea5434021fba9757fb95a72a9a7a - 0.0% (824 Bytes)
[#015] sha256:0455c2811f21f08cdbe2b2d558936ff2789a8a8239de230dc4daa8af155cf6b5 - 0.0% (851 Bytes)
[#016] sha256:7394e6f525113a999afa25442b4fdfc0e392abafd2aceaa1f19877c60bb355a1 - 0.0% (865 Bytes)
[#017] sha256:5a7a1e52bf47dd3d8e92a12c73d8d293cbd130761d0cca894dbe371a7c2da4ff - 11.93% (30.9 MB)
[#018] sha256:8c722e334e0ed6c5461e258e09b1ba1699c5becddb4b88fc017dd02f13640766 - 0.0% (829 Bytes)
[#019] sha256:eab8a8ccd728ca215264713dbb2ade3f08953b98e25846ed18889b96fb857a80 - 0.0% (829 Bytes)
[#020] sha256:cf79522717b339bdb3a7f02f817c861c5410065653bcd1120eefaace3c2e14d7 - 0.0% (822 Bytes)
[#021] sha256:511163a07e66dea84d0026efe57f53d2dd985668a532a9411448800c0c4da63d - 0.0% (826 Bytes)
[#022] sha256:14b1d2816bc7dac8bd6a358d13df5a4f727ab65a5dc5ac7ac36e38e23ebdced5 - 0.0% (825 Bytes)
Apply image 1903-amd64
2021-01-15 21:08:09 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1903
2021-01-15 21:08:10 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-15 21:08:55 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-01-15 21:08:56 UTCcmd /S /C #(nop) USER ContainerUser
2021-01-15 21:09:18 UTCcmd /S /C #(nop) COPY dir:2b24e0683bce9a6158e61058fc24411d0e844420ed7e75e69332bbeb47759889 in C:\Program Files\PowerShell
2021-01-15 21:09:58 UTCcmd /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 ; }"
2021-01-15 21:09:59 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-01-15 21:10:00 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-04-19 15:54:08 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-19 15:54:09 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-04-19 15:54:11 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-04-19 15:54:12 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-04-19 15:54:12 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-04-19 15:54:12 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-20 19:28:40 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-9e412a3464b1e42ab26ceb94eca498a4bd93150b-head
2021-04-20 19:28:40 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-20 19:28:42 UTCcmd /S /C #(nop) COPY multi:0c1f66e8027ef2a876f88f2c7dde68330079576e8793984082116d170520cccc in \etc\rancher\
2021-04-20 19:28:42 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-20 19:28:43 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-04-20T19:28:38Z
2021-04-20 19:28:43 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-04-20 19:28:44 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=9e412a3464b1e42ab26ceb94eca498a4bd93150b
2021-04-20 19:28:44 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-04-20 19:29:45 UTC
260 MB
rancher/rancher-agent:v2.5-9e412a3464b1e42ab26ceb94eca498a4bd93150b-head
DOCKER_API_VERSION1.24
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-2004
POWERSHELL_TELEMETRY_OPTOUT0
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePathC:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:d151a73b598346073ea523548e54435aef6702c88cfc7c0ef6d67dfbe32cfe9a - 38.33% (99.8 MB)
[#001] sha256:f8e65b7f61bf1f0937a170fab932e066937f809c0a117ccbfe317b13578131e0 - 0.0% (1.05 KB)
[#002] sha256:0d73c188e9c6324e14ec6bbee1384afc83576961105f97e08801ebe9f708a856 - 0.0% (1.1 KB)
[#003] sha256:d99286468bd080ec4c72068a4df5f752d448a7af11d85f759834808edb4592bd - 0.03% (67.9 KB)
[#004] sha256:2f87c319533c6883f409b13691aa3ca4fd4c995bcfe52cc192523389e51d87ce - 0.0% (1.02 KB)
[#005] sha256:c8944569b995ebf8947d59d992abbbd8ba643df745d1597b5102458f81a4912e - 37.24% (96.9 MB)
[#006] sha256:4228458c1145d613d29840e1ac26ffa4fcd4ac8ae1ba369b2e766ecf13903782 - 0.04% (110 KB)
[#007] sha256:a7b89b0ee3b42fbfb4bc3da432d89614c2bc8d745e8c9d11df3fa16a058c8771 - 0.0% (1 KB)
[#008] sha256:ecd2099f90b7f4eca08e5b76712ed8a900ac037d20c8e1b527fd4bb8722bdc7e - 0.0% (1.02 KB)
[#009] sha256:a91eaa7684dfd0f7e6be4c5ddc18e698d389f083338ec6c939da99b1355dea36 - 0.0% (1.08 KB)
[#010] sha256:cecfd931a2224f72552295789f283329001d7d81837de8f4ebbd2115557f080a - 0.04% (102 KB)
[#011] sha256:dfad8ed23807f7c57180c3b614b718253356c67e0ef5e6f19442eef0ab24803e - 12.46% (32.4 MB)
[#012] sha256:09f2045ab5685f4456ea0a2d0f15d775b40c9a5b763ad18188394c6ef268eed0 - 0.0% (1.01 KB)
[#013] sha256:2c42f84e8ce4c683a27f04022c54f6c57a6c74d749e2d56e065ba496e75a3868 - 0.0% (1.01 KB)
[#014] sha256:27640b6b90c799d34fe916a5a38a9e69697db1378efa2b80c56c2759044716b5 - 0.0% (1.01 KB)
[#015] sha256:57b14eea63aa7feb9e192de8cf463c846571ef51d1a7afd6da962c32088f78e7 - 0.0% (1.01 KB)
[#016] sha256:ddf066ba55905fda2f253e5bda192b6a3cb61f708e4897d775d6bbb16d35de86 - 0.0% (1.05 KB)
[#017] sha256:ee95a4d31ad8f824bac1e8aca811533c697f0137d720ec5e88247163e4d60449 - 11.86% (30.9 MB)
[#018] sha256:e025186e06f602ff73b28e0ad70f3f510aae335d0e5851241594156f65fa751e - 0.0% (1.05 KB)
[#019] sha256:cf5adab4ddfaaf34c470fceb49ec75ab9078e2a55c21e4dfbb9f7821180041ef - 0.0% (1.02 KB)
[#020] sha256:1519384f97bb0ccce61a009f680a8a49664e7e1583cd2e7f321c31e074d031e6 - 0.0% (1.02 KB)
[#021] sha256:dbac9a34375538416a40a2f577e6cc44a664d053937043323495053b4903e1c6 - 0.0% (1.01 KB)
[#022] sha256:f196dd905bfac9ee0ac601b719cbfb258521e47e77262458107ddb40aab14293 - 0.0% (1.01 KB)
Apply image 2004-amd64
2021-04-14 01:31:57 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-2004
2021-04-14 01:31:58 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-14 01:32:22 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-04-14 01:32:23 UTCcmd /S /C #(nop) USER ContainerUser
2021-04-14 01:32:44 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-04-14 01:33:21 UTCcmd /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 ; }"
2021-04-14 01:33:22 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-04-14 01:33:22 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-04-20 17:57:54 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-20 17:57:55 UTCcmd /S /C #(nop) COPY multi:57355cb5be6e2624acb1d32e70fd27ced1f9272669bb34ccf2b7b763da2dd6af in \Windows\System32\
2021-04-20 17:57:58 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-04-20 17:57:58 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-04-20 17:57:59 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-04-20 17:57:59 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-20 19:29:40 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-9e412a3464b1e42ab26ceb94eca498a4bd93150b-head
2021-04-20 19:29:41 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-20 19:29:42 UTCcmd /S /C #(nop) COPY multi:4a008bfc44b5cc46174abd910dc7667e915a4e4074872cda85fad70fe9e0115d in \etc\rancher\
2021-04-20 19:29:43 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-20 19:29:43 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-04-20T19:29:38Z
2021-04-20 19:29:44 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-04-20 19:29:44 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=9e412a3464b1e42ab26ceb94eca498a4bd93150b
2021-04-20 19:29:45 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-04-20 19:29:14 UTC
2.46 GB
rancher/rancher-agent:v2.5-9e412a3464b1e42ab26ceb94eca498a4bd93150b-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 57.0% (1.4 GB)
[#001] sha256:ad702b8ea1d861f6708801dfed7808856abc2c94d52e7805e2eee95f03a9281d - 37.8% (952 MB)
[#002] sha256:fc8dcc493c9bb831e93659e52f8df37e32edc04f0da6124932396816051f277b - 0.0% (1.3 KB)
[#003] sha256:03be7694c3a08ca462e89f4c6d4b4716502d9d1e0faa9f69b5b924acce018cdd - 0.0% (1.26 KB)
[#004] sha256:e164fabc48bec02713ecd925d73b10b683dc130a0210f412800a95fdb841f6e6 - 0.62% (15.5 MB)
[#005] sha256:bec4f1984dbc0603193261d5ae539fba4334cada4a7931edf8b4107886a3b497 - 0.21% (5.28 MB)
[#006] sha256:8b5ef8f04684dc25d55d6c30b83de400f2f2bc0fdcadcdcddf1c8a912b62c4ab - 0.31% (7.84 MB)
[#007] sha256:5c735bd3cc856a23fecd0be10c6603845fe6fdd3b6d1861ec2cbad8fc327faa5 - 1.48% (37.2 MB)
[#008] sha256:dc6092994251bb5c089ebc1b90be6a41e0d05214518565af31a8bf754e5ba998 - 0.21% (5.34 MB)
[#009] sha256:c8f056d3e81185f307acf8182bd2332d177122b7f5e6d67d48b07e76a4495a87 - 0.62% (15.6 MB)
[#010] sha256:5713406dd1893c9d426f37b2bde0de4aa378016914b563414d77fd799c0d07ce - 0.51% (12.7 MB)
[#011] sha256:2d582d4784c124b52cac238d7a64ed8b40f429004aa7da61d6e5771c65e12087 - 0.02% (441 KB)
[#012] sha256:0658f701b29cc9037af7c07556908f457b54e663ff1c9b01fffb763b965b9151 - 0.0% (1.27 KB)
[#013] sha256:338aeacdc8e1e9a2cd68e45ef54e14c6cb72f2d9326682900f522492c69a07eb - 0.0% (1.27 KB)
[#014] sha256:3b512ef4f4d3a15e747568a64d1ed8289c47033a4b9b532c8fecab4d9092dd71 - 0.0% (1.29 KB)
[#015] sha256:f8502c82474dc8292ec9de20e801d31baeab36244bc134704834956176e56139 - 0.0% (1.29 KB)
[#016] sha256:a72d9afb734787ca78f948138d206b66c556a13bf1a87c22c196b8904a1f7595 - 0.0% (1.27 KB)
[#017] sha256:56e2958bc952bbc3969a2965b1205f26940957c5772d0de14c49c88bde91d2d3 - 1.23% (30.9 MB)
[#018] sha256:1f176d047955ba444caabcfe82546d5976e3861240a55da9d48828e97ca9b8c2 - 0.0% (1.27 KB)
[#019] sha256:9a66cf98ed588e8e81039bf307eb8fea174224828a64d7a37d7454f6481a97e0 - 0.0% (1.27 KB)
[#020] sha256:5911f704cf8b2074b2d15f337f5a3651103b4ce9657e8959e2b4135b8aabc9c0 - 0.0% (1.29 KB)
[#021] sha256:c8a7e44b81ef076087efca84a38e72797d848b1cee18ebd2b12cfa112a03fe5a - 0.0% (1.3 KB)
[#022] sha256:8066a1e757e8c28374663b7786d3d0ee454b74de54d4d03893467e0cb8351b7b - 0.0% (1.26 KB)
Apply image 20H2-RTM-amd64
2021-04-09 10:01:30 UTCInstall update 20H2-amd64
2021-04-20 17:13:51 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-04-20 17:13:52 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-04-20 17:14:03 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/StefanScherer/docker-cli-builder/releases/download/18.09.6/docker.exe'; Write-Host ('Downloading Docker from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\docker.exe -Uri $URL; Write-Host 'Complete.'
2021-04-20 17:14:12 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.1.0/wins.exe'; Write-Host ('Downloading Wins from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\wins.exe -Uri $URL; Write-Host 'Complete.'
2021-04-20 17:14:37 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; if (-not (Get-Command Expand-7Zip -ErrorAction Ignore)) { Install-PackageProvider -Name NuGet -Force -Verbose; Install-Module -Name 7Zip4Powershell -Repository PSGallery -Force -Verbose; if(-not $?) { Write-Error "Failed to install package"; Exit 1; } }
2021-04-20 17:14:51 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://dl.k8s.io/v1.19.7/kubernetes-client-windows-amd64.tar.gz'; function Expand-GZip ($inFile, $outFile) { $input = New-Object System.IO.FileStream $inFile, ([IO.FileMode]::Open), ([IO.FileAccess]::Read), ([IO.FileShare]::Read); $output = New-Object System.IO.FileStream $outFile, ([IO.FileMode]::Create), ([IO.FileAccess]::Write), ([IO.FileShare]::None); $gzipStream = New-Object System.IO.Compression.GzipStream $input, ([IO.Compression.CompressionMode]::Decompress); try { if (!$input -or !$output -or !$gzipStream) { Write-Error "Failed to Unzip the archive"; Exit 1; } $buffer = New-Object byte[](1024); while ($true) { $read = $gzipstream.Read($buffer, 0, 1024); if ($read -le 0 ) { break; } $output.Write($buffer, 0, $read); } } finally { $gzipStream.Close(); $output.Close(); $input.Close(); } }; Write-Host ('Downloading Kubernetes from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\kubernetes.tar.gz -Uri $URL; Write-Host 'Expanding ...'; Expand-GZip c:\kubernetes.tar.gz c:\kubernetes.tar; Expand-7Zip c:\kubernetes.tar c:\; Write-Host 'Complete.'
2021-04-20 17:15:00 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-04-20 17:15:10 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-04-20 17:15:20 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-04-20 17:15:28 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Alias -Name pwsh -Value powershell
2021-04-20 17:15:29 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-04-20 17:15:29 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-04-20 17:15:30 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-20 19:29:09 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-9e412a3464b1e42ab26ceb94eca498a4bd93150b-head
2021-04-20 19:29:09 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-20 19:29:11 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:4a008bfc44b5cc46174abd910dc7667e915a4e4074872cda85fad70fe9e0115d in \etc\rancher\
2021-04-20 19:29:12 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-20 19:29:12 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-04-20T19:29:07Z
2021-04-20 19:29:13 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-04-20 19:29:13 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=9e412a3464b1e42ab26ceb94eca498a4bd93150b
2021-04-20 19:29:14 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-04-20 19:34:52 UTC
183 MB
rancher/rancher-agent:v2.5-9e412a3464b1e42ab26ceb94eca498a4bd93150b-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.19.7
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:af9ca2923c1e73640f6df497fc7fc63e3c2e24892f1d6abbd4225542339b6e06 - 12.37% (22.6 MB)
[#001] sha256:9a2babfbd9d095d8a0dc7cfbaa658447a483120087d4ea77cae9ee9a78e370c2 - 0.0% (849 Bytes)
[#002] sha256:f83b7f31d752fef6bce03359dc68487e2d02040b70c57526b72004a0ced4cbf5 - 0.0% (189 Bytes)
[#003] sha256:afa031d330fe5ab0cf32d4fb3e1b98c998590d4917e1f4c9fa850a946886055e - 0.0% (124 Bytes)
[#004] sha256:a815485e0e8b35627e1c57560e1ba9f63b8df6903d78949d8ed141812efb7a94 - 28.63% (52.4 MB)
[#005] sha256:982ec94d9e8cc1d85b7d36d76310fd94980377417c12b3119705bf1f794128c7 - 1.06% (1.94 MB)
[#006] sha256:3de0f1a92b2719fc2533047425caf991e2723e63188c5501829ea0c12a26f709 - 13.46% (24.6 MB)
[#007] sha256:a5cfd82afdc4c438247957defe6e9706c537e79c772abb4d8fd7e8e9306c858b - 28.91% (52.9 MB)
[#008] sha256:25c474acaaae5903d40f6e73bc2e52eb35dd84635252b557687a0f39de42d5dd - 0.0% (8.89 KB)
[#009] sha256:675a77caf66e7f69e5bf13dd63018d9b83f30a4099ff2c5e17ed4d319a99be4b - 15.57% (28.5 MB)
[#010] sha256:5afc1da7df3691c76ab8afb70b0cf36883ffed7e8e383cb92cfc29a83505fc23 - 0.0% (172 Bytes)
/bin/sh -c #(nop) ADD file:c2ebeb57ae78696b3c16020bf2c3030d8f36acd3032907fea3fec885ac614541 in /
2021-03-25 23:21:47 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
2021-03-25 23:21:57 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-03-25 23:22:01 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-03-25 23:22:07 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-04-20 19:34:12 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-04-20 19:34: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_arm64
2021-04-20 19:34:13 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-04-20 19:34:13 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-04-20 19:34:35 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 ssh && 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/*
2021-04-20 19:34:35 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-04-20 19:34:36 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
2021-04-20 19:34:37 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-04-20 19:34:38 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
2021-04-20 19:34:38 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-04-20 19:34:39 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-04-20 19:34:39 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-20 19:34:39 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-9e412a3464b1e42ab26ceb94eca498a4bd93150b-head
2021-04-20 19:34:39 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-04-20 19:34:48 UTC/bin/sh -c #(nop) COPY dir:298d82daef0b467d4d26a7fa035aab8db21ed8ddbac4a9bb934f5a6f1d84e45a in /var/lib/rancher-data
2021-04-20 19:34:50 UTC/bin/sh -c #(nop) COPY file:c60b26f35c3c5659c4b0e8025022c909934ae8190a20e5ee1935a9d5c70e85ab in /usr/bin/
2021-04-20 19:34:51 UTC/bin/sh -c #(nop) COPY multi:84951a487dd04e2f7d6358977f0d1e6c012337d5c24290910bba427eec9d613d in /usr/bin/
2021-04-20 19:34:51 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-04-20 19:34:51 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-04-20 19:34:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-20T19:33:58Z
2021-04-20 19:34:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=9e412a3464b1e42ab26ceb94eca498a4bd93150b
2021-04-20 19:34:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-04-20 19:34:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
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.