Hacker News new | ask | show | jobs
by dqminh 4775 days ago
any reason why you guys choose to pipe the compressed content into `tar xzf` process inside the container instead of extracting it outside and overlay the extracted content onto the container via overlayfs or something similar ?
1 comments

Piping it in allows the build driver to be agnostic about the physical location of the container.