actions-marketplace-validations/docker-image-size-limit
Runs docker-image-size-limit as a GitHub Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image | Image name to be checked | yes | — |
| size | Human readable size as the hard limit | yes | — |
| max_layers | The maximum number of layers in the image | no | -1 |
| show_current_size | Show the current size of the image | no | false |
| exit_zero | Do not fail the action even if docker image size/layers exceed size and max_layers | no | false |
Outputs
| name | description |
|---|---|
| size | The output of docker-image-size-limit run |