[Task-ID: ODUHIGH-550] build.image fix in I-release documentation 04/12304/2
authorlal.harshita <Harshita.Lal@radisys.com>
Thu, 14 Dec 2023 13:22:44 +0000 (18:52 +0530)
committerlal.harshita <Harshita.Lal@radisys.com>
Thu, 14 Dec 2023 13:25:09 +0000 (18:55 +0530)
Change-Id: I019355b65ddf1d00ddd3e918a3bfdb83971968cf
Signed-off-by: lal.harshita <Harshita.Lal@radisys.com>
.readthedocs.yaml
container-tag.yaml
docs/release-notes.rst
docs/user-guide.rst
releases/container-release-o-du-l2
releases/container-release-o-du-l2-cu-stub

index d1e0c05..0ff05b8 100644 (file)
@@ -8,7 +8,6 @@ build:
   os : ubuntu-20.04
   tools:
     python: "3.7"
-  image: latest
 
 python:
   version: 3.7
index 185d3a9..9bcf08a 100644 (file)
@@ -1,4 +1,4 @@
 # The Jenkins job requires a tag to build the Docker image.
 # Global-JJB script assumes this file is in the repo root.
 ---
-tag: 9.0.3
+tag: 9.0.4
index 614c5c4..2b2f7e8 100644 (file)
@@ -241,7 +241,7 @@ I release
 |                                      |                                          |   
 +--------------------------------------+------------------------------------------+
 | **Repo/commit-ID**                   | o-du/l2/                                 |
-|                                      | Ibbe192879fce4b4c2c5994fbba5de73aa8a4168b|
+|                                      | I019355b65ddf1d00ddd3e918a3bfdb83971968cf|
 +--------------------------------------+------------------------------------------+
 | **Release designation**              | I release                                |
 |                                      |                                          |   
index 41b8d14..01d1729 100644 (file)
@@ -66,17 +66,17 @@ II. Execution - Using Docker Images
 The call flow between O-DU High and CU Stub can be achieved by executing docker containers.
 
 - Pull the last built docker images:
-    -  docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:9.0.3
+    -  docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:9.0.4
     -  docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub:
 
 - Run CU Stub docker:
     - docker run -it --privileged --net=host --entrypoint bash
-      nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub:9.0.3
+      nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub:9.0.4
     - ./cu_stub
 
 - Run ODU docker:
     - docker run -it --privileged --net=host --entrypoint bash
-      nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:9.0.3
+      nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:9.0.4
     - ./odu
 
 
index 05eef38..ed2bac6 100644 (file)
@@ -1,11 +1,11 @@
 ---
 
 distribution_type: container
-container_release_tag: 9.0.3
+container_release_tag: 9.0.4
 container_pull_registry: nexus.o-ran-sc.org:10004
 container_push_registry: nexus.o-ran-sc.org:10002
 project: o-du-l2 
-ref: ec03dc4c30e7407b819f25b8af06d9bfa9db4a4e
+ref: 082c85bb13972d525e059d53546ce0eb7a481ccd
 containers:
 - name: o-du-l2
-version: 9.0.3
+version: 9.0.4
index d4754a0..8792b82 100644 (file)
@@ -1,11 +1,11 @@
 ---
 
 distribution_type: container
-container_release_tag: 9.0.3
+container_release_tag: 9.0.4
 container_pull_registry: nexus.o-ran-sc.org:10004
 container_push_registry: nexus.o-ran-sc.org:10002
 project: o-du-l2 
-ref: ec03dc4c30e7407b819f25b8af06d9bfa9db4a4e
+ref: 082c85bb13972d525e059d53546ce0eb7a481ccd
 containers:
 - name: o-du-l2-cu-stub
-version: 9.0.3
+version: 9.0.4