2021-04-28 00:27:58 UTC
188 MB
rancher/rancher-agent:master-3b7312e14eb832b95f983fe4bfd2d27c0bf96cd9-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:01bf7da0a88c9e37ae418d17c0aeed0621524848d80ccb9e38c67e7ab8e11928 - 13.57% (25.5 MB)
[#001] sha256:f3b4a5f15c7a0722b4f22e61b5387317eaf2602c27ffb2bceac9a25f19fbd156 - 0.0% (852 Bytes)
[#002] sha256:57ffbe87baa135002dddb7a7460082c5d6a352186e1be9464c5f31db81378824 - 0.0% (188 Bytes)
[#003] sha256:d293f20dc9155c431cb799ad4d6688d346243cdc7dd70e5a961cd9bbeb6fb0b2 - 0.0% (123 Bytes)
[#004] sha256:34481e19f97f2e84cc7fac327a0da4b84cb2dffdb30a3e9124af4517fc447d1b - 30.41% (57.1 MB)
[#005] sha256:cad0069a97e2db91b8c60435d6804b94565f0bc9fac2c8706a7613cb3144b672 - 1.17% (2.2 MB)
[#006] sha256:229df27e9c74ea3286e07838f07d69dab54b85b8dc2815ef33810d2ad5362d06 - 14.16% (26.6 MB)
[#007] sha256:23d9492b012c5c966dbcfd6e73d1807b97141d26ae58249249238296e98016bc - 32.33% (60.7 MB)
[#008] sha256:3ad8338480e336bdcf5e48e44cc5a7b05262dc13e2147a64fa0911cfd0ac829f - 0.0% (9.31 KB)
[#009] sha256:bd00a95be6ce1af4ac296cff4fed7a6c41c16dc564fed7c01555e4ead451119d - 8.34% (15.7 MB)
[#010] sha256:c2f9c4c064645ba8d3a08d877c4e30011bac37f19a5e629ecdd16f9255cb9662 - 0.0% (170 Bytes)
/bin/sh -c #(nop) ADD file:d7fa3c26651f9204a5629287a1a9a6e7dc6a0bc6eb499e82c433c0c8f67ff46b in /
2021-04-23 22:21:23 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-04-23 22:21:24 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-04-23 22:21:25 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-04-23 22:21:25 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-04-28 00:27:11 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-04-28 00:27:11 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-28 00:27:12 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-04-28 00:27:12 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-04-28 00:27:35 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-28 00:27:35 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-04-28 00:27:37 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-28 00:27:37 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-04-28 00:27:39 UTC|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/c-bata/kube-prompt/releases/download/${KUBEPROMPT_VERSION}/kube-prompt_${KUBEPROMPT_VERSION}_linux_${ARCH}.zip > /usr/bin/kube-prompt.zip && unzip /usr/bin/kube-prompt.zip -d /usr/bin
2021-04-28 00:27:39 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-04-28 00:27:39 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-04-28 00:27:39 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-28 00:27:40 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3b7312e14eb832b95f983fe4bfd2d27c0bf96cd9-head
2021-04-28 00:27:40 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-04-28 00:27:53 UTC/bin/sh -c #(nop) COPY dir:107d9f050a9e62a53a1669b22db265b87a7f1f49d2a561d7b2ab16387145da31 in /var/lib/rancher-data
2021-04-28 00:27:56 UTC/bin/sh -c #(nop) COPY file:06b0b342addff9a717be154d225e24a02cfd9f246783db87a72ccfb06f516df1 in /usr/bin/
2021-04-28 00:27:56 UTC/bin/sh -c #(nop) COPY multi:9df37f5f08a65b699f3a7e16f5cb5aa80f9582fbc5fcdbf0b8cb88695717278e in /usr/bin/
2021-04-28 00:27:57 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-04-28 00:27:57 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-04-28 00:27:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-28T00:26:44Z
2021-04-28 00:27:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=3b7312e14eb832b95f983fe4bfd2d27c0bf96cd9
2021-04-28 00:27:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-04-28 00:27:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-04-28 00:15:12 UTC
239 MB
rancher/rancher-agent:master-3b7312e14eb832b95f983fe4bfd2d27c0bf96cd9-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 - 40.48% (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 - 40.59% (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:c28d83e8c66e5c08c43aeec8cc9db27a3a063e2cd1cfd1aceb7c7f712b3501e5 - 0.0% (874 Bytes)
[#010] sha256:2c8c0a725d047cf1a5355f0948c94334530af84ab9102ca11ecce4040407e425 - 0.04% (96.5 KB)
[#011] sha256:3ead1dacfbf3bab76b0ab1d6aef967538fd23cc4e17fe30d74457c423feecd4e - 13.58% (32.4 MB)
[#012] sha256:d71b2c07328d231a822e4b4bf2606923a83b49e50c83b1cb928d0dce927c9119 - 0.0% (828 Bytes)
[#013] sha256:d57bab5d584bc9a6b5f4dee6eb058fdda7d16f38df791c10f13c1fe99d162443 - 0.0% (818 Bytes)
[#014] sha256:a0f3ba57f5f9700f532b5e769d8cc1c9a248c95ae00f6a75675cc250695ce413 - 0.0% (827 Bytes)
[#015] sha256:715de95073be424455b18d89dd1c680ccab40800f50157094a2c91664c455d7e - 0.0% (876 Bytes)
[#016] sha256:5998e659c4634208309850f706c0a9d602f1e90d6192529dc10ab24268a9ae72 - 0.0% (862 Bytes)
[#017] sha256:9d3cccecde693cfc07d0d95ddf86582c7cffaee5ecdda3b840271739bba30e79 - 5.22% (12.5 MB)
[#018] sha256:7f577adc78a48aa80ca9a5b8cf7f19a0d73d93141afd9324bcd9ce0d95d3c5ed - 0.0% (860 Bytes)
[#019] sha256:4e2d67ee589c4c3f5585d7b11effb5ff5c5782dfc09ff69093dbc92646572c52 - 0.0% (857 Bytes)
[#020] sha256:480dbad3e5bf6c48689f2cddb80bee07d606873f3495af9cc1941f33e4630f31 - 0.0% (864 Bytes)
[#021] sha256:cddf857b39b28c2ec57ab54d46744dec5201759d49f0f346439a8cfad1d80ec3 - 0.0% (881 Bytes)
[#022] sha256:a80783b2bac66db42ef976fae00aa2a612dae1d6f406882b6815d67707a970e1 - 0.0% (833 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-25 18:35:47 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-25 18:35:47 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2021-04-25 18:35:50 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-04-25 18:35:50 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-04-25 18:35:51 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-04-25 18:35:51 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-28 00:15:08 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3b7312e14eb832b95f983fe4bfd2d27c0bf96cd9-head
2021-04-28 00:15:09 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-28 00:15:09 UTCcmd /S /C #(nop) COPY multi:704e09c8682d8f718ef2ffbc39950115c148c30fec4e8d1d7978c65a82fd2d18 in \etc\rancher\
2021-04-28 00:15:10 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-28 00:15:10 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-04-28T00:15:07Z
2021-04-28 00:15:11 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=3b7312e14eb832b95f983fe4bfd2d27c0bf96cd9
2021-04-28 00:15:11 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-04-28 00:15:12 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-04-28 00:15:34 UTC
239 MB
rancher/rancher-agent:master-3b7312e14eb832b95f983fe4bfd2d27c0bf96cd9-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 - 40.65% (97.3 MB)
[#001] sha256:df370f7023d39b75bfb7121055f3513445024a4e82221fae5d69b5669b93fd33 - 0.0% (1.03 KB)
[#002] sha256:8f0ee149d266ed6460c1f14120172d70c3d2f4763babf2ff0a74a599597b7986 - 0.0% (1.04 KB)
[#003] sha256:b5623ae57f81eca4a279a593490ab0fb5ada9f7ffe1c1bcc58cea3698a4c46fb - 0.03% (64.9 KB)
[#004] sha256:feb151ad664d66d78b32132b738dc967097624cb954d4ba0dc4493969bcf9e5b - 0.0% (1.07 KB)
[#005] sha256:6e758f19dec09d5012cac6030b0f3b64b3e01a8012b41b51ef724c44a06d4c7d - 40.47% (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:3804b2843eb407d5433ce2d267f7cf96be1e810153f442e2c82fbcbf923bdc94 - 0.0% (1.03 KB)
[#010] sha256:994d66a0c5205d9c97ef016167b3f9ddfb8f4bfc13478fca3a32c8e47f3167b6 - 0.04% (101 KB)
[#011] sha256:93a5e048a2a7470c52fa0f23c263c036dc1118e517cb1da03c951b6f7714adf3 - 13.54% (32.4 MB)
[#012] sha256:247d0391f19a83ae70c9fbc9238ea77ce32660b32b209ee294b7f29b258e3299 - 0.0% (1.07 KB)
[#013] sha256:601f2b2c695ba0a7c1b776577c82c38a0019a7fa78af2df7521f573e85cddd79 - 0.0% (1 KB)
[#014] sha256:f9c0564ccb33e407c0e0066253e34e70be467607a8308493bc458af6f31178e4 - 0.0% (1 KB)
[#015] sha256:f2ad75a91ae3c464680ff4ac21e47eb7d295517495dd6ab7d7b11fae3fd3ac71 - 0.0% (1.06 KB)
[#016] sha256:ca83c3ab340cf5920144cfb3cd79ebed45b2c171042107d58cc8be26e0aa755c - 0.0% (1.04 KB)
[#017] sha256:5485f4f721f17b13c33f28c8da122a2ef07e8f038791b2466130fbcb0d51a7e8 - 5.21% (12.5 MB)
[#018] sha256:bc7b47aaa31ca5186f27c764b5e72bb8a8989d09a2b88f8ad4e725904d01fdc2 - 0.0% (1.01 KB)
[#019] sha256:7a4091348f49b6ea34c9a3f89d46405c11d40492bb4f7cd8b7a62c7ea3008187 - 0.0% (1.01 KB)
[#020] sha256:dc31e2701b21243d5c228a3419c34853c4c4642528a4263cc2eda3021d1d0394 - 0.0% (1.01 KB)
[#021] sha256:eb3510bca93a7b2385fe5a1d0e139aefbf3da6dae268c45a1d01057fc5610f53 - 0.0% (1.05 KB)
[#022] sha256:4f46dd85b44d558430eea10d315ef6b039b07fdc15046ce0a141c246d1e9d793 - 0.0% (1.04 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-25 18:38:01 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-25 18:38:02 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-04-25 18:38:04 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-04-25 18:38:04 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-04-25 18:38:05 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-04-25 18:38:05 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-28 00:15:31 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3b7312e14eb832b95f983fe4bfd2d27c0bf96cd9-head
2021-04-28 00:15:31 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-28 00:15:32 UTCcmd /S /C #(nop) COPY multi:704e09c8682d8f718ef2ffbc39950115c148c30fec4e8d1d7978c65a82fd2d18 in \etc\rancher\
2021-04-28 00:15:33 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-28 00:15:33 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-04-28T00:15:29Z
2021-04-28 00:15:33 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=3b7312e14eb832b95f983fe4bfd2d27c0bf96cd9
2021-04-28 00:15:34 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-04-28 00:15:34 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-04-28 00:15:26 UTC
240 MB
rancher/rancher-agent:master-3b7312e14eb832b95f983fe4bfd2d27c0bf96cd9-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 - 40.83% (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 - 40.37% (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:7bfc6edb1f7045e3ec8132501f4570e76187612fb73b1f35f3308a3813d3afd2 - 0.0% (854 Bytes)
[#010] sha256:6ab0c58d0f3e8a24654bd3a65ecb2c497614c58870e2ca76c661081f55ef961f - 0.04% (101 KB)
[#011] sha256:71e9af04e1e3c5d7d4a1d10d95245b0b209eeb62a11bde246f53c372226a4165 - 13.5% (32.4 MB)
[#012] sha256:bd743dea89b1dd194e3862375d01e549753e3d43b67df89f82ef39ee05139ee7 - 0.0% (829 Bytes)
[#013] sha256:4fd21ab3123620ac23be7f71cf56f65646a9d83761d9c7c0bb7a4151730a32f2 - 0.0% (820 Bytes)
[#014] sha256:6061500e3a5a133e880f18bca8a413fb84806bdd146cdbcb99727d32e64747e8 - 0.0% (826 Bytes)
[#015] sha256:8fa21a4e1a0ab2bd324b40e8f663fd5f54337b5e4d57a20b28a1d1f110a286bd - 0.0% (832 Bytes)
[#016] sha256:8de8138f5db70ffb05d88655130a18faf850d85701690e9c80f263ec9b231f9f - 0.0% (861 Bytes)
[#017] sha256:b554c71132d223510b7361fcdf0691826f791ccc4c131b4246fb13329a352ac0 - 5.19% (12.5 MB)
[#018] sha256:1c7ffdfe5e0ccfd935ec6527c88e72fb090cc301244fbe46bb6d174b66c98204 - 0.0% (833 Bytes)
[#019] sha256:8c3ee7bd93bd9fcdb75484da314be442741605867be2cb32f2d3376beb34d21e - 0.0% (851 Bytes)
[#020] sha256:2738b739f8243e3c5b6bc95f88734dceb196e4201908407e9125a9b3df148589 - 0.0% (827 Bytes)
[#021] sha256:9b71212a1cb2cb231149a03f051e54325904ef405d63dd1bae849d71a9dcfa90 - 0.0% (827 Bytes)
[#022] sha256:47c183f967464920868ac9ac29a62104af16ff57e283ef1e18d5729b4f770bc8 - 0.0% (860 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-25 18:33:04 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-25 18:33:05 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-04-25 18:33:08 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-04-25 18:33:08 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-04-25 18:33:09 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-04-25 18:33:09 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-28 00:15:23 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3b7312e14eb832b95f983fe4bfd2d27c0bf96cd9-head
2021-04-28 00:15:23 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-28 00:15:24 UTCcmd /S /C #(nop) COPY multi:704e09c8682d8f718ef2ffbc39950115c148c30fec4e8d1d7978c65a82fd2d18 in \etc\rancher\
2021-04-28 00:15:25 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-28 00:15:25 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-04-28T00:15:21Z
2021-04-28 00:15:25 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-04-28 00:15:26 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=3b7312e14eb832b95f983fe4bfd2d27c0bf96cd9
2021-04-28 00:15:26 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-04-28 00:15:51 UTC
242 MB
rancher/rancher-agent:master-3b7312e14eb832b95f983fe4bfd2d27c0bf96cd9-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 - 41.25% (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 - 40.07% (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:c8ad8a3fa235a39989e3d6d5512a7093cab51cdbc51b476cf654078350639182 - 0.0% (1.08 KB)
[#010] sha256:4ced948b35e0939a4f04dfc906f7fd35d510b84aa1ab8f551a0dd718bc2265b5 - 0.04% (102 KB)
[#011] sha256:e6a5547cb736ddf255ef460190bdcb3563f8bcf87a79162731053a7882b1cb81 - 13.41% (32.4 MB)
[#012] sha256:3451dc2a2a31a00be0eb6a0227394f04ab43566a3f7ad58ccbae8856eaaedb3d - 0.0% (1.01 KB)
[#013] sha256:cb0df83e9eeafebaace9a86c97087c446546762639cd7ed9c3c5bd535f4b3299 - 0.0% (1.01 KB)
[#014] sha256:dfd41687a90eec7fc6360a2683bf7bff979e63e768bc7088491483251ee63ada - 0.0% (1.01 KB)
[#015] sha256:7631cc3dbe24fe71ae155de284ce155ba3665c474e44bf3c0d982febff17112d - 0.0% (1.08 KB)
[#016] sha256:aa19cac4e7b1ef326222c03d3dddf2c0e723edb2d18e0ec6b7ea390c6eda2637 - 0.0% (1.04 KB)
[#017] sha256:e1c4ebba717546f6536b55541a3d56631af85e8a24bd11f2147a5cf95a956467 - 5.15% (12.5 MB)
[#018] sha256:721a37d818dd98ac33b534646ef7043a713a275e864a7de9b7a5b291d779ed20 - 0.0% (1.02 KB)
[#019] sha256:ecda8828293a88609874e20a2e12639d479bdd3030a106c1b8ffd7d2242e5924 - 0.0% (1.02 KB)
[#020] sha256:e8ccb6f4e9f60dd8bc105e8ce66c6d7c5b977f63cc230efddf700bda8a0e0c89 - 0.0% (1.02 KB)
[#021] sha256:164b056f077a4c1227e3ea0597f4328865637bf69cc12f49e88984a26c5435db - 0.0% (1.08 KB)
[#022] sha256:328b5f713c52637f2cb56c4ee6a4219a7086236c1a693acb586e09a0c40ace72 - 0.0% (1.02 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-25 18:38:48 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-25 18:38:48 UTCcmd /S /C #(nop) COPY multi:57355cb5be6e2624acb1d32e70fd27ced1f9272669bb34ccf2b7b763da2dd6af in \Windows\System32\
2021-04-25 18:38:51 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-04-25 18:38:52 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-04-25 18:38:52 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-04-25 18:38:53 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-28 00:15:48 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3b7312e14eb832b95f983fe4bfd2d27c0bf96cd9-head
2021-04-28 00:15:48 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-28 00:15:49 UTCcmd /S /C #(nop) COPY multi:d478b6ff96a4b280474b9dc7e33db32eda4f4105db030bad8b6dde1142c01f74 in \etc\rancher\
2021-04-28 00:15:50 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-28 00:15:50 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-04-28T00:15:46Z
2021-04-28 00:15:50 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-04-28 00:15:51 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=3b7312e14eb832b95f983fe4bfd2d27c0bf96cd9
2021-04-28 00:15:51 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-04-28 00:15:35 UTC
2.44 GB
rancher/rancher-agent:master-3b7312e14eb832b95f983fe4bfd2d27c0bf96cd9-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 57.43% (1.4 GB)
[#001] sha256:ad702b8ea1d861f6708801dfed7808856abc2c94d52e7805e2eee95f03a9281d - 38.09% (952 MB)
[#002] sha256:0733c533742166d51de4203bf8d1edd6532523f38d296f5cd025668cca788c0f - 0.0% (1.31 KB)
[#003] sha256:2a4afe3ae8c03598dffe1442a82ef5c9b1eef9ca3557977f014d3b9a99770f21 - 0.0% (1.36 KB)
[#004] sha256:40a30a5584907fb55db39919edfe03e9796bd3aafb16a945ddb9f5cc47ed6409 - 0.62% (15.5 MB)
[#005] sha256:56bae7e8d26ed6d5c113dddca87edfebf06005b561c128283104d7e34687a97f - 0.21% (5.28 MB)
[#006] sha256:15acddfd007659c765e678e7065c1ddab47de9af5cb29d673e1473d916901cf5 - 0.31% (7.85 MB)
[#007] sha256:2efbefdac69524357bd79182c55969de8f4a2e66b421b4435c837b96ba9dd9f4 - 1.49% (37.2 MB)
[#008] sha256:05a6da12506b5a386d0476e2bd976b55401cea0c460722cb2b10a18eb2c67475 - 0.21% (5.34 MB)
[#009] sha256:cdea8fa3b1e05494ecf0bbe7b002cf199d03d5c31edea9f36e59bcc72e7b3752 - 0.62% (15.6 MB)
[#010] sha256:9c6d1e999ebe8287af00fa3c34d8f7279496c4defdfa9760999c9d700d537b37 - 0.51% (12.8 MB)
[#011] sha256:1142b0decac2e128145a8348bd51f49b8fe93d89767559cf51df30d701047875 - 0.0% (1.27 KB)
[#012] sha256:3734f5145760d650f00d5ce0ed836b810ab9491a134e3fa81d2feb78cf5fbaba - 0.0% (1.27 KB)
[#013] sha256:60242088d8f946e3e88bdea3956e62b440dde95db264bd6233c9954b0e2c77ca - 0.0% (1.26 KB)
[#014] sha256:86dd000b6daceefeda827bd21e93e9cbecbcd9c0b3cb7f98ba79702ebff76725 - 0.0% (1.27 KB)
[#015] sha256:a2dcb9918cbed123685884d80043b55aa0308df4696356a62584b7c9557d2a7a - 0.0% (1.27 KB)
[#016] sha256:31ec3de1539643e508b4a12829dadcffab514aaed06429cc35bb58e1cb1f158e - 0.5% (12.5 MB)
[#017] sha256:5bee1c35944156e27ccb9e19b0269246b4831037a7c36664a83f352613a4de51 - 0.0% (1.27 KB)
[#018] sha256:88f57c6a04ae39115c116365a87c790d204ee4ba2646d3de264054eb28736a49 - 0.0% (1.27 KB)
[#019] sha256:e9691130aa9504d00d682577a4964d658808e1651a7024b6943294c659552ad2 - 0.0% (1.31 KB)
[#020] sha256:8edff0c42c7b1555910baf581519f771fa1b456345c0a89c419d71fe73b1c338 - 0.0% (1.32 KB)
[#021] sha256:bfb982f54e9ad20290bec76280ff9c7bbb0d1943c56647b228a22158a143989b - 0.0% (1.27 KB)
Apply image 20H2-RTM-amd64
2021-04-09 10:01:30 UTCInstall update 20H2-amd64
2021-04-25 18:39:07 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-04-25 18:39:08 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-04-25 18:39:20 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-25 18:39:30 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-25 18:39:59 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-25 18:40:12 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-25 18:40:22 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-04-25 18:40:32 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-04-25 18:40:43 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-04-26 14:27:49 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-04-26 14:27:50 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-04-26 14:27:51 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-28 00:15:31 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3b7312e14eb832b95f983fe4bfd2d27c0bf96cd9-head
2021-04-28 00:15:31 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-28 00:15:32 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:d478b6ff96a4b280474b9dc7e33db32eda4f4105db030bad8b6dde1142c01f74 in \etc\rancher\
2021-04-28 00:15:33 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-28 00:15:33 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-04-28T00:15:29Z
2021-04-28 00:15:34 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-04-28 00:15:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=3b7312e14eb832b95f983fe4bfd2d27c0bf96cd9
2021-04-28 00:15:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-04-28 00:25:49 UTC
176 MB
rancher/rancher-agent:master-3b7312e14eb832b95f983fe4bfd2d27c0bf96cd9-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:673aeee5c81c892477834e2b5e55575f16bfd52d9b841a1d8c524fb3805ee960 - 12.83% (22.6 MB)
[#001] sha256:018b2790219d2003c0d437e634927887ee5cc3d8f985d7459adc5b2ff62d003f - 0.0% (851 Bytes)
[#002] sha256:509c77ce92ade89fbf09fe03b167023be51bf5a0c14c00487fa7a9ee33b55fc3 - 0.0% (187 Bytes)
[#003] sha256:402eeeaf7cf6a5d9afa0d75aa2555044dd7fb42ffe2d4cedbd6dd03e5ccdeddf - 0.0% (124 Bytes)
[#004] sha256:a96e73e1aecd30a7577c8ddb7d8d2857a0c9d34182a02acd9165f8e8480c64fb - 29.72% (52.4 MB)
[#005] sha256:50265dedf24159bd64126b4cfd671788a2712a3ed375f4f3adff4f5bcc9f574a - 1.1% (1.94 MB)
[#006] sha256:b47f3bfe8786463cb38202749dda0e9643631f96017786a0889b2246d865aef9 - 13.98% (24.6 MB)
[#007] sha256:d1010122d92c4c4ece880fcd77862ea5fe4c7f0258ce5e1992f5d1f58111e573 - 34.39% (60.6 MB)
[#008] sha256:9d3757fc193a2abf071a4b1c3f56e644e798490aedfb2f1a510fd7f3454b6978 - 0.0% (8.89 KB)
[#009] sha256:135c00a8c33b5ad703fd739041b1c54f7e4b4f4ed66cdf067329c5a8c6e667ba - 7.98% (14.1 MB)
[#010] sha256:af3c20402a09eb62d4e1649e3600ca75080854ff6b4117ab47ca2648c523fa3d - 0.0% (172 Bytes)
/bin/sh -c #(nop) ADD file:5f7cb4b44f843eaef6ae7ddb75dfc228a33d20cd974074ca23c1bb2cad7f77ad in /
2021-04-23 22:47:19 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-04-23 22:47:21 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-04-23 22:47:23 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-04-23 22:47:24 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-04-28 00:25:04 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-04-28 00:25: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_arm64
2021-04-28 00:25:05 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-04-28 00:25:05 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-04-28 00:25:28 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-28 00:25:29 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-04-28 00:25:30 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-28 00:25:30 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-04-28 00:25:32 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-28 00:25:32 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-04-28 00:25:32 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-04-28 00:25:32 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-28 00:25:33 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-3b7312e14eb832b95f983fe4bfd2d27c0bf96cd9-head
2021-04-28 00:25:33 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-04-28 00:25:44 UTC/bin/sh -c #(nop) COPY dir:c7e2408ff619d8b0383f69051bd5485abbae8b249d6d42383f27bee1ec011668 in /var/lib/rancher-data
2021-04-28 00:25:47 UTC/bin/sh -c #(nop) COPY file:c60b26f35c3c5659c4b0e8025022c909934ae8190a20e5ee1935a9d5c70e85ab in /usr/bin/
2021-04-28 00:25:48 UTC/bin/sh -c #(nop) COPY multi:88e0ab10ed09ca6fb01c6400284f6e42946c320ed6d727ea487b20bda7f8c6f6 in /usr/bin/
2021-04-28 00:25:48 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-04-28 00:25:48 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-04-28 00:25:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-28T00:24:44Z
2021-04-28 00:25:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=3b7312e14eb832b95f983fe4bfd2d27c0bf96cd9
2021-04-28 00:25:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-04-28 00:25:49 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.