aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-12-11 10:39:38 +0100
committermrichomme <morgan.richomme@orange.com>2020-12-11 16:11:15 +0100
commitc8f336a7137e0f34d7cb7a55ee4fcb9cf104b7b4 (patch)
treef8192a5e95f116df1c75ee847d88d8d8c58b86e7
parent5db3d7e10581e997cd10977d0925c2d2a44ee4c5 (diff)
Create Honolulu Python baseline imagehonolulu
Issue-ID: INT-1807 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Iac80dafc78129a2a39186eec01d26c71302f629d
-rw-r--r--README.md8
-rw-r--r--releases/8.0.0-container.yaml8
-rw-r--r--version.properties14
3 files changed, 28 insertions, 2 deletions
diff --git a/README.md b/README.md
index fb5e022..8e3d6b9 100644
--- a/README.md
+++ b/README.md
@@ -5,11 +5,15 @@ based on SECCOM recommendations [2].
It includes:
-- python 3.8.2
+- python 3.9
- pip3
## History
+### 8.0.0
+
+use Python 3.9 and alpine 3.12
+
### 7.0.1
Evolution of 7.0.0 without the ONBUILD constraint
@@ -64,6 +68,6 @@ See SDC full example in [3].
[1]: http://wiki.onap.org
-[2]: https://wiki.onap.org/display/DW/Database%2C+Java%2C+Python%2C+Docker%2C+Kubernetes%2C+and+Image+Versions
+[2]: https://git.onap.org/integration/seccom/tree/recommended_versions.yaml?h=honolulu
[3]: https://gerrit.onap.org/r/gitweb?p=sdc/sdc-docker-base.git;a=blob;f=base_sdc-python/Dockerfile;h=57daaa9621e1af122b7c5941f3733db743bbe6d5;hb=0e0dff07cf70588ef270e12e5ec43805c12daa4d
diff --git a/releases/8.0.0-container.yaml b/releases/8.0.0-container.yaml
new file mode 100644
index 0000000..4afd6e1
--- /dev/null
+++ b/releases/8.0.0-container.yaml
@@ -0,0 +1,8 @@
+distribution_type: 'container'
+container_release_tag: '8.0.0'
+project: 'integration/docker/onap-python'
+log_dir: 'integration-docker-onap-python-docker-merge-master/40'
+ref: 5db3d7e10581e997cd10977d0925c2d2a44ee4c5
+containers:
+ - name: 'integration-python'
+ version: 'latest'
diff --git a/version.properties b/version.properties
new file mode 100644
index 0000000..e1f94df
--- /dev/null
+++ b/version.properties
@@ -0,0 +1,14 @@
+###########################################################
+# Versioning variables
+# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
+# because they are used in Jenkins, whose plug-in doesn't support
+
+major_version=8
+minor_version=0
+patch_version=0
+
+base_version=${major_version}.${minor_version}.${patch_version}
+
+# Release must be completed with GIT information # in Jenkins
+release_version=${base_version}
+snapshot_version=${base_version}-SNAPSHOT