Namespace
rancher
Image / Tag
fleet-agent:v0.3.6-rc7-windows-1809
Content Digest
sha256:3a6cca13d4393761ac0c3856237f057a2fcc5e7989ac95ce61208e49bf7640cd
Details
Created

2021-07-28 21:39:01 UTC

Size

2.55 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2021-07-28T21:34:06Z
  • org.opencontainers.image.revision
    f7f91698266436e2f09b9c7c3a545ac95d0b3a6c
  • 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.3.6-rc7


Layers

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

[#001] sha256:f143c6fed32d477c35b660b2e108ea62e3593c03e44bd9ced208ce52b26b0841 - 35.35% (922 MB)

[#002] sha256:e195fbb9fef866e704b83be52486ec7bd4cff1f68b19560e558b37679aa8a5e0 - 0.0% (1.1 KB)

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

[#004] sha256:713073444e205e765d939dda155d3b2da96149e26ed3b53dd7c55f24a151c971 - 0.0% (1.07 KB)

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

[#006] sha256:b4022f08b46c5453418b710dfdcb235260af3b5109f59d0d7a81ebb6ae4b0d44 - 0.0% (1.06 KB)

[#007] sha256:cd710da3414d1c955ec9d8ef1d8716ffa13840e1905dc753cc0808ac3004a0fc - 1.05% (27.5 MB)

[#008] sha256:a9380285c18fc5d7e96ddd8d2cecc46a54718ffe40c7af26c8becf3a8be82b55 - 0.79% (20.5 MB)

[#009] sha256:8dd230c8760049dd6b839e11a5ea80187bedf78d1ec9d8577361a239b08e1545 - 0.0% (1.09 KB)

[#010] sha256:23b1040ce8da8ed12b232c3340b081d551b5f4360140e5aed7b75c16efb44f9b - 0.0% (1.07 KB)

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

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

[#013] sha256:34918a9ad1ebe61fa657c07d858bdf3fc1c6695fbbb8b11949f2b680a47d62b2 - 0.0% (1.07 KB)


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

Apply image 1809-RTM-amd64

2021-07-06 20:34:18 UTC

Install update 1809-amd64

2021-07-28 21:38:22 UTC

cmd /S /C #(nop) ARG RELEASES

2021-07-28 21:38:22 UTC

cmd /S /C #(nop) ARG VERSION

2021-07-28 21:38:22 UTC

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

2021-07-28 21:38:23 UTC

cmd /S /C #(nop) ENV VERSION=v0.3.6-rc7

2021-07-28 21:38:23 UTC

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

2021-07-28 21:38:52 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; pushd c:\; $URL = 'https://github.com/git-for-windows/git/releases/download/v2.30.1.windows.1/MinGit-2.30.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;

2021-07-28 21:39:00 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;

2021-07-28 21:39:00 UTC

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

2021-07-28 21:39:00 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-07-28T21:34:06Z

2021-07-28 21:39:01 UTC

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

2021-07-28 21:39:01 UTC

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

2021-07-28 21:39:01 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