Namespace
rancher
Image / Tag
fleet-agent:v0.3.6-rc7-windows-2004
Content Digest
sha256:7ef26562fa1b517bf1088f1742a7486de4dd6c5420608d071beabf7ba6b8e47f
Details
Created

2021-07-28 21:39:05 UTC

Size

2.17 GB

Content Digest
Labels
  • org.label-schema.build-date
    2021-07-28T21:34:34Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    f7f91698266436e2f09b9c7c3a545ac95d0b3a6c
  • org.label-schema.vcs-url
    https://github.com/rancher/fleet.git

Environment
RELEASES

releases.rancher.com

VERSION

v0.3.6-rc7


Layers

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

[#001] sha256:6907d97093063478e2c552549bbcd0b499d1dfba051bad994179f5a1d343fe58 - 45.22% (1010 MB)

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

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

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

[#005] sha256:6acbdfed24ab3701222d25d8414e2ac862efb24b2058fd433ecd1234a133bc39 - 0.0% (1.27 KB)

[#006] sha256:423231f155e314f53f46e08cc2674384665bf61042bbabf92e4aecbfd4e4dab4 - 0.0% (1.29 KB)

[#007] sha256:4327a6095acd5193e21b749cee128d378a2b0fa39e5d33d2bb7585eb1161b4ec - 1.24% (27.5 MB)

[#008] sha256:c596d95152ad94f80b9bed34b8ea33738e368142e6bcce01cf6d5be9d07ad8ea - 0.92% (20.5 MB)

[#009] sha256:1c9314963168646250729675fa0c0039a6642b53d54443efbe8ccd1fa39725aa - 0.0% (1.3 KB)

[#010] sha256:fa333c238a627e01b09474fc9896930ea5455faeb4fc514ba8824b623f3825ca - 0.0% (1.3 KB)

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

[#012] sha256:466956fa05ee1473d4f3cdeba868b811e416a94a57bff49eea1d65559c72bf72 - 0.0% (1.26 KB)

[#013] sha256:22f171bc35ce8ce178fc0a911cb96a1b14dbcbdf5c00a12a79255cb2db867417 - 0.0% (1.27 KB)


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

Apply image 2004-RTM-amd64

2021-07-10 18:37:09 UTC

Install update 2004-amd64

2021-07-28 21:38:36 UTC

cmd /S /C #(nop) ARG RELEASES

2021-07-28 21:38:36 UTC

cmd /S /C #(nop) ARG VERSION

2021-07-28 21:38:37 UTC

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

2021-07-28 21:38:37 UTC

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

2021-07-28 21:38:38 UTC

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

2021-07-28 21:38:54 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-07-28 21:39:02 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-07-28 21:39:03 UTC

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

2021-07-28 21:39:03 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-07-28T21:34:34Z

2021-07-28 21:39:04 UTC

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

2021-07-28 21:39:05 UTC

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

2021-07-28 21:39:05 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