jsmrcaga/Plasma - Image builder
A GitHub Action allowing you to build custom Plasma images
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| docker-username | Username to login to docker registry | yes | — |
| docker-password | Password to login to docker registry | yes | — |
| docker-registry | Registry to which to push the output image | no | — |
| docker-push | If this action should push the image | no | yes |
| author | The image author | no | Jo Colina |
| version | the image version | yes | — |
| username | The Linux user username (default plasma) | no | plasma |
| locale | The Linux system locale (default en_US.UTF-8) | no | en_US.UTF-8 |
| puid | The user Linux ID | no | 1000 |
| pgid | The group Linux ID | no | 1000 |
| sunshine-username | The Sunshine UI username | no | plasma |
| sunshine-password | The Sunshine UI password | no | mellon |
| gpu | Type of GPU. Allowed values are AMD, INTEL or NVIDIA | yes | — |
| plasma-base | Use 'local' if you want to build the base image here. Only if you want to use a custom base image from a custom repo | no | jsmrcaga/plasma |
| plasma-version | Use 'latest' (default value) if you want to build the base image here. The version of your custom image | no | latest |
| amd-gcn-version | The GCN version of your card. 1.0 and 1.1 use the `radeon` driver | no | 4.0 |
| nvidia-driver-version | The version of the nvidia driver your host machine is using | no | 570.144 |
| nvidia-driver-capabilities | Capabilities to pass to the container. Advanced usage. | no | all |
| nvidia-visible-devices | GPUs to show to the container. Use this is you have multiple GPUs | no | all |
Outputs
no outputs