Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit af7b0e5e authored by Karine Bauch's avatar Karine Bauch
Browse files

update variables in README

parent 0acae892
No related branches found
No related tags found
No related merge requests found
Pipeline #45145 failed
......@@ -49,10 +49,10 @@ docker-build:
You can customize the job by overriding the following variables:
| Name | Description | Default |
|----------------------|--------------------------------|---------------------------|
| `DOCKER_TLS_CERTDIR` | The path to the Docker TLS dir | `""` |
| `IMAGE_NAME` | The name of the image. | `$CI_PROJECT_NAME` |
| `PROJECT_PATH` | The path to the project. | `.` |
| `TAG` | The tag to apply to the image. | `$CI_COMMIT_SHA` |
| `TARGET_IMAGE` | The target image name. | `$CI_REGISTRY_IMAGE:$TAG` |
| Name | Description | Default |
|------------------|---------------------------------------|-------------------------------------|
| `DOCKER_HOST` | The path to the Docker Host | `tcp://docker:2375/` |
| `DOCKER_DRIVER` | The name of the Docker driver. | `overlay2` |
| `TARGET_IMAGE` | The nmae and tag of the target image. | `$CI_REGISTRY_IMAGE:$CI_COMMIT_SHA` |
| `PROJECT_PATH` | The tag to apply to the image. | `.` |
| `KANIKO_OPTIONS` | The Kaniko options. | `""` |
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment