2021-04-16 16:31:45 UTC
195 MB
rancher/rancher-agent:v2.5-ffb7b4e0117b088c8fe87b2a2d88e6561160b31a-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.08% (25.5 MB)
[#001] sha256:d47239a868b3375462d644f2ffb1b20114623fac03109d2950bdf0d57ab487d2 - 0.0% (850 Bytes)
[#002] sha256:49cbb10cca8504e3dbd65eb5db3c1dd0cd27070154386f819c5936de321c14b1 - 0.0% (189 Bytes)
[#003] sha256:81f03dd14420625de619dfe871925fc30dec0b1069cd9a5f42ff9b2781802f06 - 0.0% (124 Bytes)
[#004] sha256:7bb754bfe6e76d7cba590b922eea2ab127ac5d132e24284269fe6d7029cbb042 - 29.29% (57.1 MB)
[#005] sha256:b0cf1c69e4cdec93ee98edf15749d8bd086cad09755299977088473d8243d507 - 1.13% (2.2 MB)
[#006] sha256:51975243e53e7bb2a18879d64b720c17d3fd4af40a0d0bb2f20237907eabb30f - 13.64% (26.6 MB)
[#007] sha256:619b02f82a02239878a1452f45bb9ff94d33a7cc61f5518fb1c1cca38a1f2d6d - 27.0% (52.6 MB)
[#008] sha256:4b6ea4855860a535258356c75ade26af9878774b54083e1f4223d47d07cc732a - 0.0% (9.31 KB)
[#009] sha256:42a00b1a07f2f0d9426dcd796abb063dd5d8736e79515286a0fd3f91c2081c1f - 15.86% (30.9 MB)
[#010] sha256:9909b6a15600eb064885176db727c598a0728bafd73353a0050d8862ae0001f4 - 0.0% (171 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-16 16:31:05 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-04-16 16:31:05 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-16 16:31:06 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-04-16 16:31:06 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-04-16 16:31:27 UTC|1 ARCH=amd64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends git curl ca-certificates jq iproute2 vim-tiny less bash-completion unzip sysstat acl 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-16 16:31:28 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-04-16 16:31:29 UTC|1 ARCH=amd64 /bin/sh -c curl -sLf https://github.com/rancher/loglevel/releases/download/${LOGLEVEL_VERSION}/loglevel-${ARCH}-${LOGLEVEL_VERSION}.tar.gz | tar xvzf - -C /usr/bin
2021-04-16 16:31:29 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-04-16 16:31:31 UTC|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/c-bata/kube-prompt/releases/download/${KUBEPROMPT_VERSION}/kube-prompt_${KUBEPROMPT_VERSION}_linux_${ARCH}.zip > /usr/bin/kube-prompt.zip && unzip /usr/bin/kube-prompt.zip -d /usr/bin
2021-04-16 16:31:31 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-04-16 16:31:31 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-04-16 16:31:31 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-16 16:31:31 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-ffb7b4e0117b088c8fe87b2a2d88e6561160b31a-head
2021-04-16 16:31:32 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-04-16 16:31:41 UTC/bin/sh -c #(nop) COPY dir:227edab523f23fb6d36442c35b310a4714aa51f9bced9b6d641780f7a892f50b in /var/lib/rancher-data
2021-04-16 16:31:42 UTC/bin/sh -c #(nop) COPY file:06b0b342addff9a717be154d225e24a02cfd9f246783db87a72ccfb06f516df1 in /usr/bin/
2021-04-16 16:31:43 UTC/bin/sh -c #(nop) COPY multi:c9369f7bc4a3f539809973740a3918d231f0e3b691d3e0e6b1a112d11f207bdc in /usr/bin/
2021-04-16 16:31:44 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-04-16 16:31:44 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-04-16 16:31:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-16T16:30:40Z
2021-04-16 16:31:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=ffb7b4e0117b088c8fe87b2a2d88e6561160b31a
2021-04-16 16:31:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-04-16 16:31:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-04-16 16:30:37 UTC
257 MB
rancher/rancher-agent:v2.5-ffb7b4e0117b088c8fe87b2a2d88e6561160b31a-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:cac1ed593512c1b5e441309f3f8f84730aa6b162f96b3a0cd207f0360353afad - 0.0% (827 Bytes)
[#010] sha256:97b527a9d5a8fa361c4c2082f934ca86b1e9bd535de1e32ed3c0929f4c69e567 - 0.04% (96.5 KB)
[#011] sha256:08c7aa9d8163e83f7b98f157afeb6c3c3a06fe75cd4d39bad698e11edef24eab - 12.61% (32.4 MB)
[#012] sha256:9b90a663acd32d377aa3ce28b0b8bcc754833a06b06fc16a7fb3dacd84d4145e - 0.0% (861 Bytes)
[#013] sha256:24385c92d502a312344b1c401f81b4d4e935ee205de23930abbf975dff284663 - 0.0% (855 Bytes)
[#014] sha256:607717c370761c22e9a7613b1b8c3297bd327a37ec74c03a26672a4287462ff2 - 0.0% (858 Bytes)
[#015] sha256:a735716841ed96e1bacbb7fdabfdcde9f8343965e44700380d52234d6a12a91c - 0.0% (828 Bytes)
[#016] sha256:5d084863655d90ba038652e1252d50b2a67966e0d852a23e13894d83a403ea5f - 0.0% (872 Bytes)
[#017] sha256:90cc803348bf9f000177e521ccfbff0bf0d8fee1e1fdc952db91ad7a337c904a - 12.0% (30.8 MB)
[#018] sha256:09d9c971e3cb302d5fe98237a53572e1cced7b19cdd5abc26e35d40eb6b227c9 - 0.0% (826 Bytes)
[#019] sha256:14c3911a80eb021807f1039ff3b22b053639a441e7a24951b32c5729b19f6478 - 0.0% (828 Bytes)
[#020] sha256:dd89646754d78bcf23bc937557c4829145c4ae0f360d1766ac03ba00bca60f79 - 0.0% (830 Bytes)
[#021] sha256:222298731f518ff639e8b52a832f3e15fd120f8155ab115a839f3a032e7b11b2 - 0.0% (865 Bytes)
[#022] sha256:c92c517bae645c87014c15f11c11f6b51c353f309beec2c5aa3eebec815c6dda - 0.0% (831 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-16 16:29:54 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-16 16:29:55 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2021-04-16 16:29:58 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-04-16 16:29:58 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-04-16 16:29:59 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-04-16 16:29:59 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-16 16:30:33 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-ffb7b4e0117b088c8fe87b2a2d88e6561160b31a-head
2021-04-16 16:30:33 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-16 16:30:34 UTCcmd /S /C #(nop) COPY multi:02d918d5ec17397b140b10b85f6d50bd68476c2b90bdccc4b01cb574d384251b in \etc\rancher\
2021-04-16 16:30:35 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-16 16:30:36 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-04-16T16:30:31Z
2021-04-16 16:30:36 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=ffb7b4e0117b088c8fe87b2a2d88e6561160b31a
2021-04-16 16:30:36 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-04-16 16:30:37 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-04-16 16:34:12 UTC
258 MB
rancher/rancher-agent:v2.5-ffb7b4e0117b088c8fe87b2a2d88e6561160b31a-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:7d2c5d4283972add5f6ef961ccc45d2ce27b90790a0a90fa838b53cd7b5f85cf - 0.0% (1.03 KB)
[#010] sha256:82c397bd6b7c51f448af269f802c9db6b18cb0b643129e8c7dd79edb4c1bf83c - 0.04% (101 KB)
[#011] sha256:2f5467f4c2069e6f46cf2824e4b14b211a637061b6ec38d4f4366137410c63fe - 12.58% (32.4 MB)
[#012] sha256:ceb5f9c8698d801d8a0936dd0044905bd5186a5117c9c4e52f80f820ea32aa96 - 0.0% (1.04 KB)
[#013] sha256:e3bd9e1610d9eaeb004bcfce2822d08d9c48cc83b6fe0a78a5a600a68a9d400d - 0.0% (1 KB)
[#014] sha256:140ab2b5349ac286842bba51bce43f0a70bbbeea5cf568eaf3cc193c5976a5d6 - 0.0% (1.01 KB)
[#015] sha256:fb7e5a398d39ede94a18f96997414acf6ca5d2a7fdedd812f44a8bdf439a7613 - 0.0% (1.03 KB)
[#016] sha256:bf3925b623b6e979dc95a492a92f6e0699ed0dcad38dec918af6a62868ae64ad - 0.0% (1 KB)
[#017] sha256:a0be29b01c26e2c2d111566814e1557245278ba0097f2e1db23a7f45b470b0c6 - 11.97% (30.8 MB)
[#018] sha256:60341321a6c0f85ad058cb5259dc94580c60c26f0643da324ab95f7f23fbfde3 - 0.0% (1.01 KB)
[#019] sha256:c46d0d681000e01072b3830e7878c93d1bcf54cab9add3e4e21f759031e88b0f - 0.0% (1.01 KB)
[#020] sha256:906535ee93b3581dbf6e83f740b56e68e64a3ddc3bf47ee5c3978650b0a7661f - 0.0% (1.03 KB)
[#021] sha256:c30fd5bfa1841eb0b9c289da6f3bb52d0ad14f33946982429871feb8ad447e96 - 0.0% (1.01 KB)
[#022] sha256:b860cd2a78289ab37fb468095de58ca8613aa622ce77a9effe530fddae3cbc92 - 0.0% (1 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-16 16:33:23 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-16 16:33:23 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-04-16 16:33:26 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-04-16 16:33:27 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-04-16 16:33:27 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-04-16 16:33:28 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-16 16:34:07 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-ffb7b4e0117b088c8fe87b2a2d88e6561160b31a-head
2021-04-16 16:34:07 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-16 16:34:09 UTCcmd /S /C #(nop) COPY multi:02d918d5ec17397b140b10b85f6d50bd68476c2b90bdccc4b01cb574d384251b in \etc\rancher\
2021-04-16 16:34:10 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-16 16:34:10 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-04-16T16:34:05Z
2021-04-16 16:34:11 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=ffb7b4e0117b088c8fe87b2a2d88e6561160b31a
2021-04-16 16:34:11 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-04-16 16:34:12 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-04-16 16:27:07 UTC
259 MB
rancher/rancher-agent:v2.5-ffb7b4e0117b088c8fe87b2a2d88e6561160b31a-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:2794112e94680a7a2d980fb558f84dc828af8fd55105055bca96eb7ee0af58ac - 0.0% (876 Bytes)
[#010] sha256:bea166ca6d74866fadbfc9bcdf9462326fbe01232b471bd093d4ceae813d30ca - 0.04% (101 KB)
[#011] sha256:bdaf4846df1c52628f725d0f1d1849450af56c041fd36a15f29748d8d1713270 - 12.54% (32.4 MB)
[#012] sha256:5662eeaaad72dc41b6eeec360d6885a5d787e494e8e0516a53c299c5972731b4 - 0.0% (832 Bytes)
[#013] sha256:dea068f1deab3cf0be9eec893501b7c2f3e4a3a3d5724aca9e0f209ecbdd0f3b - 0.0% (823 Bytes)
[#014] sha256:3fccd3e2d66915fa499b310ddf6f3a6272ad73596171263c8aacc2fc2d73350a - 0.0% (825 Bytes)
[#015] sha256:7b24a13d35e0a9c95e866d53c78e3c54e145c1ab02446de8f9b67e64d4f9e15c - 0.0% (855 Bytes)
[#016] sha256:cb6aadebfd68011d6c689f0a2157049808029f33e6c89dc43e2ce2278171f0ce - 0.0% (832 Bytes)
[#017] sha256:b5b48a8e59b36670c00b3dd5e2beae4339de9bb9f7ef73f23ce6dbe8409de5f3 - 11.93% (30.8 MB)
[#018] sha256:3450ca155d1ded4de56d792c1568c1c0bec22de32e87009832c1ba05f34177d3 - 0.0% (850 Bytes)
[#019] sha256:d94bbe55212e971cd3ef1d1960da5c7f32e79b954cf616ca6bc86cb421a20955 - 0.0% (846 Bytes)
[#020] sha256:7d4e939e25f5dcce64d4ce7fbe6329157f1246dd4ac4bbdf16263fe73889b6a9 - 0.0% (847 Bytes)
[#021] sha256:3b03dd3aec96ba1d9035e51f072aae12df501ef9c937c9f901596e875d37de51 - 0.0% (829 Bytes)
[#022] sha256:e6aeb024fd13a509021feecf506a6cd655353f4f229859563b5402556afef831 - 0.0% (829 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-16 16:26:18 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-16 16:26:19 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-04-16 16:26:21 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-04-16 16:26:21 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-04-16 16:26:22 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-04-16 16:26:22 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-16 16:27:03 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-ffb7b4e0117b088c8fe87b2a2d88e6561160b31a-head
2021-04-16 16:27:04 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-16 16:27:05 UTCcmd /S /C #(nop) COPY multi:02d918d5ec17397b140b10b85f6d50bd68476c2b90bdccc4b01cb574d384251b in \etc\rancher\
2021-04-16 16:27:06 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-16 16:27:06 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-04-16T16:27:01Z
2021-04-16 16:27:06 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-04-16 16:27:06 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=ffb7b4e0117b088c8fe87b2a2d88e6561160b31a
2021-04-16 16:27:07 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-04-16 16:32:23 UTC
260 MB
rancher/rancher-agent:v2.5-ffb7b4e0117b088c8fe87b2a2d88e6561160b31a-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:b47835ccac769013476bf84278f8fa7471bee38d77a8527c90bffcd5627f8470 - 0.0% (1.02 KB)
[#010] sha256:858cdcab9bc6f4b38d5bf356fc77ca5e20107a04902e15a3f6d3c63b2a26e2e5 - 0.04% (102 KB)
[#011] sha256:1883067bf43b8acffd71328dd1207ebcf81d3ae151b4b727a7d478c64bad77c1 - 12.46% (32.4 MB)
[#012] sha256:182422f8ac15f9b4b2da1c9ff1e8fbef16eb1a0fd99d7b1e89eac387718cc59e - 0.0% (1.01 KB)
[#013] sha256:b94a605154eac5f20b116ad39d0f45bcc4219daa51839ed2fd60dc6476fb33ee - 0.0% (1.05 KB)
[#014] sha256:47803cf8af9e04a94e05ef6100a91ceae327a20a97d35a331a30c53b69ec019d - 0.0% (1.05 KB)
[#015] sha256:1f22288a3814faeb7d16e1115a38d40957a343edf529c8f49f4dee85d13c6faa - 0.0% (1.05 KB)
[#016] sha256:a7616cc5457245948a78b0aec2ab1e5734ced8b3d96dbac19e9fe7b0aeb35dd1 - 0.0% (1.01 KB)
[#017] sha256:199e8fa2bd7acbc2a3d257145855dd500be39cf40ac67e8c77c06dbe61df12bb - 11.85% (30.8 MB)
[#018] sha256:a662154692bb1c2b1118544cb9cd819f1c5e361fe2f096c9eaf8469fa04abb6d - 0.0% (1.04 KB)
[#019] sha256:8726381527b7cac874c5345af131c1f73b980790502eaa04d6a261570d089455 - 0.0% (1.01 KB)
[#020] sha256:78f6a851ea3fe5b490b7dc35ea20f9ebe38b1422532e20deec7ebf33cf107850 - 0.0% (1.02 KB)
[#021] sha256:55756ba3c87d23d7688bb0dbce3c4b3dde134e37927de2c0862321f4488b3f60 - 0.0% (1.01 KB)
[#022] sha256:1f633baf98424dcf7dd193ecde46a8a45aa386a21c7c8e1a7b99afa4f9ba15c6 - 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-16 16:31:37 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-16 16:31:38 UTCcmd /S /C #(nop) COPY multi:57355cb5be6e2624acb1d32e70fd27ced1f9272669bb34ccf2b7b763da2dd6af in \Windows\System32\
2021-04-16 16:31:40 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-04-16 16:31:40 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-04-16 16:31:41 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-04-16 16:31:41 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-16 16:32:19 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-ffb7b4e0117b088c8fe87b2a2d88e6561160b31a-head
2021-04-16 16:32:20 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-16 16:32:21 UTCcmd /S /C #(nop) COPY multi:d0b941da6b1e3d620a88ce504cb8da884a3ad00585d5479f30e3a6585ac25134 in \etc\rancher\
2021-04-16 16:32:22 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-16 16:32:22 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-04-16T16:32:18Z
2021-04-16 16:32:23 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-04-16 16:32:23 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=ffb7b4e0117b088c8fe87b2a2d88e6561160b31a
2021-04-16 16:32:23 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-04-16 16:31:48 UTC
2.46 GB
rancher/rancher-agent:v2.5-ffb7b4e0117b088c8fe87b2a2d88e6561160b31a-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:ce329966131a956e785ba95464820ac1e212a9a6f21f420ffb10a2fd97c088d6 - 0.0% (1.3 KB)
[#003] sha256:250de5c3ed80715ab81ebfc87e8e4024f83be5820a4083984a62f097d7543054 - 0.0% (1.27 KB)
[#004] sha256:dd256934bf3e260c181e0ee47051491cdec2f384a35314ec91144309664693ad - 0.62% (15.5 MB)
[#005] sha256:ef6463cfecc38a34f4f03e4e6ac1dff545311b82603828a05b413bb5c69cc93e - 0.21% (5.28 MB)
[#006] sha256:521849e4c8040b545869841015bee8a47e06727f98207f4cf7ac8936108792e1 - 0.31% (7.85 MB)
[#007] sha256:192345dc0a0dca2c1a4efad7b9aa57246b736813759182ee4cc55a480334dd85 - 1.48% (37.2 MB)
[#008] sha256:ce8068f775c2d5e1573829a7698034060c33f7bb502b4e20e353d134d3fe74c6 - 0.21% (5.34 MB)
[#009] sha256:31f3bffe4a130c463dc86423fcb35d3dcc50c8c5e77312b89eb8f85c1b35b1b4 - 0.62% (15.6 MB)
[#010] sha256:d270918c92d029a09254933412e62c49044915869af0d47a7354f19f1ea5dade - 0.51% (12.8 MB)
[#011] sha256:0b8a49742b945cc4506bb71dbcb222c697ac721c8814f9002e91a51b65a06883 - 0.02% (436 KB)
[#012] sha256:3d673c09cef06f4fea037b2104e4194735f918a666e35195fd2ab79b87902fb7 - 0.0% (1.27 KB)
[#013] sha256:3ab8adaf68b5b6ddace86a68601889ffd155f3e3cb534b3f1b4c40d97ddec762 - 0.0% (1.27 KB)
[#014] sha256:ebc44438d968f2692e90dabe71dc53b05359e48e8d5206966add26104f25d7c5 - 0.0% (1.27 KB)
[#015] sha256:cceb4bad818026b5b16fc8a9546937bd71ae22eb55c46136580b4402315ee51c - 0.0% (1.26 KB)
[#016] sha256:c02b225381be3c9f321a9fda736d572c9113433191d8f17fe71761936e405eb9 - 0.0% (1.27 KB)
[#017] sha256:2c5157d03a34af7ece565720d3564c665c0113eedded3b18635ecd94c1a42f8e - 1.23% (30.9 MB)
[#018] sha256:a47466063f9d4ff925565bd836b57e78279f106996befb058343842162d43774 - 0.0% (1.27 KB)
[#019] sha256:9a9867fd30023ac7256d5a3694565fb737a78df4b5912894eb45d2cdc49ab81b - 0.0% (1.3 KB)
[#020] sha256:3f64122958091835c5f764bc90be39600103f99f67720963d2accc5b5c0dd5b0 - 0.0% (1.31 KB)
[#021] sha256:cd2542558ef9048e8fd324f5db872348081f459d8eddf1f6adb8669bec3db663 - 0.0% (1.3 KB)
[#022] sha256:ce99e3a088a1aadd4c893096fc89998824e7b588534f04111e288fe1ae975300 - 0.0% (1.26 KB)
Apply image 20H2-RTM-amd64
2021-04-09 10:01:30 UTCInstall update 20H2-amd64
2021-04-16 16:30:07 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-04-16 16:30:08 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-04-16 16:30:19 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-16 16:30:29 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-16 16:30:54 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-16 16:31:06 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-16 16:31:15 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-04-16 16:31:24 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-04-16 16:31:33 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-04-16 16:31:41 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Alias -Name pwsh -Value powershell
2021-04-16 16:31:42 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-04-16 16:31:42 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-04-16 16:31:43 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-16 16:31:43 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-ffb7b4e0117b088c8fe87b2a2d88e6561160b31a-head
2021-04-16 16:31:43 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-16 16:31:45 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:d0b941da6b1e3d620a88ce504cb8da884a3ad00585d5479f30e3a6585ac25134 in \etc\rancher\
2021-04-16 16:31:46 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-16 16:31:46 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-04-16T16:30:05Z
2021-04-16 16:31:47 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-04-16 16:31:47 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=ffb7b4e0117b088c8fe87b2a2d88e6561160b31a
2021-04-16 16:31:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-04-16 16:29:14 UTC
183 MB
rancher/rancher-agent:v2.5-ffb7b4e0117b088c8fe87b2a2d88e6561160b31a-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.39% (22.6 MB)
[#001] sha256:9a2babfbd9d095d8a0dc7cfbaa658447a483120087d4ea77cae9ee9a78e370c2 - 0.0% (849 Bytes)
[#002] sha256:f83b7f31d752fef6bce03359dc68487e2d02040b70c57526b72004a0ced4cbf5 - 0.0% (189 Bytes)
[#003] sha256:c16ae29708d107044a2f598ee18308e20b403004010a15fbaccabe6d8e3ce64e - 0.0% (124 Bytes)
[#004] sha256:db01381660dce87e3614e58b164f41319f7fca1a467bed9969f85bf0d848699a - 28.69% (52.4 MB)
[#005] sha256:982ec94d9e8cc1d85b7d36d76310fd94980377417c12b3119705bf1f794128c7 - 1.06% (1.94 MB)
[#006] sha256:5d06b045b74f5854a557ec7027fce4101bc9bb92dbc4e6ab6d177ef7b501a869 - 13.49% (24.6 MB)
[#007] sha256:0d8500f061330485d032b3e900110c7ea911f157bd4cb9185de8ecc0c1563024 - 28.79% (52.6 MB)
[#008] sha256:a54813d033fe026e70bd00012a611c0580a895fef2d75d090bca83b6119b5a50 - 0.0% (8.89 KB)
[#009] sha256:8d3bdc7331ced10534629a4c77a532a39e985565568dd6ba954ed63f4d1ff36d - 15.57% (28.4 MB)
[#010] sha256:d7d799cea0226b70e31314e336137c2c88c11fe74785cbb289fd4d61e8103719 - 0.0% (173 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-16 16:28:28 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-04-16 16:28:28 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-16 16:28:29 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-04-16 16:28:29 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-04-16 16:28:50 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-16 16:28:51 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-04-16 16:28:58 UTC|1 ARCH=arm64 /bin/sh -c curl -sLf https://github.com/rancher/loglevel/releases/download/${LOGLEVEL_VERSION}/loglevel-${ARCH}-${LOGLEVEL_VERSION}.tar.gz | tar xvzf - -C /usr/bin
2021-04-16 16:28:58 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-04-16 16:28:59 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-16 16:29:00 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-04-16 16:29:00 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-04-16 16:29:00 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-16 16:29:00 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-ffb7b4e0117b088c8fe87b2a2d88e6561160b31a-head
2021-04-16 16:29:01 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-04-16 16:29:09 UTC/bin/sh -c #(nop) COPY dir:53f2df9da39caef5cf9769d9219a58dcfc0025afef5c4800e1fc0736a32fa1d8 in /var/lib/rancher-data
2021-04-16 16:29:12 UTC/bin/sh -c #(nop) COPY file:c60b26f35c3c5659c4b0e8025022c909934ae8190a20e5ee1935a9d5c70e85ab in /usr/bin/
2021-04-16 16:29:13 UTC/bin/sh -c #(nop) COPY multi:255c0fefb76c3305e730cee659270152a4f4fcfabef81a42c198fbb19855bd1c in /usr/bin/
2021-04-16 16:29:13 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-04-16 16:29:13 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-04-16 16:29:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-16T16:28:10Z
2021-04-16 16:29:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=ffb7b4e0117b088c8fe87b2a2d88e6561160b31a
2021-04-16 16:29:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-04-16 16:29:14 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.