2021-08-20 00:17:02 UTC
2.28 GB
rancher/rancher-agent:v2.6-7f334ec1e86aabe734c5c7fdeb1afdc6f924da43-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:295f12394c4f250e83029adb04647faeb736b0c8d275aa9b34f5e3c60a89d0d2 - 50.2% (1.14 GB)
[#001] sha256:c30e212b15b86121fb89bda60f21c14275762ea9c6c2d30c593c9ffecf605c40 - 44.3% (1.01 GB)
[#002] sha256:dd21156af41ae5d93e7b1779afa46dfe6dfbed1c1094e0cd5891435930f863d9 - 0.0% (1.33 KB)
[#003] sha256:756fd00d8c6e99d3300084d9202115c4892663d8078660a995e839789df7d955 - 0.0% (1.36 KB)
[#004] sha256:736151b426b2f8005d9c2f8dae532adb503b27866e347cec38a66188fea70687 - 0.67% (15.5 MB)
[#005] sha256:75c8f3ec99c304465e6dc0a81e27a891133106ee445960e37a16184e4d928d83 - 0.23% (5.28 MB)
[#006] sha256:8792fab1380f56df10b423c81a21eff9b4478881946aae8d370af39acb402470 - 0.37% (8.67 MB)
[#007] sha256:00a9f7e0a6ccdfd5e24de291295163d9d96a5195230bc2a2c5eb45bbc047cd71 - 1.6% (37.2 MB)
[#008] sha256:41da08975c69d38c750375d4d2abe6482a2c21b11049d8fb30ae636d317e23b5 - 0.23% (5.34 MB)
[#009] sha256:14ee605ac61f098b03bce762b4e77de9f40df00c8979e7cb8412a6e5f8c4d44d - 0.67% (15.6 MB)
[#010] sha256:40a08f380551a00726347bda86bb62610cc6f82cb02be717b612831733387a9f - 0.55% (12.8 MB)
[#011] sha256:4e6924dfc161a55e0529974dc4518781267dab39af3ea0b409809dca89b0d438 - 0.0% (1.27 KB)
[#012] sha256:715619b473712cb1f701bff4c8cef68213cb40ff7185f22e8d82a96fa27bce72 - 0.0% (1.29 KB)
[#013] sha256:81738488c0175eaf56b9da7f3180b92c1ecfbab02e3fdb80912f4f6a3beca594 - 0.0% (1.29 KB)
[#014] sha256:fe32e59145768688625ea13a94f870212bbbb5aeaa8dd9548213fe2b096adf7b - 0.0% (1.3 KB)
[#015] sha256:17c69e3aabaf3cabf6454726886ac3eae96d86f4a3097a58e2329fa63e22c27b - 0.0% (1.26 KB)
[#016] sha256:73d228e1b4d5b80df8428edb57da146c90db1502d9733f69f662a7ea435aa6ad - 1.2% (28 MB)
[#017] sha256:a30f2b9dc173df5dd89cd1847a4dced5b8cc8dcef8854c93369881fccdc0e70b - 0.0% (1.3 KB)
[#018] sha256:559782bab51d53fabe87e034296e0fc732d730df39d27dd627b41883e5333105 - 0.0% (1.29 KB)
[#019] sha256:2ef8d4c551bf3b8025285cff7d3204b4694e451c2823c391bced2cad35906a08 - 0.0% (1.3 KB)
[#020] sha256:134b3a859cad68cd8944f235c416fbd728f76c6e9f3d08d169f483f48c241352 - 0.0% (1.3 KB)
[#021] sha256:9207b056f920c97b2e8513fc597d4815b475f710674eb9789ea1c30c4b0604fd - 0.0% (1.26 KB)
Apply image 2004-RTM-amd64
2021-08-03 01:07:02 UTCInstall update 2004-amd64
2021-08-20 00:14:54 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-20 00:14:55 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-20 00:15:05 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-08-20 00:15:12 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-08-20 00:15:39 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-08-20 00:15:50 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-08-20 00:16:00 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-20 00:16:08 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-20 00:16:16 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-20 00:16:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-20 00:16:17 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-20 00:16:17 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-20 00:16:56 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.6-7f334ec1e86aabe734c5c7fdeb1afdc6f924da43-head
2021-08-20 00:16:57 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-20 00:16:58 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:522dd146963b6f79b1fc9b0b54cc75f6402f671f9b6df5191ac43a62ade1f21c in \etc\rancher\
2021-08-20 00:16:59 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-20 00:17:00 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-08-20T00:16:54Z
2021-08-20 00:17:00 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-08-20 00:17:01 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=7f334ec1e86aabe734c5c7fdeb1afdc6f924da43
2021-08-20 00:17:02 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
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.