From 1c14a72ab91fbfd524a33695a45ef60c0eee6777 Mon Sep 17 00:00:00 2001 From: Pedro Salgado Date: Fri, 30 Dec 2016 20:32:04 -0700 Subject: [PATCH] HOWTO.md: added reference to latest. --- HOWTO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HOWTO.md b/HOWTO.md index 54f74e8..9ab8d92 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -7,6 +7,7 @@ This repo is structured the following way: - `Dockerfile`: file to build the `${ODOO_VERSION}-base` container image - `${ODOO_RELEASE}/` - `Dockerfile`: file to build the `${ODOO_VERSION}.${ODOO_RELEASE}` container image taking `${ODOO_VERSION}-base` as a base + - `latest`: symlink to the latest `${ODOO_RELEASE}` release This repo contains a few bash scripts to help you generate docker container images.