tokuhirom/AppRun Dedicated Update Image
Updates AppRun Dedicated application image by creating and activating a new version
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| applicationID | Application ID (UUID). Multiple IDs can be specified separated by commas. Either applicationID or applicationName is required. | no | — |
| applicationName | Application name. Multiple names can be specified separated by commas. Either applicationID or applicationName is required. | no | — |
| sakuraAccessToken | Sakura Access Token (UUID) | yes | — |
| sakuraAccessTokenSecret | Sakura Access Token Secret | yes | — |
| image | New container image name (e.g., nginx:latest) | yes | — |
| activate | Whether to activate the new version immediately (default: true) | no | true |
Outputs
| name | description |
|---|---|
| applicationNames | The application name(s) that were updated. Comma-separated if multiple applications were updated. |
| version | The newly created version number(s). Comma-separated if multiple applications were updated. |
| activeVersion | The activated version number(s). Comma-separated if multiple applications were updated. (same as version if activate=true, otherwise the previously active version) |