Simplify and consolidate container build
Make build process more transparent and flexible
- Get rid of dependence on image_recipes, make sure it is clear what is going in the images from just the Dockerfiles
- Get rid of Makefile and explicitly execute build from gitlabci
- Move spack.yaml to top-level directory
- Use multi-stage build to get rid of configure step (if possible)