Skip to content

Commit

Permalink
chore: bump Vib version, improve docs
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun committed Jul 11, 2024
1 parent 9e86340 commit 1424bce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vib-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
sudo apt install -y debootstrap podman
sudo sh build.sh
- uses: vanilla-os/[email protected].3
- uses: vanilla-os/[email protected].4

- name: Generate image name
run: |
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@ cd rootfs && sh build.sh && cd ..
vib build recipe.yml
podman image build -t vanillaos/pico .
```

## Verify Image Build Provenance Attestation

All the image builds/pushes are attested for build provenance and integrity using the [attest-build-provenance`](https://github.com/actions/attest-build-provenance) action. The attestations can be verified [here](https://github.com/Vanilla-OS/pico-image/attestations) or by having the latest version of [GitHub CLI](https://github.com/cli/cli/releases/latest) installed in your system. Then, execute the following command:

```sh
gh attestation verify oci://ghcr.io/vanilla-os/pico:main --owner Vanilla-OS
```

0 comments on commit 1424bce

Please sign in to comment.