diff options
author | morganrol <morgan.richomme@orange.com> | 2021-07-07 08:52:01 +0200 |
---|---|---|
committer | morganrol <morgan.richomme@orange.com> | 2021-07-07 09:09:23 +0200 |
commit | 14b701c08bd6aa7015ecf201b2c00a1294ce29d1 (patch) | |
tree | 27959ea0aa513aed7d564c55a9f98e9352b17f50 | |
parent | 7dc3e97c708a32accb59c0481d5174cae6993847 (diff) |
[RELEASE] bump 9.1.0 baseline image
This baseline image excludes GPLv3 Python libraries
Issue-ID: INT-1944
Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: Id18986e3a5f7a4d37853fe00093a431948f782ad
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | releases/9.1.0-container.yaml | 8 |
2 files changed, 14 insertions, 0 deletions
@@ -10,6 +10,12 @@ It includes: ## History +### 9.1.0 + +Build the docker from scratch to remove python GPLv3 library. +the 9.1.0 is then fully GPLv3 free. +It is still based on Python 3.9.5 and alpine 3.13. + ### 9.0.0 use Python 3.9.5 and alpine 3.13 diff --git a/releases/9.1.0-container.yaml b/releases/9.1.0-container.yaml new file mode 100644 index 0000000..9eea495 --- /dev/null +++ b/releases/9.1.0-container.yaml @@ -0,0 +1,8 @@ +distribution_type: 'container' +container_release_tag: '9.1.0' +project: 'integration/docker/onap-python' +log_dir: 'integration-docker-onap-python-docker-merge-master/77' +ref: 7dc3e97c708a32accb59c0481d5174cae6993847 +containers: + - name: 'integration-python' + version: 'latest' |