2021-06-07 19:03:03 UTC
157 MB
rancher/rancher-agent:v2.5-1e02fc0a5afd8b85090afe941153b4b5fb50d707-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.17% (25.5 MB)
[#001] sha256:d2e110be24e168b42c1a2ddbc4a476a217b73cccdba69cdcb212b812a88f5726 - 0.0% (857 Bytes)
[#002] sha256:889a7173dcfeb409f9d88054a97ab2445f5a799a823f719a5573365ee3662b6f - 0.0% (189 Bytes)
[#003] sha256:1de577a5b4b80570dbfa0d73d6d6ccf58b9df4bcada6a93c8ff09e48be92c98c - 0.0% (123 Bytes)
[#004] sha256:a883e4a95053744ae32ab5d1f4d07e874c532fe4c78c354437e07531c2b8616e - 30.2% (47.5 MB)
[#005] sha256:dc6362a906deca298ca1403f22d5470d7d898893cc97ce044bd5e64add1e7fd5 - 1.4% (2.2 MB)
[#006] sha256:e0afee22ffde3a82d728bc8088a9b9cd93c7bcd7876a873023d4c118b037dad8 - 16.88% (26.6 MB)
[#007] sha256:70842fd52d2a02af1fd5ddc61bbc67c574d1dd6daa59727e17c1742bff79f090 - 20.62% (32.5 MB)
[#008] sha256:6efd18c530c9f1567c32053cac8f2ba77d9fbfaaedfcc90580043006deb501f8 - 0.01% (9.31 KB)
[#009] sha256:875ac02961e60408044ec7a2e2fb6fd5279ea6cb398d3f4bae0c1718a5c12cb8 - 14.73% (23.2 MB)
[#010] sha256:4e8460b1abc4538338fd3889070768f7fb01d6b1f4c1da02c99ef9fe2fa76d1d - 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-06-07 19:02:11 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-06-07 19:02:13 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-06-07 19:02:13 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-06-07 19:02:41 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-06-07 19:02:44 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-06-07 19:02:46 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-07 19:02:46 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-06-07 19:02:50 UTC|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/c-bata/kube-prompt/releases/download/${KUBEPROMPT_VERSION}/kube-prompt_${KUBEPROMPT_VERSION}_linux_${ARCH}.zip > /usr/bin/kube-prompt.zip && unzip /usr/bin/kube-prompt.zip -d /usr/bin
2021-06-07 19:02:50 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-06-07 19:02:50 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-06-07 19:02:50 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-1e02fc0a5afd8b85090afe941153b4b5fb50d707-head
2021-06-07 19:02:51 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-06-07 19:02:59 UTC/bin/sh -c #(nop) COPY dir:e5bdb668c1eabafc0aeac0117d2ee43fbf9dadfcc20903e6626c8192ec3be283 in /var/lib/rancher-data
2021-06-07 19:03:00 UTC/bin/sh -c #(nop) COPY file:06b0b342addff9a717be154d225e24a02cfd9f246783db87a72ccfb06f516df1 in /usr/bin/
2021-06-07 19:03:01 UTC/bin/sh -c #(nop) COPY multi:8c2183f9ac98f79158c40727200647bdc725ac80aa13faef1d9e5c076cd42f44 in /usr/bin/
2021-06-07 19:03:02 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-06-07 19:03:02 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-06-07 19:03:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-07T19:01:50Z
2021-06-07 19:03:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=1e02fc0a5afd8b85090afe941153b4b5fb50d707
2021-06-07 19:03:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-06-07 19:03:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-06-07 18:52:08 UTC
257 MB
rancher/rancher-agent:v2.5-1e02fc0a5afd8b85090afe941153b4b5fb50d707-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:2ca049c5acc84886dc18b2e61f38f0b917defaee7bea29713ea5ecdad78db092 - 0.0% (855 Bytes)
[#010] sha256:7418c7ab10ff8658cb23b35756be0749ced6cbe4c49db076e7779ad6cf237872 - 0.04% (96.5 KB)
[#011] sha256:e4a7a85dcb8b8260538464b686e4397cc6bca53ea98c9734ba348e24c6963b73 - 12.6% (32.4 MB)
[#012] sha256:b80bedb08e4e096a3806f7e673853aaaf114055d29975b5754fa37814862bbe4 - 0.0% (835 Bytes)
[#013] sha256:bdeb0ac717f1046953809b475f06cf0878b9529c50ee5a200a250abdad9dca76 - 0.0% (826 Bytes)
[#014] sha256:ba748ca9637cbfb6f9d805bb235fae1b3476100a473f6a1630f1d64cbe1d02b8 - 0.0% (832 Bytes)
[#015] sha256:2ae862edb592b0d35e050273462394cebd287c0b7386babb64dfec0d3141e4e0 - 0.0% (878 Bytes)
[#016] sha256:0f7f1bd3206febe2282ec947504b1fa84b20dec550b69b7f7049d9c057a1973e - 0.0% (865 Bytes)
[#017] sha256:3dd18dab49166e07dc057f45287f118a891e7a8f252efbd083723f0bf021b3a9 - 12.05% (31 MB)
[#018] sha256:857b9595668fc7502348a95dbd88513b3b2ed37cf29d0ecfb40f3ef41477da2a - 0.0% (883 Bytes)
[#019] sha256:e8374feb2cb867dcff4da72351b6390b76c52ea541c5df280105c9ddb685dc00 - 0.0% (905 Bytes)
[#020] sha256:f857cd9970b4bfeb143f4f262f8408d9b847fc898cb526b318410490b10bf23d - 0.0% (878 Bytes)
[#021] sha256:f55898f8dc5f0e6adda24aab1f14249a4707520a50b1da2c88f1d6aa04d469f9 - 0.0% (857 Bytes)
[#022] sha256:09d7090688c51528e73e0c167490ea36877aae2431fa989dbabbc795ac509f98 - 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-07 16:17:41 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-06-07 16:17:42 UTCcmd /S /C #(nop) COPY multi:965b304f043056ca0b908acb4f545cec25b679d606a72d8b8fec16db9d31e8bc in \Windows\System32\
2021-06-07 16:17:45 UTCcmd /S /C #(nop) COPY multi:9fbcc3fdcefcac4dd668961bc6c1483422ade3852ea2954fbc1b62cc6d8dc899 in \Windows\
2021-06-07 16:17:46 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-06-07 16:17:46 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-06-07 16:17:47 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-06-07 18:52:00 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-1e02fc0a5afd8b85090afe941153b4b5fb50d707-head
2021-06-07 18:52:01 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-06-07 18:52:03 UTCcmd /S /C #(nop) COPY multi:0c74081e9a8f2d32a637017d1bd9f819478ec29324eda569c4438b6c366b1dbe in \etc\rancher\
2021-06-07 18:52:04 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-06-07 18:52:05 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-06-07T18:51:57Z
2021-06-07 18:52:06 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=1e02fc0a5afd8b85090afe941153b4b5fb50d707
2021-06-07 18:52:06 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-06-07 18:52:08 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-06-07 18:52:14 UTC
2.47 GB
rancher/rancher-agent:v2.5-1e02fc0a5afd8b85090afe941153b4b5fb50d707-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:1c2eefbbf0dbc99aadce724e6cfddf05459bb62b077daf599e8996281bb061d8 - 0.0% (1.27 KB)
[#003] sha256:66369d7e0d259debd0e903a96dfa7424a742e4a074c1541690dd3a3351719290 - 0.0% (1.27 KB)
[#004] sha256:232af5577916bd6b0af33f73eaac0f7649b62c3cc95844c20bbd85ba396fab23 - 0.61% (15.5 MB)
[#005] sha256:d81c11e6c3e4f9520a19c1a712c5a255dacec8c8db96e5f3f01b848190b6aa8f - 0.21% (5.27 MB)
[#006] sha256:9cd54621d89e2614c8c48312bc56216645392bcbc5e73f9b94c7e4510c48b770 - 0.32% (8.2 MB)
[#007] sha256:10b8c83f188494692bb1a609221ed6b930a09b9b9d3914c779ebb5a8af68ec8d - 1.47% (37.2 MB)
[#008] sha256:195cfe975352e40325acc2d261b6f85894b5ff81e5087706212d90a51c915367 - 0.21% (5.33 MB)
[#009] sha256:8679896c722e9f3246fc86a8d3b0512697a2087604f8e050414c6aaccf579183 - 0.62% (15.6 MB)
[#010] sha256:ff6da2c29f8bade0b074509707f5e8509e746625be5716e9f2da133f05d72091 - 0.5% (12.7 MB)
[#011] sha256:921591115bc05d7501a844f3b926736ec13c5a83d8318048f72a187521dc8461 - 0.02% (426 KB)
[#012] sha256:61923485098c7d514f1dbf6748585c7f2e89a1d0cbe823e12a159d57e4ffa61c - 0.0% (1.27 KB)
[#013] sha256:b28cb82a244ccd52c8f30d7e7e159a09ca627a6fa44fb0b591e77171bff3144c - 0.0% (1.3 KB)
[#014] sha256:a1b04e7018bc1708e41c6066ab9cfc3d7c8d7ac5d219f113afe8d7a19dff4fa2 - 0.0% (1.3 KB)
[#015] sha256:5d1c7601eca79e8ead35acefbe6bb769f6ce98a63f59ef107557c1b03f48de4d - 0.0% (1.31 KB)
[#016] sha256:24b162452bb95703b4b5a1eb919fea3f4a52ccf726c37eb53e2d84d55524613c - 0.0% (1.4 KB)
[#017] sha256:78535db04ee243a8d18f3b5729976de2fac0f84f5a2329b8851aa53eb3218873 - 1.23% (31 MB)
[#018] sha256:17d5abd88d8a1a274a6037f33f0a995a658daf7702f9e7054f68dfbcafe12aa5 - 0.0% (1.3 KB)
[#019] sha256:f73043c71b15324e9f3040158b21744ad7ade3c104d43c4c2021a877c6b6e05d - 0.0% (1.42 KB)
[#020] sha256:0b10972fb7c84769d519b3f56c166a99c02b3e319e52525903a52e3d280e5e06 - 0.0% (1.4 KB)
[#021] sha256:2afbc505e3b1f4f47ec74fd26238d6adf2b30f316a44b38a8d6c354cd316c3d6 - 0.0% (1.4 KB)
[#022] sha256:00ac5468c6682233ebe91e8596701772bf93b52d0fd4b351393b651c5f5c005a - 0.0% (1.31 KB)
Apply image 20H2-RTM-amd64
2021-04-30 07:39:08 UTCInstall update 20H2-amd64
2021-06-06 22:41:01 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-06-06 22:41:02 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-06-06 22:41:31 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-06-06 22:41:41 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-06-06 22:42:07 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-06-06 22:42:19 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-06-06 22:42:28 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-06-06 22:42:38 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-06-06 22:42:47 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-06-07 17:56:38 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Alias -Name pwsh -Value powershell
2021-06-07 17:56:38 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-06-07 17:56:39 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-06-07 17:56:39 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-06-07 18:51:53 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-1e02fc0a5afd8b85090afe941153b4b5fb50d707-head
2021-06-07 18:51:54 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-06-07 18:52:04 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:d87c1451d753a7aa642838e811a033ca4a8176b5ddcef1870e307682d27742ad in \etc\rancher\
2021-06-07 18:52:06 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-06-07 18:52:08 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-06-07T18:51:51Z
2021-06-07 18:52:10 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-06-07 18:52:12 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=1e02fc0a5afd8b85090afe941153b4b5fb50d707
2021-06-07 18:52:14 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-06-07 18:50:44 UTC
261 MB
rancher/rancher-agent:v2.5-1e02fc0a5afd8b85090afe941153b4b5fb50d707-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:ab6630a2e300d54974a56b7465794c03929e33bae24048376221f480d7615b22 - 0.0% (1.02 KB)
[#010] sha256:f5b9041915ca89a588dae693c73b07510941d2499dde24847a3d5b0b7d4327a5 - 0.04% (102 KB)
[#011] sha256:91dbb3b091556d45e3b8a706e7b9ef350ce086c5b7d51b58796d5620506a93d1 - 12.45% (32.4 MB)
[#012] sha256:629e3838a309b4e23e8354032ba1bf83a13506dda8e668f957bb5a7139eb8794 - 0.0% (1.02 KB)
[#013] sha256:2043cb795be8168ec8d0fac27ef6e02021863f9f8657279d3cde703af0c348fd - 0.0% (1.04 KB)
[#014] sha256:b9447c96486a0f256d699708a43657600066f5f62d39a4e20e0f303a3d7ee1df - 0.0% (1.05 KB)
[#015] sha256:ef0d21fe15cdd9d8a76b89f80c3eaea04d2b0125e8cb000686414e7a508019e5 - 0.0% (1.17 KB)
[#016] sha256:219c6d2335127637d6c547b743bd2e93bfe798b5e52ccf491adee612fae708ec - 0.0% (1.05 KB)
[#017] sha256:889b40a03d08a2688dc56d8454200f17d051c31ba22095baa242301a56143eb7 - 11.9% (31 MB)
[#018] sha256:22548011e1de21302a7c426f7b586c8a715ee7d0674e6dfc4e64495c36b636dc - 0.0% (1.15 KB)
[#019] sha256:712b3fecbcaded4baab1f462265ab855243863947e8beba6e9e7068fe764bc97 - 0.0% (1.06 KB)
[#020] sha256:4c26f8b55ea39e6644ae89ae47d5b618a2dbcbee902cbf877e0a6f7f66642d4d - 0.0% (1.04 KB)
[#021] sha256:6690e71d162af87208d3068542efdd534f3453d3573030544e313af997e40ace - 0.0% (1.17 KB)
[#022] sha256:27353253c88e7b23f020586c3a509239f93ad5e904ddd6a4904913ccb98df0a8 - 0.0% (1.06 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-07 16:17:29 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-06-07 16:17:30 UTCcmd /S /C #(nop) COPY multi:57355cb5be6e2624acb1d32e70fd27ced1f9272669bb34ccf2b7b763da2dd6af in \Windows\System32\
2021-06-07 16:17:33 UTCcmd /S /C #(nop) COPY multi:9fbcc3fdcefcac4dd668961bc6c1483422ade3852ea2954fbc1b62cc6d8dc899 in \Windows\
2021-06-07 16:17:34 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-06-07 16:17:34 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-06-07 16:17:35 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-06-07 18:50:16 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-1e02fc0a5afd8b85090afe941153b4b5fb50d707-head
2021-06-07 18:50:18 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-06-07 18:50:35 UTCcmd /S /C #(nop) COPY multi:d87c1451d753a7aa642838e811a033ca4a8176b5ddcef1870e307682d27742ad in \etc\rancher\
2021-06-07 18:50:38 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-06-07 18:50:39 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-06-07T18:50:05Z
2021-06-07 18:50:41 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-06-07 18:50:43 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=1e02fc0a5afd8b85090afe941153b4b5fb50d707
2021-06-07 18:50:44 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-06-07 18:59:27 UTC
147 MB
rancher/rancher-agent:v2.5-1e02fc0a5afd8b85090afe941153b4b5fb50d707-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:ed6dc9c66f7cc607969a6f995c83956f1e614ec5dd42205a2ea544f8f6260a34 - 15.42% (22.6 MB)
[#001] sha256:15c11899c85b166cc1ed1af82b5f8bda57b93fa119405e47bb96f45bbbd93533 - 0.0% (852 Bytes)
[#002] sha256:86ebe93eb4a196c3d45c24bb95176c57287e87aed340cf757e873a861aed2540 - 0.0% (189 Bytes)
[#003] sha256:6bf27b1e2fef446231c23d3d5c6fc61f9ad6e38133f8c62bbf4bbd7431a96085 - 0.0% (123 Bytes)
[#004] sha256:4b3f96d254f0ba090cf83fab531e2741e78b10d4ba0a182baec1712e45368246 - 29.95% (43.9 MB)
[#005] sha256:4acb2ad3cd2a57ed259a683d89f1ea9f5a4d7ad0110aad19664f931da8e475fd - 1.32% (1.94 MB)
[#006] sha256:980342701ebaa715ae641688d5fcfae3ea2ea4f94b2025b6cf335d52bc71afa1 - 16.81% (24.6 MB)
[#007] sha256:fb71421850258d95a7ba79048f8896aebc25059bdc6d5c9f86219e3167a838d9 - 22.14% (32.5 MB)
[#008] sha256:857f2c98112994af796dbe8edb62abe434e1fd726727fffcde565a7621aef9c8 - 0.01% (8.88 KB)
[#009] sha256:b228b1f36a2290cf774073a3686e73bbdf05ef6fa5b73c566b22af48dbb9f403 - 14.34% (21 MB)
[#010] sha256:eddafa8335060f69938a2037281c7e3704b9c038eef706ad65d0024ebc3df491 - 0.0% (172 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-07 18:58:48 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-06-07 18:58:49 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-06-07 18:58:50 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-06-07 18:59:11 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-06-07 18:59:12 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-06-07 18:59:13 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-07 18:59:13 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-06-07 18:59:14 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-07 18:59:15 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-06-07 18:59:15 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-06-07 18:59:15 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-1e02fc0a5afd8b85090afe941153b4b5fb50d707-head
2021-06-07 18:59:15 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-06-07 18:59:24 UTC/bin/sh -c #(nop) COPY dir:57324d3e7f8e515594384a966549afe5ddfd8c03cde4ecb69624715fb0e78e58 in /var/lib/rancher-data
2021-06-07 18:59:25 UTC/bin/sh -c #(nop) COPY file:c60b26f35c3c5659c4b0e8025022c909934ae8190a20e5ee1935a9d5c70e85ab in /usr/bin/
2021-06-07 18:59:26 UTC/bin/sh -c #(nop) COPY multi:7f3cc1740d49eded135c7eeb805d52815981e6bd298193e1040687f1ed67d79f in /usr/bin/
2021-06-07 18:59:26 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-06-07 18:59:26 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-06-07 18:59:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-07T18:58:31Z
2021-06-07 18:59:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=1e02fc0a5afd8b85090afe941153b4b5fb50d707
2021-06-07 18:59:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-06-07 18:59:27 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.