Namespace
rancher
Image / Tag
fleet-agent:v0.3.6-rc4-windows-1809
Content Digest
sha256:72c1fddefda0f9fb27875349e150160f18c49953224250642d77fae026babf72
Details
Created

2021-07-06 18:57:43 UTC

Size

2.51 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2021-07-06T18:57:10Z
  • org.opencontainers.image.revision
    a34d1b9621cdb0179572bbefdf3d8bbeb65bd048
  • org.opencontainers.image.source
    https://github.com/rancher/fleet.git
  • org.opencontainers.image.url
    https://github.com/rancher/fleet

Environment
RELEASES

releases.rancher.com

VERSION

v0.3.6-rc4


Layers

[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 63.83% (1.6 GB)

[#001] sha256:639bb6bb2beb4cfdcacb9f0844344448fe26494665d5fe78a494419f86fbb18f - 34.3% (880 MB)

[#002] sha256:3f2e6efe9d91360415642c75e81bc2271dccbf55fb28dc5de4c2e794a62eb0e8 - 0.0% (1.07 KB)

[#003] sha256:b29cd561e3d7517c85c59c56c48ec58f0ce1ee57715e00ce81b12d63123290ae - 0.0% (1.09 KB)

[#004] sha256:f23f9cc267ca977cb6a42628bcf7c824b2ac765af758580540df67755de225fd - 0.0% (1.09 KB)

[#005] sha256:84b9da9cde852ece617737807f8f0a6fd80396f8b34f28c4b511fbc9397d368f - 0.0% (1.07 KB)

[#006] sha256:3f3563927c56d08193a112a913d74a7e18f92bd2413a5ed78c90ca1bff50fd7d - 0.0% (1.09 KB)

[#007] sha256:3b56d92882e3de1aa82db9f3fdc2d6595ebc4dce8060cd54fb933aa5d341b823 - 1.07% (27.5 MB)

[#008] sha256:6c1d8a04bc004e97d3088becb811225882c77f2e1b242081a01f3eff17b8f8f4 - 0.8% (20.5 MB)

[#009] sha256:9b432b08d51c0b91d91abbdd57deec418cbac5b0efaf13bd46ed66eca31cb955 - 0.0% (1.07 KB)

[#010] sha256:6a8b07c3cd16c943b2791e0bdf49bbf41f94ce96082f4a5fa1d643f20ecd010c - 0.0% (1.07 KB)

[#011] sha256:a6d5ada031eec0f33dbf8582afd3038ceddd02442bed16e26ff5cf1d3473786d - 0.0% (1.07 KB)

[#012] sha256:674d8aa21bed2d11e937bef63fc9bdbe7c04b63d0af2ac7746b9fc181b80a957 - 0.0% (1.07 KB)

[#013] sha256:6ff3e633f805d51aca839f5bc15676cdc7a5f2da3165fc6daa02988929e89df3 - 0.0% (1.07 KB)


History
2020-05-07 05:09:25 UTC

Apply image 1809-RTM-amd64

2021-06-06 04:28:43 UTC

Install update 1809-amd64

2021-07-06 18:57:11 UTC

cmd /S /C #(nop) ARG RELEASES

2021-07-06 18:57:12 UTC

cmd /S /C #(nop) ARG VERSION

2021-07-06 18:57:12 UTC

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

2021-07-06 18:57:12 UTC

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

2021-07-06 18:57:13 UTC

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

2021-07-06 18:57:32 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-06 18:57:40 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-06 18:57:41 UTC

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

2021-07-06 18:57:41 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-07-06T18:57:10Z

2021-07-06 18:57:41 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=a34d1b9621cdb0179572bbefdf3d8bbeb65bd048

2021-07-06 18:57:42 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/fleet.git

2021-07-06 18:57:43 UTC

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

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