aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormorganrol <morgan.richomme@orange.com>2021-07-07 08:52:01 +0200
committermorganrol <morgan.richomme@orange.com>2021-07-07 09:09:23 +0200
commit14b701c08bd6aa7015ecf201b2c00a1294ce29d1 (patch)
tree27959ea0aa513aed7d564c55a9f98e9352b17f50
parent7dc3e97c708a32accb59c0481d5174cae6993847 (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.md6
-rw-r--r--releases/9.1.0-container.yaml8
2 files changed, 14 insertions, 0 deletions
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'