Skip to content

Vanilla-OS/vso-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanilla OS VSO Image

Containerfile for building a Vanilla OS VSO image.

This image is based on top of vanillaos/pico and adds the systemd package to obtain a full systemd environment for VSO.

Build

podman image build -t vanillaos/vso .

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