readelf -lstraceandlddare your friends.lddis really useful - trycat $(which ldd)to see what it actually is
Building a tiny container image is mostly pointless, unless you want to build really tiny images. I think it's really neat.
- Clone
git clone git@github.com:whatbirdisthat/container-python- Build
make image-python-master-arch- Run
make python-master-archThere are other Dockerfiles in this repo, and other make targets. This was mostly experimentation, to find out what it would take to build a python container from various distros, sources, etc
:)
And there are more things I could strip out if I really wanted to.