wyrihaximus/OCI Image Supported Platforms
Get the OCI Platforms for a given OCI Image or Dockerfile
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dockerfile | The Dockerfile to get its supported platforms, support patterns that work in both git's sparse checkout and bash. (The pattern needs to work in both.) | no | Dockerfile |
| image | The OCI image to get its supported platforms, optionally a comma seperated list of images can be supplied and the intersection of the supported platforms will be the output | no | "" |
Outputs
| name | description |
|---|---|
| platform | The upstream supported platforms as JSON array |
| platform_csv | The upstream supported platforms as CSV |