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

2023-03-30 15:59:19 UTC

Size

1.87 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-03-30T15:55:02Z
  • 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:8185ee4ed6467d79d4c69f02fe3902311ba84777802d459dcd99869f603b161f - 82.73% (1.55 GB)

[#001] sha256:b5f4ee3f051b6848a99134adfb17dc9f8f81284bff92912318397b995ffc71c7 - 14.9% (285 MB)

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

[#003] sha256:26367b518dc3f80b8451622ad40d956a9b91887080a7ffa00e450e19e5447d2e - 0.0% (1.06 KB)

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

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

[#006] sha256:07cafe95abd6c3e96925660fde0fe081ac38289028fe31df517b09a7c798262a - 0.0% (1.07 KB)

[#007] sha256:f11c6df2519cc7b46d6d4481ab754cab89bc7ae4f7681dc29f1da76ce0e1a02f - 1.4% (26.8 MB)

[#008] sha256:4bcc6a9258ed1a8c7ff8225a3c406f158153c4c79593d40e550d2ba8c7aa8c1e - 0.97% (18.6 MB)

[#009] sha256:345fb9dcc280785289cbd79018a537970a32fd47d2de99d417d70f82af2b0f50 - 0.0% (1.06 KB)

[#010] sha256:c194aeedf2982717075d5ab536f0a051561b29ae9c61c78c1aa48d241822bcba - 0.0% (1.06 KB)

[#011] sha256:2f9d99144ebe091af6094b4adde13ae95caf830a210474f543dc63876c46c886 - 0.0% (1.07 KB)

[#012] sha256:8b63bd8c3fc6146808b6e9a638f48494551c86c56bba635eba6ad2d7acd39270 - 0.0% (1.09 KB)

[#013] sha256:985f32156eb2930d662aa6a82198a75c786d0bb166be7461b6274195d4c21f84 - 0.0% (1.06 KB)


History
2023-01-07 05:37:58 UTC

Apply image 10.0.17763.3887

2023-03-11 10:37:22 UTC

Install update 10.0.17763.4131

2023-03-30 15:58:43 UTC

cmd /S /C #(nop) ARG RELEASES

2023-03-30 15:58:43 UTC

cmd /S /C #(nop) ARG VERSION

2023-03-30 15:58:43 UTC

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

2023-03-30 15:58:44 UTC

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

2023-03-30 15:58:44 UTC

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

2023-03-30 15:59: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 15:59:17 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 15:59:18 UTC

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

2023-03-30 15:59:18 UTC

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

2023-03-30 15:59:18 UTC

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

2023-03-30 15:59:18 UTC

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

2023-03-30 15:59:19 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