Namespace
rancher
Image / Tag
fleet-agent:v0.3.6-rc3-windows-2004
Content Digest
sha256:297993756de2c9c48d59255f7ad485318c1a2aef09e553fd3020afe265f2fa4a
Details
Created

2021-06-24 21:44:34 UTC

Size

2.17 GB

Content Digest
Labels
  • org.label-schema.build-date
    2021-06-24T21:40:41Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    85e0e1b5c6482bbc6ca9408037c22235284031ae
  • org.label-schema.vcs-url
    https://github.com/rancher/fleet.git

Environment
RELEASES

releases.rancher.com

VERSION

v0.3.6-rc3


Layers

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

[#001] sha256:409e8c9a2688a1824ab167e0815af899280d336440100aab9c47f99ce3e0de07 - 45.12% (1000 MB)

[#002] sha256:75b28d584b902340cdce4d2b147923c374590b6be3736ce09a62269cce596f30 - 0.0% (1.27 KB)

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

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

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

[#006] sha256:f7a99bf8032c74bb3d6109d0b2289c86de718e5372d0185b774ad313334e20fe - 0.0% (1.28 KB)

[#007] sha256:73e5d704fd72e0f14fa29a560219cf51ee1097d85e681a950ef81634a9380fa8 - 1.24% (27.5 MB)

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

[#009] sha256:949f964d57372ef2e09636219c0005fad23a2fac46ad9c6fca9a728f4799a665 - 0.0% (1.26 KB)

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

[#011] sha256:b3bbe6f4e3a99341eb0c477f2ae725a9291cee45b3b622f171473b93f17afe4c - 0.0% (1.3 KB)

[#012] sha256:207b27e79d6172577edc2b4910e69e76eb019875cb52593d076e4e1323eab294 - 0.0% (1.29 KB)

[#013] sha256:b3bee5567f77887ab0e715d58b88137bbe7f2ccc17f88829ebe4ee8fc723cf49 - 0.0% (1.28 KB)


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

Apply image 2004-RTM-amd64

2021-06-06 19:51:57 UTC

Install update 2004-amd64

2021-06-24 21:44:05 UTC

cmd /S /C #(nop) ARG RELEASES

2021-06-24 21:44:06 UTC

cmd /S /C #(nop) ARG VERSION

2021-06-24 21:44:06 UTC

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

2021-06-24 21:44:07 UTC

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

2021-06-24 21:44:07 UTC

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

2021-06-24 21:44:23 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-06-24 21:44:32 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-06-24 21:44:33 UTC

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

2021-06-24 21:44:33 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-06-24T21:40:41Z

2021-06-24 21:44:33 UTC

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

2021-06-24 21:44:34 UTC

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

2021-06-24 21:44:34 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