Skip to content

Commit

Permalink
fu: set prime module to use tag
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
  • Loading branch information
kbdharun committed Jul 26, 2024
1 parent 2dec4dd commit 6918bb4
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ podman image build -t vanillaos/desktop .

## 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/desktop-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:
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/desktop-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/desktop:main --owner Vanilla-OS
Original file line number Diff line number Diff line change
@@ -52,4 +52,4 @@
</defaults>
<annotate key="org.freedesktop.policykit.exec.path">/usr/bin/podman</annotate>
</action>
</policyconfig>
</policyconfig>
5 changes: 2 additions & 3 deletions modules/00-vanilla-prime-utility.yml
Original file line number Diff line number Diff line change
@@ -4,8 +4,7 @@ type: meson
source:
type: git
url: https://github.com/Vanilla-OS/vanilla-prime-utility
branch: main
commit: latest
tag: v1.0.3
modules:
- name: vanilla-prime-utility-deps-install
type: apt
@@ -14,4 +13,4 @@ modules:
- build-essential
- gettext
- libadwaita-1-dev
- meson
- meson

0 comments on commit 6918bb4

Please sign in to comment.