tailhook / vagga

Vagga is a containerization tool without daemons
http://vagga.readthedocs.org
MIT License
1.86k stars 96 forks source link

BusyBox download from external source all time issue why #527

Open jinay94 opened 4 years ago

jinay94 commented 4 years ago

i have been facing busybox issue every time when i downloaded from the external source. latesti downloaded busybox pro from their and also working fine but after sometime facing issue.

thsi issue from app fault or developer side ?

tailhook commented 4 years ago

Not sure I understand the issue. If you're building from source we download busybox and cache it. When you're downloaded binary package it already contains supported version of busybox.

But also, we use alpine distribution in an intermediate container we call "capsule". It may download another set of packages for every project (directory you run vagga in), unless you've set up a shared cache dir.

Vagga tries to use as little as possible binaries from your system (its only newuidmap and newgidmap, as far as I remember) to provide reliable isolation.