Michael Vogt
|
aa3d70a429
|
osbuildexecutor: tweak RunOSBuild() signature and use opts
Introduce a new OsbuildOpts struct to make the API a bit easier
to extend and use in the packages.
Also add a new `JobID` field in the `OsbuildOpts`.
|
2024-06-14 15:02:08 +02:00 |
|
Sanne Raymaekers
|
3db88960c2
|
cloud/awscloud: add ability to run a secure instance to awscloud
This instance can only contact the host, and requires this host to be
running on AWS itself with the appropriate IAM role.
|
2024-02-14 09:54:11 +01:00 |
|
Sanne Raymaekers
|
e10424de2f
|
osbuildexecutor: introduce osbuildexecutor.Executor interface
Wrap the current osbuildexecutor.Executor in an interface so it's easier
to add different executors, which for instance can run osbuild in a VM.
|
2024-02-14 09:54:11 +01:00 |
|