dgiagio / warp

Create self-contained single binary applications
MIT License
1.91k stars 92 forks source link

Making a self-contained jq binary #59

Open ProfessorManhattan opened 3 years ago

ProfessorManhattan commented 3 years ago

Hey, sorry for posting this to the issues but I could not figure out how to create a self-contained version of jq. I'm using DockerSlim and the images come out wayyyyy smaller when I only include binaries. How could I use warp-packer to create a self-contained jq that has all the /usr/lib and /lib dependencies bundled into the single file?