Namespace
rancher
Image / Tag
fleet-agent:v0.3.10-security1-windows-20H2
Content Digest
sha256:95bda09bef1181df0ae824aa84b46f9c22d2500d257a0e299a4f241928ab8695
Details
Created

2023-01-23 16:58:59 UTC

Size

2.59 GB

Content Digest
Labels
  • org.label-schema.build-date
    2023-01-23T16:53:43Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    d64a4445096c89e1c288703710752ec14217a879
  • org.label-schema.vcs-url
    https://github.com/rancher/fleet.git

Environment
RELEASES

releases.rancher.com

VERSION

v0.3.10-security1


Layers

[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 54.09% (1.4 GB)

[#001] sha256:99cf2a8aa05bc72274d48b987a78e983f4133cecea4106618bc8b3586447efdc - 44.2% (1.15 GB)

[#002] sha256:797ffcb2c991752d7c175aba3673d334fc5dad8623aa045aa75a6a5e15a7c201 - 0.0% (1.26 KB)

[#003] sha256:86ee29710a71cca0b395ee48e8f37951ad81968b85c9ad59186620645df586cf - 0.0% (1.26 KB)

[#004] sha256:f75b991172560f30dd3b6799616f02783b70d90b67b749dc736f3c1a92ec46e2 - 0.0% (1.28 KB)

[#005] sha256:f9cad5753693c0a1c0938db58f8aa4d5323cd1dea03dc506977300e07797ddd9 - 0.0% (1.26 KB)

[#006] sha256:f9dda40a53a5c1360bbe8c5efde4162797a956f47cff6aeab7b675aa4f035e28 - 0.0% (1.28 KB)

[#007] sha256:bd450ab5b9fb423b59990ea91a3f9bb5ee8961e91ac8da58d4f7f309646bfe84 - 1.0% (26.6 MB)

[#008] sha256:14da76b51b24a0de8969571c7fe05fce053680db5fef7f9e6768d5db89377c3e - 0.71% (18.9 MB)

[#009] sha256:259908ec4bbaf3f81a3d2cd282bbaa81c65e498b7bb256f54303d2795e914219 - 0.0% (1.26 KB)

[#010] sha256:0213b248763aaf45f5dd8f88b87b9d9c43fb98ccd770a48c15ab7af177595aea - 0.0% (1.26 KB)

[#011] sha256:6f6ad02c67944e8cc225f4e427ce9ffb8e4ddcada534d81a0bb61a1e4241570b - 0.0% (1.3 KB)

[#012] sha256:d188f9e31088b7905e90730e7f5bed7e98d512203af6c7cef30f15d636089244 - 0.0% (1.29 KB)

[#013] sha256:6e3a9cd290fbf4eb6810bd546a9f802578166a2933ceb64f85427749ec6c80e2 - 0.0% (1.26 KB)


History
2020-09-10 20:40:05 UTC

Apply image 10.0.19042.508

2022-08-05 09:28:58 UTC

Install update 10.0.19042.1889

2023-01-23 16:58:31 UTC

cmd /S /C #(nop) ARG RELEASES

2023-01-23 16:58:31 UTC

cmd /S /C #(nop) ARG VERSION

2023-01-23 16:58:32 UTC

cmd /S /C #(nop) ENV RELEASES=releases.rancher.com

2023-01-23 16:58:32 UTC

cmd /S /C #(nop) ENV VERSION=v0.3.10-security1

2023-01-23 16:58:33 UTC

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

2023-01-23 16:58:48 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; pushd c:\; $URL = 'https://github.com/git-for-windows/git/releases/download/v2.33.1.windows.1/MinGit-2.33.1-64-bit.zip'; Write-Host ('Downloading git from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\git.zip -Uri $URL; Write-Host 'Expanding ...'; Expand-Archive -Force -Path c:\git.zip -DestinationPath c:\git\.; Write-Host 'Cleaning ...'; Remove-Item -Force -Recurse -Path c:\git.zip; Write-Host 'Complete.'; popd;

2023-01-23 16:58:57 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://{0}/fleet/{1}/fleetagent-windows-amd64.exe' -f $env:RELEASES, $env:VERSION; New-Item -Path 'c:\\' -Name 'fleet' -ItemType 'directory'; Write-Host ('Downloading dapper from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:/fleet/fleetagent-windows.exe -Uri $URL;

2023-01-23 16:58:57 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["C:\\fleet\\fleetagent-windows.exe"]

2023-01-23 16:58:58 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2023-01-23T16:53:43Z

2023-01-23 16:58:58 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0

2023-01-23 16:58:58 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=d64a4445096c89e1c288703710752ec14217a879

2023-01-23 16:58:59 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/fleet.git

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