actions-marketplace-validations/LXC Setup
Setup an LXC Container on GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dist | LXC distribution template | yes | centos |
| release | Distribution release | yes | 9-Stream |
| name | Container name | yes | test |
| configure-etc-hosts | If to configure the container name and IP address in /etc/hosts | yes | true |
| configure-ssh | If to configure SSH | yes | true |
| python | If to install Python | yes | true |
| lxc-init | Commands to use for setting up the container (e.g. configure SSH). Setting this will overwrite in-container openssh-server installation for supported distributions. | no | — |
Outputs
| name | description |
|---|---|
| ip | IP address of the container that was set up. |