Namespace
rancher
Image / Tag
fleet-agent:v0.3.5-rc9-windows-2004
Content Digest
sha256:ad39f7848032564f14ef78a306e98dfbf015fc52afffb55f3b5ad2a4e5fd572c
Details
Created

2021-04-28 19:16:28 UTC

Size

2.04 GB

Content Digest
Labels
  • org.label-schema.build-date
    2021-04-28T19:15:52Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    f414eab0e4de0523eca797fa7bf47fccb1997e4a
  • org.label-schema.vcs-url
    https://github.com/rancher/fleet.git

Environment
RELEASES

releases.rancher.com

VERSION

v0.3.5-rc9


Layers

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

[#001] sha256:2d44bfce6197280c284c6116bb07619e64c5014fa45990d8a0409d56037882fb - 41.46% (864 MB)

[#002] sha256:6f3a38a3b96f22aadd9071a80c6927f3ad873451c59f0a57dc19f97af368fcd0 - 0.0% (1.32 KB)

[#003] sha256:0275de5be624a476675c3cddc833422c4e44f0bb820e91a9e545ded5fead027c - 0.0% (1.3 KB)

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

[#005] sha256:5b8e976d6e208404a07bd1d2f9e7478b3cb5c736e6b7bedcf3a0597f23b29e64 - 0.0% (1.27 KB)

[#006] sha256:237b4504e591d552ada587266a8d27917c1e13fd75e740cff2389fd4ebbd0464 - 0.0% (1.32 KB)

[#007] sha256:51ca122ce1164d182c5374af90bfbca02d4f5a4e4266af2177047e7faf48dfd4 - 1.32% (27.5 MB)

[#008] sha256:4b9db48659f492e84c4e6947dc2c7606c0fcd3929af7b2f275a5e41ad0f13637 - 0.99% (20.6 MB)

[#009] sha256:036b8ec97aac56d8d0c1c26be0d33f6466ab3639abc2e5481bc532904d722e18 - 0.0% (1.27 KB)

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

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

[#012] sha256:cb772b2f7f2a8d03c15a251a698bfaddb032e43b81f8e92ee91c29117dba5fb5 - 0.0% (1.3 KB)

[#013] sha256:536f1c6fff82c871cc11a3c22f563e26c274a8c140b8c465bb59e3c6eca152f0 - 0.0% (1.27 KB)


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

Apply image 2004-RTM-amd64

2021-04-09 09:55:52 UTC

Install update 2004-amd64

2021-04-27 17:17:18 UTC

cmd /S /C #(nop) ARG RELEASES

2021-04-27 17:17:19 UTC

cmd /S /C #(nop) ARG VERSION

2021-04-27 17:17:19 UTC

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

2021-04-28 19:15:53 UTC

cmd /S /C #(nop) ENV VERSION=v0.3.5-rc9

2021-04-28 19:15:54 UTC

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

2021-04-28 19:16:15 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-04-28 19:16:25 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-04-28 19:16:26 UTC

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

2021-04-28 19:16:26 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-04-28T19:15:52Z

2021-04-28 19:16:27 UTC

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

2021-04-28 19:16:27 UTC

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

2021-04-28 19:16:28 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