Skip to content

Commit

Permalink
fix: updating instructions to use rockcraft.skopeo
Browse files Browse the repository at this point in the history
Rockcraft now ships an updated version of skopeo that works with docker 1.24 and higher
  • Loading branch information
Mark Beierl committed Jun 13, 2024
1 parent c067df7 commit 2630c8e
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 2630c8e

Please sign in to comment.