duongtech/Dockerfile Optimizer
Lint, analyze, and optimize Dockerfiles with intelligent suggestions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dockerfile | Path to Dockerfile to analyze | yes | ./Dockerfile |
| fail-on | Fail on severity level: high, medium, low | no | high |
| format | Output format: sarif, json, markdown, text | no | sarif |
| output | Output file path | no | results.sarif |
Outputs
| name | description |
|---|---|
| score | Optimization score (0-100) |
| findings | Number of findings |
| size-savings | Estimated size savings in MB |