Namespace
rancher
Image / Tag
fleet-agent:v0.3.4-windows-amd64-20H2
Content Digest
sha256:96751fb29647e19bac0cfc5895db5271f880518c8e25e544ce33acdd4306a1ff
Details
Created

2021-03-02 16:21:39 UTC

Size

2.36 GB

Content Digest
Labels
  • org.label-schema.build-date
    2021-03-02T16:21:02Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    fde41d611ee957793062b6d58d3c6aca4ae8008a
  • org.label-schema.vcs-url
    https://github.com/rancher/fleet.git

Environment
RELEASES

releases.rancher.com

VERSION

v0.3.4


Layers

[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 59.39% (1.4 GB)

[#001] sha256:37a37544be35743883db3ce75c258781c584706308c42cde380476e57c4851ac - 38.24% (924 MB)

[#002] sha256:209a99355a2567aa036090a94c209d278d6af81c1d6ea04d23cf339d4993432d - 0.0% (1.27 KB)

[#003] sha256:eb42bd44243f9f85ac62f151ceb2af7f6011caf474dbd761ada4a022dbc107c3 - 0.0% (1.27 KB)

[#004] sha256:96629ab5945c1931a7e5033e1139ff49783c5e0f36a86a3e72d3dbf7c12c3744 - 0.0% (1.29 KB)

[#005] sha256:11a499d5bb043257d895f5852bc0460cbc213dccce1966153a0851aaa9c18902 - 0.0% (1.27 KB)

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

[#007] sha256:c9227e045f844efa9fafc5b471244153e26fb4fa505ebfd87944f71f56040291 - 1.34% (32.5 MB)

[#008] sha256:7a4fc856e038b9311373e76d6e59a8439911da5d6ce949c5ad1535cdab79575e - 1.02% (24.6 MB)

[#009] sha256:8ebcaa01b93ff86c06151f51498fb8ede952a88c11413e0c43a6d42942b3c28d - 0.0% (1.32 KB)

[#010] sha256:38ed12db571cd0b8a1fd84cbe93fff7c4e1ce706e9de4a86499075125981c3c4 - 0.0% (1.29 KB)

[#011] sha256:8f615a6df536dc275505240c74b11314ee7b77e9288422716fcb81c809c8aed1 - 0.0% (1.27 KB)

[#012] sha256:6423fbe9fd0e18b7cdcb1faf68bfe333ee4d779b95f0d7dfe522b0cc360181fa - 0.0% (1.27 KB)

[#013] sha256:4058a4e3e55518a737f3e6ed2eadc1d745284f7eecd6cae8df9be28173a5b299 - 0.0% (1.27 KB)


History
2020-09-10 20:40:05 UTC

Apply image 20H2-RTM-amd64

2021-02-05 16:31:04 UTC

Install update 20H2-amd64

2021-03-02 16:21:04 UTC

cmd /S /C #(nop) ARG RELEASES

2021-03-02 16:21:04 UTC

cmd /S /C #(nop) ARG VERSION

2021-03-02 16:21:05 UTC

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

2021-03-02 16:21:05 UTC

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

2021-03-02 16:21:06 UTC

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

2021-03-02 16:21:26 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-03-02 16:21:36 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-03-02 16:21:37 UTC

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

2021-03-02 16:21:37 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-03-02T16:21:02Z

2021-03-02 16:21:38 UTC

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

2021-03-02 16:21:38 UTC

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

2021-03-02 16:21:39 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