Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxwelldoug authored Jul 16, 2024
1 parent 612c60f commit 82d3ee9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Kanola Nvidia Image

Containerfile for building a Kanola Desktop + Nvidia image.
Containerfile for building a Kanola Desktop + VM mage.

This image is based on top of [`kanola-images/plasma`](https://github.com/Kanola-Images/Kanola/pkgs/container/plasma) and offers the default Kanola Desktop experience with GNOME and Nvidia drivers.
This image is based on top of [`kanola-images/plasma`](https://github.com/Kanola-Images/Kanola/pkgs/container/plasma) and offers the default Kanola Desktop experience with GNOME and VM drivers.

## Build

Expand All @@ -11,13 +11,13 @@ This image is based on top of [`kanola-images/plasma`](https://github.com/Kanola
```bash
vib build recipe.yml
podman image build -t kanola-images/nplasma .
podman image build -t kanola-images/vplasma .
```

## 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/Kanola-Images/Kanola-Nvidia/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/Kanola-Images/Kanola-Virt/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/kanola-images/nplasma:main --owner Kanola-Images
gh attestation verify oci://ghcr.io/kanola-images/vplasma:main --owner Kanola-Images
```

0 comments on commit 82d3ee9

Please sign in to comment.