Skip to content

Commit

Permalink
fix: updating instructions to use rockcraft.skopeo (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Beierl authored Jun 14, 2024
1 parent c067df7 commit 27d8851
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,14 @@ npm run build
Pack the rock

```bash
sudo snap install rockcraft --edge --classic
rockcraft pack -v
```

Move the rock to Docker's registry
```bash
sudo skopeo --insecure-policy copy oci-archive:sdcore-nms_0.2.0_amd64.rock docker-daemon:sdcore-nms:0.2.0
sudo rockcraft.skopeo --insecure-policy copy oci-archive:sdcore-nms_0.2.0_amd64.rock docker-daemon:sdcore-nms:0.2.0
```
Run the NMS
Expand Down

0 comments on commit 27d8851

Please sign in to comment.