Igor Kostenko
Igor Kostenko
I think multi-stage could replace squash only in case when you produce artifacts in single known location. ``` FROM some_image ADD HugeArchive.tar /tmp RUN step1 ... RUN step99 RUN make...
@cpuguy83 most of make install commands create multiple files in multiple locations (binaries, configs, mans, etc). I know that I should install packages from repo, but I could not use...
Yes, when I use `make install --prefix` I have all files in one location, and it that case I archive that location and upload to artifact repository - I don't...
I don't think so. I will be equivalent of docker save - you loose base container information and all your images will have all files instead of using files from...
yep, it is PR for per-thread-state branch