container-diff
container-diff copied to clipboard
container-diff: Diff your Docker containers
We should retrieve and prepare all image layers in parallel, this should speed things up a bit.
Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
### Expected behavior Release should contain binary artefacts ### Actual behavior https://github.com/GoogleContainerTools/container-diff/releases/tag/v0.19.0 is only providing source
Adds `brew` installation way to README. cc @paul-hammant
Any chance of getting a new release?
Add Github Action CI/CD integrations tests to PR flow using pre-existing tests at `make integration`
Currently when a PR is submitted to container-diff the integration tests container-diff has are not run against the PR. Something like the tests here: https://github.com/GoogleContainerTools/container-diff/blob/master/.travis.yml should be added back to...
### Expected behavior ```bash $ container-diff analyze daemon://alpine:latest -----Size----- Analysis for alpine:latest: IMAGE DIGEST SIZE alpine:latest sha256:aea8c02625caa3b34db828bd3c308230aa173150e3c976a669bdba561225b72c 7M ``` ### Actual behavior ```bash $ container-diff analyze daemon://alpine:latest ERRO[0000] error retrieving...
### Expected behavior Ability to compare two images using latest `container-diff.exe` downloaded from GitHub ### Actual behavior I ran this: `container-diff diff daemon://IMAGENAME:TAG1 daemon://IMAGENAME:TAG2` It spewed a whole bunch of...
In short, I would like this command to work: ``` container-diff diff .azurecr.io/ .azurecr.io/ --verbosity debug ``` ### Expected behavior Difference between the two images. ### Actual behavior Authorization error:...
In this PR i added a new flag to the `diff` subcommand. It will count differences in selected Analyzers and return die sum as exit code, which makes is easier...