Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump workload to v1.4.0 #18

Merged
merged 1 commit into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-nssf_1.3_amd64.rock docker-daemon:sdcore-nssf:1.3
docker run sdcore-nssf:1.3
sudo skopeo --insecure-policy copy oci-archive:sdcore-nssf_1.4.0_amd64.rock docker-daemon:sdcore-nssf:1.4.0
docker run sdcore-nssf: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 NSSF.
## Usage

```console
docker pull ghcr.io/canonical/sdcore-nssf:1.3
docker run -it ghcr.io/canonical/sdcore-nssf:1.3
docker pull ghcr.io/canonical/sdcore-nssf:1.4.0
docker run -it ghcr.io/canonical/sdcore-nssf: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-nssf
base: bare
build-base: [email protected]
version: '1.3'
version: '1.4.0'
summary: SD-Core NSSF
description: SD-Core NSSF
license: Apache-2.0
Expand All @@ -14,7 +14,7 @@ parts:
plugin: go
source: https://github.com/omec-project/nssf.git
source-type: git
source-commit: 8196d18f4d381e61753548ab38fad4f97b33ee60
source-tag: v1.4.0
build-snaps:
- go/1.21/stable
stage-packages:
Expand Down
Loading