samples/stacks
Javier Romero 18b8a2d12c Fix: CI: wine stack
* Set default platform to amd64
* Update base image to an LTS version (jammy)

Signed-off-by: Javier Romero <rjavier@vmware.com>
2022-06-13 11:01:34 -05:00
..
alpine
bionic
dotnet-framework-1809
dotnet-framework-2004
dotnet-framework-2022
nanoserver-1809
wine Fix: CI: wine stack 2022-06-13 11:01:34 -05:00
README.md Fix: CI: wine stack 2022-06-13 11:01:34 -05:00
build-stack.sh Fix: CI: wine stack 2022-06-13 11:01:34 -05:00

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-stack)
    -p    prefix to use for images      (default: amd64)
   <dir>  directory of stack to build

Example:

./build-stack.sh bionic

To use this stack see the sample builders

Additional Resources