2021-04-21 02:41:22 UTC
195 MB
rancher/rancher-agent:v2.5.8-rc7
DOCKER_API_VERSION1.24
DOCKER_URLDOCKER_URL_amd64
DOCKER_URL_amd64https://get.docker.com/builds/Linux/x86_64/docker-1.10.3
DOCKER_URL_arm64https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64
KUBECTL_VERSIONv1.19.7
KUBEPROMPT_VERSIONv1.0.10
LOGLEVEL_VERSIONv0.1.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:6e0aa5e7af40303f56126b1469d1f37525b3a55a788836a6c9b773f6ce8bc446 - 13.05% (25.5 MB)
[#001] sha256:d47239a868b3375462d644f2ffb1b20114623fac03109d2950bdf0d57ab487d2 - 0.0% (850 Bytes)
[#002] sha256:49cbb10cca8504e3dbd65eb5db3c1dd0cd27070154386f819c5936de321c14b1 - 0.0% (189 Bytes)
[#003] sha256:4058f8afc8a0e22b505df2959acd53f318106b113a1673612b2f1fa5e70c8ed3 - 0.0% (122 Bytes)
[#004] sha256:94984480a6310d5a7374efd135328081db5bdf8a6ed5e5fca61f3766e060861b - 29.23% (57.1 MB)
[#005] sha256:b0cf1c69e4cdec93ee98edf15749d8bd086cad09755299977088473d8243d507 - 1.13% (2.2 MB)
[#006] sha256:bf562e7e1b856419e64e39a2d3bfe16aa602c1f8a7fb5d5afdeea559b0cd581d - 13.62% (26.6 MB)
[#007] sha256:f3ca0aa2667060ac4435812fe98f4e215658630f2571adef7fd7e9849621815f - 27.11% (52.9 MB)
[#008] sha256:99ed4400d2ed17e4de27ff128b6f81d999e48af572e1bfd12ba90660543c4411 - 0.0% (9.31 KB)
[#009] sha256:6f3feb8b29a2c0c4bb28cbe9571b15e0414e9e572a0900e84de9d6929a8f14be - 15.85% (30.9 MB)
[#010] sha256:49158701c0842a974000ccc924f8ab800608924e92bcc58619ac180f4aa6119e - 0.0% (172 Bytes)
/bin/sh -c #(nop) ADD file:e80ae8d359b484dac5346f98c549abc694e1d0c87e1d9753d495aed4d9c8b2b3 in /
2021-03-25 22:32:59 UTC/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
2021-03-25 22:33:00 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-03-25 22:33:01 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-03-25 22:33:02 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-04-21 02:40:35 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-04-21 02:40:36 UTC/bin/sh -c #(nop) ENV DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 DOCKER_URL_arm64=https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64 DOCKER_URL=DOCKER_URL_amd64
2021-04-21 02:40:36 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-04-21 02:40:37 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-04-21 02:41:02 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-21 02:41:03 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-04-21 02:41:04 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-21 02:41:04 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-04-21 02:41:06 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-21 02:41:06 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-04-21 02:41:07 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-04-21 02:41:07 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-21 02:41:07 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.8-rc7
2021-04-21 02:41:07 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-04-21 02:41:17 UTC/bin/sh -c #(nop) COPY dir:fc1709784a37f1ee0727a50c765c7cf8e93dd0a3f5e9d035b985f1e604749011 in /var/lib/rancher-data
2021-04-21 02:41:19 UTC/bin/sh -c #(nop) COPY file:06b0b342addff9a717be154d225e24a02cfd9f246783db87a72ccfb06f516df1 in /usr/bin/
2021-04-21 02:41:20 UTC/bin/sh -c #(nop) COPY multi:8e29ee68cf5faeab0c6b0a9719c6b1b1412bb5921d06d4558348bc8102958029 in /usr/bin/
2021-04-21 02:41:21 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-04-21 02:41:21 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-04-21 02:41:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-21T02:40:09Z
2021-04-21 02:41:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=a5d9602ce1f264764b22e26a2425f99cb812cf97
2021-04-21 02:41:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-04-21 02:41:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-04-21 02:32:28 UTC
257 MB
rancher/rancher-agent:v2.5.8-rc7
DOCKER_API_VERSION1.24
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1809
POWERSHELL_TELEMETRY_OPTOUT0
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePathC:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:ea84579f6cd5b58fe78732be37450bd188c8923de3a2062664f3992861449b5c - 37.59% (96.6 MB)
[#001] sha256:2744042ec0628191db13e6af5dfdd07234b5ae1096360e529bb3b5734e00ea92 - 0.0% (1.01 KB)
[#002] sha256:8cbd83848628df38c61ffa3fb6def4f9bc87d0df0faea41133d12ef856c388f8 - 0.0% (1.02 KB)
[#003] sha256:65a0a1050d74220cc9e2f81d326a0ad45cf65eb7162b88c79cc26d241800e9cb - 0.03% (66.3 KB)
[#004] sha256:b51ea9c3722b0aaf6bf322433a3e59c6a7eb77f9a9dc7e383baf02f21d565cad - 0.0% (1.05 KB)
[#005] sha256:12bbf5927942b4546413cba3a35a6525e7cb6e64edf0fe1e05caa1c7a8931b82 - 37.69% (96.9 MB)
[#006] sha256:02753fe59013b4a701d5b74565617fee341ddceab9295db56a20c268e3473ca2 - 0.05% (131 KB)
[#007] sha256:406b17b42a9e1960024ddf35eca26677872439ebbf9ccd384ffb7a3c18d722d9 - 0.0% (1.01 KB)
[#008] sha256:b7cecf861794b865557a4b188734d2e40cf02ad9c9bed778c39193697af07286 - 0.0% (1 KB)
[#009] sha256:8d802afcadb721ca1c199dfbbb4137d9eddb72013143c3a444c19df903411613 - 0.0% (857 Bytes)
[#010] sha256:3b97a6a5ea6463c1142c2302f7b36a5881a974eb96fa01aad51ae70fef53a0e4 - 0.04% (96.5 KB)
[#011] sha256:698509bc2cf18a3db184bbfbae75143d5fb6774fa4c6a3b2edbff055ef9091ea - 12.61% (32.4 MB)
[#012] sha256:4de0f0d28459b3480b7ecfb73971f99e3dff32971e1e64d3050193128b0249b3 - 0.0% (830 Bytes)
[#013] sha256:5591e62da646394789baf8f5466ed83f40b36939c9775973fdd9ecb447fef386 - 0.0% (827 Bytes)
[#014] sha256:fbca3aaee406b3aee5c6844853d25fe809f257fe14ab742a35434e8ad58ed974 - 0.0% (826 Bytes)
[#015] sha256:3b0120f787e54f3499c9dc35bbe639f7aead2ba5077a98ec8ade9c7a11b238f3 - 0.0% (822 Bytes)
[#016] sha256:6a648f1e62604dd949982d426626d5d7d82f82147c351769429280e483f1c67b - 0.0% (853 Bytes)
[#017] sha256:c683e9150ef0b43be48fcc3480bf6ede6a36e5ecd6c32ab1ca34279a2cc619a9 - 12.0% (30.9 MB)
[#018] sha256:f9fc49d2783892464dc809b22419c21b5d839b80c4cc8bcb5d631841f0a36b6c - 0.0% (827 Bytes)
[#019] sha256:40052af84dd7649b7d409b59c06018167b6e9d87c18492026cb1969713c767c1 - 0.0% (828 Bytes)
[#020] sha256:4fc2ce459a5bc8fefa63d1fa5b8149739fc4babcd995ae1e4ef96f58a28773d0 - 0.0% (831 Bytes)
[#021] sha256:aeb42d630bbd7389e88617fe5361634ab94c35a7511f62077023866a8d8a31b4 - 0.0% (853 Bytes)
[#022] sha256:555fdee430cf7c1b38c9871fcff0a5dcd0c472d36a43fae7f83461134ed174e0 - 0.0% (827 Bytes)
Apply image 1809-amd64
2021-04-14 01:32:16 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1809
2021-04-14 01:32:16 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-14 01:32:39 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-04-14 01:32:40 UTCcmd /S /C #(nop) USER ContainerUser
2021-04-14 01:32:58 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-04-14 01:33:34 UTCcmd /S /C pwsh -NoLogo -NoProfile -Command " $stopTime = (get-date).AddMinutes(15); $ErrorActionPreference = 'Stop' ; $ProgressPreference = 'SilentlyContinue' ; while(!(Test-Path -Path $env:PSModuleAnalysisCachePath)) { Write-Host "'Waiting for $env:PSModuleAnalysisCachePath'" ; if((get-date) -gt $stopTime) { throw 'timout expired'} Start-Sleep -Seconds 6 ; }"
2021-04-14 01:33:34 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-04-14 01:33:35 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-04-20 17:51:33 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-20 17:51:34 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2021-04-20 17:51:36 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-04-20 17:51:37 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-04-20 17:51:37 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-04-20 17:51:38 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-21 01:49:49 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.8-rc7
2021-04-21 01:49:50 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-21 01:49:51 UTCcmd /S /C #(nop) COPY multi:1b76b2f1fffcf18b1ed17f89fed74ec78baec5991356dd3f3be7393e4aa507c0 in \etc\rancher\
2021-04-21 01:49:52 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-21 02:32:26 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-04-21T02:32:24Z
2021-04-21 02:32:27 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=a5d9602ce1f264764b22e26a2425f99cb812cf97
2021-04-21 02:32:27 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-04-21 02:32:28 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-04-21 02:32:35 UTC
258 MB
rancher/rancher-agent:v2.5.8-rc7
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:8d9e3bd35bb0063a0b4e62039fbd94edc604281678ea0af2be191220fb674e46 - 0.0% (1.09 KB)
[#010] sha256:f3250569fe0075800c5ba407cd8a95eed45537a89950058dd62a89836abaee32 - 0.04% (101 KB)
[#011] sha256:062664a436759fb0472e67c6f76d02bbf1d18a28b02fe4246a054b82d9c53340 - 12.58% (32.4 MB)
[#012] sha256:eb2f7b7bbc69a99db2b392afce15a97742ed6895034a558990f9e9128c5f70e6 - 0.0% (1 KB)
[#013] sha256:e5f2414cc807931017b47c90d30e662df8673b999577f26e0c72268b32b462c1 - 0.0% (1.04 KB)
[#014] sha256:dea759dd08f75d388422f79dc5c6124da90570f5ac657a862028ee7a7a3ba32e - 0.0% (1.04 KB)
[#015] sha256:194bb8812ab951d934a2e80bc405d530ff3e5016df6f1e43e3bb077f47c14708 - 0.0% (1.03 KB)
[#016] sha256:2bed4a0c914fbeb739f588da9f9f39684070ff653f7f630609859b94df39d216 - 0.0% (1.01 KB)
[#017] sha256:5f9ff983d0bd9d7efa1f82a09dc1c57ae19added014d8ba0a2f00d80e62f344b - 11.97% (30.9 MB)
[#018] sha256:1c0183b5a03354c6939f4fa60a53c6245748067b6c605b49d9e80e37eda3ec66 - 0.0% (1.06 KB)
[#019] sha256:2d751dc58e6d700f05b5e4166ce644584be2f34fa96ad4d826a4fb6579d3d05c - 0.0% (1 KB)
[#020] sha256:079591c27c335f7cf27f826ca450ccecb7ad75d6e2248f0b6829cbba1040896b - 0.0% (1.04 KB)
[#021] sha256:74ebffa8ce9de36109ebe9038bfe43afbc8fed05710d6ae0cd4a4c52f017e0e6 - 0.0% (1.05 KB)
[#022] sha256:db670284699d10211764389a10a5b0fe8ea20b869ae5d2e35313a560d97f951f - 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-20 17:15:32 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-04-20 17:15:33 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2021-04-20 17:15:35 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-04-20 17:15:36 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-04-20 17:15:36 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-04-20 17:15:36 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-21 01:42:20 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.8-rc7
2021-04-21 01:42:20 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-21 01:42:22 UTCcmd /S /C #(nop) COPY multi:1b76b2f1fffcf18b1ed17f89fed74ec78baec5991356dd3f3be7393e4aa507c0 in \etc\rancher\
2021-04-21 01:42:22 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-21 02:32:34 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-04-21T02:32:32Z
2021-04-21 02:32:35 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=a5d9602ce1f264764b22e26a2425f99cb812cf97
2021-04-21 02:32:35 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-04-21 02:32:35 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-04-21 02:32:23 UTC
259 MB
rancher/rancher-agent:v2.5.8-rc7
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:5b54bc8d084dcb22c3534cbbed44891fb90ef8eea1c2643b60db19cb2936ef43 - 0.0% (818 Bytes)
[#016] sha256:88efe4f54d6eceaa51d0f1624623a997f837a518347c7aca24068c50172dab2b - 0.0% (828 Bytes)
[#017] sha256:9bf4469dda5d32597df1bfa8ce614478f101992af3cb86c8a073cee774fd2612 - 11.93% (30.9 MB)
[#018] sha256:3f775f1d3596ff1328f0d94c48fdc497e6c76a173f1305a341698eb1e513e812 - 0.0% (827 Bytes)
[#019] sha256:623449d515fd107e03a382f3b538c74fe9742da4933d55ec780a28c38677816e - 0.0% (852 Bytes)
[#020] sha256:bf2d33cb9f8ccbde5d95ad0548d929440b388e156a84c8f8b9ef4df399fd6f67 - 0.0% (821 Bytes)
[#021] sha256:b6050f83979af0f6abe8d5e81020e266d8e51f9030961de9b68b7224c1fd3753 - 0.0% (823 Bytes)
[#022] sha256:df59b9cc35000898c78e4dc2085637fc11d984dd5e8badcba2e06626782388c7 - 0.0% (830 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-21 01:41:42 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.8-rc7
2021-04-21 01:41:43 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-21 01:41:44 UTCcmd /S /C #(nop) COPY multi:1b76b2f1fffcf18b1ed17f89fed74ec78baec5991356dd3f3be7393e4aa507c0 in \etc\rancher\
2021-04-21 01:41:45 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-21 02:32:22 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-04-21T02:32:20Z
2021-04-21 02:32:22 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-04-21 02:32:23 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=a5d9602ce1f264764b22e26a2425f99cb812cf97
2021-04-21 02:32:23 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-04-21 02:32:34 UTC
260 MB
rancher/rancher-agent:v2.5.8-rc7
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:bab6c0db73695a03c9262c1aca2ebe8bea5073209096b0b0ed11f8b63b107327 - 0.0% (1.05 KB)
[#016] sha256:efeb9ad6bc2de91b342273849f43e95e2571a1ad50c3ecc2e5beabd991cbb357 - 0.0% (1.09 KB)
[#017] sha256:499eb841d1599ac2eac6f11bdb97b7e29a23dc253a06383133b16356a3086ebc - 11.86% (30.9 MB)
[#018] sha256:3994e06aac43a1dca2cac7f40899640a8ffe4283178c994d21f2d15a1c6e82f8 - 0.0% (1.02 KB)
[#019] sha256:8a7cc408f5d9f1e2b6c398b997e37d4a50348a0a9e927003a7014089703d18b5 - 0.0% (1.07 KB)
[#020] sha256:d244bf62e26325ad9964393efff27c19ef8645a9ea72a570589f31e578f82b0d - 0.0% (1.02 KB)
[#021] sha256:68112cdbd09008ad218a8d70260222cf168bf6324251147802f08cb24f917614 - 0.0% (1.02 KB)
[#022] sha256:81e4e7ada80e07ce3e741a7dbb0c23b0cd7c575608e2f7a58116508dbb085366 - 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-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-21 02:32:11 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.8-rc7
2021-04-21 02:32:12 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-21 02:32:13 UTCcmd /S /C #(nop) COPY multi:1b76b2f1fffcf18b1ed17f89fed74ec78baec5991356dd3f3be7393e4aa507c0 in \etc\rancher\
2021-04-21 02:32:14 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-21 02:32:33 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-04-21T02:32:31Z
2021-04-21 02:32:33 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-04-21 02:32:34 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=a5d9602ce1f264764b22e26a2425f99cb812cf97
2021-04-21 02:32:34 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-04-21 02:32:16 UTC
2.46 GB
rancher/rancher-agent:v2.5.8-rc7
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:c4e3aa3468adc945e425b0147beea71fb8859a329896e9b912ba5884d3b3fd53 - 0.0% (1.34 KB)
[#003] sha256:34dc054bf1f9a73844c9319ac2a9404a295e7ea03986a005e7a2d5ce12f3398d - 0.0% (1.27 KB)
[#004] sha256:554441d722dedffa6c2838a3c6c7fa1aaf5a56930db1f15074fd5135761dc482 - 0.62% (15.5 MB)
[#005] sha256:258bf3c06706085f1965f5a286ae7c561619c56a4f2e1445c502518623956622 - 0.21% (5.28 MB)
[#006] sha256:4bdfeff61c1f4af4df8ac84c7111d7bc7201520c7d683371a4dc52f1ed6b91be - 0.31% (7.85 MB)
[#007] sha256:c3a44fc47a578ba505d5df4866ceac3fb000a551ec2abb2b5e4931cb849599fb - 1.48% (37.2 MB)
[#008] sha256:5fdc3017db8062773a7e9ad4e63f3bf837bb9c04a623f0d58fb8c801c07ca174 - 0.21% (5.34 MB)
[#009] sha256:cfb2f3070caa2ca73ba2ae7ef36e427e054e628c4520d7219ae9a187ba4b6d03 - 0.62% (15.6 MB)
[#010] sha256:38fa77172912766e5bc2d1484f932f7e5e6d3d3f39f874e16b1f9028a1f003b2 - 0.51% (12.7 MB)
[#011] sha256:2eb870e649db3ac26379c932629b6cb54cb16ffaf407a54d54b1ce731db5ad40 - 0.02% (433 KB)
[#012] sha256:675eb7f77019dcb8f11a1faa8a2da3f552d4b11cbde1cf4c929221a5f0f8d7a7 - 0.0% (1.27 KB)
[#013] sha256:7d781df1390b287a06d14133e00873c2442fb2a01de14f15aad807e588f6e503 - 0.0% (1.29 KB)
[#014] sha256:89c3beb3df992de256bfbbf862f2f4cbe111b6d7d10448af08dcecb583e4b409 - 0.0% (1.27 KB)
[#015] sha256:b81500dcb6f786cc6d74f2f312bde4d50facab56e13ed13799e4a09d4789d800 - 0.0% (1.27 KB)
[#016] sha256:c2a4c60e07639f25271a7b48cd2f12465608c98111e18f68b0d54f7f301af844 - 0.0% (1.29 KB)
[#017] sha256:cc4c06d72684bf589d50d8374261bf676d5321b7a0163e409167d0815226e83e - 1.23% (30.9 MB)
[#018] sha256:fc55ebaeb499a1bfcba31d0644e160ec4cdd7c55050a5a55f6393b694a897c5f - 0.0% (1.31 KB)
[#019] sha256:b098c6f9c40de71a1a88f8c23a627ce48e2387782ed480440b12b7c9bd823cd6 - 0.0% (1.3 KB)
[#020] sha256:bce4f1b98637a9f39836c934570369117ca03a8e6e04b017a1dcab2e5dc11134 - 0.0% (1.27 KB)
[#021] sha256:ab5de6d71fedde3c22376083c36daa9455331d766375c2baf4005b40b9d0fb2c - 0.0% (1.27 KB)
[#022] sha256:6662c6220e64ff979fbf6383d3d994ee329024d14e08c18493d47e0b1ae36a20 - 0.0% (1.27 KB)
Apply image 20H2-RTM-amd64
2021-04-09 10:01:30 UTCInstall update 20H2-amd64
2021-04-19 15:53:44 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-04-19 15:53:45 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-04-19 15:53:56 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-19 15:54:06 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-19 15:54:30 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-19 15:54:43 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-19 15:54:52 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-04-19 15:55:01 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-04-19 15:55:10 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-04-19 16:18:03 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Alias -Name pwsh -Value powershell
2021-04-19 16:18:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-04-19 16:18:04 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-04-19 16:18:04 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-21 01:49:54 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.8-rc7
2021-04-21 01:49:54 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-21 01:49:56 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:1b76b2f1fffcf18b1ed17f89fed74ec78baec5991356dd3f3be7393e4aa507c0 in \etc\rancher\
2021-04-21 01:49:56 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-21 02:32:15 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-04-21T02:32:13Z
2021-04-21 02:32:15 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-04-21 02:32:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=a5d9602ce1f264764b22e26a2425f99cb812cf97
2021-04-21 02:32:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-04-21 02:36:07 UTC
183 MB
rancher/rancher-agent:v2.5.8-rc7
DOCKER_API_VERSION1.24
DOCKER_URLDOCKER_URL_arm64
DOCKER_URL_amd64https://get.docker.com/builds/Linux/x86_64/docker-1.10.3
DOCKER_URL_arm64https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64
KUBECTL_VERSIONv1.19.7
KUBEPROMPT_VERSIONv1.0.10
LOGLEVEL_VERSIONv0.1.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:af9ca2923c1e73640f6df497fc7fc63e3c2e24892f1d6abbd4225542339b6e06 - 12.37% (22.6 MB)
[#001] sha256:9a2babfbd9d095d8a0dc7cfbaa658447a483120087d4ea77cae9ee9a78e370c2 - 0.0% (849 Bytes)
[#002] sha256:f83b7f31d752fef6bce03359dc68487e2d02040b70c57526b72004a0ced4cbf5 - 0.0% (189 Bytes)
[#003] sha256:a817cca077bfdf5eabd15350d4731247d55d4711c6b8d16a71a29facc2a4a343 - 0.0% (122 Bytes)
[#004] sha256:fd054d68b89e61e43b6deff88723d49203fe3861780ab81cd59382f7b76c6ec8 - 28.62% (52.4 MB)
[#005] sha256:982ec94d9e8cc1d85b7d36d76310fd94980377417c12b3119705bf1f794128c7 - 1.06% (1.94 MB)
[#006] sha256:364466f377ca92ef77433269d9df7ef7e05d5f301c717956e001ac8062129b73 - 13.46% (24.6 MB)
[#007] sha256:87f2fd138bc61c5cbdd5885aa65b22f0056464ebf1cd8d121456022b6f868129 - 28.91% (52.9 MB)
[#008] sha256:a68ade57cd28ad88feb5c034286b721043f29b68071ad7c2f2feb46b0659b885 - 0.0% (8.89 KB)
[#009] sha256:2a689683b43bedd4fdb34e7e0c0067332ed278bdda04ef4ed2402b62459a6b6b - 15.57% (28.5 MB)
[#010] sha256:ca405051b2409d752f8cd976d7c6a29d24a1273fecb1e7eea60850e29fb0fdd4 - 0.0% (170 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-21 02:35:27 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-04-21 02:35:27 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-21 02:35:28 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-04-21 02:35:28 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-04-21 02:35: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-21 02:35:50 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-04-21 02:35:51 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-21 02:35:51 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-04-21 02:35:53 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-21 02:35:53 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-04-21 02:35:53 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-04-21 02:35:53 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-21 02:35:54 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.8-rc7
2021-04-21 02:35:54 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-04-21 02:36:02 UTC/bin/sh -c #(nop) COPY dir:27b1c869891637a97c62b851bab884692223dba6f4b97778ba008490a969df80 in /var/lib/rancher-data
2021-04-21 02:36:04 UTC/bin/sh -c #(nop) COPY file:c60b26f35c3c5659c4b0e8025022c909934ae8190a20e5ee1935a9d5c70e85ab in /usr/bin/
2021-04-21 02:36:05 UTC/bin/sh -c #(nop) COPY multi:acfadab4a716a8915ae31dcc2fa248ed1b3e70bb639f1d7e6ee0a757dc494a95 in /usr/bin/
2021-04-21 02:36:06 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-04-21 02:36:06 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-04-21 02:36:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-21T02:35:09Z
2021-04-21 02:36:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=a5d9602ce1f264764b22e26a2425f99cb812cf97
2021-04-21 02:36:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-04-21 02:36:07 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.