Skip to content

Make docker entrypoint configurable in runner configuration

Adrien Kohlbecker requested to merge (removed):ak/entrypoint into master

What does this MR do?

Adds a configuration in config.toml to set the entrypoint used for docker builds. The entrypoint is overridable by the .gitlab-ci.yml entry.

Why was this MR needed?

Today you can configure a default image, but not a default entrypoint.

Are there points in the code the reviewer needs to double check?

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Tests
    • Added for this feature/bug
    • All builds are passing
  • Branch has no merge conflicts with master (if you do - rebase it please)

What are the relevant issue numbers?

Edited by Adrien Kohlbecker

Merge request reports