Re: [PATCH RFC] docker: automatic dependencies for dockerfiles

2019-10-07 Thread John Snow
On 10/7/19 12:12 PM, Alex Bennée wrote: > > John Snow writes: > >> This is a demo for using makefile dependencies for image requisites. >> Honestly, I don't like it -- Makefile sorcery is a bit beyond my >> comprehension. >> >> This is as near as I could stab, and it has the unfortunate requi

Re: [PATCH RFC] docker: automatic dependencies for dockerfiles

2019-10-07 Thread Alex Bennée
John Snow writes: > This is a demo for using makefile dependencies for image requisites. > Honestly, I don't like it -- Makefile sorcery is a bit beyond my > comprehension. > > This is as near as I could stab, and it has the unfortunate requisite > that it will generate all of the *.d files at

Re: [PATCH RFC] docker: automatic dependencies for dockerfiles

2019-09-20 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190920001823.23279-1-js...@redhat.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!

[PATCH RFC] docker: automatic dependencies for dockerfiles

2019-09-19 Thread John Snow
This is a demo for using makefile dependencies for image requisites. Honestly, I don't like it -- Makefile sorcery is a bit beyond my comprehension. This is as near as I could stab, and it has the unfortunate requisite that it will generate all of the *.d files at first run and not in an on-demand