2021-05-20 15:47:15 UTC
154 MB
rancher/rancher-agent:master-f6c1d829f5f074edf1a0a46ca1903c17ba7ce3bd-head
KUBECTL_VERSIONv1.20.6
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.49% (25.5 MB)
[#001] sha256:d2e110be24e168b42c1a2ddbc4a476a217b73cccdba69cdcb212b812a88f5726 - 0.0% (857 Bytes)
[#002] sha256:889a7173dcfeb409f9d88054a97ab2445f5a799a823f719a5573365ee3662b6f - 0.0% (189 Bytes)
[#003] sha256:9043e42384386201fadbfae78a7d26ceb1b2a34080d1d7adc4f8f7e65e568d79 - 0.0% (123 Bytes)
[#004] sha256:267cd1530d15b2d02d09bb98108a2936aa32a77010cdb940c8c2654286f1d8b5 - 30.38% (46.9 MB)
[#005] sha256:dc6362a906deca298ca1403f22d5470d7d898893cc97ce044bd5e64add1e7fd5 - 1.43% (2.2 MB)
[#006] sha256:3d2bf3fd2c3668878318d5f1ec7cc5abb25b01778ec6a70dae8f911e30a52834 - 17.21% (26.6 MB)
[#007] sha256:0cac3b1364e5487a8a5ca2fb8416ade4626e554c7621ad8fb04e50565da98395 - 21.55% (33.3 MB)
[#008] sha256:49fc22ad0377ecfb8e82f14b27226e0d0fd7f18dd2b14560ebcf6c79eb6e5c48 - 0.01% (9.31 KB)
[#009] sha256:c0fcc56a96ee6c4195798170642e6349d1565a55c592ac5ba19cf6f7da609a8b - 12.93% (20 MB)
[#010] sha256:997e72d5005da0e373607459b05d48c7901ddd620906db2b53697140d93da923 - 0.0% (172 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-20 15:46:22 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-05-20 15:46:23 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-05-20 15:46:24 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.20.6
2021-05-20 15:46:50 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-20 15:46:50 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-05-20 15:46:52 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-20 15:46:52 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-05-20 15:46:55 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-20 15:46:56 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-05-20 15:47:00 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-05-20 15:47:00 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-f6c1d829f5f074edf1a0a46ca1903c17ba7ce3bd-head
2021-05-20 15:47:00 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-05-20 15:47:08 UTC/bin/sh -c #(nop) COPY dir:09f8d80751ce7dbe4518f8e1ff2f62bb0d0659b1148f44fb7246fd016db4464d in /var/lib/rancher-data
2021-05-20 15:47:12 UTC/bin/sh -c #(nop) COPY file:06b0b342addff9a717be154d225e24a02cfd9f246783db87a72ccfb06f516df1 in /usr/bin/
2021-05-20 15:47:13 UTC/bin/sh -c #(nop) COPY multi:ec9bce53475880629fe39284984a95be81550824daee13bdb49507d77fbf467b in /usr/bin/
2021-05-20 15:47:14 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-05-20 15:47:14 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-05-20 15:47:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-20T15:45:56Z
2021-05-20 15:47:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=f6c1d829f5f074edf1a0a46ca1903c17ba7ce3bd
2021-05-20 15:47:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-05-20 15:47:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-05-20 15:32:29 UTC
241 MB
rancher/rancher-agent:master-f6c1d829f5f074edf1a0a46ca1903c17ba7ce3bd-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 - 40.13% (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 - 40.24% (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:5e63235622476d1589e34c1ea645bcbe1a2afe88aa143be8129e566bbbd518fc - 0.0% (875 Bytes)
[#010] sha256:7d2c78185a1ba98de9827744f16377b2315c12f53dbf3b790ec57b05a6d9ec53 - 0.04% (96.5 KB)
[#011] sha256:497a5883932b445b4fed2ace107fa6c231daa2a456bf486095ab9ed74e9ad546 - 13.47% (32.4 MB)
[#012] sha256:99c09a0ff734452cf8da22eb8dbcc2726a9bb5d3fa361a621fe65860d52dfdd0 - 0.0% (858 Bytes)
[#013] sha256:1d00a3ad209be03099ab447fe991c8bdde372a50fc644e1e908a0c06f9a21116 - 0.0% (881 Bytes)
[#014] sha256:af79778814023818ba06eafb40d31bec38eea3bbcf98da8666a4042e293c54e3 - 0.0% (852 Bytes)
[#015] sha256:74d4f49eed8aeec87028789110a0870ecd1c055548cb7ece49f75725fc880291 - 0.0% (857 Bytes)
[#016] sha256:29f6e88fe7c830ada7ce49d8ed7d766a712adff9d5b15eaa5e834f1bcd00813b - 0.0% (854 Bytes)
[#017] sha256:ef87871ac32ff32ff36ed355e9e4260e14f050c2bb72d402e978c89b15f1bbe2 - 6.03% (14.5 MB)
[#018] sha256:a2654a2288844f4cffb92663d0c961eb896fae8833d2e25e727694cdb71dd8eb - 0.0% (828 Bytes)
[#019] sha256:fe2dc472f086f68d1e0c9f66c81834a7e64b1905a55c04562b5b515cdf3f57dc - 0.0% (824 Bytes)
[#020] sha256:135a653294747c70e372160bea90efb4ab1074187076376c4b88f0d2ca198be5 - 0.0% (830 Bytes)
[#021] sha256:3a55b4240cb97f3e58953c71d8427c4784b50cf96184940dd95ccc300bf3932c - 0.0% (832 Bytes)
[#022] sha256:d15dd3f47415a3b4b712d8e2a422ce6b0c20313a804a94910ec0d9ae1d9c1876 - 0.0% (830 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-17 19:51:04 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-05-17 19:51:05 UTCcmd /S /C #(nop) COPY multi:965b304f043056ca0b908acb4f545cec25b679d606a72d8b8fec16db9d31e8bc in \Windows\System32\
2021-05-17 19:51:08 UTCcmd /S /C #(nop) COPY multi:9fbcc3fdcefcac4dd668961bc6c1483422ade3852ea2954fbc1b62cc6d8dc899 in \Windows\
2021-05-17 19:51:09 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-05-17 19:51:10 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-05-17 19:51:10 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-20 15:32:26 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-f6c1d829f5f074edf1a0a46ca1903c17ba7ce3bd-head
2021-05-20 15:32:26 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-05-20 15:32:27 UTCcmd /S /C #(nop) COPY multi:05bcbbadea51c982527de69da643db719931293e6eb077fd88b4d5eadeaee09f in \etc\rancher\
2021-05-20 15:32:28 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-05-20 15:32:28 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-05-20T15:32:24Z
2021-05-20 15:32:28 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=f6c1d829f5f074edf1a0a46ca1903c17ba7ce3bd
2021-05-20 15:32:29 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-05-20 15:32:29 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-05-20 15:32:59 UTC
2.45 GB
rancher/rancher-agent:master-f6c1d829f5f074edf1a0a46ca1903c17ba7ce3bd-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 57.23% (1.4 GB)
[#001] sha256:182d4887a30d6c29414d04c41f1093a66f4cc1bf83092d3231cc5538404d75ad - 38.21% (958 MB)
[#002] sha256:8fc39e8e64174cd1070ef8e40225bf55db21b010cac4807ac9b30b12a93a2cff - 0.0% (1.36 KB)
[#003] sha256:2367cd20dae3e69ffc0a9fea91cc5e107f6363fdb27fda86426bc3dfddee858e - 0.0% (1.36 KB)
[#004] sha256:8b6f3ef239e063dd67bcf67b64885ba5e5f03f5206d6dd12021a0bba371254de - 0.62% (15.5 MB)
[#005] sha256:df50b88cd53b22ee0c599448540a8b1c40c38031205ac736448372bed6e324a7 - 0.21% (5.26 MB)
[#006] sha256:a208909347afca024d7b0afda83192af4ffb08cf1a851cfe81d31377170f3fbd - 0.33% (8.21 MB)
[#007] sha256:3f4819d5ee62ba72fff46d39038eba17bccdb7260de5241dcb58bc7a59824d89 - 1.48% (37.2 MB)
[#008] sha256:994d13f17ce7cdf3bb6bfdf5c5559aba08b8284547903d52eb8e55c2e5f6b1c9 - 0.21% (5.33 MB)
[#009] sha256:1fda8cbb55b25b286044f14b46800b356fdb066be365874152c959f0cb2250f0 - 0.62% (15.6 MB)
[#010] sha256:555f09914c33844fd25873dfae61e0935071bac51a13200c63191d87ce2df43e - 0.51% (12.7 MB)
[#011] sha256:83d7baf07871c0c4acf13f3f6c57d5729605dbc82cde8587f62c4ddc65bc9ea5 - 0.0% (1.31 KB)
[#012] sha256:6e2b4a2e71ebd10ff3fb2badd8e8ec6601f9bc228bc56118dd281719bd749f7a - 0.0% (1.3 KB)
[#013] sha256:d02c4b6169ac3da4b701ca830187ff3ba2781c9743f9a02e895521f4f26576d4 - 0.0% (1.32 KB)
[#014] sha256:a0d834d4dd847fab8c43057dbf09347a8f6b87275544026350a857f4ef1d95dc - 0.0% (1.29 KB)
[#015] sha256:00428706820c90e77b458eb5d9058b2380e1132a7fba93bb91498bbe1e151eca - 0.0% (1.32 KB)
[#016] sha256:90019c2e9924d01a826d1fa2bdcf12a8617fdf247b884c85d540544afaedfe9d - 0.58% (14.5 MB)
[#017] sha256:d15578507a2b467ce466cc4f6e4db41de7eb206573506375634c41fb0263e46f - 0.0% (1.29 KB)
[#018] sha256:62b293e8db9062d4da0585df3145e95c8e29c03c853e483eb0f592ddb5fafc6d - 0.0% (1.26 KB)
[#019] sha256:00dc540b8db1927290db82a8d2608e1e353f13e3c6bf28bce852f2779733579a - 0.0% (1.3 KB)
[#020] sha256:e733673584b976ed81e9c189f35f26c69aa93e7f33de70b5d6c69599d038c956 - 0.0% (1.27 KB)
[#021] sha256:8d54dd049b1d9f533e4d3104e95142f76ba11b780a21e1d9ba79d11c104a5b1f - 0.0% (1.26 KB)
Apply image 20H2-RTM-amd64
2021-04-30 07:39:08 UTCInstall update 20H2-amd64
2021-05-17 19:50:02 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-05-17 19:50:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-05-17 19:50:42 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-17 19:50:55 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-17 19:51:33 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-17 19:51:46 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-17 19:51:56 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-05-17 19:52:06 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-05-17 19:52:18 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-05-17 19:52:18 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-05-17 19:52:19 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-05-17 19:52:19 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-20 15:32:55 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-f6c1d829f5f074edf1a0a46ca1903c17ba7ce3bd-head
2021-05-20 15:32:56 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-05-20 15:32:56 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:13e5026ae7e2f104254a42c8d0bfe1b5438d77e1b617f7590db26f799d91f7d9 in \etc\rancher\
2021-05-20 15:32:57 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-05-20 15:32:58 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-05-20T15:32:54Z
2021-05-20 15:32:58 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-05-20 15:32:59 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=f6c1d829f5f074edf1a0a46ca1903c17ba7ce3bd
2021-05-20 15:32:59 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-05-20 15:32:42 UTC
244 MB
rancher/rancher-agent:master-f6c1d829f5f074edf1a0a46ca1903c17ba7ce3bd-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 - 40.9% (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 - 39.73% (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:645a48b53d2b0e61eea301460af7e6b7eae1ddbd13523393016e740ec0b55385 - 0.0% (1.11 KB)
[#010] sha256:14deccba3b146d297327ba15b0bf9e84a0043da21261cf3ea73119258822d67d - 0.04% (102 KB)
[#011] sha256:facc6df7465c89f9d4daa252c2ac6b6ca3c4dfd4ec25712f0948343c89b4a439 - 13.3% (32.4 MB)
[#012] sha256:68fafe77d786074260f83397407609ac0cecfa7f003ce69bb7cc9f1b87c789d0 - 0.0% (1.1 KB)
[#013] sha256:450ce56883fed45d8032f1a4de0be5845008f8f0455e6b319e02d2c06a990a16 - 0.0% (1.07 KB)
[#014] sha256:2b3be18f7a086fb415ca08a03643aec768a70abbe2fb20d70336a87b73476db0 - 0.0% (1.06 KB)
[#015] sha256:b37405510bf1dbcfc31d39bfb50beb61079e510b50b2d7addccdd10f280e038d - 0.0% (1.04 KB)
[#016] sha256:ee26d3cb72d8364f7279f40fe87c5f2708b2b2ae8eea5d7c8241cd54e9f58285 - 0.0% (1.06 KB)
[#017] sha256:7380536d2c8cc161705a97f7b4568ad8ed2a976aa22b5a9b2da01eb8e8cdaf01 - 5.95% (14.5 MB)
[#018] sha256:1a16af25d0ebb80b3e84ee22a4e114e4596c96998584ff0ac49b148801ed59e4 - 0.0% (1.01 KB)
[#019] sha256:8fb91d1837a731e396eb171096909791a89196f073c1b76aa2c0ecf2c9f021c3 - 0.0% (1.04 KB)
[#020] sha256:9a7fbfa916451f82c5b1535969dbdca41994e44e0b51d7deffeb4bb015854e13 - 0.0% (1.01 KB)
[#021] sha256:70bd1f8a25bb598007aa1b249e5da36a570a7596330821a055a6c3adddc89c29 - 0.0% (1.01 KB)
[#022] sha256:63200721309a2776e0a3898797339e6ea3b52bb151e6eb2a45d3ce81985c7a93 - 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-17 19:52:24 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-05-17 19:52:25 UTCcmd /S /C #(nop) COPY multi:57355cb5be6e2624acb1d32e70fd27ced1f9272669bb34ccf2b7b763da2dd6af in \Windows\System32\
2021-05-17 19:52:27 UTCcmd /S /C #(nop) COPY multi:9fbcc3fdcefcac4dd668961bc6c1483422ade3852ea2954fbc1b62cc6d8dc899 in \Windows\
2021-05-17 19:52:29 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-05-17 19:52:29 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-05-17 19:52:30 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-20 15:32:38 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-f6c1d829f5f074edf1a0a46ca1903c17ba7ce3bd-head
2021-05-20 15:32:39 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-05-20 15:32:40 UTCcmd /S /C #(nop) COPY multi:13e5026ae7e2f104254a42c8d0bfe1b5438d77e1b617f7590db26f799d91f7d9 in \etc\rancher\
2021-05-20 15:32:40 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-05-20 15:32:41 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-05-20T15:32:37Z
2021-05-20 15:32:41 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-05-20 15:32:41 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=f6c1d829f5f074edf1a0a46ca1903c17ba7ce3bd
2021-05-20 15:32:42 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-05-20 15:42:16 UTC
144 MB
rancher/rancher-agent:master-f6c1d829f5f074edf1a0a46ca1903c17ba7ce3bd-head
KUBECTL_VERSIONv1.20.6
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.71% (22.6 MB)
[#001] sha256:018b2790219d2003c0d437e634927887ee5cc3d8f985d7459adc5b2ff62d003f - 0.0% (851 Bytes)
[#002] sha256:509c77ce92ade89fbf09fe03b167023be51bf5a0c14c00487fa7a9ee33b55fc3 - 0.0% (187 Bytes)
[#003] sha256:ecb240b63624da8158552a4c4efb1dfccfad155385d41f4fad3e8acfa4846599 - 0.0% (123 Bytes)
[#004] sha256:2161e1b01b3d96dd7147aae417ea9ad1549118f19c9694be1d245015c724305a - 30.11% (43.3 MB)
[#005] sha256:50265dedf24159bd64126b4cfd671788a2712a3ed375f4f3adff4f5bcc9f574a - 1.35% (1.94 MB)
[#006] sha256:01519f8fdfdc7154d44fe0c3a83435243f61756fcd3b41ad3cbe24e145483526 - 17.12% (24.6 MB)
[#007] sha256:5775920ae4ecd223a177a1c919fbe89ec6c8aa924bf1e68dd9424f4aaca52654 - 23.17% (33.3 MB)
[#008] sha256:7f0ded72b6ca3c0b0818fd64d5de585bc473777b3cae40dd9823709e58a65e87 - 0.01% (8.89 KB)
[#009] sha256:7a25d84762c3c91dc7602a1efb4daae3cc1c118a2e27a902d785f839400d8f14 - 12.53% (18 MB)
[#010] sha256:781a24e677afa5dcc3dbaecd14df279653b19062ae8e08cc8e6adddbbf7948f8 - 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-20 15:41:42 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-05-20 15:41:42 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-05-20 15:41:43 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.20.6
2021-05-20 15:42:01 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-20 15:42:02 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-05-20 15:42:03 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-20 15:42:03 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-05-20 15:42:05 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-20 15:42:05 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-05-20 15:42:05 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-05-20 15:42:05 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-f6c1d829f5f074edf1a0a46ca1903c17ba7ce3bd-head
2021-05-20 15:42:06 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-05-20 15:42:12 UTC/bin/sh -c #(nop) COPY dir:ee715ad35a1b6436302e097373970a7191e8369648ba2862926c0257655f7655 in /var/lib/rancher-data
2021-05-20 15:42:14 UTC/bin/sh -c #(nop) COPY file:c60b26f35c3c5659c4b0e8025022c909934ae8190a20e5ee1935a9d5c70e85ab in /usr/bin/
2021-05-20 15:42:14 UTC/bin/sh -c #(nop) COPY multi:62bc784d8ede86d945fc747100f2a5d6f2da0d30e9be875bf2a34d9e76ed4e5a in /usr/bin/
2021-05-20 15:42:15 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-05-20 15:42:15 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-05-20 15:42:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-20T15:41:25Z
2021-05-20 15:42:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=f6c1d829f5f074edf1a0a46ca1903c17ba7ce3bd
2021-05-20 15:42:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-05-20 15:42:16 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.