From 8a1bc549991d0af74fd8a06b5c3de073f8421343 Mon Sep 17 00:00:00 2001 From: Pedro Salgado Date: Fri, 30 Dec 2016 19:44:22 -0700 Subject: [PATCH] HOWTO.md: added info about release argument. --- HOWTO.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/HOWTO.md b/HOWTO.md index 78b9746..e2c3a24 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -15,7 +15,7 @@ help you generate docker container images. grab the available releases and SHA1 checksum and rebuild the `${ODOO_VERSION}/releases.txt`. -`generate.sh` will read the `${ODOO_VERSION}/releases.txt` file, +`generate.sh ` will read the `${ODOO_VERSION}/releases.txt` file, parse the `release:checksum` lines and generate the `${ODOO_VERSION}/${ODOO_RELEASE}/Dockerfile`. @@ -26,7 +26,11 @@ $ bash generate.sh `build.sh` is used to build the docker container images locally. ```bash +# all $ bash build.sh + +# single release +$ bash build.sh 20161230 ``` There are some auxiliary bash scripts to run docker container locally.