cosmetic add testing to readme file
This commit is contained in:
parent
71fb99a5a0
commit
22a94e3050
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
![Stable image downloads](https://img.shields.io/docker/pulls/jcpd/docker-dotclear)
|
![Stable image downloads](https://img.shields.io/docker/pulls/jcpd/docker-dotclear)
|
||||||
|
|
||||||
![Stable image build](https://github.com/JcDenis/docker-dotclear/actions/workflows/release_stable.yml/badge.svg)
|
![Stable image build](https://github.com/JcDenis/docker-dotclear/actions/workflows/release_stable.yml/badge.svg)
|
||||||
|
![Testing image build](https://github.com/JcDenis/docker-dotclear/actions/workflows/release_testing.yml/badge.svg)
|
||||||
![Unstable image build](https://github.com/JcDenis/docker-dotclear/actions/workflows/release_unstable.yml/badge.svg)
|
![Unstable image build](https://github.com/JcDenis/docker-dotclear/actions/workflows/release_unstable.yml/badge.svg)
|
||||||
|
|
||||||
## THE SHORT WAY
|
## THE SHORT WAY
|
||||||
|
@ -38,12 +39,17 @@ It is composed of Dotclear version or release type:
|
||||||
|
|
||||||
* x.x : A given Dotclear version (ex: 2.31.1)
|
* x.x : A given Dotclear version (ex: 2.31.1)
|
||||||
* latest : The latest stable Dotclear release
|
* latest : The latest stable Dotclear release
|
||||||
|
* testing: The latest dev of Dotclear stable branch
|
||||||
* dev : A Dotclear unstable (nightly) release
|
* dev : A Dotclear unstable (nightly) release
|
||||||
|
|
||||||
To build image from stable canal, from the Dokerfile path, execute:
|
To build image from stable canal, from the Dokerfile path, execute:
|
||||||
|
|
||||||
docker build -t dotclear:latest --build-arg CANAL=stable .
|
docker build -t dotclear:latest --build-arg CANAL=stable .
|
||||||
|
|
||||||
|
Or to build image from testing canal, from the Dokerfile path, execute:
|
||||||
|
|
||||||
|
docker build -t dotclear:testing --build-arg CANAL=testing .
|
||||||
|
|
||||||
Or to build image from unstable canal, from the Dokerfile path, execute:
|
Or to build image from unstable canal, from the Dokerfile path, execute:
|
||||||
|
|
||||||
docker build -t dotclear:dev --build-arg CANAL=unstable .
|
docker build -t dotclear:dev --build-arg CANAL=unstable .
|
||||||
|
|
Loading…
Reference in a new issue