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 / 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
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")
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 a
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 much for the idea and
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 /var/lib/do
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 (
7 matches
Mail list logo