telackey
|
9147349b38
|
Add jq, wget, and curl by default.
|
2024-01-15 15:21:26 -06:00 |
|
 dborehamandtelackey
|
2f53306b32
|
Changes to make double-nested containerization work (#74)
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Reviewed-on: #74
Co-authored-by: David Boreham <david@bozemanpass.com>
Co-committed-by: David Boreham <david@bozemanpass.com>
|
2024-01-11 14:17:11 +00:00 |
|
telackey
|
d592374e23
|
Don't mount /data by default. (#72)
Reviewed-on: #72
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
|
2023-10-30 19:56:43 +00:00 |
|
telackey
|
e4690d4742
|
Split act-runner into its own pod. (#71)
```
$ laconic-so --stack act-runner deploy init --output act-runner.yml
$ laconic-so --stack act-runner deploy create --spec-file act-runner.yml --deployment-dir ~/opt/deployments/act-runner-1
$ echo "CERC_GITEA_RUNNER_REGISTRATION_TOKEN=FOO" >> ~/opt/deployments/act-runner-1/config.env
$ laconic-so deployment --dir ~/opt/deployments/act-runner-1 up
```
Reviewed-on: #71
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
|
2023-10-27 18:58:57 +00:00 |
|