Skip to content

Vanilla-OS/pico-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 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 .