Skip to content

Commit

Permalink
chore: bump workload to v1.4.0 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume authored Apr 4, 2024
1 parent 0e4e82d commit 33f99a6
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-ausf_1.3_amd64.rock docker-daemon:sdcore-ausf:1.3
docker run sdcore-ausf:1.3
sudo skopeo --insecure-policy copy oci-archive:sdcore-ausf_1.4.0_amd64.rock docker-daemon:sdcore-ausf:1.4.0
docker run sdcore-ausf: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 AUSF.
## Usage

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

0 comments on commit 33f99a6

Please sign in to comment.