Vanilla-OS / core-image

Containerfile for the Vanilla OS Core image.
https://images.vanillaos.org/#/recipe/core
GNU General Public License v3.0
23 stars 10 forks source link
containers hacktoberfest images oci-images vanillaos

Vanilla OS Core Image

Containerfile for building a Vanilla OS Core image.

[!IMPORTANT] This image is not intended to be used directly. It is used as a base image for other images. Like the Vanilla OS Desktop image, etc.

Build

[!NOTE] The fsguard compiled plugin .so file should be downloaded from the latest release and be placed under a plugins directory beside the recipe.yml file.

vib build recipe.yml
podman image build -t vanillaos/core .

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/core:main --owner Vanilla-OS