Namespace
rancher
Image / Tag
fleet-agent:v0.7.0-rc.3-test3-windows-1809
Content Digest
sha256:77eb5736d2e2f283ebbe7e55aa3766e92fd5ed4f5eb58340661599a54712cb99
Details
Created

2023-05-30 04:24:37 UTC

Size

1.92 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-05-30T04:20:19Z
  • org.opencontainers.image.revision
    5cc5c88c06736e6937ebff6b7b876fa7ddb455d8
  • 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-rc.3-test3


Layers

[#000] sha256:8185ee4ed6467d79d4c69f02fe3902311ba84777802d459dcd99869f603b161f - 80.45% (1.55 GB)

[#001] sha256:d1629109497f302d0776ee05c686b635ce10daa442b8fe27777aa7e7f3f4c685 - 17.25% (340 MB)

[#002] sha256:5cf7d83b256f4290d81f2d8c09680897b938f914f5debb05981c365e905ec3ef - 0.0% (1.06 KB)

[#003] sha256:3f6ffd660f40222c3b5bea446f7c974da0e80187304bc9fe49445f017021d94a - 0.0% (1.07 KB)

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

[#005] sha256:31b9e83cb42767fbed7d5d302e77e180c4f88fea7e94d283ae41cce75ef031d7 - 0.0% (1.07 KB)

[#006] sha256:901abffa022a810524c7b2263a90b5656497274d72e013e7fad33d386199b1b2 - 0.0% (1.07 KB)

[#007] sha256:b9db9c2660b22208aebff5b9f990aa4332b99bc9b8be2d6c214161824ec5d17d - 1.36% (26.7 MB)

[#008] sha256:f61586c9d6a1f63c73d72dddaae3f3bf47bb13a002d2842228407137036db8b2 - 0.94% (18.6 MB)

[#009] sha256:23c185e46ca2c7e23ed4c69dd1e9bca9567ee3e93183b22b7067cb49555a2917 - 0.0% (1.07 KB)

[#010] sha256:0545c6e364be9e659fba62512edc14ec1beebdf19fc6a5b99d4f7f5ce16f0557 - 0.0% (1.07 KB)

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

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

[#013] sha256:364b711f86ca93b02b1e5b103f85f256f846eae757003e83f601a80322955265 - 0.0% (1.07 KB)


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

Apply image 10.0.17763.3887

2023-05-05 12:05:28 UTC

Install update 10.0.17763.4377

2023-05-30 04:23:56 UTC

cmd /S /C #(nop) ARG RELEASES

2023-05-30 04:23:56 UTC

cmd /S /C #(nop) ARG VERSION

2023-05-30 04:23:56 UTC

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

2023-05-30 04:23:57 UTC

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

2023-05-30 04:23:57 UTC

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

2023-05-30 04:24:26 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-05-30 04:24:35 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-05-30 04:24:35 UTC

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

2023-05-30 04:24:36 UTC

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

2023-05-30 04:24:36 UTC

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

2023-05-30 04:24:37 UTC

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

2023-05-30 04:24:37 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