CI: set entrypoints on all images
When calling docker run
on these images, they launch by default a bash interpreter:
- calling
docker run -it --rm maja_centos:6
will launch a bash interpreter - calling
docker run maja_centos:6 "-c" "echo hello world"
will execute the passed arguments.