From 22a94e30502035c5434762b45963037d366cdacc Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sat, 16 Nov 2024 13:55:28 +0100 Subject: [PATCH] cosmetic add testing to readme file --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9583c77..3cfba67 100644 --- a/README.md +++ b/README.md @@ -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 .