Namespace
rancher
Image / Tag
fleet-agent:v0.3.6-windows-1809
Content Digest
sha256:3c893fc02b9dd76b5fe13181d8b776f2d90012f7d470a8e1e28282c607f2c133
Details
Created

2021-08-27 23:05:36 UTC

Size

2.55 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2021-08-27T23:00:34Z
  • org.opencontainers.image.revision
    2a4a7a47ebc3f8e3bfa97e22d300a64fc6247a37
  • 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


Layers

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

[#001] sha256:c67ded6868b61d392a0c096f911563fd6bc0bc3ed4fe401d077b3718a1b0cdaf - 35.37% (923 MB)

[#002] sha256:934edb9e2ff607998c5a50dd1944c12c5cb7355ef2cac7352f5dd9a04773a2d5 - 0.0% (1.12 KB)

[#003] sha256:70d642329a44931eb6a918a9b96bef626e461c389b39f17a07c3ea9af335d5e6 - 0.0% (1.1 KB)

[#004] sha256:877510160d9aed133afb2c942de7aac4c9f9e9119b7691d76d5f291e6d426426 - 0.0% (1.06 KB)

[#005] sha256:93fffe0f36c4a27ae7becb3d2f80bc1a129d9f14a2be2ddf9a63af3711cdf5d6 - 0.0% (1.06 KB)

[#006] sha256:2d806bd09ac185ae4039bc5c403ce4869b82cf3c909fcdad0cbd6bae62528906 - 0.0% (1.07 KB)

[#007] sha256:0f1948605354a112c9753df3d0e6e91880586eae0ce54d258ecac9c0186e7513 - 1.05% (27.5 MB)

[#008] sha256:1b5a60109cd0590a1e83a6336962e119befbc7d88a163feac633ac43a64813c2 - 0.78% (20.2 MB)

[#009] sha256:1cf78fbedec1f919e6c64bae6d0e100a2130806ef6ee8d31fa8c57b89aab206b - 0.0% (1.06 KB)

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

[#011] sha256:b72cecb5f04ef414e9ef448f7317210b5cc79f842c9a1942106c45e717b29ce1 - 0.0% (1.09 KB)

[#012] sha256:7b6ba1e4b99754b7920ad892dcb031e81afe57035eefdbe5f50155de4b3cc84c - 0.0% (1.07 KB)

[#013] sha256:371432002304f29d634764c057ee0a62c5ed1c765b299175841b6e16288c41b6 - 0.0% (1.07 KB)


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

Apply image 1809-RTM-amd64

2021-08-05 19:44:34 UTC

Install update 1809-amd64

2021-08-27 23:04:56 UTC

cmd /S /C #(nop) ARG RELEASES

2021-08-27 23:04:56 UTC

cmd /S /C #(nop) ARG VERSION

2021-08-27 23:04:57 UTC

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

2021-08-27 23:04:57 UTC

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

2021-08-27 23:04:57 UTC

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

2021-08-27 23:05: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-08-27 23:05:34 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-08-27 23:05:34 UTC

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

2021-08-27 23:05:34 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-27T23:00:34Z

2021-08-27 23:05:35 UTC

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

2021-08-27 23:05:35 UTC

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

2021-08-27 23:05:36 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