diff options
author | mrichomme <morgan.richomme@orange.com> | 2020-08-20 12:01:58 +0200 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2020-08-20 13:07:18 +0200 |
commit | 1531f4b317373776700ee7b9d4ca7b06f2c0bc35 (patch) | |
tree | 3f200498cc672157f856070b3f7288260613e4c9 | |
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>
-rw-r--r-- | README.md | 12 | ||||
-rw-r--r-- | releases/7.0.1-container.yaml | 8 |
2 files changed, 20 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. diff --git a/releases/7.0.1-container.yaml b/releases/7.0.1-container.yaml new file mode 100644 index 0000000..dc4b2eb --- /dev/null +++ b/releases/7.0.1-container.yaml @@ -0,0 +1,8 @@ +distribution_type: 'container' +container_release_tag: '7.0.1' +project: 'integration/docker/onap-python' +log_dir: 'integration-docker-onap-python-docker-merge-master/19' +ref: 042cb513412d19c394e3808668e7535e4fd1b35c +containers: + - name: 'integration-python' + version: 'latest' |