From 14b701c08bd6aa7015ecf201b2c00a1294ce29d1 Mon Sep 17 00:00:00 2001 From: morganrol Date: Wed, 7 Jul 2021 08:52:01 +0200 Subject: [RELEASE] bump 9.1.0 baseline image This baseline image excludes GPLv3 Python libraries Issue-ID: INT-1944 Signed-off-by: morganrol Change-Id: Id18986e3a5f7a4d37853fe00093a431948f782ad --- README.md | 6 ++++++ releases/9.1.0-container.yaml | 8 ++++++++ 2 files changed, 14 insertions(+) create mode 100644 releases/9.1.0-container.yaml diff --git a/README.md b/README.md index 34b6ad0..0857bb2 100644 --- a/README.md +++ b/README.md @@ -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' -- cgit 1.2.3-korg