Skip to content

Commit

Permalink
chore: bump ue workload to 2.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Belanger <[email protected]>
  • Loading branch information
gruyaume committed Jan 20, 2025
1 parent 1a49c96 commit 434751c
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-ue_2.1.1_amd64.rock docker-daemon:oai-ran-ue:2.1.1
docker run -d oai-ran-ue:2.1.1
sudo rockcraft.skopeo --insecure-policy copy oci-archive:oai-ran-ue_2.2.0_amd64.rock docker-daemon:oai-ran-ue:2.2.0
docker run -d oai-ran-ue: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 User Equipment (UE).
## Usage

```console
docker pull ghcr.io/canonical/oai-ran-ue:2.1.1
docker run -it ghcr.io/canonical/oai-ran-ue:2.1.1
docker pull ghcr.io/canonical/oai-ran-ue:2.2.0
docker run -it ghcr.io/canonical/oai-ran-ue: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-ue
base: [email protected]
version: '2.1.1'
version: '2.2.0'
summary: OAI RAN UE ROCK
license: Apache-2.0
description: Container image for the OAI RAN User Equipment (UE).
Expand All @@ -18,7 +18,7 @@ parts:
plugin: nil
source: https://gitlab.eurecom.fr/oai/openairinterface5g.git
source-type: git
source-commit: 469d58f989c47eaba42dcfad731e11355329d691
source-tag: v2.2.0
build-environment:
- BUILD_UHD_FROM_SOURCE: "True"
- UHD_VERSION: "4.4.0.0"
Expand Down

0 comments on commit 434751c

Please sign in to comment.