Skip to content

Latest commit

 

History

History

base-images

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Sample Stacks

Sample of stacks.

Development

To build the stack use the ./build-stack script:

Usage:
  ./stacks/build-stack.sh [-f <prefix>] [-p <platform>] <dir>
    -f    prefix to use for images      (default: cnbs/sample-base)
    -p    prefix to use for images      (default: amd64)
   <dir>  directory of stack to build

Example:

./build-stack.sh jammy

To use this stack see the sample builders

Additional Resources