Commit 605ed0e0 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

doc: warn default Docker image has to be changed

parent 68f251b0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ The PHP template uses some global configuration used throughout all jobs.

| Name                  | description                            | default value     |
| --------------------- | -------------------------------------- | ----------------- |
| `PHP_IMAGE`           | The Docker image used to run PHP. **It is highly recommended to set the specific version your project needs** | `php:latest` |
| `PHP_IMAGE`           | The Docker image used to run PHP <br/>:warning: **set the version required by your project** | `php:latest` |
| `PHP_PROJECT_DIR`     | The PHP project root directory         | `.`               |

## Managing PHP extensions
@@ -120,6 +120,6 @@ More info:
* [test coverage & execution parameters](https://docs.sonarqube.org/latest/analysis/coverage/)
* [third-party issues](https://docs.sonarqube.org/latest/analysis/external-issues/)

## Gitlab compatibility
## GitLab compatibility

:information_source: This template is actually tested and validated on GitLab Community Edition instance version 13.12.11
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
  "variables": [
    {
      "name": "PHP_IMAGE",
      "description": "The Docker image used to run PHP - **it is highly recommended to set the specific version your project needs**",
      "description": "The Docker image used to run PHP - **set the version required by your project**",
      "default": "php:latest"
    },
    {