2021-05-24 17:53:35 UTC
157 MB
rancher/rancher-agent:v2.5-de7c1de3743a7a3bcaca6430404b613186a8ef60-head
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 - 16.19% (25.5 MB)
[#001] sha256:d2e110be24e168b42c1a2ddbc4a476a217b73cccdba69cdcb212b812a88f5726 - 0.0% (857 Bytes)
[#002] sha256:889a7173dcfeb409f9d88054a97ab2445f5a799a823f719a5573365ee3662b6f - 0.0% (189 Bytes)
[#003] sha256:b881a2c38e59731181a8cae8be2e14818db8c94c41e1e125ece9da4ab90be6a9 - 0.0% (124 Bytes)
[#004] sha256:42d067289803e25d6b5caa861dda788ea25dcdf7e19a17023d949f014dace808 - 30.23% (47.5 MB)
[#005] sha256:dc6362a906deca298ca1403f22d5470d7d898893cc97ce044bd5e64add1e7fd5 - 1.4% (2.2 MB)
[#006] sha256:6d388e0770204346fc630b08f407ba0ab03feba3f97b33d86014479afd2b6b14 - 16.9% (26.6 MB)
[#007] sha256:fc873e594c975417ade4d257ceb3895794bec16cfb8ba436158cd8c09533b844 - 20.56% (32.3 MB)
[#008] sha256:fd47abc85d453d8922bd8334afb9eda96209a1268adafd2f92539d909910ed26 - 0.01% (9.31 KB)
[#009] sha256:c6b4ceff97058042fb485636ce14b4574e54dd779730597939a70257c85fe3b0 - 14.73% (23.2 MB)
[#010] sha256:6e390894a61e238042762bb809ee41d6a18219387f6c357117e94d3eeb3b0de3 - 0.0% (170 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-05-24 17:52:57 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-05-24 17:52:58 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-05-24 17:52:58 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-05-24 17:53: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 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-05-24 17:53:20 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-05-24 17:53:21 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-05-24 17:53:21 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-05-24 17:53:23 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-05-24 17:53:23 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-05-24 17:53:23 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-05-24 17:53:24 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-de7c1de3743a7a3bcaca6430404b613186a8ef60-head
2021-05-24 17:53:24 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-05-24 17:53:31 UTC/bin/sh -c #(nop) COPY dir:641af03285917e82d59c529ae7addd69b353c40fcdda77466444ae102799c3f7 in /var/lib/rancher-data
2021-05-24 17:53:33 UTC/bin/sh -c #(nop) COPY file:06b0b342addff9a717be154d225e24a02cfd9f246783db87a72ccfb06f516df1 in /usr/bin/
2021-05-24 17:53:34 UTC/bin/sh -c #(nop) COPY multi:6ee9d11fe770fca97cfb64031abb9f232a8b2ba92bf09f121a93ee8f331249f5 in /usr/bin/
2021-05-24 17:53:34 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-05-24 17:53:34 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-05-24 17:53:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-24T17:52:33Z
2021-05-24 17:53:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=de7c1de3743a7a3bcaca6430404b613186a8ef60
2021-05-24 17:53:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-05-24 17:53:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-05-24 17:41:07 UTC
257 MB
rancher/rancher-agent:v2.5-de7c1de3743a7a3bcaca6430404b613186a8ef60-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.58% (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.68% (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:2e1544cded7fb74b7feb91d542b204f00c14f5cfee59f1ca1c9fe75e114487f3 - 0.0% (873 Bytes)
[#010] sha256:59637efdd5b1270bd397464a0615214b8a06018c22d7dc1e573027c9a0d08fd4 - 0.04% (96.5 KB)
[#011] sha256:f19d1b689a71bb3cdfbf63e7221614b52ea0dd21e0f5cf91ac50b37c9563956f - 12.61% (32.4 MB)
[#012] sha256:8db925e3665502ebde1a68d3efe6bb4bd0b2b25e5d3ee75546ff15324a93a91b - 0.0% (828 Bytes)
[#013] sha256:4e85c4b7c0ea10e653d3c14e97b620c8d8dcb2a9744567c7705d372fe7cc0c87 - 0.0% (827 Bytes)
[#014] sha256:11deb4d6e7cb7f83275f62749a41138c78f1aad7090fbaca05c22157e6d5b01e - 0.0% (831 Bytes)
[#015] sha256:ef751db7dfa44d862a396f7d7eeaa6cc716715393deb4a4a1abf5bb3f0203379 - 0.0% (831 Bytes)
[#016] sha256:5ee7eb2b25a30e0918f85668db47dce3494c8a971581d553c059089101606b26 - 0.0% (828 Bytes)
[#017] sha256:fb2c8910e703df0aca6f7f4bf188198f83660df67b36a90ac09619ab5d847df2 - 12.01% (30.9 MB)
[#018] sha256:a07b690873a38650bd9e5c7001b70f09aca55a7ea4a7c11f06655f35fc0509e0 - 0.0% (831 Bytes)
[#019] sha256:94c157f6a1a8da5207c3bcece74505e6ea449b4eb6920c84a134774f4495299b - 0.0% (850 Bytes)
[#020] sha256:f7970871550270ff005c88da30b72ba40eaa87e18ac3faba54ced491ae4dd7a4 - 0.0% (829 Bytes)
[#021] sha256:605c49ca155b5e1a236745cf412149839f86bc542d0732638e610d568a449fa3 - 0.0% (826 Bytes)
[#022] sha256:a7c3bca77eb6e86b2c06d9c4df495bbecd4240b965ede4c3dda3a703fd1a844b - 0.0% (854 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-05-24 15:30:34 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-05-24 15:30:34 UTCcmd /S /C #(nop) COPY multi:965b304f043056ca0b908acb4f545cec25b679d606a72d8b8fec16db9d31e8bc in \Windows\System32\
2021-05-24 15:30:37 UTCcmd /S /C #(nop) COPY multi:9fbcc3fdcefcac4dd668961bc6c1483422ade3852ea2954fbc1b62cc6d8dc899 in \Windows\
2021-05-24 15:30:38 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-05-24 15:30:38 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-05-24 15:30:39 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-24 17:41:02 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-de7c1de3743a7a3bcaca6430404b613186a8ef60-head
2021-05-24 17:41:03 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-05-24 17:41:04 UTCcmd /S /C #(nop) COPY multi:0649a2271361c7e3d8ca48518988eeee406c50b2508fc6adcef513b075c76744 in \etc\rancher\
2021-05-24 17:41:05 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-05-24 17:41:05 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-05-24T17:41:00Z
2021-05-24 17:41:06 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=de7c1de3743a7a3bcaca6430404b613186a8ef60
2021-05-24 17:41:06 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-05-24 17:41:07 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-05-24 17:42:37 UTC
2.47 GB
rancher/rancher-agent:v2.5-de7c1de3743a7a3bcaca6430404b613186a8ef60-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 56.85% (1.4 GB)
[#001] sha256:182d4887a30d6c29414d04c41f1093a66f4cc1bf83092d3231cc5538404d75ad - 37.96% (958 MB)
[#002] sha256:17df2c10bd18432cbbef097b26d7da4a436df88812f885583684df9b846142e3 - 0.0% (1.27 KB)
[#003] sha256:7d3935597e883cc70696070e9c7dff95609230acccda1271da9b060d77b7bc2d - 0.0% (1.34 KB)
[#004] sha256:c7f1fb6bc3d0ec9116b00fa6ecd55d6b8a25565c6975ca4b731e5b75de78f31a - 0.61% (15.5 MB)
[#005] sha256:d1b0d4e3a97508ea00a8dc6d7b4a09a7a1133797fbce3ecfe5e9fcd8bc14cf27 - 0.21% (5.27 MB)
[#006] sha256:a4de799d5df45d582166b27fafebf096bd8c68795c226df226170117145fe14a - 0.32% (8.2 MB)
[#007] sha256:07b79eb5d06b45609ab8e2bcda5f6ec357f144478fb0322b27c2de325d66fe32 - 1.47% (37.2 MB)
[#008] sha256:24140678dfcbb8bd74175e5426b3e2e2cd2b2fa3edbfc12c292aa27bf3af5277 - 0.21% (5.33 MB)
[#009] sha256:1225f0935edfa52974b37925433102092e2ac3d01eeefc1d5b6e96c5e3f4545d - 0.62% (15.6 MB)
[#010] sha256:a2df330469ab59cf478dfea2f4a922d49797107c40ac699c28b788146ef1a3e2 - 0.5% (12.7 MB)
[#011] sha256:038603649a6b92f392e63f1afac1e7cbe25c41e471db51756c14b3b693787211 - 0.02% (431 KB)
[#012] sha256:2404164993024ed0e1e0655b1a06b8377aa4f48d348eeb5651e6072a50c68a74 - 0.0% (1.29 KB)
[#013] sha256:db1ca4b0e7d5a21abbc5412e0d266a916eeb287b2cbc2d82f8b5e68aa90cf761 - 0.0% (1.29 KB)
[#014] sha256:f58142d0646550567d6d3bf25da9bade298e0d08e54572842ebffd5858849e83 - 0.0% (1.27 KB)
[#015] sha256:464210aabf938b993329533ef95ee61e0a4933a359bf6f7a5b1a71259324eaca - 0.0% (1.27 KB)
[#016] sha256:aaf2ed7748bb37dae2b7c0a32f394d283901bcdcbf45ec4c650dc6b6bc259a64 - 0.0% (1.29 KB)
[#017] sha256:50352575260aae87125487ff3103026d9be22a0eabb04bf54fe81dec1eec7971 - 1.22% (30.9 MB)
[#018] sha256:f22c1d7480477265c424ffe16311fe6b03a310a718abe22d7e6d7b4fce0acd26 - 0.0% (1.29 KB)
[#019] sha256:2047f8714ba152b6f0d8dad142f3ff03643f1ad315fde4660d41cdfba93df41b - 0.0% (1.27 KB)
[#020] sha256:198399dd68b7dc84ef12fa044b8af4bd982b264747cf9ae589b9f32eff9fd48e - 0.0% (1.32 KB)
[#021] sha256:d71ec1023ded5d73d5c052bfb2b8dec7fb02827a304aa0c0732340292cc64d47 - 0.0% (1.29 KB)
[#022] sha256:b5239cff1be64abceecfed6a99b1fbc40752ebd4b2279e0fe92ed2401730c4a7 - 0.0% (1.31 KB)
Apply image 20H2-RTM-amd64
2021-04-30 07:39:08 UTCInstall update 20H2-amd64
2021-05-24 15:27:03 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-05-24 15:27:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-05-24 15:27:33 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-24 15:27:43 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-24 15:28:17 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-24 15:28:29 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-24 15:28:39 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-05-24 15:28:48 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-05-24 15:28:57 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-05-24 17:42:31 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Alias -Name pwsh -Value powershell
2021-05-24 17:42:31 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-05-24 17:42:32 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-05-24 17:42:32 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-24 17:42:32 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-de7c1de3743a7a3bcaca6430404b613186a8ef60-head
2021-05-24 17:42:33 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-05-24 17:42:34 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:3c0b350a9f8390bbfaa8354bf65d0e2e406fff450625b754a9e3ad99c3a6b68e in \etc\rancher\
2021-05-24 17:42:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-05-24 17:42:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-05-24T17:42:21Z
2021-05-24 17:42:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-05-24 17:42:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=de7c1de3743a7a3bcaca6430404b613186a8ef60
2021-05-24 17:42:37 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-05-24 17:41:03 UTC
260 MB
rancher/rancher-agent:v2.5-de7c1de3743a7a3bcaca6430404b613186a8ef60-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.23% (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:ade19307f0759f9f877565b17dec4a6d63f37644ade907a8133ca8854bd7e103 - 0.0% (1.09 KB)
[#010] sha256:45f695b2169a09c4b8de77525fdc784e45a8f3cf5efddf2d1c9bc9b66e537b67 - 0.04% (102 KB)
[#011] sha256:69a1217a9c3d29695a50b7e646a20afca2a6e395b586e8da9aa466890550457e - 12.46% (32.4 MB)
[#012] sha256:fa7ec5ba0252e31edc025234ff88d5ed546369c5b59e75eeb0c126e0d00c02d5 - 0.0% (1.04 KB)
[#013] sha256:ad7a68b0cf9a6cb4320ebe524341e312aac839f508bee5fc81b5d0b0985a82f8 - 0.0% (1.05 KB)
[#014] sha256:9553d0f69da57e62318ffe4122d75cb0cc270066eda0c7085701ec2c42ef97c6 - 0.0% (1.04 KB)
[#015] sha256:676776cf6763c2219c92943c34b974af8885a2db94f468564816246d84af8c69 - 0.0% (1.02 KB)
[#016] sha256:83fcaebdf4cf0eaf004b0b111d1c500e6a75c99a94ad0b8338f3d8d145841390 - 0.0% (1.01 KB)
[#017] sha256:5d408f3ca4b0e0ad6d2d6fc0b745e0ef3347089dcc59c75082ff586a298b84db - 11.86% (30.9 MB)
[#018] sha256:8c728b6870edc3f2fd2578f81b7a505878ff285c419f3428564628c8974fc12e - 0.0% (1.01 KB)
[#019] sha256:007f005dcdc31506d4eb077e495125998c58c1166c274321a062b2d8e09d990e - 0.0% (1.05 KB)
[#020] sha256:3d5bcb478bce94aae830aff877b230f540f267c762851c6a8dada2cb2de73fa6 - 0.0% (1.02 KB)
[#021] sha256:80cd2ad9a6f54947632a60a8040d1f9aba93948bf70f876b5ae34f8104574a74 - 0.0% (1.04 KB)
[#022] sha256:f6e1c3df6e20b0af5995901d18b859cbcd4de20c40829c00aa5e33759011f663 - 0.0% (1.05 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-05-24 15:29:51 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-05-24 15:29:52 UTCcmd /S /C #(nop) COPY multi:57355cb5be6e2624acb1d32e70fd27ced1f9272669bb34ccf2b7b763da2dd6af in \Windows\System32\
2021-05-24 15:29:54 UTCcmd /S /C #(nop) COPY multi:9fbcc3fdcefcac4dd668961bc6c1483422ade3852ea2954fbc1b62cc6d8dc899 in \Windows\
2021-05-24 15:29:55 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-05-24 15:29:56 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-05-24 15:29:56 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-24 17:40:59 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-de7c1de3743a7a3bcaca6430404b613186a8ef60-head
2021-05-24 17:40:59 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-05-24 17:41:00 UTCcmd /S /C #(nop) COPY multi:3c0b350a9f8390bbfaa8354bf65d0e2e406fff450625b754a9e3ad99c3a6b68e in \etc\rancher\
2021-05-24 17:41:01 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-05-24 17:41:01 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-05-24T17:40:56Z
2021-05-24 17:41:02 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-05-24 17:41:02 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=de7c1de3743a7a3bcaca6430404b613186a8ef60
2021-05-24 17:41:03 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-05-24 17:50:21 UTC
146 MB
rancher/rancher-agent:v2.5-de7c1de3743a7a3bcaca6430404b613186a8ef60-head
KUBECTL_VERSIONv1.19.7
KUBEPROMPT_VERSIONv1.0.10
LOGLEVEL_VERSIONv0.1.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:673aeee5c81c892477834e2b5e55575f16bfd52d9b841a1d8c524fb3805ee960 - 15.44% (22.6 MB)
[#001] sha256:018b2790219d2003c0d437e634927887ee5cc3d8f985d7459adc5b2ff62d003f - 0.0% (851 Bytes)
[#002] sha256:509c77ce92ade89fbf09fe03b167023be51bf5a0c14c00487fa7a9ee33b55fc3 - 0.0% (187 Bytes)
[#003] sha256:24dfb72d7a11aa25dc304932e83d33d1b40222bb14e309eadc24d2c3cd866d30 - 0.0% (124 Bytes)
[#004] sha256:df0b1cd1afaff6f0573324b03b7f2bac04b32653a55145c9c608c8378d98c44f - 29.98% (43.9 MB)
[#005] sha256:50265dedf24159bd64126b4cfd671788a2712a3ed375f4f3adff4f5bcc9f574a - 1.33% (1.94 MB)
[#006] sha256:e2baabe76851ccb7701e1944ea141c00d0e7c4c4db8e0c3c6883423d46db403a - 16.83% (24.6 MB)
[#007] sha256:d9c1d09e31874f534811165fb392302f15beb91bfc8a60cb5c12a348cc6f4bdb - 22.09% (32.3 MB)
[#008] sha256:f5d95c58301c347c04467aa311c17ec51d1fb32d656f48b2e5e53515be249e61 - 0.01% (8.89 KB)
[#009] sha256:5d3cab2f4878daf964bf1025fedbd8dd231e78d8d4ceaaa68c31e8ee6ef04b3b - 14.34% (21 MB)
[#010] sha256:bc3c962ff86665c00cbfa0aca5583ea9ed8b961ecdd3e82859630f1358aae881 - 0.0% (172 Bytes)
/bin/sh -c #(nop) ADD file:5f7cb4b44f843eaef6ae7ddb75dfc228a33d20cd974074ca23c1bb2cad7f77ad in /
2021-04-23 22:47:19 UTC/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
2021-04-23 22:47:21 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2021-04-23 22:47:23 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2021-04-23 22:47:24 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-05-24 17:49:47 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-05-24 17:49:48 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-05-24 17:49:48 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-05-24 17:50:07 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 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-05-24 17:50:07 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-05-24 17:50:08 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-05-24 17:50:08 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-05-24 17:50:10 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-05-24 17:50:10 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-05-24 17:50:10 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-05-24 17:50:10 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-de7c1de3743a7a3bcaca6430404b613186a8ef60-head
2021-05-24 17:50:11 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-05-24 17:50:17 UTC/bin/sh -c #(nop) COPY dir:74316b0249c219e75072e40e8761d4b953f890fa3bc022dece8955d899917575 in /var/lib/rancher-data
2021-05-24 17:50:19 UTC/bin/sh -c #(nop) COPY file:c60b26f35c3c5659c4b0e8025022c909934ae8190a20e5ee1935a9d5c70e85ab in /usr/bin/
2021-05-24 17:50:19 UTC/bin/sh -c #(nop) COPY multi:56fb70dcb02477f2dc40eae329ff43c3f6726368db45adf6fc494ce093e3c059 in /usr/bin/
2021-05-24 17:50:20 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-05-24 17:50:20 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-05-24 17:50:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-24T17:49:31Z
2021-05-24 17:50:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=de7c1de3743a7a3bcaca6430404b613186a8ef60
2021-05-24 17:50:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-05-24 17:50:21 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.