Bug#893037: Add support for diffing docker-format containers

2018-12-15 Thread Chris Lamb
forwarded 893037 https://salsa.debian.org/reproducible-builds/diffoscope/issues/39 thanks I've forwarded this upstream here: https://salsa.debian.org/reproducible-builds/diffoscope/issues/39 Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org /

Bug#893037: Add support for diffing docker-format containers

2018-12-02 Thread Chris Lamb
Jonathan Dowland wrote: > It would be nice if diffoscope could diff against docker containers available > on the local system. This might be useful: https://github.com/wagoodman/dive Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk

Bug#893037: Add support for diffing docker-format containers

2018-03-29 Thread Jonathan Dowland
I poked a bit at how docker's overlay2 driver stores the layers and came up with this temporary hack script #!/bin/sh set -u set -e if [ $# -lt 2 ]; then echo usage: $0 before after exit 1 fi before="$1" after="$2" bfs=$(docker inspect -f '{{ .GraphDriver.Data.UpperDir }}' "$before")

Bug#893037: Add support for diffing docker-format containers

2018-03-28 Thread Chris Lamb
Juliana wrote: > AFAIK, docker /images/ can be exported to tarballs. Not sure how human > readable they are, but diffoscope can definitely work. (:> Indeed that would definitely work. However, the "REPL" for someone doing this would inevitably involve someone scripting the export of two images

Bug#893037: Add support for diffing docker-format containers

2018-03-22 Thread Juliana Oliveira
Hi Jonathan and Lamby, AFAIK, docker /images/ can be exported to tarballs. Not sure how human readable they are, but diffoscope can definitely work. (: On Thu, 15 Mar 2018 22:52:40 + Chris Lamb wrote: > tags 893037 + moreinfo > thanks > > Hi Jonathan, > > Thank you very

Bug#893037: Add support for diffing docker-format containers

2018-03-15 Thread Chris Lamb
tags 893037 + moreinfo thanks Hi Jonathan, Thank you very much for the idea and wishlist bug. > It would be nice if diffoscope could diff against docker containers available > on the local system. Could you briefly elaborate on what you mean here? I have a bunch of directories under

Bug#893037: Add support for diffing docker-format containers

2018-03-15 Thread Jonathan Dowland
Package: src:diffoscope Severity: wishlist It would be nice if diffoscope could diff against docker containers available on the local system. -- System Information: Debian Release: 9.3 APT prefers stable APT policy: (990, 'stable'), (600, 'unstable'), (500, 'oldstable') Architecture: amd64