Releases: vmactions/openindiana-vm
Release list
v1.1.6
sync: tar
A new way to share the workspace: the tree is streamed in as a ustar
archive over the ssh connection the action already opens, and streamed
back the same way when the run finishes. Nothing is installed in the
guest and no filesystem support is needed on either side, unlike sshfs
and nfs. openindiana-builder v2.1.2 declares it for every release, and
it was verified on this guest before the declaration went in: 300 files
plus a 1 MB binary blob pushed, a file written inside the VM, the whole
tree pulled back and compared by content hash.
rsync remains the default.
Under the hood
openindiana-builder v2.1.2 is also the first openindiana build to
publish releases.json, the machine-readable index this action bakes its
configuration from -- which is why the pre-tar method list survived
until now.
The runtime moves to anyvm v0.6.5, twelve releases on from the v0.5.3
that v1.1.5 shipped. Two of its fixes reach every job: a failed folder
sync is now fatal instead of a warning that left the guest running
without the files it was about to use, and the workspace push no longer
carries the runner's own harness directories into the guest.
Full Changelog: v1.1.5...v1.1.6
v1.1.5
reduce image size
Full Changelog: v1.1.4...v1.1.5
v1.1.4
The prepare step (installing packages etc.) normally runs on every build. With cache-after-prepare: true, the action shuts the VM down cleanly after prepare has finished, caches the prepared VM image, and boots the VM again before run. Later runs with the same prepare script restore the prepared image, skip prepare entirely, and start directly at run
https://github.com/vmactions/openindiana-vm#10-cache-the-vm-image-after-prepare
Full Changelog: v1...v1.1.4
v1.1.3
update for stability and reliability
Full Changelog: v1.1.2...v1.1.3
v1.1.2
fix reliability
Full Changelog: v1.1.1...v1.1.2
v1.1.1
add 202604
Full Changelog: v1.1.0...v1.1.1
v1.1.0
update
Full Changelog: v1.0.9...v1.1.0
v1.0.9
update image
Full Changelog: v1.0.8...v1.0.9
v1.0.8
support custom-shell-name
Full Changelog: v1.0.7...v1.0.8