kevinrohn/Create Mender artifact module-image
Create an mender artifact file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| artifact-name | Name of the artifact | yes | — |
| device-type | Type of device(s) supported by the Artifact. You can specify multiple compatible devices providing this parameter multiple times. | yes | — |
| type | Type of payload. This is the same as the name of the update module. | yes | — |
| artifact-content | Content for the artifact payload, based on the payload type. | yes | — |
| output-path | Full path to output artifact file. | yes | — |
| state-scripts | Full path to the state script(s). You can specify multiple scripts providing this parameter multiple times. | no | — |
| software-name | Name of the key to store the software version: rootfs-image.NAME.version, instead of rootfs-image.PAYLOAD_TYPE.version. | no | — |
| software-version | Value for the software version, defaults to the name of the artifact. | no | — |
Outputs
| name | description |
|---|---|
| path-to-artifact | The path to the generated mender artifact. |