Skip to content

Vanilla-OS/dev-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanilla OS Dev Image

Containerfile for building a Vanilla OS Development Kit Image.

Note

This image is meant to be used for development purposes only.

Build

You need the Vib tool to generate the Containerfile.

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

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