diff options
author | 2020-08-20 12:01:58 +0200 | |
---|---|---|
committer | 2020-08-20 13:07:18 +0200 | |
commit | 1531f4b317373776700ee7b9d4ca7b06f2c0bc35 (patch) | |
tree | 3f200498cc672157f856070b3f7288260613e4c9 /README.md | |
parent | a90d23930365bc33ed25ca9651ccdc7fa8e1655c (diff) |
Release onap-python withoun ONBUILD dir
Issue-ID: INT-1589
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Idf64cb181565ee4252de8dd019004bf04f605efa
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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. |