summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-08-20 12:01:58 +0200
committermrichomme <morgan.richomme@orange.com>2020-08-20 13:07:18 +0200
commit1531f4b317373776700ee7b9d4ca7b06f2c0bc35 (patch)
tree3f200498cc672157f856070b3f7288260613e4c9 /README.md
parenta90d23930365bc33ed25ca9651ccdc7fa8e1655c (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.md12
1 files changed, 12 insertions, 0 deletions
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.