photonvision/Photon Image Runner
Action to modify an os image, targeted at coprocessor images for PhotonVision
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image_url | The url for the base image. For local files, provide the file path as a "file:\\" url | yes | "" |
| additional_mb | Amount (in MB) to increase the size of the image | no | 0 |
| minimum_free_mb | Amount (in MB) of free space that should be available for commands | no | 0 |
| commands | The commands to run in the image | yes | echo "No commands provided" |
| root_location | Location of the root as either "partition=X" or "offset=XXX" | no | partition=2 |
| shrink_image | Make the output image file as small as possible | no | yes |
| use_cache | Use the GitHub cache to store the unmodified base image | no | no |
Outputs
| name | description |
|---|---|
| image | Absolute path to modified image |