| `MAKE_IMAGE`| The Docker image used to run GNU Make<br/>:warning: **set the image required by your project** (see next chapter) | `registry.hub.docker.com/alpinelinux/build-base` |
| `MAKE_PROJECT_DIR`| The root directory of the Makefile project. | `.` |
| `image` / `MAKE_IMAGE` | The Docker image used to run GNU Make<br/>:warning: **set the image required by your project** (see next chapter) | `registry.hub.docker.com/alpinelinux/build-base` |
| `project-dir` / `MAKE_PROJECT_DIR` | The root directory of the Makefile project. | `.` |
### Which image?
@@ -54,9 +77,9 @@ This job is expected to perform **build** and if possible **unit tests** all at
It uses the following variable:
| Name | Description | Default value |
| Input / Variable | Description | Default value |
| `MAKE_BUILD_ARGS`| Make [options](https://www.gnu.org/software/make/manual/html_node/Options-Summary.html) and [goals](https://www.gnu.org/software/make/manual/html_node/Goals.html) for the build & test job | `all test` |
| `build-args` / `MAKE_BUILD_ARGS` | Make [options](https://www.gnu.org/software/make/manual/html_node/Options-Summary.html) and [goals](https://www.gnu.org/software/make/manual/html_node/Goals.html) for the build & test job | `all test` |