2021-04-24 00:15:09 UTC
199 MB
rancher/rancher-agent:v2.5-124e7afca93f59d368f045ff07720cb5a25525f9-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 - 12.77% (25.5 MB)
[#001] sha256:f3b4a5f15c7a0722b4f22e61b5387317eaf2602c27ffb2bceac9a25f19fbd156 - 0.0% (852 Bytes)
[#002] sha256:57ffbe87baa135002dddb7a7460082c5d6a352186e1be9464c5f31db81378824 - 0.0% (188 Bytes)
[#003] sha256:ecc7cef10f79cf3f246dd6ec565d7d6e5c000a9c2c72c2ae83bf55773d807ac3 - 0.0% (123 Bytes)
[#004] sha256:4ffe0ffd904e8020907459f0580709ef9fda7b6daad24e8687ac7f02caa50e2c - 28.62% (57.1 MB)
[#005] sha256:cad0069a97e2db91b8c60435d6804b94565f0bc9fac2c8706a7613cb3144b672 - 1.11% (2.2 MB)
[#006] sha256:d7c1e15b8ba53ef9dba73f70811dc62c84439caba9c6ee3e1872129f0ce07ea4 - 13.33% (26.6 MB)
[#007] sha256:24385c0cc453df5b7625e253c6bb61142220ffe8ea46649cfbc3b24365fe3a3a - 28.66% (57.1 MB)
[#008] sha256:1ddf0e2246e10a194f1fca5450bda5b76b73a517b3551b900126997a440184b6 - 0.0% (9.31 KB)
[#009] sha256:f9ac29663e765f7718d443686a4369c713530a5d822c5178fcf3ae70b1c2ed9f - 15.51% (30.9 MB)
[#010] sha256:1197a3cf551d48aac174082ba8f011f5bb361fa2871156ce6191de7c06ce1ca2 - 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-24 00:14:21 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-04-24 00:14:21 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-24 00:14:22 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-04-24 00:14:23 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-04-24 00:14:45 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-24 00:14:46 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-04-24 00:14:47 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-24 00:14:47 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-04-24 00:14:50 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-24 00:14:50 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-04-24 00:14:50 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-04-24 00:14:50 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-24 00:14:50 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-124e7afca93f59d368f045ff07720cb5a25525f9-head
2021-04-24 00:14:51 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-04-24 00:15:03 UTC/bin/sh -c #(nop) COPY dir:f0a8783e450d113b21885eccf0a50a726e0260e6aade4a88f2e5fe6ee3927cd9 in /var/lib/rancher-data
2021-04-24 00:15:06 UTC/bin/sh -c #(nop) COPY file:06b0b342addff9a717be154d225e24a02cfd9f246783db87a72ccfb06f516df1 in /usr/bin/
2021-04-24 00:15:07 UTC/bin/sh -c #(nop) COPY multi:6e9d9da6a62064a5141cc87b11dad63cc02052d4277988ab50b6bc1c6c9ae1ca in /usr/bin/
2021-04-24 00:15:08 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-04-24 00:15:08 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-04-24 00:15:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-24T00:13:53Z
2021-04-24 00:15:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=124e7afca93f59d368f045ff07720cb5a25525f9
2021-04-24 00:15:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-04-24 00:15:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-04-24 00:03:35 UTC
257 MB
rancher/rancher-agent:v2.5-124e7afca93f59d368f045ff07720cb5a25525f9-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:c66b962b11ed9669884a93dc56c73d21eae1c51b31e853aa83b7ec2e586da915 - 0.0% (885 Bytes)
[#010] sha256:9538ddb2d9b79ac840e90a53685774d8f99e1a48a5f10fde7d9290f3f090624e - 0.04% (96.5 KB)
[#011] sha256:32d3b519079587144a06f716e888f7f4ef3058aa20b819b922a5a83edebc160d - 12.61% (32.4 MB)
[#012] sha256:29277efa954042ca48901e785d66ff0cac94646a7f61470fc2b82c19a41cf2f5 - 0.0% (826 Bytes)
[#013] sha256:9826addef89b25b615cf263cc1493784dbbd92f2eadfa2616c4becc970ccdaad - 0.0% (824 Bytes)
[#014] sha256:1287a791c7131a5f99ad892b5b4b56fa691f09ccac4e931c0f22ea7c0f0c0fbd - 0.0% (829 Bytes)
[#015] sha256:91c63216f87c441fe1da0791e7387e23f9ec26cd01acef41f29e6597f245c47f - 0.0% (872 Bytes)
[#016] sha256:cb52ece90cab1088000a68dd7523c33b49d23092f91028b0cb1fa4be672cce20 - 0.0% (877 Bytes)
[#017] sha256:09986b4d0cf7425bd7fd29f0320390f9e51808ef296ba32f9b4d390694d276b2 - 12.0% (30.9 MB)
[#018] sha256:dccaf1cce3193bfa2237b42fd69538d0dbd8b28faa02f4e6c1a490bec4dcde20 - 0.0% (829 Bytes)
[#019] sha256:775e7755854fdff56cec4757a5ac13863f6b41d7302f46f55b8daada433f2f38 - 0.0% (822 Bytes)
[#020] sha256:7f642b0cf8416355b27a1ae9b432b7767e04d3dc4c659983ed4741269177faa5 - 0.0% (823 Bytes)
[#021] sha256:c6e4af60273617f636db43abf14f3b175aa4f75c1dbdc6def791ea19456372f3 - 0.0% (850 Bytes)
[#022] sha256:736f369b3a7e37712c9d1eb305141d9ad401ad056f2b3faf21ef26477672d849 - 0.0% (828 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-19 15:58:03 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-19 15:58:04 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2021-04-19 15:58:07 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-04-19 15:58:08 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-04-19 15:58:08 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-04-19 15:58:08 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-24 00:03:30 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-124e7afca93f59d368f045ff07720cb5a25525f9-head
2021-04-24 00:03:30 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-24 00:03:32 UTCcmd /S /C #(nop) COPY multi:d89f09ebe896d9a08b3431f12f8621200a00fb88fed0d791eb44b29844f61a83 in \etc\rancher\
2021-04-24 00:03:33 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-24 00:03:33 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-04-24T00:03:27Z
2021-04-24 00:03:34 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=124e7afca93f59d368f045ff07720cb5a25525f9
2021-04-24 00:03:34 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-04-24 00:03:35 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-04-24 00:03:10 UTC
258 MB
rancher/rancher-agent:v2.5-124e7afca93f59d368f045ff07720cb5a25525f9-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.58% (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:19becebcd7acb104964112f1d6751066e7b65fc5328abdeaac0da640e930e719 - 0.0% (1.03 KB)
[#016] sha256:75da978944591911ea4bf5af8526bfa29d826037f518ef6606680e08ed21a0b8 - 0.0% (1.03 KB)
[#017] sha256:dabddbdc91340b01502549812fcf04520e6ee7f4d269a6b4f980c4e208b3eb04 - 11.97% (30.9 MB)
[#018] sha256:472892598f8126fdd31cbf9f5db38387bb89317058cfd1014229292d1cccd8a8 - 0.0% (1.01 KB)
[#019] sha256:30a474b67b4d88bfe22dce6970bc501bd0fcf3156b1c238059a3904ee69b0898 - 0.0% (1 KB)
[#020] sha256:4fc8fc5a9a7ffbbe360d04af6a2bc1ccd450a21bd26a200090643f88dd53e44f - 0.0% (1 KB)
[#021] sha256:4d26844351de3168691cf589e13bea8621d10bb346382b94bfeffdc60c58aef3 - 0.0% (1.01 KB)
[#022] sha256:96a5845b52a008ae19653de7d7f3a6c1f8654e0a4f584db13aac022c0839ceb3 - 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-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-24 00:03:06 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-124e7afca93f59d368f045ff07720cb5a25525f9-head
2021-04-24 00:03:06 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-24 00:03:07 UTCcmd /S /C #(nop) COPY multi:d89f09ebe896d9a08b3431f12f8621200a00fb88fed0d791eb44b29844f61a83 in \etc\rancher\
2021-04-24 00:03:08 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-24 00:03:09 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-04-24T00:03:04Z
2021-04-24 00:03:09 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=124e7afca93f59d368f045ff07720cb5a25525f9
2021-04-24 00:03:10 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-04-24 00:03:10 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-04-24 00:03:22 UTC
259 MB
rancher/rancher-agent:v2.5-124e7afca93f59d368f045ff07720cb5a25525f9-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:a55a8d83d2d6dd2bebd1133e9c14b101d71ae679f6cb91b8ba63d9877d227b40 - 0.0% (854 Bytes)
[#010] sha256:9e77f419f3d762946e69be4bdb9bdd5e223e2bccd3d19851ea2a0f138248bd4b - 0.04% (101 KB)
[#011] sha256:d085d863e2e7c5b7d33cf2d089cd22ca370f700aeee1d1d54bc5e98948a886eb - 12.54% (32.4 MB)
[#012] sha256:6700f1e581b54ca29d7254d0def5a00fb2b4561233a8bd414b6ac30a4f9d7a75 - 0.0% (829 Bytes)
[#013] sha256:ba80eec491fe6306e0a319b80f5e54bd339b9630e19b2c86dff79d4ad7fbeeae - 0.0% (855 Bytes)
[#014] sha256:377805f7a90552656aa91641039ff4bb3793491cc161fa89f254dea5d500408d - 0.0% (829 Bytes)
[#015] sha256:4c88870ea7771930cd20115aca4f6a6ac88d32c7ebfc2c16e7228a9f2ae562fd - 0.0% (825 Bytes)
[#016] sha256:eaee66663af71c8c70114a1ef78973a95bedd1cca19f98a82d24f8b0bcb35b4a - 0.0% (861 Bytes)
[#017] sha256:d9f443ec84108d9329ad9799182d7e3c8cb8e05edd585018d53160a9649bde0d - 11.93% (30.9 MB)
[#018] sha256:22e1030d8471a6945c4cf9b12df586fdf249d7f3975935a06910c09ce893524d - 0.0% (876 Bytes)
[#019] sha256:10d439b396ff455eb86d4cc28f49fa5a16b4bbde1269af7059f8e308b3aa375a - 0.0% (875 Bytes)
[#020] sha256:bb05ea4e02e7e1af095d5bdc2d0aab55a5055a80aa035d660013b13cb45d8c04 - 0.0% (872 Bytes)
[#021] sha256:1bcc98e06ec4eec731a4019a53d017b84d3f50390cc26225963567376482afa1 - 0.0% (849 Bytes)
[#022] sha256:5b7bfd3f5cae947b2f68d74bc12cea64f6be9f607c37ff542a82532f21b69002 - 0.0% (851 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-20 17:08:05 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-20 17:08:05 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-04-20 17:08:08 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-04-20 17:08:08 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-04-20 17:08:09 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-04-20 17:08:09 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-24 00:03:18 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-124e7afca93f59d368f045ff07720cb5a25525f9-head
2021-04-24 00:03:18 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-24 00:03:20 UTCcmd /S /C #(nop) COPY multi:d89f09ebe896d9a08b3431f12f8621200a00fb88fed0d791eb44b29844f61a83 in \etc\rancher\
2021-04-24 00:03:20 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-24 00:03:21 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-04-24T00:03:16Z
2021-04-24 00:03:21 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-04-24 00:03:21 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=124e7afca93f59d368f045ff07720cb5a25525f9
2021-04-24 00:03:22 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-04-24 00:03:43 UTC
260 MB
rancher/rancher-agent:v2.5-124e7afca93f59d368f045ff07720cb5a25525f9-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:20cc63828e4f0a87a63d6a49306919a4877931dbcd845abf4d6b8c62637ed339 - 0.0% (1.08 KB)
[#010] sha256:c7a371fac9823f2304d893b0472fe8fda2520411d236edacde33104b94e4882c - 0.04% (102 KB)
[#011] sha256:0bd70543e9e7596b264da2b2866f1985d1ae51004263184fcd35c47acf231dde - 12.46% (32.4 MB)
[#012] sha256:6343f3aed7b644aabf8e3ebeda57b298f1705fbf09194d670ea2d2e7f9bd7661 - 0.0% (1.01 KB)
[#013] sha256:25532db02601835f2ca9e1a080fb93f3cd8144adc0871c8ab13cb5e7558bc496 - 0.0% (1.02 KB)
[#014] sha256:42474aa6d014d4390fb020e9519b5418188ebfb44234ddb946cb49f30cff2304 - 0.0% (1.02 KB)
[#015] sha256:8efadc9c7c65cbc6be42855af5897debf56d6f29f3aee5570e41976ea7d18d32 - 0.0% (1.05 KB)
[#016] sha256:c45b8eb73df4a27db8958a572851c26ff956cea9180d538fec6e598b2549c8c5 - 0.0% (1.04 KB)
[#017] sha256:41752015997cc2ec384192db0ccbe98b83a8f5d5f51dfe6db2be6a57bfa95182 - 11.86% (30.9 MB)
[#018] sha256:0efd8d04ed858f00bd409a2bfaef3de09e74a3400f69425c9f8387414a1c330a - 0.0% (1.01 KB)
[#019] sha256:89f5112f586a31c2db54302d526a3d5b53bcc08a6ab1e2f7de8810c81237dc86 - 0.0% (1.05 KB)
[#020] sha256:8a8b8ff084ad24a46554221198c82587bb9d385f2cea81d5c587da28397fdd64 - 0.0% (1.04 KB)
[#021] sha256:8ad027705c8b792706da9bff05e3c395e8fbc42e7477be537387072a5efc83ab - 0.0% (1.02 KB)
[#022] sha256:82731050d96e67590012ecd4f2f32873174cae302ff1a83cabefea072a697f8c - 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-19 15:58:31 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-19 15:58:31 UTCcmd /S /C #(nop) COPY multi:57355cb5be6e2624acb1d32e70fd27ced1f9272669bb34ccf2b7b763da2dd6af in \Windows\System32\
2021-04-19 15:58:34 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-04-19 15:58:34 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-04-19 15:58:35 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-04-19 15:58:35 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-24 00:03:39 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-124e7afca93f59d368f045ff07720cb5a25525f9-head
2021-04-24 00:03:40 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-24 00:03:41 UTCcmd /S /C #(nop) COPY multi:743d1e7f971a0560031f4e486267f8e722b15ec2d2d5b7515cbb0a4f6f234c48 in \etc\rancher\
2021-04-24 00:03:42 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-24 00:03:42 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-04-24T00:03:37Z
2021-04-24 00:03:43 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-04-24 00:03:43 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=124e7afca93f59d368f045ff07720cb5a25525f9
2021-04-24 00:03:43 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-04-24 00:03:19 UTC
2.46 GB
rancher/rancher-agent:v2.5-124e7afca93f59d368f045ff07720cb5a25525f9-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:7bcaff2a4e5ba924e8ffe0c9f3b861487a2fffafcf6dc05e3673a5b5428fe626 - 0.0% (1.3 KB)
[#016] sha256:a34efb9f4e7c5707be2becae6f52135d488c4610d61d363453f5d9f4ed59e199 - 0.0% (1.27 KB)
[#017] sha256:c8d0ae8322356f418434dae2b15b5dd761eccc35f962534984821246e52535c4 - 1.23% (30.9 MB)
[#018] sha256:8b2b7d472d5856b273227b38e795f846bbe4646be83b84998f0168f276961a9f - 0.0% (1.26 KB)
[#019] sha256:4d564fa7f781e7dc5ae1c2203ab2c0177359efe1627c2c171bd0bad4486765fe - 0.0% (1.27 KB)
[#020] sha256:ffde8ef0d42747c4847c0294ebebfc99680d9fd8c4fe9b86e8c5f5b7aefc5358 - 0.0% (1.31 KB)
[#021] sha256:c932356bdd3e4352a0d513722d661e65121997fe5e4a01bcbcb79ccce2add74c - 0.0% (1.26 KB)
[#022] sha256:009489c3351691b84459b964d7bd8cb1fdf2fcc88a49d11f5c47d5f9872769e7 - 0.0% (1.29 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-24 00:03:14 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-124e7afca93f59d368f045ff07720cb5a25525f9-head
2021-04-24 00:03:15 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-24 00:03:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:743d1e7f971a0560031f4e486267f8e722b15ec2d2d5b7515cbb0a4f6f234c48 in \etc\rancher\
2021-04-24 00:03:17 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-24 00:03:17 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-04-24T00:03:13Z
2021-04-24 00:03:18 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-04-24 00:03:18 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=124e7afca93f59d368f045ff07720cb5a25525f9
2021-04-24 00:03:19 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-04-24 00:08:36 UTC
187 MB
rancher/rancher-agent:v2.5-124e7afca93f59d368f045ff07720cb5a25525f9-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.07% (22.6 MB)
[#001] sha256:018b2790219d2003c0d437e634927887ee5cc3d8f985d7459adc5b2ff62d003f - 0.0% (851 Bytes)
[#002] sha256:509c77ce92ade89fbf09fe03b167023be51bf5a0c14c00487fa7a9ee33b55fc3 - 0.0% (187 Bytes)
[#003] sha256:9085e80f1dd0a0baedf2b2b0c7add1721b7f88ed291acf6feadea0078bd56ea1 - 0.0% (123 Bytes)
[#004] sha256:f04c9db955fd1dc4403444fc7d3156ec3d8d80dbed1cf7ee57a75aeb399740dd - 27.98% (52.4 MB)
[#005] sha256:50265dedf24159bd64126b4cfd671788a2712a3ed375f4f3adff4f5bcc9f574a - 1.04% (1.94 MB)
[#006] sha256:5dbbfb7b72d3a41009e9a694cb4397c34f3235d260beb6dafcda8289dd105c4a - 13.16% (24.6 MB)
[#007] sha256:3776cf9bbc4153a6090f0f7ae2b7257acfaf372cd6e82395daf8bdd760adb65d - 30.52% (57.1 MB)
[#008] sha256:d8ab537f9b79fb9d90217ba500d368ec0f913c5aac2b3c8973d198934481e7f3 - 0.0% (8.89 KB)
[#009] sha256:47f15becd6550eecf8136eca08f6d806b41c346b36ab712d41a8de9bebf3bb09 - 15.22% (28.5 MB)
[#010] sha256:8030a2351c9259016d21d9bcf05d6d535beeae1945b15af639d59da29ecfcaae - 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-24 00:07:53 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-04-24 00:07:53 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-24 00:07:54 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-04-24 00:07:54 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-04-24 00:08:16 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-24 00:08:16 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-04-24 00:08:17 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-24 00:08:18 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-04-24 00:08:19 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-24 00:08:20 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-04-24 00:08:20 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-04-24 00:08:20 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-24 00:08:20 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-124e7afca93f59d368f045ff07720cb5a25525f9-head
2021-04-24 00:08:20 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-04-24 00:08:31 UTC/bin/sh -c #(nop) COPY dir:e6e225fe7dc6e2b831115533f3e9124f169a5bcde01e1fc4044d8699f7786e7f in /var/lib/rancher-data
2021-04-24 00:08:34 UTC/bin/sh -c #(nop) COPY file:c60b26f35c3c5659c4b0e8025022c909934ae8190a20e5ee1935a9d5c70e85ab in /usr/bin/
2021-04-24 00:08:35 UTC/bin/sh -c #(nop) COPY multi:85c6645bb80ffb7ea0853ae4d8e96997ccbd6547c390e3043507f1748b8c85e8 in /usr/bin/
2021-04-24 00:08:35 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-04-24 00:08:35 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-04-24 00:08:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-24T00:07:32Z
2021-04-24 00:08:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=124e7afca93f59d368f045ff07720cb5a25525f9
2021-04-24 00:08:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-04-24 00:08:36 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.