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

2021-12-22 21:06:04 UTC

Size

2.09 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2021-12-22T21:01:29Z
  • org.opencontainers.image.revision
    81d2950d2c614c609ece373e3a53db10ffe99a3a
  • 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-rc1


Layers

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

[#001] sha256:4d1d74adc6a92e44b3cd592ec9459f1fff926eaf6fc20bb7526360bec71aefc0 - 41.94% (896 MB)

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

[#003] sha256:75297f72d3c08f61f9fecf39d34010aed51d74557b190a99b2686064b7b9d5a6 - 0.0% (1.26 KB)

[#004] sha256:4e1296cfa8c624d6f2cb8ead74af9b4964e6182a61b3ccb40d126792b2885858 - 0.0% (1.28 KB)

[#005] sha256:5acbbfb36d274dbfb436f699333f72aaf526ad8c0abe307f8801f21628b2872f - 0.0% (1.28 KB)

[#006] sha256:e4ff1e56f9cc5f25566a2f67ec3b172547f45458d92e2366cdf22b6bce79aec2 - 0.0% (1.28 KB)

[#007] sha256:9af1bbc163deee4b0648a560d8e725800541f15b9309eaa5b138ffa580573d4e - 1.26% (26.9 MB)

[#008] sha256:01e51255885d97e6da096ee9087e5c525daa990d612ce99cbd985a5e11dc835b - 0.9% (19.1 MB)

[#009] sha256:75a8bba755f969ae0d98184ffc7d0b91ea171252cd2a2709ef3c867cea522d50 - 0.0% (1.25 KB)

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

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

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

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


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

Apply image 2022-RTM-amd64

2021-12-08 01:54:07 UTC

Install update ltsc2022-amd64

2021-12-22 21:05:13 UTC

cmd /S /C #(nop) ARG RELEASES

2021-12-22 21:05:13 UTC

cmd /S /C #(nop) ARG VERSION

2021-12-22 21:05:14 UTC

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

2021-12-22 21:05:14 UTC

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

2021-12-22 21:05:14 UTC

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

2021-12-22 21:05:40 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;

2021-12-22 21:05:57 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-12-22 21:05:58 UTC

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

2021-12-22 21:06:00 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-12-22T21:01:29Z

2021-12-22 21:06:02 UTC

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

2021-12-22 21:06:03 UTC

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

2021-12-22 21:06:04 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