Skip to content

Releases: dgodd/cfwindowsstager

v0.0.4: choose dirs for cache files on windows

21 Jan 03:43
Compare
Choose a tag to compare
  • Pull base image before usage
  • store cache dir between stage runs

To download from powershell on windows core

$ProgressPreference = 'SilentlyContinue'
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
iwr https://github.com/dgodd/cfwindowsstager/releases/download/v0.0.4/cfwindowsstager.exe -OutFile cfwindowsstager.exe

v0.0.3

16 Jan 20:57
Compare
Choose a tag to compare

To download from powershell on windows core

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
iwr https://github.com/dgodd/cfwindowsstager/releases/download/v0.0.3/cfwindowsstager.exe -OutFile cfwindowsstager.exe

v0.0.2

16 Jan 20:12
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Executable will now download lifecycle.tar

Working release

16 Jan 19:29
Compare
Choose a tag to compare
Working release Pre-release
Pre-release

Before using, you will need to build a local ~/.cfwindowsstager.lifecycle.tar or copy the released version locally