Namespace
rancher
Image / Tag
rancher-agent:master-441410386eada8fbe1fa8b0b29075ba67c309c65-windows-1809
Content Digest
sha256:73294af7b4daa59c29c26c67724c2a9ee71d8ee0d139ef6dbce56ab02f62b000
Details
Created

2021-08-12 16:43:54 UTC

Size

2.63 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-08-12T16:43:49Z
  • org.opencontainers.image.revision
    441410386eada8fbe1fa8b0b29075ba67c309c65
  • org.opencontainers.image.source
    https://github.com/rancher/rancher.git
  • org.opencontainers.image.url
    https://github.com/rancher/rancher

Environment
AGENT_IMAGE

rancher/rancher-agent:master-441410386eada8fbe1fa8b0b29075ba67c309c65-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 60.95% (1.6 GB)

[#001] sha256:c67ded6868b61d392a0c096f911563fd6bc0bc3ed4fe401d077b3718a1b0cdaf - 34.32% (923 MB)

[#002] sha256:dea1a05f3831f6c010481233ddcdd4f1ba4bdd68f50d176f6624293d49ef0738 - 0.0% (1.06 KB)

[#003] sha256:cf4dd68884269f95fb527744dac54c8c361c59e250a03264e771ec23114c90aa - 0.0% (1.07 KB)

[#004] sha256:6422a72f9ddc6845b856ac723c4883a774d74a6d16deee7e91ad9d9b17e427d3 - 0.58% (15.5 MB)

[#005] sha256:9d28be1ac2416feb1f2d1c253af31c97ea4f80d40dad70b26fbdd30b69f04591 - 0.2% (5.26 MB)

[#006] sha256:dcde8fadf3ec838d7d1f67a19c5ac3aa96570c27d9854d64ee599c3aa98be125 - 0.28% (7.42 MB)

[#007] sha256:11ba69224c394a835781b4f7072ed1288e5774d5e05af28359cf53feb72cfff1 - 1.38% (37.2 MB)

[#008] sha256:3ce54a1cf4310603161c4fc18e827a05aa1b87a768e545ef849843c9153c3f00 - 0.2% (5.32 MB)

[#009] sha256:3cb75ee2924a19ee23c2b2482c287ad23a6e7f3e3318180bb89b0e28635968a2 - 0.58% (15.6 MB)

[#010] sha256:75fdb4971a9d1996146d29aa794400e9d01a285aecb092d6c3a974b707d5fda2 - 0.47% (12.7 MB)

[#011] sha256:d7e8eaf4fd22031d1c073e9b3e89301824db897abde993fd6131ebea2764093d - 0.0% (1.06 KB)

[#012] sha256:55dbd6ddeff0e83dd63f8ab3a368698ce227ad827e56049949cd0a46b8af96ca - 0.0% (1.07 KB)

[#013] sha256:27051c350e29309cacdb12115be6a689a381c5afa4bce24f34d28791aee86cec - 0.0% (1.06 KB)

[#014] sha256:11c20e4c3c3b40be5fdbdb3b2a5ef3c532edf39f447934bed4f9a71c157755c1 - 0.0% (1.07 KB)

[#015] sha256:a3c6f97e04b21a151466a0c94418e0e1b73a3ca83be89088cee5aec5b3720350 - 0.0% (1.07 KB)

[#016] sha256:3b6cf9e918af083f7113408be8fb4d2bb02a5eb7192bff315d584e504ffd96fd - 1.04% (28 MB)

[#017] sha256:b67cbcea2a819d6cd56235afd5947a5ea3993b88a9c11455095641c173ab0b87 - 0.0% (1.06 KB)

[#018] sha256:e2fdc4c03fec88f0ab75bb3f0fec4fc52ee06c3a823e8d7df8358f87052a4df6 - 0.0% (1.09 KB)

[#019] sha256:62fab80457133da57754b7261f77ba525e88f2db5ae5d31f001b1ddac83b9a02 - 0.0% (1.09 KB)

[#020] sha256:3d0f6018ee94a20843ba44efcb689d3394263dc18e3949f834c94e04aead1b63 - 0.0% (1.09 KB)

[#021] sha256:33f5e763b213970ff93f4bdfa2f6088c9164fcf1219d20704ce87a54a5d65045 - 0.0% (1.07 KB)


History
2020-05-07 05:09:25 UTC

Apply image 1809-RTM-amd64

2021-08-05 19:44:34 UTC

Install update 1809-amd64

2021-08-12 16:42:07 UTC

cmd /S /C #(nop) ARG ARCH=amd64

2021-08-12 16:42:08 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]

2021-08-12 16:42:27 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-12 16:42:34 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-12 16:42:56 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-12 16:43:05 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-12 16:43:11 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/

2021-08-12 16:43:17 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/

2021-08-12 16:43:23 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/

2021-08-12 16:43:23 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev

2021-08-12 16:43:24 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true

2021-08-12 16:43:24 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24

2021-08-12 16:43:51 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-441410386eada8fbe1fa8b0b29075ba67c309c65-head

2021-08-12 16:43:51 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs

2021-08-12 16:43:52 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:9880548f97b44ba7f2a66f16fee58b5267bd3ebca8a8e2b5c7704fa1ea4ad478 in \etc\rancher\

2021-08-12 16:43:53 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]

2021-08-12 16:43:53 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-12T16:43:49Z

2021-08-12 16:43:53 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=441410386eada8fbe1fa8b0b29075ba67c309c65

2021-08-12 16:43:54 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git

2021-08-12 16:43:54 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher

Danger Zone
Delete Tag

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.

Delete