miabbott/Compare bootc Images
Compare RPM packages between two OCI container images using dev.hhd.rechunk.info labels
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| old_image | Old image reference (e.g., ghcr.io/org/image@sha256:...) | yes | — |
| new_image | New image reference (e.g., ghcr.io/org/image:latest) | yes | — |
| format | Output format: text or json | no | text |
| post_summary | Post results to GitHub Actions job summary | no | true |
Outputs
| name | description |
|---|---|
| added_count | Number of packages added |
| removed_count | Number of packages removed |
| changed_count | Number of packages changed |
| has_changes | Whether any package changes were detected |
| diff_text | The full diff output as text |
| diff_json | The full diff output as JSON |