2021-06-08 02:01:28 UTC
173 MB
rancher/rancher-agent:v2.5.9-rc2
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:28bcaaad9875e6ec7fbb007fe0abaa8f563ab74cc3e5d7227bdf2b12ee7e05b6 - 0.0% (123 Bytes)
[#004] sha256:d5a9c82eb6d41356fdbac4ad7bfc671e96a5658c8f173aa799baff18fc2b3459 - 33.05% (57.1 MB)
[#005] sha256:dc6362a906deca298ca1403f22d5470d7d898893cc97ce044bd5e64add1e7fd5 - 1.28% (2.2 MB)
[#006] sha256:a170137a79e34f0590034f9992f523a979e551377f3e8950a5f833fa5e985f55 - 15.39% (26.6 MB)
[#007] sha256:d242eb907915d9791b2499ed0a7307018f4ae004bae49593a3e2b5b51f4f97be - 17.53% (30.3 MB)
[#008] sha256:de5e9d5bfef61238d3cdeb09ab047b8d556eab6caa5c98813eb58a6014ed5043 - 0.01% (9.31 KB)
[#009] sha256:2f2fc6de4a3c1d912ab2dccac3ccc5e0859a113af2deb6550b17c950f120d5a6 - 18.0% (31.1 MB)
[#010] sha256:afc353da4ab5907f4210627f86f4c5d7bd287ab8b4e00c14ce6ec58d048f0d18 - 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-08 02:00:46 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-06-08 02:00:47 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-08 02:00:48 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-06-08 02:00:48 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-06-08 02:01:12 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-08 02:01:13 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-06-08 02:01:14 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-08 02:01:14 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-06-08 02:01:16 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-08 02:01:17 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-06-08 02:01:17 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-06-08 02:01:17 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-06-08 02:01:17 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.9-rc2
2021-06-08 02:01:17 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-06-08 02:01:24 UTC/bin/sh -c #(nop) COPY dir:d4fca8c4cfac9cc9719439fbe377e7213befe8eb16c59c9d7448c6c827bf82c2 in /var/lib/rancher-data
2021-06-08 02:01:25 UTC/bin/sh -c #(nop) COPY file:06b0b342addff9a717be154d225e24a02cfd9f246783db87a72ccfb06f516df1 in /usr/bin/
2021-06-08 02:01:26 UTC/bin/sh -c #(nop) COPY multi:b5297ba4dbba5bdbfe17253a33f48e6c6982835d542436730180f32385296af8 in /usr/bin/
2021-06-08 02:01:27 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-06-08 02:01:27 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-06-08 02:01:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-08T02:00:22Z
2021-06-08 02:01:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=c22c65acb177c809d4cf50cfc43f1562ec4e2974
2021-06-08 02:01:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-06-08 02:01:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-06-08 01:51:37 UTC
257 MB
rancher/rancher-agent:v2.5.9-rc2
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:537bced3567d8f46541d7681307ab24e6d9d8149a184a616bf9066ce5c3d96ea - 0.0% (831 Bytes)
[#016] sha256:96c94824d4552eb7ace3f83b52bd99af9b1f356440d281503de9bed6d6bf806a - 0.0% (835 Bytes)
[#017] sha256:549ed78bdf6fae3f5b745acb3838f1d6de173c058542438e2429b749b4e187df - 12.05% (31 MB)
[#018] sha256:1997c7a06f7fb0237b802b5c83658b6cd94b544f198ac9e9dbf43296fb7c29a5 - 0.0% (830 Bytes)
[#019] sha256:5e08f68efa089afa82d4f83cef19eea9e9ba95636a8ae54dead760d1c48049dc - 0.0% (831 Bytes)
[#020] sha256:cd116f02c65f15f5b5a318d4f0153f4fd97c3757edf6e05e029a936c6b08f9c1 - 0.0% (833 Bytes)
[#021] sha256:340abe78df77a3d1b8d963a2b57fe33598b6e4d2962d533970c51ec8b3978824 - 0.0% (829 Bytes)
[#022] sha256:48ab6eecfc6b4b729b5d8a7e885e62261f75488621408936c6816044586a25ee - 0.0% (832 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 22:44:55 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.9-rc2
2021-06-07 22:44:56 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-06-07 22:44:57 UTCcmd /S /C #(nop) COPY multi:f21579bb3a6b7542c1a743d83e4593665082f843191d296cf60c3de55e3499b4 in \etc\rancher\
2021-06-07 22:44:58 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-06-08 01:51:35 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-06-08T01:51:33Z
2021-06-08 01:51:36 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=c22c65acb177c809d4cf50cfc43f1562ec4e2974
2021-06-08 01:51:36 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-06-08 01:51:37 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
2021-06-08 01:52:13 UTC
2.47 GB
rancher/rancher-agent:v2.5.9-rc2
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:fb9df6b0e429ed4f335311caffafe79d46d2de21176e02d364b8c7e66ff18d63 - 0.0% (1.27 KB)
[#016] sha256:cd68926af336bfb4b89b37761dcee3d77233e2627b5c75d3fef73e181c2410a2 - 0.0% (1.27 KB)
[#017] sha256:61a31b62e7fa32f035e1e21af55d8f6ad24ebe5fc3efd97bc442a8088965c3c6 - 1.23% (31 MB)
[#018] sha256:4ca7aaafd2230bb65cd52d442cc3038b186807a0ee3cab79ab4463ef41b5f40b - 0.0% (1.27 KB)
[#019] sha256:dc31c190a5242bda7af191c31356dd298e6810e0a304d0bdf107bb44811e11ee - 0.0% (1.29 KB)
[#020] sha256:13394f8723b79ab547cc22a1dd59e043e97306c8663dd741039c5a587a5fc508 - 0.0% (1.26 KB)
[#021] sha256:28933b2cc94181d156160657c968c410f8308ade362b531f27488af92afbbed9 - 0.0% (1.27 KB)
[#022] sha256:95865663ca32310b7f2694a8a62cc48f33dccd9b4a7ba9cc7a2ba337fa2c56a8 - 0.0% (1.27 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 22:45:26 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.9-rc2
2021-06-07 22:45:27 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-06-07 22:45:28 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:f21579bb3a6b7542c1a743d83e4593665082f843191d296cf60c3de55e3499b4 in \etc\rancher\
2021-06-07 22:45:29 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-06-08 01:52:12 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-06-08T01:52:10Z
2021-06-08 01:52:12 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-06-08 01:52:13 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=c22c65acb177c809d4cf50cfc43f1562ec4e2974
2021-06-08 01:52:13 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-06-08 01:51:20 UTC
261 MB
rancher/rancher-agent:v2.5.9-rc2
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:926e422412f120bc8dadbcff288744e87b3fece82a92ef48c704351a98e459f9 - 0.0% (1.01 KB)
[#016] sha256:9f1d87969b3a602026d4c4a5cb0f6dab02bf45350de86bc9389fc1e198c0e49b - 0.0% (1.04 KB)
[#017] sha256:7de0ada725f492e09a3d1e1045c052c3352d70287ba6dcdf7cd9292487434a95 - 11.9% (31 MB)
[#018] sha256:2225405096b60d22c0cfe15b4d35061d1d21a36e92b78cba4b225063648ebb4b - 0.0% (1.05 KB)
[#019] sha256:75924c3817efce592f772f0f11a91750afbe46946685be797317b87e398654ba - 0.0% (1.08 KB)
[#020] sha256:0154357831f71a837a9047caae774241c5c2b7c35da2d5724196e3c83aaa36c2 - 0.0% (1.02 KB)
[#021] sha256:382a79ef663816b94cf71d348ad995d9053dd39aa4736509725488c63feddbe0 - 0.0% (1.02 KB)
[#022] sha256:e99068bc0050ca3742e80d89599be102f6af0f07718f2e3b3b775b067af5a26a - 0.0% (1.01 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 22:44:37 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.9-rc2
2021-06-07 22:44:38 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-06-07 22:44:40 UTCcmd /S /C #(nop) COPY multi:f21579bb3a6b7542c1a743d83e4593665082f843191d296cf60c3de55e3499b4 in \etc\rancher\
2021-06-07 22:44:41 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-06-08 01:51:19 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-06-08T01:51:17Z
2021-06-08 01:51:19 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-06-08 01:51:20 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=c22c65acb177c809d4cf50cfc43f1562ec4e2974
2021-06-08 01:51:20 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2021-06-08 01:57:08 UTC
160 MB
rancher/rancher-agent:v2.5.9-rc2
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:262463c58ec37265b82dd8f13df4f15ddc65843a959eed81b59f6041bdeb5372 - 0.0% (123 Bytes)
[#004] sha256:604b57e900666a00b19971b3203ac0fcda594dd3e4ce45f5a217d94659566ceb - 32.65% (52.4 MB)
[#005] sha256:4acb2ad3cd2a57ed259a683d89f1ea9f5a4d7ad0110aad19664f931da8e475fd - 1.21% (1.94 MB)
[#006] sha256:39cec9260310f80128f7425a090f70f3bdd7ac4aace7b4c1cf9d5fc5ba708771 - 15.35% (24.6 MB)
[#007] sha256:e6969c37d1625281ed7ed633084454087496de9890bba5ec94cecb74aa6a01e8 - 18.86% (30.3 MB)
[#008] sha256:ccb065a285e4292202650bc0bb2d3cb5079685ae3abe56af5dbd490e60662291 - 0.01% (8.89 KB)
[#009] sha256:ac8121835ef88fba3e16f389fb1835b4c57f8249ca2e9cc865fccb0e7e74a875 - 17.83% (28.6 MB)
[#010] sha256:fc579bd3ab48b3d9f55ac050c154d4b1fe03962e4dc28c317f72dc3a7f28951b - 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-08 01:56:32 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-06-08 01:56:32 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-08 01:56:33 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-06-08 01:56:33 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.19.7
2021-06-08 01:56:53 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-08 01:56:54 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2021-06-08 01:56:55 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-08 01:56:55 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2021-06-08 01:56:57 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-08 01:56:57 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-06-08 01:56:57 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2021-06-08 01:56:57 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2021-06-08 01:56:58 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.9-rc2
2021-06-08 01:56:58 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2021-06-08 01:57:04 UTC/bin/sh -c #(nop) COPY dir:7b84f7bf8ee16c88cb5a43442e5490f9eb7ceaf9f24133ad55a4cb2c5f795df1 in /var/lib/rancher-data
2021-06-08 01:57:05 UTC/bin/sh -c #(nop) COPY file:c60b26f35c3c5659c4b0e8025022c909934ae8190a20e5ee1935a9d5c70e85ab in /usr/bin/
2021-06-08 01:57:06 UTC/bin/sh -c #(nop) COPY multi:505284c72f921a8802fa543fd9de7a4c8047b1149c69ae59782958fba40c4557 in /usr/bin/
2021-06-08 01:57:06 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2021-06-08 01:57:07 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2021-06-08 01:57:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-08T01:56:15Z
2021-06-08 01:57:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=c22c65acb177c809d4cf50cfc43f1562ec4e2974
2021-06-08 01:57:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-06-08 01:57:08 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.