diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4f496ba..88fb01a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,6 +4,6 @@ ```bash rockcraft pack -v -sudo rockcraft.skopeo --insecure-policy copy oci-archive:oai-ran-du_2.1.1_amd64.rock docker-daemon:oai-ran-du:2.1.1 -docker run -d oai-ran-du:2.1.1 +sudo rockcraft.skopeo --insecure-policy copy oci-archive:oai-ran-du_2.2.0_amd64.rock docker-daemon:oai-ran-du:2.2.0 +docker run -d oai-ran-du:2.2.0 ``` diff --git a/README.md b/README.md index 749739c..91a37ba 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,6 @@ Container image for the OAI RAN Distributed Unit (DU). ## Usage ```console -docker pull ghcr.io/canonical/oai-ran-du:2.1.1 -docker run -it ghcr.io/canonical/oai-ran-du:2.1.1 +docker pull ghcr.io/canonical/oai-ran-du:2.2.0 +docker run -it ghcr.io/canonical/oai-ran-du:2.2.0 ``` diff --git a/rockcraft.yaml b/rockcraft.yaml index 581e369..e2db145 100644 --- a/rockcraft.yaml +++ b/rockcraft.yaml @@ -1,6 +1,6 @@ name: oai-ran-du base: ubuntu@24.04 -version: '2.1.1' +version: '2.2.0' summary: OAI RAN DU ROCK license: Apache-2.0 description: Container image for the OAI RAN Distributed Unit (DU). @@ -18,7 +18,7 @@ parts: plugin: nil source: https://gitlab.eurecom.fr/oai/openairinterface5g.git source-type: git - source-commit: ec06c78b30ac1a0caf8c33a9e55348008134b642 + source-tag: v${CRAFT_PROJECT_VERSION} build-environment: - BUILD_UHD_FROM_SOURCE: "True" - UHD_VERSION: "4.7.0.0"