cosmetic add testing to readme file

This commit is contained in:
Jean-Christian Denis 2024-11-16 13:55:28 +01:00
parent 71fb99a5a0
commit 22a94e3050
Signed by: JcDenis
GPG key ID: 1B5B8C5B90B6C951

View file

@ -5,6 +5,7 @@
![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)
![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)
## 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)
* latest : The latest stable Dotclear release
* testing: The latest dev of Dotclear stable branch
* dev : A Dotclear unstable (nightly) release
To build image from stable canal, from the Dokerfile path, execute:
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:
docker build -t dotclear:dev --build-arg CANAL=unstable .