Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 908 Bytes

File metadata and controls

21 lines (14 loc) · 908 Bytes

Vanilla OS Desktop Image

Containerfile for building a Vanilla OS Desktop image.

This image is based on top of vanillaos/core and offers the default Vanilla OS Desktop experience with GNOME.

Build

vib build recipe.yml
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 action. The attestations can be verified here or by having the latest version of GitHub CLI installed in your system. Then, execute the following command:

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