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