Commit 0cd89071 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

doc: warn default Docker image has to be changed

parent e7151cd3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ The Cloud Foundry template uses some global configuration used throughout all jo

| Name                   | description                            | default value     |
| ---------------------- | -------------------------------------- | ----------------- |
| `CF_CLI_IMAGE`         | the Docker image used to run CF CLI commands| `governmentpaas/cf-cli` **it is highly recommended to set the CLI version compatible with your Cloud Foundry server** |
| `CF_CLI_IMAGE`         | the Docker image used to run CF CLI commands <br/>:warning: **set the version required by your Cloud Foundry server** | `governmentpaas/cf-cli` |
| `CF_MANIFEST_BASENAME` | CF manifest file basename (without extension nor env suffix) | `manifest`            |
| `CF_URL`               | Default CF API url                     | **has to be defined** |
| :lock: `CF_USER`       | Default CF user name                   | **has to be defined** |
@@ -580,6 +580,6 @@ echo "maybe delete database '$dbname'..."
cf delete-service $dbname -f
```

## 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": "CF_CLI_IMAGE",
      "description": "The Docker image used to run CF CLI commands - **it is highly recommended to set the CLI version compatible with your Cloud Foundry server**",
      "description": "The Docker image used to run CF CLI commands - **set the version required by your Cloud Foundry server**",
      "default": "governmentpaas/cf-cli"
    },
    {