container-diff
container-diff copied to clipboard
container-diff: Diff your Docker containers
### Expected behavior ```bash $ DOCKER_SOCK=$XDG_RUNTIME_DIR/podman/podman.sock container-diff analyze daemon://test ERRO[0000] error ... ... dial unix /run/user/1000/podman/podman.sock: connect: permission denied ``` ### Actual behavior ```bash $ DOCKER_SOCK=$XDG_RUNTIME_DIR/podman/podman.sock container-diff analyze daemon://test ERRO[0000]...
This is just a humble proposal to allow contributors and maintainers to quickly check whether contributions work as advertised (running 'make clean test integration`) without involving a local machine. You...
Alpine is very common on registries such as dockerhub, thus supporting apk makes a lot of sense.
### Expected behavior 1. container-diff diff image-a image-b --type=file 1. docker pull image-a or docker build . --tag image a 1. container-diff diff image-a image-b --type=file should produce different results....
### Expected behavior container-diff should work on case-insensitive filesystems, or detect and flag that there was an issue to the user ### Actual behavior container-diff returns an error like: ```...
### Expected behavior 1. ``` $ container-diff analyze podman://6a7e9626be96 ``` 2. Get analysis results for the local image with ID `6a7e9626be96`. ### Actual behavior ``` $ container-diff analyze podman://6a7e9626be96 ERRO[0003]...
### Expected behavior ### Actual behavior ERRO[0000] error retrieving image docker.server.com/informationsea/msisensor: retrieving remote image: Get "https://docker.server.com/v2/": dial tcp: lookup docker.server.com on 10.39.49.3:53: no such host error retrieving image docker.server.com/songyizhe/msisensor: retrieving...
This PR allows to find pip differences when there is a Conda installation. As a data scientist I want to find pip differences when I use an image that comes...
Before this change all Layer.FSPath and Image.FSPath were all pointing to the same location which made comparisons between them to be incorrect.
### Expected behavior Once you build a container image via `google/ko` with --local flag enabled, you will end up having an image with the `ko.local/` prefix. It causes that container-diff...