Skip to content

Vanilla-OS/pico-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanilla OS Pico Image

Containerfile for building a Vanilla OS Pico image.

Note

This image is not intended to be used directly. It is used as a base image for the Vanilla OS Core image.

Build

You need the Vib tool to generate the Containerfile.

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