samples/base-images
Aidan Delaney 242a52d7ab Remove WCOW examples
Remove any examples of Windows Containers on Windows.

Signed-off-by: Aidan Delaney <aidan.delaney@gmail.com>
2025-02-10 07:57:28 +00:00
..
alpine
noble Prefer unused uid/gid for CNB user 2024-10-26 17:38:19 +01:00
README.md Update to latest Ubuntu LTS 2024-10-26 17:38:19 +01:00
build.sh

README.md

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 noble

To use this stack see the sample builders

Additional Resources