HOWTO.md: added info about release argument.

This commit is contained in:
Pedro Salgado 2016-12-30 19:44:22 -07:00
parent 603f632bdc
commit 8a1bc54999

View File

@ -15,7 +15,7 @@ help you generate docker container images.
grab the available releases and SHA1 checksum and grab the available releases and SHA1 checksum and
rebuild the `${ODOO_VERSION}/releases.txt`. rebuild the `${ODOO_VERSION}/releases.txt`.
`generate.sh` will read the `${ODOO_VERSION}/releases.txt` file, `generate.sh <optional:release>` will read the `${ODOO_VERSION}/releases.txt` file,
parse the `release:checksum` lines and parse the `release:checksum` lines and
generate the `${ODOO_VERSION}/${ODOO_RELEASE}/Dockerfile`. 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. `build.sh` is used to build the docker container images locally.
```bash ```bash
# all
$ bash build.sh $ bash build.sh
# single release
$ bash build.sh 20161230
``` ```
There are some auxiliary bash scripts to run docker container locally. There are some auxiliary bash scripts to run docker container locally.