frostbyte57/Docker Image Optimiser
Gate your CI on optimised Dockerfiles. Fails the build if a Dockerfile has un-applied size/speed optimisations, with inline PR annotations.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dockerfile | Path to the Dockerfile to check. | no | Dockerfile |
| context | Build context directory (enables the .dockerignore check). | no | . |
| conservative | Use --no-cache-dir style cleanup instead of BuildKit cache mounts. | no | false |
| version | dio version to install (a Git ref, e.g. v0.1.0 or latest). | no | latest |
| fail-on-issues | Fail the job when optimisations or manual fixes are pending. | no | true |
Outputs
no outputs