Namespace
rancher
Image / Tag
fleet-agent:v0.7.1-rc.2-windows-1809
Content Digest
sha256:5a0f98ea89a77ad4cb9192c48c7b0db30a89717002344ac1e54751983bc79731
Details
Created

2023-08-08 15:15:22 UTC

Size

1.85 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-08-08T15:10:48Z
  • org.opencontainers.image.revision
    991b71316757bbec6a3737f3bf3cd80205218978
  • org.opencontainers.image.source
    https://github.com/rancher/fleet.git
  • org.opencontainers.image.url
    https://github.com/rancher/fleet

Environment
RELEASES

releases.rancher.com

VERSION

v0.7.1-rc.2


Layers

[#000] sha256:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 83.06% (1.54 GB)

[#001] sha256:e36dba1ee29cd36713c8785a5de7dd2a487244d734ed4c5e7b0a6890bffb806e - 14.55% (276 MB)

[#002] sha256:a1c80f3b0594a5c423ad62684383866851919682571ef235bc6f3739d34323b7 - 0.0% (1.07 KB)

[#003] sha256:2dc1ed823a951bd7c62180e892b3ca6c1e1c4bbf0287e1c968c722bbb1fb1498 - 0.0% (1.06 KB)

[#004] sha256:fcef93157006519cf62779492a9e23d5d5930ed7c1eeb80a4345c8d068f8a054 - 0.0% (1.09 KB)

[#005] sha256:427ff895196c8f3baffe2b6e94cb3225456c8e278772422c63f85d49f3be8c19 - 0.0% (1.09 KB)

[#006] sha256:635237f9b1f1ed56ceb383fdad715d9bb5add423de7a763c97dc64d1633bf17a - 0.0% (1.09 KB)

[#007] sha256:1171411487b8c257706ebd348b186354e3145b95c16c76be5c49332a397636c6 - 1.41% (26.7 MB)

[#008] sha256:5d325f533e8e6cb5af890bccc612e9eaa5ab7d1ecf20abccfd411223cacb2dbc - 0.98% (18.6 MB)

[#009] sha256:042f10561ecd1487cba77a0a66cbb02d2b0c6d7aba2786a5def84638cfd43577 - 0.0% (1.07 KB)

[#010] sha256:9ffd6d6eb454e558adc107a9d6da631053eeb9e8e88090c0dc227b5a27ae7f7f - 0.0% (1.09 KB)

[#011] sha256:d2cf47b5e0ac1d6bc700bbbcd9accdd35874e773af4c99c835b6b2ef37bde82b - 0.0% (1.09 KB)

[#012] sha256:8a74d9a6185ecd90fa7794c3b2e3f2cf92a1176ef9fb5556e47f79d3e37e8f65 - 0.0% (1.07 KB)

[#013] sha256:529afd296bbb5357a4868e07c19ee102ef1e8462961bc01f8261dbf51e49a237 - 0.0% (1.06 KB)


History
2023-06-08 12:58:24 UTC

Apply image 10.0.17763.4499

2023-07-07 08:17:39 UTC

Install update 10.0.17763.4645

2023-08-08 15:14:48 UTC

cmd /S /C #(nop) ARG RELEASES

2023-08-08 15:14:48 UTC

cmd /S /C #(nop) ARG VERSION

2023-08-08 15:14:48 UTC

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

2023-08-08 15:14:49 UTC

cmd /S /C #(nop) ENV VERSION=v0.7.1-rc.2

2023-08-08 15:14:49 UTC

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

2023-08-08 15:15:13 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-08-08 15:15:20 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-08-08 15:15:21 UTC

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

2023-08-08 15:15:21 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2023-08-08T15:10:48Z

2023-08-08 15:15:21 UTC

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

2023-08-08 15:15:22 UTC

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

2023-08-08 15:15:22 UTC

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

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