Namespace
rancher
Image / Tag
fleet-agent:v0.3.6-rc12-windows-2004
Content Digest
sha256:84aa99ffab6e2d86e46bbc8aef42a9730afa89d65b8b53f91837625e63e333e0
Details
Created

2021-08-13 23:34:14 UTC

Size

2.2 GB

Content Digest
Labels
  • org.label-schema.build-date
    2021-08-13T23:29:35Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    d633eb650ba95d8d9bb582281713ee5b87b5df68
  • org.label-schema.vcs-url
    https://github.com/rancher/fleet.git

Environment
RELEASES

releases.rancher.com

VERSION

v0.3.6-rc12


Layers

[#000] sha256:295f12394c4f250e83029adb04647faeb736b0c8d275aa9b34f5e3c60a89d0d2 - 52.0% (1.14 GB)

[#001] sha256:c30e212b15b86121fb89bda60f21c14275762ea9c6c2d30c593c9ffecf605c40 - 45.88% (1.01 GB)

[#002] sha256:9c5dafb7e5bc175b51bc258fc5eba315733a706e948ab57a3fa0ca571b7875da - 0.0% (1.26 KB)

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

[#004] sha256:cb649c65e9fb6e98cf43695d47ba24bbb0c32405fa77776eeba3d6e70f37c26c - 0.0% (1.27 KB)

[#005] sha256:f6ebd0840d73d5dcab768873c5f081718aa512f1065847e50a2dd5294797aafe - 0.0% (1.29 KB)

[#006] sha256:0775be983d76239e19d70e56c9c38bd844b9be6c9b231fc044fb655fa546bb0e - 0.0% (1.27 KB)

[#007] sha256:812d0b4eb1ea8a031492bcdbcd9ec85545338072b77e909574238f2928222e57 - 1.22% (27.5 MB)

[#008] sha256:46dfb013037ad352407d506ef0f59d60ebee943398860ee1288bed98cb27418f - 0.9% (20.2 MB)

[#009] sha256:7c8dd00f5bd1f48e427d7e485a1f75a8164dfd55ba15da8c28aa9646cfc296d0 - 0.0% (1.27 KB)

[#010] sha256:ac343d21eb84cfb94ce5ca6f76dc473741c5c2b5858719b3d3f4147488e363ba - 0.0% (1.27 KB)

[#011] sha256:a0182e8c383b9d7a30b5adc5865cdf629f2ea08ecd4fa3d14a779fe50248eb23 - 0.0% (1.26 KB)

[#012] sha256:1d006f79477a130e867718877522b81b2526c079604c87cc81ca99750f392239 - 0.0% (1.29 KB)

[#013] sha256:5d161426595858ab2b0a1249737a52c4265eb14dd163d41208cd1046ef275011 - 0.0% (1.3 KB)


History
2019-12-07 09:28:27 UTC

Apply image 2004-RTM-amd64

2021-08-03 01:07:02 UTC

Install update 2004-amd64

2021-08-13 23:33:44 UTC

cmd /S /C #(nop) ARG RELEASES

2021-08-13 23:33:45 UTC

cmd /S /C #(nop) ARG VERSION

2021-08-13 23:33:45 UTC

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

2021-08-13 23:33:46 UTC

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

2021-08-13 23:33:46 UTC

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

2021-08-13 23:34:02 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-08-13 23:34:12 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-08-13 23:34:12 UTC

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

2021-08-13 23:34:13 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-08-13T23:29:35Z

2021-08-13 23:34:13 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0

2021-08-13 23:34:14 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=d633eb650ba95d8d9bb582281713ee5b87b5df68

2021-08-13 23:34:14 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/fleet.git

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