Namespace
rancher
Image / Tag
fleet-agent:v0.7.0-AGENT-rc.1-windows-ltsc2022
Content Digest
sha256:f5ec15974866fdfafe0df48da8c303bcfd861bf2dcaafa923d5e9d0317eec01a
Details
Created

2023-03-30 16:09:35 UTC

Size

1.6 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-03-30T16:05:06Z
  • org.opencontainers.image.revision
    fd11ed224e3d08978a3ac35b095779a15cc8caa2
  • 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.0-AGENT-rc.1


Layers

[#000] sha256:6a0972e4a21b1e21e65ee97fd7f7b548b42f85db2bcb8c941555d9a7111d7e22 - 78.58% (1.25 GB)

[#001] sha256:9d544046b1cdcaa3f8d6bbc0d22bac575707e7849f26d607e68b793a2b98614c - 18.62% (304 MB)

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

[#003] sha256:59baacde3f0fe5aaefc4d4ff3c11446fd328c063ceda060130863f37b2cc57d8 - 0.0% (1.29 KB)

[#004] sha256:4347b46c14d62f7c7914c1839849afdd318a0c151b3512e8466412ef242fd72e - 0.0% (1.29 KB)

[#005] sha256:e0b5913a3977ae139142af2ebfcb3f0e2772c23aab13ecd57df5bb0d63acf7f1 - 0.0% (1.29 KB)

[#006] sha256:b819d1a7a55bb793428283b2d311a7255e3011ee5b9082a705714d0676c8cc7d - 0.0% (1.26 KB)

[#007] sha256:188f3f4c5b7037bc99824c4ce2ab50dd690c01fb12aea80dd67aa6e16646aaca - 1.65% (27 MB)

[#008] sha256:ec8c99e2a8051af8e4eef1b6a6a33bdc33231ceffc442552148f2ecc6db5cd9a - 1.15% (18.8 MB)

[#009] sha256:f1911220576e08c9b52cfd7a818a3c4b68bbc8ff35517d10352769ef9ce98db6 - 0.0% (1.27 KB)

[#010] sha256:827751788f967e34d001215c112779ef23a61228996d13eb1e040ac03c5677b0 - 0.0% (1.26 KB)

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

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

[#013] sha256:8d900d0907cff8b89f2e2abeec8f1302e08d9e02590889e85868c82ab10fd5b9 - 0.0% (1.26 KB)


History
2023-01-06 23:47:40 UTC

Apply image 10.0.20348.1487

2023-03-10 06:37:36 UTC

Install update 10.0.20348.1607

2023-03-30 16:08:28 UTC

cmd /S /C #(nop) ARG RELEASES

2023-03-30 16:08:30 UTC

cmd /S /C #(nop) ARG VERSION

2023-03-30 16:08:31 UTC

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

2023-03-30 16:08:33 UTC

cmd /S /C #(nop) ENV VERSION=v0.7.0-AGENT-rc.1

2023-03-30 16:08:34 UTC

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

2023-03-30 16:09:10 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-03-30 16:09:31 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-03-30 16:09:32 UTC

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

2023-03-30 16:09:32 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2023-03-30T16:05:06Z

2023-03-30 16:09:33 UTC

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

2023-03-30 16:09:34 UTC

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

2023-03-30 16:09:35 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