container-diff icon indicating copy to clipboard operation
container-diff copied to clipboard

container-diff: Diff your Docker containers

Results 63 container-diff issues
Sort by recently updated
recently updated
newest added

### Expected behavior Attempting to compare two images. One image (281) was built with a RHEL version of docker on the host machine I'm running on and the other image...

This is more a question/enhancement than a bug. Is there a way to ignore certain file types, like *.pyc files? ### Expected behavior An option to ingore certain file patterns,...

enhancement
help wanted

### Expected behavior Jar files in the two images should be the same ### Actual behavior container-diff reports a difference ### Information The diff report is not debugguble. It reports...

`--types` was changed to `--type` a long while ago.

### Background I'm working on user permissions for the kaniko builder (https://github.com/GoogleContainerTools/kaniko/pull/2106) and wanted to check if the ownership of a file is set correctly by using `--chown` flag on...

### Expected behavior Correct naming what is added **where**. ### Actual behavior It reports something has been added to imageA, but its the other way round. Output should be: `These...

### Expected behavior If --filename= is specified I expect comparison of only that file. ### Actual behavior It compares all file and first give me the same output as just...

**Expected behavior** container-diff diff daemon:// daemon:// --type=file **Actual behavior** fails with fatal error **Steps to reproduce the behavior** container-diff diff daemon:// daemon:// --type=file I know a lot people have the...

bug
help wanted

This PR proposes to add support for analyzing and diffing Alpine Docker images with `container-diff` (amazing tool!). I want to contribute a differ for apk which is very similar to...

This tool seems to always exit 0 when I run `container-diff diff ...` on two images that are different. A common convention in diff tools is to exit 0 when...

enhancement