Skip to content

Commit

Permalink
chore: bump workload to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume committed Apr 4, 2024
1 parent 4a91d8b commit fa38862
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 skopeo --insecure-policy copy oci-archive:sdcore-gnbsim_1.3_amd64.rock docker-daemon:sdcore-gnbsim:1.3
docker run sdcore-gnbsim:1.3
sudo skopeo --insecure-policy copy oci-archive:sdcore-gnbsim_1.4.0_amd64.rock docker-daemon:sdcore-gnbsim:1.4.0
docker run sdcore-gnbsim:1.4.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 SD-Core gnbsim.
## Usage

```console
docker pull ghcr.io/canonical/sdcore-gnbsim:1.3
docker run -it ghcr.io/canonical/sdcore-gnbsim:1.3
docker pull ghcr.io/canonical/sdcore-gnbsim:1.4.0
docker run -it ghcr.io/canonical/sdcore-gnbsim:1.4.0
```
4 changes: 2 additions & 2 deletions rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: sdcore-gnbsim
base: bare
build-base: [email protected]
version: '1.3'
version: '1.4.0'
summary: SD-Core gnbsim
description: SD-Core gnbsim
license: Apache-2.0
Expand All @@ -14,7 +14,7 @@ parts:
plugin: go
source: https://github.com/omec-project/gnbsim.git
source-type: git
source-commit: 7da5c27f6bf83dccbee4eb2dbc5f6c26439c6099
source-tag: v1.4.0
build-snaps:
- go/1.22/stable
organize:
Expand Down

0 comments on commit fa38862

Please sign in to comment.