From 26bef3ac5e0b2a5dc9f72c8001e10a3f69528e50 Mon Sep 17 00:00:00 2001 From: "lal.harshita" Date: Thu, 14 Dec 2023 18:52:44 +0530 Subject: [PATCH] [Task-ID: ODUHIGH-550] build.image fix in I-release documentation Change-Id: I019355b65ddf1d00ddd3e918a3bfdb83971968cf Signed-off-by: lal.harshita --- .readthedocs.yaml | 1 - container-tag.yaml | 2 +- docs/release-notes.rst | 2 +- docs/user-guide.rst | 6 +++--- releases/container-release-o-du-l2 | 6 +++--- releases/container-release-o-du-l2-cu-stub | 6 +++--- 6 files changed, 11 insertions(+), 12 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d1e0c052d..0ff05b889 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,7 +8,6 @@ build: os : ubuntu-20.04 tools: python: "3.7" - image: latest python: version: 3.7 diff --git a/container-tag.yaml b/container-tag.yaml index 185d3a90d..9bcf08a22 100644 --- a/container-tag.yaml +++ b/container-tag.yaml @@ -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 diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 614c5c4b5..2b2f7e8ab 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -241,7 +241,7 @@ I release | | | +--------------------------------------+------------------------------------------+ | **Repo/commit-ID** | o-du/l2/ | -| | Ibbe192879fce4b4c2c5994fbba5de73aa8a4168b| +| | I019355b65ddf1d00ddd3e918a3bfdb83971968cf| +--------------------------------------+------------------------------------------+ | **Release designation** | I release | | | | diff --git a/docs/user-guide.rst b/docs/user-guide.rst index 41b8d143c..01d1729bc 100644 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -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 diff --git a/releases/container-release-o-du-l2 b/releases/container-release-o-du-l2 index 05eef3843..ed2bac6ed 100644 --- a/releases/container-release-o-du-l2 +++ b/releases/container-release-o-du-l2 @@ -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 diff --git a/releases/container-release-o-du-l2-cu-stub b/releases/container-release-o-du-l2-cu-stub index d4754a0d6..8792b828d 100644 --- a/releases/container-release-o-du-l2-cu-stub +++ b/releases/container-release-o-du-l2-cu-stub @@ -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 -- 2.16.6