Skip to content

CI: set entrypoints on all images

Guillaume Pasero requested to merge ci into master

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.

Merge request reports