Namespace
rancher
Image / Tag
fleet-agent:v0.3.9-rc6-windows-1809
Content Digest
sha256:30583db0a22b413559d94f2ee73f64ac8f3e5013f8c6145506eb58c4f6466202
Details
Created

2022-03-16 10:24:38 UTC

Size

2.57 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2022-03-16T10:19:06Z
  • org.opencontainers.image.revision
    5b479aebc92f36d9862ccd09e330dc6ab5fa10ce
  • 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.9-rc6


Layers

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

[#001] sha256:0a6173b79e25f2ebc0ed51b0ac32a6f65ca5a3bbfcbeab8b74a6c24324121dea - 36.08% (951 MB)

[#002] sha256:66e89f46a0b9765abb66e6ed6f378dca6017712db9b1baea85a26ed1fab2b0ed - 0.0% (1.07 KB)

[#003] sha256:fe56f779ace183d6f69f5afc136a96adc89d7017bf717417b1538b9c19a31232 - 0.0% (1.07 KB)

[#004] sha256:33eb11c5ae764f23b399e38e9e18f311a5cbfae992c8fca50de297820669670a - 0.0% (1.06 KB)

[#005] sha256:3e3449d279334d91fc93b491ead78cc906c9d318991daa2e56e1f9cb48981717 - 0.0% (1.09 KB)

[#006] sha256:65651aebb69ee0b7182e987a5769b9e2fe9a216b31b572f090389761f64616c8 - 0.0% (1.09 KB)

[#007] sha256:888292af01361831bc21949fd93a97ac963832f61e64d3327d002f157bcbad42 - 1.01% (26.7 MB)

[#008] sha256:87076ccf4bfd772bbaa3978da970576a3a54bb0fe8bc7a53808e47d3017ef3f8 - 0.72% (18.9 MB)

[#009] sha256:4e5f056c3f7e60c32ad99f24aca0e20f7c4c08516529cff47e4ff03de906cca3 - 0.0% (1.09 KB)

[#010] sha256:839557b9fa3e9715f49583558d896bb1bcae06bce71e87afd06dc18f106f1998 - 0.0% (1.06 KB)

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

[#012] sha256:d316cd5aa7ba88b98f8d8111a617d77609f86b9178e2c81b50b40498dd1e90ee - 0.0% (1.09 KB)

[#013] sha256:18ee9840168ac89c7e33316b90c57e34a2d0587ba8a2b7f12d8d4f85abebb67b - 0.0% (1.06 KB)


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

Apply image 1809-RTM-amd64

2022-03-03 15:05:04 UTC

Install update 1809-amd64

2022-03-16 10:23:48 UTC

cmd /S /C #(nop) ARG RELEASES

2022-03-16 10:23:49 UTC

cmd /S /C #(nop) ARG VERSION

2022-03-16 10:23:49 UTC

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

2022-03-16 10:23:50 UTC

cmd /S /C #(nop) ENV VERSION=v0.3.9-rc6

2022-03-16 10:23:50 UTC

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

2022-03-16 10:24:28 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; pushd c:\; $URL = 'https://github.com/git-for-windows/git/releases/download/v2.33.1.windows.1/MinGit-2.33.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;

2022-03-16 10:24:36 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;

2022-03-16 10:24:36 UTC

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

2022-03-16 10:24:37 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2022-03-16T10:19:06Z

2022-03-16 10:24:37 UTC

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

2022-03-16 10:24:37 UTC

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

2022-03-16 10:24:38 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