diffoci

Compare and diff Docker and OCI container images efficiently

brewmacoslinux
Try with needOr install directly
Source

About

Diff for Docker and OCI container images

Commands

diffoci

Examples

Compare two container images$ diffoci image1:latest image2:latest
Show differences between local and remote images$ diffoci myimage:v1.0 registry.example.com/myimage:v2.0
Compare images with detailed layer analysis$ diffoci --verbose ubuntu:20.04 ubuntu:22.04