Namespace
rancher
Image / Tag
fleet-agent:v0.6.0-alpha2-windows-1809
Content Digest
sha256:ce60c136ec74578d466bad4f875fdac06292b590c6b95559d00cf2b654519c61
Details
Created

2022-11-21 17:02:18 UTC

Size

2.57 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2022-11-21T16:57:16Z
  • org.opencontainers.image.revision
    4bc753f2f3eb0b6afc3186cf8c5b2bbb688d7752
  • 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.6.0-alpha2


Layers

[#000] sha256:b111c3320c949bea81612bf4554f1b6592c2f504920b5bf57ba340a1d4d52c93 - 67.92% (1.75 GB)

[#001] sha256:d3e1bcee8808eb2e6e2396191c1796d18ad6f3a4a0eac5b00e04aed55b9a4cad - 30.36% (800 MB)

[#002] sha256:f771ba074953fde9b754c10be118731648734d5f3487c04e782d5f748f41a173 - 0.0% (1.07 KB)

[#003] sha256:947ededda468fc00fa83edecf8cef42436616a30f4d433b54a03ee5c296173e4 - 0.0% (1.07 KB)

[#004] sha256:1bf5a0e17b98be6a20e81b808f85d8932067bd67da37bfe0980e184198c48d68 - 0.0% (1.15 KB)

[#005] sha256:0670fdcf289a0942d48715c4bad1f0d0ed41931ab37b836fc4be44ea58ae8883 - 0.0% (1.06 KB)

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

[#007] sha256:03bc03d14ea3eba4e24e129e2f7da1633abc90aba8521b2e1357b52cf7d6c6d1 - 1.01% (26.7 MB)

[#008] sha256:3a15d32a383889d98bbf4e6bace7f87896d05d652d1a3c73c70ace32d55854ea - 0.71% (18.8 MB)

[#009] sha256:288a113cff95eff6cfc9b6e98e5bdf2229fa2c401781f37647ed880413bbf5fb - 0.0% (1.09 KB)

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

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

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

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


History
2022-04-22 01:27:13 UTC

Apply image 10.0.17763.2803

2022-11-05 18:29:26 UTC

Install update 10.0.17763.3650

2022-11-21 17:01:38 UTC

cmd /S /C #(nop) ARG RELEASES

2022-11-21 17:01:38 UTC

cmd /S /C #(nop) ARG VERSION

2022-11-21 17:01:39 UTC

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

2022-11-21 17:01:39 UTC

cmd /S /C #(nop) ENV VERSION=v0.6.0-alpha2

2022-11-21 17:01:39 UTC

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

2022-11-21 17:02:08 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-11-21 17:02:16 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-11-21 17:02:16 UTC

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

2022-11-21 17:02:17 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2022-11-21T16:57:16Z

2022-11-21 17:02:17 UTC

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

2022-11-21 17:02:17 UTC

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

2022-11-21 17:02:18 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