diff options
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. |