lucacome/Docker Image Update Checker
GitHub Action to check if the base Docker image that your image is based on was updated and your image needs to be updated
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base-image | Docker base image | yes | — |
| image | Docker image | yes | — |
| platforms | Platforms to check | no | all |
Outputs
| name | description |
|---|---|
| needs-updating | Whether the image needs updating |
| needs-building | Whether the image needs to be built for the first time (image does not exist) |
| diff-images | The diff of the images |
| diff-json | The diff of the images as JSON |