From 1531f4b317373776700ee7b9d4ca7b06f2c0bc35 Mon Sep 17 00:00:00 2001 From: mrichomme Date: Thu, 20 Aug 2020 12:01:58 +0200 Subject: Release onap-python withoun ONBUILD dir Issue-ID: INT-1589 Signed-off-by: mrichomme Change-Id: Idf64cb181565ee4252de8dd019004bf04f605efa Signed-off-by: mrichomme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index ecea579..fb5e022 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,18 @@ It includes: - python 3.8.2 - pip3 +## History + +### 7.0.1 + +Evolution of 7.0.0 without the ONBUILD constraint +This directive was leading to issue when some packages had to be installed +to build python lib dependencies + +### 7.0.0 + +version including ONBUILD directive + Due to the ONBUILD directive, each project must provide a requirements.txt file before building an image derived from this baseline image. Without this requirements.txt file, the docker built will fail. -- cgit 1.2.3-korg