aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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.