Skip to content

kfox1111/bootc-layers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

bootc-layers

Usage

You can use these layers to build up your own custom image for use with BOOTC.

Tag one layer and use it as the BASE of the next layer until you have your final assembly.

Example:

BASEREPO=yourrepo/bootc-image
podman build -t $BASEREPO:spire-agent spire-agent/ --build-arg=BASE=quay.io/almalinuxorg/almalinux-bootc:9
podman build -t $BASEREPO:spire-server spire-server/ --build-arg=BASE=$BASEREPO:spire-agent
podman build -t $BASEREPO:latest cloud-init/ --build-arg=BASE=$BASEREPO:spire-server
podman push $BASEREPO:latest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published