Skip to content

Commit

Permalink
chore: bump workload to v1.4.0 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume authored Apr 4, 2024
1 parent 920e1b1 commit 77ae918
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 @@ CONTRIBUTING.md # Contributing

```bash
rockcraft pack -v
sudo skopeo --insecure-policy copy oci-archive:sdcore-upf-pfcpiface_1.3_amd64.rock docker-daemon:sdcore-upf-pfcpiface:1.3
docker run sdcore-upf-pfcpiface:1.3
sudo skopeo --insecure-policy copy oci-archive:sdcore-upf-pfcpiface_1.4.0_amd64.rock docker-daemon:sdcore-upf-pfcpiface:1.4.0
docker run sdcore-upf-pfcpiface: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 UPF PFCPIFACE, used in SD-Core UPF.
## Usage

```console
docker pull ghcr.io/canonical/sdcore-upf-pfcpiface:1.3
docker run -it ghcr.io/canonical/sdcore-upf-pfcpiface:1.3
docker pull ghcr.io/canonical/sdcore-upf-pfcpiface:1.4.0
docker run -it ghcr.io/canonical/sdcore-upf-pfcpiface:1.4.0
```
4 changes: 2 additions & 2 deletions rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: sdcore-upf-pfcpiface
base: bare
build-base: ubuntu@22.04
version: '1.3'
version: '1.4.0'
summary: SD-Core UPF PFCPIFACE
description: SD-Core UPF PFCPIFACE
license: Apache-2.0
Expand All @@ -14,7 +14,7 @@ parts:
pfcpiface:
plugin: go
source: https://github.com/omec-project/upf.git
source-commit: e52a4f2a6ba53467aa9e13a36a473d680bd5c61a
source-tag: v1.4.0
build-snaps:
- go
stage-packages:
Expand Down

0 comments on commit 77ae918

Please sign in to comment.