actions-marketplace-validations/Docker Compose Mender Artifact
Create a mender artifact to install docker containers using a docker-compose file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| compose-file | Path to docker-compose.yml file | yes | — |
| compose-file-variables | Variables to use if compose file is a template, e.g. 'NAME=VARIABLE', multiple values separated by a space | no | "" |
| software-name | Name of software being packaged | yes | — |
| software-version | Value for the software version, defaults to workflow run id | no | ${{ github.run_number }} |
| device-types | Target device type identifications, multiple values separated by a space | yes | — |
| signing-key | The private key that will be used to sign the artifact | no | "" |
Outputs
| name | description |
|---|---|
| artifact-file | The filename for the mender artifact file |