Namespace
rancher
Image / Tag
fleet-agent:v0.3.9-windows-ltsc2022
Content Digest
sha256:c1a16e6431c066c06db933bb25f9680f5e8597e59f7f2a009b766c30d6b89aab
Details
Created

2022-03-28 20:58:09 UTC

Size

2.11 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2022-03-28T20:53:50Z
  • org.opencontainers.image.revision
    4dc66c946ca2f90f5f7a5d360a573698687a3a11
  • 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.9


Layers

[#000] sha256:8f616e6e9eec767c425fd9346648807d1b658d20ff6097be1d955aac69c26642 - 55.15% (1.17 GB)

[#001] sha256:037d5740b40414bc505c21324142a1cd3eab10c176189a9a74d1a90354ac7cd4 - 42.72% (925 MB)

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

[#003] sha256:8c009312fbb4d227d7b18f7b7acc4a2fc611c748b635f7409768b9d0222f18d5 - 0.0% (1.25 KB)

[#004] sha256:aebec188c2052034ae3ae1d0bba4a9d7eef9677e7250a270af1eeceed7dbdf87 - 0.0% (1.25 KB)

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

[#006] sha256:cd6dcd96b14a04de05af9767b786fa6c7f2eec17166e11d3a00af4e89fa4e1d3 - 0.0% (1.25 KB)

[#007] sha256:251547aa51550188b7ee1ee6aaa331921e7f08e807b0ed322b05ecfb144ea29e - 1.24% (26.9 MB)

[#008] sha256:bcb811d22436060b8bccada96f365b047634c1e21e52715de643a52815a3722b - 0.88% (19.1 MB)

[#009] sha256:492fe10644ca1892364563626a4eb8eb852a9d9df45f35e70f3c1575c5b0266b - 0.0% (1.25 KB)

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

[#011] sha256:a7dcc6a3d60a7c402c9768a87e9857226bd09b44e48f0d54ca9b92d5b7513609 - 0.0% (1.28 KB)

[#012] sha256:f955308b406b8851915fd3d5d3b88df2d410dd7c6d58f6aced537c4a9cd5826c - 0.0% (1.26 KB)

[#013] sha256:368b5501b8df0ba95d384d6d84db99f025b9939c3e35fda6b1e5ca629a80fcaf - 0.0% (1.26 KB)


History
2021-05-08 09:40:24 UTC

Apply image 2022-RTM-amd64

2022-03-03 05:02:11 UTC

Install update ltsc2022-amd64

2022-03-28 20:57:33 UTC

cmd /S /C #(nop) ARG RELEASES

2022-03-28 20:57:33 UTC

cmd /S /C #(nop) ARG VERSION

2022-03-28 20:57:34 UTC

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

2022-03-28 20:57:34 UTC

cmd /S /C #(nop) ENV VERSION=v0.3.9

2022-03-28 20:57:35 UTC

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

2022-03-28 20:57:55 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;

2022-03-28 20:58:06 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;

2022-03-28 20:58:07 UTC

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

2022-03-28 20:58:07 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2022-03-28T20:53:50Z

2022-03-28 20:58:08 UTC

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

2022-03-28 20:58:08 UTC

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

2022-03-28 20:58:09 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