Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 618 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 618 Bytes

lago-images

This repo holds all the files needed to generate the lago image repositoy.

Building an image

  • Create a new spec for the images that you want to build.

When building from libgustfs:

  • Edit the base field with

#base=simple:"$URL_TO_THE_IMAGE"

When building from a url:

  • Edit the base field with

#base=libguestfs:"$IMAGE_NAME"

$IMAGE_NAME as it appereas in virt-builder -l

  • Add custom build commands to the build spec

  • For triggering the build, run the following command:

./lago_images/cmd.py -o my-repo --base-url http://127.0.0.1:8080 -s image-specs/$SPEC_NAME