chassyflow/Chassy Upload
Uploads an artifact to Chassy Index
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | name of package or image | yes | — |
| path | fully qualified path to image file or a glob search path for image | yes | — |
| architecture | architecture of image to be uploaded | yes | — |
| os | operating system name for compatibility tracking | yes | — |
| os_version | operating system version for compatibility tracking | yes | — |
| version | version of package (not image) | no | — |
| type | what is the artifact type | yes | — |
| classification | for file and archives, what is the class of artifact | no | — |
| partitions | for images, specify path to JSON file with partition info | no | — |
| compression_scheme | for images, specify compression scheme (NONE, ZIP, TGZ) | no | — |
| raw_disk_scheme | for images, specify raw disk scheme (ISO, IMG) | yes | — |
| entrypoint | for archives, specify entrypoint | no | — |
| access | access level for package or image | no | PRIVATE |
Outputs
| name | description |
|---|---|
| id | Id of created package or image |