Skip to content
Snippets Groups Projects
Commit 0a93c656 authored by Brice Copy's avatar Brice Copy
Browse files

Update README.md

parent b41cd217
No related branches found
No related tags found
No related merge requests found
Pipeline #1122528 passed
......@@ -11,20 +11,20 @@ The image build is provided :
# How to update the baseline
Simply update the Dockerfile build arguments' default values, and commit to the master branch. NOTE : The baseline is used to rebuild all other images so pick a sensible default.
Simply update the Dockerfile build arguments' default values, and commit to the ```master``` branch. NOTE : The baseline is used to rebuild all other images so pick a sensible default.
# How to provide alternate images
Using gitflow, you can create a new *support* branch, it will automatically be picked up and deployed as a new docker image.
E.g., to create a new support branch for Maven 3.5.3, Docker 19.3.0 and Jdk11, simply execute :
E.g., to create a new release branch for Maven 3.5.3, Docker 19.3.0 and Jdk11, simply execute :
```
git flow support start 3.5.3-19.3.0-jdk11 master
git flow release start 3.5.3-19.3.0-jdk11 develop
```
To name your support branch, please follow the convention
To name your release branch, please follow the convention
```<maven-version>-<docker-client-version>-<jdk-version>```
(with or without the SNAPSHOT suffix).
For instance :
......
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