Skip to content

Image creation and hosting related scripts and configurations

Notifications You must be signed in to change notification settings

dfodorRH/lago-images

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Image creation and hosting related scripts and configurations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%