Skip to content

Commit

Permalink
feat: Bump version to official release v2.2.0 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainbourgeois authored Jan 20, 2025
1 parent 8050715 commit 38d20b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
4 changes: 2 additions & 2 deletions rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -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).
Expand All @@ -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"
Expand Down

0 comments on commit 38d20b8

Please sign in to comment.