2021-06-04 22:55:34 UTC
173 MB
rancher/rancher-agent:v2.5.9-e4758752275ce8c2f3511a49104137e744b42987-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:4bbfd2c87b7524455f144a03bf387c88b6d4200e5e0df9139a9d5e79110f89ca - 14.75% (25.5 MB)
[#001] sha256:d2e110be24e168b42c1a2ddbc4a476a217b73cccdba69cdcb212b812a88f5726 - 0.0% (857 Bytes)
[#002] sha256:889a7173dcfeb409f9d88054a97ab2445f5a799a823f719a5573365ee3662b6f - 0.0% (189 Bytes)
[#003] sha256:18bc5aaf089cca3bb0b471f41cd313aa6d1802767ac5e76b349014b27784b2ef - 0.0% (124 Bytes)
[#004] sha256:32f6fc453dbe5395328e146eaed446df80110058c57df31912fec92cb681c825 - 33.05% (57.1 MB)
[#005] sha256:dc6362a906deca298ca1403f22d5470d7d898893cc97ce044bd5e64add1e7fd5 - 1.28% (2.2 MB)
[#006] sha256:001904f880dddec2bd494f06891ad860e52b935c5422262cf3e55551e4bdc3e7 - 15.39% (26.6 MB)
[#007] sha256:130e09d2e3f397958797cea9db0031c58c71bb4e9e3440f50b4b6c6600ec0573 - 17.53% (30.3 MB)
[#008] sha256:dd0e14fb1b55aa657aa68c036b0b4354b66c444b6bbc0f8bcc01cb2e92728e83 - 0.01% (9.31 KB)
[#009] sha256:de529479bcf57c3db62bb28b51f8207454bd2a1e7fd3bb55292186bef27f99b9 - 18.0% (31.1 MB)
[#010] sha256:2f41e29efd7e5582100abfb44b97363a3b0dfe74c841de63c64c8e45935245c2 - 0.0% (171 Bytes)
/bin/sh -c #(nop) ADD file:e05689b5b0d51a2316f8a87b1a9d6cbf90d98b19a424dbb924ee3d0b1cc17bfc in /
2021-05-19 19:44:31 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-05-19 19:44:32 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-05-19 19:44:33 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-05-19 19:44:33 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-06-04 22:54:55 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-06-04 22:54:55 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-06-04 22:54:56 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-06-04 22:54:56 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-06-04 22:55:19 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-06-04 22:55:19 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-06-04 22:55:20 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-06-04 22:55:21 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-06-04 22:55:22 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-06-04 22:55:23 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-06-04 22:55:23 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-06-04 22:55:23 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-06-04 22:55:23 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.9-e4758752275ce8c2f3511a49104137e744b42987-head
2021-06-04 22:55:23 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-06-04 22:55:30 UTC/bin/sh -c #(nop) COPY dir:1bc09e22e410f53d75e7a13a100b05f023eea307cf361f4ed6a5eafe5d6cd541 in /var/lib/rancher-data
2021-06-04 22:55:32 UTC/bin/sh -c #(nop) COPY file:06b0b342addff9a717be154d225e24a02cfd9f246783db87a72ccfb06f516df1 in /usr/bin/
2021-06-04 22:55:33 UTC/bin/sh -c #(nop) COPY multi:5a3f2267cff4b8df7b89a2ea450c7ac0306c0b957f43be8d860aae1fb2c3c4ff in /usr/bin/
2021-06-04 22:55:33 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-06-04 22:55:34 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-06-04 22:55:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-04T22:54:30Z
2021-06-04 22:55:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=e4758752275ce8c2f3511a49104137e744b42987
2021-06-04 22:55:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-06-04 22:55:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-06-04 22:41:05 UTC
257 MB
rancher/rancher-agent:v2.5.9-e4758752275ce8c2f3511a49104137e744b42987-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:b9043d31610e0dfa43b1afe286f8918b6e3bf69ece50f44424b29d48f20aa662 - 37.57% (96.7 MB)
[#001] sha256:6b7bad93c11e812e2f0c5ab404d095ec8e030e94d2f5cce4cd0370672a2c32b6 - 0.0% (1.02 KB)
[#002] sha256:59f852491115f703d7c336125278162ae9e72dbbd2d8b45a80f6aea8f1a3c8ee - 0.0% (1.06 KB)
[#003] sha256:efaa642785f959b721e6a32b037acb2d4ecf4d09c6651a52345cb6d9ddfc2e1d - 0.03% (68.5 KB)
[#004] sha256:4a2b5d5c6809f48dd6a20c905ee746b5b1cb8c8d363bb5be82d221eb4964ede2 - 0.0% (1.02 KB)
[#005] sha256:94b0fac429014c7fdb39cbd79c646634cbb06ee2895d3ac1f6764c87b3fd7832 - 37.66% (96.9 MB)
[#006] sha256:dc142ff30e18fc6eb45a314eb29bd588b4cb56d039c1f550c566a6405249210a - 0.05% (142 KB)
[#007] sha256:9bc909a96b413d7d13671ef7f14ed1fc141e4dae553467afbf85a101e8f4ede4 - 0.0% (1.06 KB)
[#008] sha256:b0cfe634ae1010881b3718b7ba4681eed14328d38a74631fb907c0d80e712e2f - 0.0% (1.01 KB)
[#009] sha256:8d0ba800abfd5f5492744c1e62e5b6b8c7bd9db6d6a9d5d71e5e06c6d425902f - 0.0% (855 Bytes)
[#010] sha256:20ba7f3e6a0bb83d3fc1b59551b009cf17e3e5a266cf333a9ae5d23aa63bab90 - 0.04% (96.5 KB)
[#011] sha256:2f1b8fd081fbee6d51a416f464dc4a2c43c1659529188558e0db4d4b1e48533d - 12.6% (32.4 MB)
[#012] sha256:aafa1bbe0717fac26214e6ad04e9e0797421c19ef7b9a1dddf42ed1d1d1a98a8 - 0.0% (881 Bytes)
[#013] sha256:e40e60adfab89e09fa464d29254a4233413f2197ba051773aa6e3ae9ebb79ba2 - 0.0% (896 Bytes)
[#014] sha256:7563f8d05ee57d1f7d0442433d44c22f0b0340eaa94a60625270a79bc91f7d78 - 0.0% (905 Bytes)
[#015] sha256:86313ef1b603be3c6bc237da09b7099c8ed44f6800f372a96a69c7b96bd3cafe - 0.0% (835 Bytes)
[#016] sha256:e533e5dbba8a5aac09236795a1cf7ecc681879523bf0d6c2bdc4a4dca30e73d1 - 0.0% (829 Bytes)
[#017] sha256:2f880aea34c0e7c1e6dbea26fcd1f67b369a9296206e5beaa29c5bb003783272 - 12.05% (31 MB)
[#018] sha256:876dd9036a28aad04a476ad44f8488d3f107518631d137b32614fb52ab29dbe0 - 0.0% (860 Bytes)
[#019] sha256:3732ebe5a2257af8b956082894794f65800b190abb3552f4b22c83fc9584608c - 0.0% (831 Bytes)
[#020] sha256:af204dce8cf8b74dfed203d1221e6c7a00c9244dc08eb722a86f71d77d1d8b83 - 0.0% (834 Bytes)
[#021] sha256:8dac56f96ab5f2d1eb79358b5b19a35eec1410e05c0f1aa96ccebce06069d83f - 0.0% (825 Bytes)
[#022] sha256:008fecd19f8cb7ea5a59cfd0d4cfbad03dbc21d72c7b5c7bd47fe8a7b3a7ea3f - 0.0% (857 Bytes)
Apply image 1809-amd64
2021-06-03 18:57:45 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-06-03 18:57:46 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-06-03 18:58:12 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-06-03 18:58:13 UTCcmd /S /C #(nop) USER ContainerUser
2021-06-03 18:58:27 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-06-03 18:59:04 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-06-03 18:59:05 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-06-03 18:59:05 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-06-04 22:40:56 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-06-04 22:40:56 UTCcmd /S /C #(nop) COPY multi:965b304f043056ca0b908acb4f545cec25b679d606a72d8b8fec16db9d31e8bc in \Windows\System32\
2021-06-04 22:40:59 UTCcmd /S /C #(nop) COPY multi:9fbcc3fdcefcac4dd668961bc6c1483422ade3852ea2954fbc1b62cc6d8dc899 in \Windows\
2021-06-04 22:41:00 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-06-04 22:41:00 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-06-04 22:41:01 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-06-04 22:41:01 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.9-e4758752275ce8c2f3511a49104137e744b42987-head
2021-06-04 22:41:02 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-06-04 22:41:03 UTCcmd /S /C #(nop) COPY multi:fc0a6959d6634afb331a87f74b819165bf842044d75e3e696aecb6b176c8b0b7 in \etc\rancher\
2021-06-04 22:41:04 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-06-04 22:41:04 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-06-04T22:40:43Z
2021-06-04 22:41:05 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=e4758752275ce8c2f3511a49104137e744b42987
2021-06-04 22:41:05 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-06-04 22:41:05 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-06-04 22:41:13 UTC
2.47 GB
rancher/rancher-agent:v2.5.9-e4758752275ce8c2f3511a49104137e744b42987-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 56.85% (1.4 GB)
[#001] sha256:182d4887a30d6c29414d04c41f1093a66f4cc1bf83092d3231cc5538404d75ad - 37.95% (958 MB)
[#002] sha256:ff16a648ce5f9ad77db402acaa944e4ba8845cb7e6c6833561b8d593ba7e58d2 - 0.0% (1.27 KB)
[#003] sha256:6ee4e984ccaa9a85ada532061c634678f0780eb56f7b49a9dd920fe8a4588542 - 0.0% (1.32 KB)
[#004] sha256:8cc66e3d9f65700071823b2f615472ec5fbee27aaa78b6689831ac8b6a126a32 - 0.61% (15.5 MB)
[#005] sha256:51900ab5005be204299ea841330fa30b0aaf14d4bde27cf0d07a91fb26926778 - 0.21% (5.27 MB)
[#006] sha256:4b6f7ae1b22328920bd89ab1da335a450d1293ed31a46ed5b4c485af6cbcf103 - 0.32% (8.2 MB)
[#007] sha256:5e94fc671571bd4b0d70d83dba64cbce9ccae19377077ab40dfdce8f4d97f209 - 1.47% (37.2 MB)
[#008] sha256:8aa4c4da434a2b4524f33e697e13457b821f806882bd4f4b09c2ae1578ffd454 - 0.21% (5.33 MB)
[#009] sha256:050c9fb4d0ec3185f6550d7542a1c0d3d758f87b694a5d63d7360c4865413d0e - 0.62% (15.6 MB)
[#010] sha256:454586c25732b1bd8f974941d848d0ea2d705b6a86ecc04f0b97e39a72ea4f37 - 0.5% (12.7 MB)
[#011] sha256:7660513478769bc53645fed66706faa3a354b89a780635ecfbe76ae84a9d9fb8 - 0.02% (426 KB)
[#012] sha256:960b1ae54e0555897893bdb84830f8af3ccdcc62ba4f9abfe0e76107bf78f07d - 0.0% (1.31 KB)
[#013] sha256:b726e0fba160b24aa1b3de91f3f0575d8a7b7b0ce9f4f754bc7553c777d8fa27 - 0.0% (1.27 KB)
[#014] sha256:6a22556fc0a76dfaceb9ec9329020c80bb321af761158b64c790a57d73a24bc3 - 0.0% (1.29 KB)
[#015] sha256:ba198dc9a5613c0e4f3711020e8bdb64b2f2b3b6be8417a9055e0bb02ef15723 - 0.0% (1.26 KB)
[#016] sha256:60a2b9dbb61467a9ba84ac9e46e7866973b70ec6bc32febe22dd70050facc65c - 0.0% (1.32 KB)
[#017] sha256:bff4e3c81718b855c83172aac6dd70c8021a811be572f67e2fddff8127d034f7 - 1.23% (31 MB)
[#018] sha256:dd5bd522f35c1b75faa6271cc17d487d2d59d8e996eca196761f7d1256d806cc - 0.0% (1.27 KB)
[#019] sha256:4e887bc8aacea67e3c58a388cc328baf0a6e1637a9afb60c4d41971a99a74689 - 0.0% (1.3 KB)
[#020] sha256:7a8bce7e06d6a5990a48db9de11cfe88a5d00cc3523744a7fae9cdb411d830ab - 0.0% (1.27 KB)
[#021] sha256:4328ec2cce940c915ee4bb7134b04ba06e4fe41e2e946f1a01578b79fc316622 - 0.0% (1.27 KB)
[#022] sha256:b940ea4d000300a4517f0510702ae24bd700c6010b0a84a52a58e1d65b11448c - 0.0% (1.27 KB)
Apply image 20H2-RTM-amd64
2021-04-30 07:39:08 UTCInstall update 20H2-amd64
2021-05-31 07:41:00 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-05-31 07:41:00 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-05-31 07:41:32 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-05-31 07:41:42 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.1.1/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-05-31 07:42:10 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-05-31 07:42:22 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-05-31 07:42:32 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-05-31 07:42:42 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-05-31 07:42:51 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-06-03 00:49:59 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Alias -Name pwsh -Value powershell
2021-06-03 00:50:00 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-06-03 00:50:00 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-06-03 00:50:00 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-06-04 22:41:08 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.9-e4758752275ce8c2f3511a49104137e744b42987-head
2021-06-04 22:41:08 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-06-04 22:41:10 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:69539f97faa7359d9b430c79e7c3edcda1ee83bd746d66b5df65b62f2e00dcf7 in \etc\rancher\
2021-06-04 22:41:11 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-06-04 22:41:11 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-06-04T22:41:06Z
2021-06-04 22:41:12 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-06-04 22:41:12 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=e4758752275ce8c2f3511a49104137e744b42987
2021-06-04 22:41:13 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-06-04 22:41:24 UTC
261 MB
rancher/rancher-agent:v2.5.9-e4758752275ce8c2f3511a49104137e744b42987-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:911d5927702b4106ec92dc9af043208685f87704d17f0939c014111c65a18d85 - 38.35% (99.9 MB)
[#001] sha256:b2c0fc0d6dd315d4e4e8d83191fb6734e109a09205367f27d583b54445024e7f - 0.0% (1.02 KB)
[#002] sha256:041c613b04de746af1399035c14bb8978204b9aab59ecdf2184c0bcb15f24b08 - 0.0% (1.02 KB)
[#003] sha256:8a5ba91ba8758892d81577f3201c8c2e75cf7ecbbc4c32594142c0df92c24bcd - 0.03% (72.5 KB)
[#004] sha256:046d10a1ee7c0f4de2f5c92166cc459cc45628f62741abc6431959cb4f0ed89d - 0.0% (1.01 KB)
[#005] sha256:3f9b3e396360eb2174599a78c81f829381715c349884739c161d48d1e2a6d571 - 37.2% (96.9 MB)
[#006] sha256:32b0bfc25fb66b41fe6d0bbd234bcd55aec3b3d9755a96a3774073ac67c59fa4 - 0.04% (99 KB)
[#007] sha256:5ca81c330ef5d0641c7e5d99033f6a48ef451d2220d4e2b2a019bf086afb47a9 - 0.0% (1.01 KB)
[#008] sha256:887a361a99819ef4fdc1358d24cbc655b51cada91e06d0093df2f60dd02dbec2 - 0.0% (1.01 KB)
[#009] sha256:ab13d0b1bf1a6b49fde3444bfd59919ddaae5d69adf1596739367982a77f3360 - 0.0% (1.04 KB)
[#010] sha256:8fbf86bd4531d8634893c1e973408ca84fb2f72c26c46f8bd31b6144c8ec9c68 - 0.04% (102 KB)
[#011] sha256:0bffb89450da0ee2e23f16fe0f53e253cbeccc4d26e555dc54a0db8b0fe41ffb - 12.45% (32.4 MB)
[#012] sha256:8c6d3575b5e3b24b3f4128601f535608f550a6a0a675f1cf6af5a8936bc33d6c - 0.0% (1.01 KB)
[#013] sha256:0c2efebc30ef368de7a71ede69080066c1b54922813baf236c45d071fe361ea4 - 0.0% (1.01 KB)
[#014] sha256:17544b5a9c1989cfc154d341dd6b19e7c4f970d021db59f35462e7e2f04c1d27 - 0.0% (1.01 KB)
[#015] sha256:494bf643f6d9e4a013fa2afc71452fbd0ad5fd41542f57da5023e3745ff7f3b1 - 0.0% (1.04 KB)
[#016] sha256:0d8720f87f810f7ca8f1ead61bfd9dab8b277ecb1b553b83a802028bf89d1635 - 0.0% (1.02 KB)
[#017] sha256:4965dc22c9e22ea71e3340b6798ff134929550e4a0f8c289582cb04259d0ba8f - 11.9% (31 MB)
[#018] sha256:a64ab3448899d16703dc42e8269cd47e9378fef91414f658151f9c8c2ff5a3ab - 0.0% (1.01 KB)
[#019] sha256:06e5c19c27d08e2a85e7af1e77b74cd8fd395f1cc0dfc0289a98b7e078634d77 - 0.0% (1.05 KB)
[#020] sha256:d99156e26ed9e2f6c5b6b3c2da64f387e028730b1662760e3eb4cca97e96eee5 - 0.0% (1.01 KB)
[#021] sha256:bc011c28814a3c0853029029bf57cd023f68a6740e4e7c078a96b219d60ff71f - 0.0% (1.06 KB)
[#022] sha256:3748373da45cecc2dc599919f6d313981ccba0dbd4873be3172736b8ca7fcb6e - 0.0% (1.04 KB)
Apply image 2004-amd64
2021-06-03 18:47:23 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-06-03 18:47:24 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-06-03 18:47:31 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-06-03 18:47:32 UTCcmd /S /C #(nop) USER ContainerUser
2021-06-03 18:47:49 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-06-03 18:48:22 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-06-03 18:48:23 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-06-03 18:48:23 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-06-04 22:41:15 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-06-04 22:41:15 UTCcmd /S /C #(nop) COPY multi:57355cb5be6e2624acb1d32e70fd27ced1f9272669bb34ccf2b7b763da2dd6af in \Windows\System32\
2021-06-04 22:41:18 UTCcmd /S /C #(nop) COPY multi:9fbcc3fdcefcac4dd668961bc6c1483422ade3852ea2954fbc1b62cc6d8dc899 in \Windows\
2021-06-04 22:41:19 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-06-04 22:41:19 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-06-04 22:41:19 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-06-04 22:41:20 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.9-e4758752275ce8c2f3511a49104137e744b42987-head
2021-06-04 22:41:20 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-06-04 22:41:22 UTCcmd /S /C #(nop) COPY multi:69539f97faa7359d9b430c79e7c3edcda1ee83bd746d66b5df65b62f2e00dcf7 in \etc\rancher\
2021-06-04 22:41:22 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-06-04 22:41:23 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-06-04T22:41:03Z
2021-06-04 22:41:23 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-06-04 22:41:23 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=e4758752275ce8c2f3511a49104137e744b42987
2021-06-04 22:41:24 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-06-04 22:48:56 UTC
160 MB
rancher/rancher-agent:v2.5.9-e4758752275ce8c2f3511a49104137e744b42987-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:ed6dc9c66f7cc607969a6f995c83956f1e614ec5dd42205a2ea544f8f6260a34 - 14.09% (22.6 MB)
[#001] sha256:15c11899c85b166cc1ed1af82b5f8bda57b93fa119405e47bb96f45bbbd93533 - 0.0% (852 Bytes)
[#002] sha256:86ebe93eb4a196c3d45c24bb95176c57287e87aed340cf757e873a861aed2540 - 0.0% (189 Bytes)
[#003] sha256:f1a4ce334e5cec92904ddc532cc5e62345175becc21bf48adae5fd4db26e8ba0 - 0.0% (123 Bytes)
[#004] sha256:e739c85f0c5531dbeb52c1518401c1a7f97b7171a62d9d36babcfb05d5cc62db - 32.65% (52.4 MB)
[#005] sha256:4acb2ad3cd2a57ed259a683d89f1ea9f5a4d7ad0110aad19664f931da8e475fd - 1.21% (1.94 MB)
[#006] sha256:e52be650c26c5632af253e9042c6b9de9f9734198a859b05b1c54f3911fa7569 - 15.36% (24.6 MB)
[#007] sha256:b73f218afa8d5d25856b364821f47df20505e00e0e1522582cbe9c421790ae06 - 18.86% (30.3 MB)
[#008] sha256:86bd6ec1e2bb8170f5a6e98f5acc1a65fa527ccb19fbe5db93d1262843023dc2 - 0.01% (8.89 KB)
[#009] sha256:eb68eecff446b23c34b0f4ab8d70a372d895080f8b23bc409d0d1a5f324a0e8b - 17.83% (28.6 MB)
[#010] sha256:c81754b6330ecbd5261ea580fcbd1349b5a6268ab6da82772495988337a34820 - 0.0% (171 Bytes)
/bin/sh -c #(nop) ADD file:813209ca97a54f1f092727aea57fe5652a037b9c167df8bfccd9262415f8553f in /
2021-05-27 12:29:49 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-05-27 12:29:50 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-05-27 12:29:51 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-05-27 12:29:51 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-06-04 22:48:21 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-06-04 22:48: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_arm64
2021-06-04 22:48:22 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-06-04 22:48:22 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-06-04 22:48:42 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-06-04 22:48:42 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-06-04 22:48:43 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-06-04 22:48:44 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-06-04 22:48:45 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-06-04 22:48:45 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-06-04 22:48:46 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-06-04 22:48:46 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-06-04 22:48:46 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.9-e4758752275ce8c2f3511a49104137e744b42987-head
2021-06-04 22:48:46 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-06-04 22:48:52 UTC/bin/sh -c #(nop) COPY dir:786d40de34a14dba593968a719717f17f87724da9d73d91b72fce1cea4abcd82 in /var/lib/rancher-data
2021-06-04 22:48:53 UTC/bin/sh -c #(nop) COPY file:c60b26f35c3c5659c4b0e8025022c909934ae8190a20e5ee1935a9d5c70e85ab in /usr/bin/
2021-06-04 22:48:54 UTC/bin/sh -c #(nop) COPY multi:dfb9aec0c3e618e6ed686436322cdcd5f55e5b141cb37f70b5956b6ecfab2de1 in /usr/bin/
2021-06-04 22:48:55 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-06-04 22:48:55 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-06-04 22:48:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-04T22:48:05Z
2021-06-04 22:48:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=e4758752275ce8c2f3511a49104137e744b42987
2021-06-04 22:48:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-06-04 22:48:56 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.